


/* Frames */
html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

body { background-color: #fff; }

html>body #wrap {height:100%; min-width: 1213px;}
div.header {
	width:100%;
	height:210px;
}
html>body div.header {
	/*position:fixed;*/
	z-index:999;
}
html>body #content-wrap {height:100%;}
/*html>body #content {padding: 222px 0px 10px 0px;}*/

/* Header */
/*#tbHeader { background: url('../images/header_gradient.gif') top left repeat-x; }
#tbHeader td.tdMenu { background: url('../images/header_bottom_gradient.gif') top left repeat-x; }*/

.bkg-left { background: #1a7e1a url('../images/bkg-left-gradient.gif') top right repeat-y; width: 147px; min-width: 147px; max-width: 147px; }
.bkg-right { background: #1a7e1a url('../images/bkg-right-gradient.gif') top left repeat-y; width: 147px; min-width: 147px; max-width: 147px; }
.bkg-center { background-color: #0f410f; padding-top: 10px; min-width: 980px; }
.hr-bar { background: url('../images/hr_bar_grad.gif') top left repeat-x; width: 100%; height: 11px; }

div#header-main { background-color: #fff; width: 100%; overflow: hidden; height: 175px; }
div#header-links { float: right; background-color: #5d757a; font-family: Verdana; color: #fff; font-size: 12pt; padding: 5px; }
div#header-links a { color: #fff; text-decoration: none; }
div#logo-title-wrapper { left:120px; position:relative; top:50px; }
div#logo { position: absolute; left: 100px; top: -5px; background: url('../images/project360-logo.png') center center no-repeat; width: 174px; height: 219px; }
div#logo-title { background: url('../images/project360-title.png') center center no-repeat; width: 319px; height: 59px; }
div#meet-the-team { float:right; margin-right:25px; position:relative; z-index:10; }
div#header-stripe { width: 107%; padding: 0; background-color: #004000; margin: -20px 0 20px -30px; text-align: center; }
div#slogan { position: absolute; top: 170px; left: 320px; font-size: 14pt; font-family: Georgia, "Trebuchet MS", Verdana, Serif; font-weight: bold; }
div#most-popular-col { background-color: #d6e0dc; }
div#project360-news { background-color: #0f420f; padding: 10px; color: #fff; font-size: 12pt; }
div.most-popular-header { background-color: #7b7a7a; color: #fff; padding: 10px; font-size: 12pt;}
div.widgets { padding: 10px; }
a.image-link { text-decoration: none; }

div.content-listing { margin: 10px 0; }
div.coreview-wrapper { margin-top: 10px; background-color: #7b7a7a; padding: 15px; }
div.coreview-wrapper a { text-decoration: none; }
div.coreview-wrapper a:hover { text-decoration: underline; }
div.coreview-content { background-color: #fff; padding: 15px; overflow: hidden; }
a.coreview-title { color: #1D6045; font-family: Verdana; font-size: 12pt; font-weight: bold; margin-bottom: 20px; }
div.coreview-content img { border: 2px solid #1D6045 ; width: 120px; margin-left: 30px; float: right; }

.fade {
	width: 219px;
	height: 241px;
}

.fade div {
  position: relative;
  top: -241px;
  display: none;
}

/* Footer */
div#footer { background-color: #082608; padding: 20px; }
div#footer a { color: #fff; font-size: 12pt; font-family: Georgia; font-weight: bold; text-decoration: none; }

a.more { color: #1D6045; font-weight: bold; }

a.shop { color: #006731; font-weight: bold; text-decoration: none; font-family: Verdana; font-size: 8pt; }
a.learn {color: #474747; font-weight: bold; text-decoration: none; font-family: Verdana; font-size: 8pt; } 
span.pipe { color: #006731; font-weight: bold; font-family: Verdana; font-size: 8pt; }


/* Menu */
div#menu {
	width: 100%;
	float: left;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
}

div#menu a, div#menu h2 {
	font: 10px/16px verdana, sans-serif; 
	display: block;
	margin: 0;
	padding: 4px 3px;
	cursor: pointer;
}

div#menu h2 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

div#menu a {
	color: #fff;
	background: #22425A;
	text-decoration: none;
}

div#menu a:hover {
	background-color: #3D678D;
}

div#menu li {position: relative;}

div#menu ul ul {
	position: absolute;
	z-index: 500;
}

div#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/* General Styling */
.hover:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.tabtitle, .tabTitle
{
	font-family: Verdana, sans-serif;
	color: #000;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none
}
.tabtitle:hover
{
	text-decoration:underline;
}

.eightRed
{
	font-family: Verdana, sans-serif;
	color: red;
	font-size:8pt;
	text-decoration:none
}
.eightRed:hover
{
	text-decoration:underline;
}
.tabtitlelight
{
	font-family: Verdana, sans-serif;
	color: #000;
	font-size:8pt;
	text-decoration:none
}
.tabtitlelight:hover
{
	text-decoration:underline;
}

.signoutlink
{
 	font-family: Verdana, sans-serif;
 	color: #DADADA;
   font-size : 12pt;
  	text-decoration: none;
  	font-weight: normal;
}

.signoutlink:hover
{
  	text-decoration:underline;
}

.eightCream_none {
 	font-family: Verdana, sans-serif;
 	color: #FFFFCC;
   	font-size : 8pt;
  	text-decoration:none;
 }
 
.sevenGray {
 	font-family: Verdana, sans-serif;
 	color: #999999;
    	font-size : 7pt;
 }
 
.eightGray {
 	font-family: Verdana, sans-serif;
 	color: #999999;
    	font-size : 8pt;
 }
.eightGray_B {
 	font-family: Verdana, sans-serif;
 	color: #999999;
    	font-size : 8pt;
    	font-weight : bold;
 }
 .eightGray_none {
 	font-family: Verdana, sans-serif;
 	color: #999999;
    font-size : 8pt;
    text-decoration: none;
 }

 .eightLink5 {
 	color : #000;
 	font-size : 8pt;
 	font-family : Verdana, sans-seri;
 }
 
 .eightLink4 {
 	color : #8283a9;
 	font-family : Verdana, sans-seri;
 	font-size : 8pt;
 }
 
 .eightLink3 {
 	color : #0099cc;
 	font-family : Verdana, sans-seri;
 	font-size : 8pt;
 }
 
 .eightLink2 {
 	color : #cc9999;
 	font-family : Verdana, sans-seri;
 	font-size : 8pt;
 }
 
 .eightLink1 {
 	color : #00ccff;
 	font-family : Verdana, sans-seri;
 	font-size : 8pt;
 }

.eightNavy {
 	font-family: Verdana, sans-serif;
 	color: #000;
    font-size : 8pt;
 }

.eightNavy_B {
 	font-family: Verdana, sans-serif;
 	color: #000;
    	font-size : 8pt;
    	font-weight : bold;
 }

.eightNavy_none {
 	font-family: Verdana, sans-serif;
 	color: #000;
    	font-size : 8pt;
  	text-decoration:none;
 }

.eightNavy_noneB {
 	font-family: Verdana, sans-serif;
 	color: #000;
    	font-size : 8pt;
  	text-decoration:none;
     	font-weight : bold;
}
 

.eightPink_noneB {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
    	font-size : 8pt;
  	text-decoration:none;
     	font-weight : bold;
}

.eightPinkAndWhite {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
   	font-size : 8pt
 }

.eightPinkAndWhite:hover {
 	font-family: Verdana, sans-serif;
 	color: #C0729A;
   	font-size : 8pt
 }

.eightPink {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
   	font-size : 8pt
 }


.eightPink_B {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
    	font-size : 8pt;
      	font-weight : bold;
}

.eightPink_none {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
    	font-size : 8pt;
  	text-decoration:none
}

.eightPink_noneB {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
    	font-size : 8pt;
     	font-weight : bold;
  	text-decoration:none;
}

.eightTeal {
 	font-family: Verdana, sans-serif;
 	color: #1D6045;
    	font-size : 8pt;
 }

.eightTeal_B {
 	font-family: Verdana, sans-serif;
 	color: #1D6045;
    	font-size : 8pt;
    	font-weight : bold;
 }

.eightTeal_none {
 	font-family: Verdana, sans-serif;
 	color: #1D6045;
    	font-size : 8pt;
  	text-decoration:none;
}

.eightCream_B {
 	font-family: Verdana, sans-serif;
 	color: #fff7dd;
    	font-size : 8pt;
 	font-weight:bold; 
}


 .eightWhite {
  	font-family: Verdana, sans-serif;
  	color: #ffffff;
     	font-size : 8pt;
 }

 .eightWhite_none {
  	font-family: Verdana, sans-serif;
  	color: #ffffff;
     	font-size : 8pt;
  	text-decoration:none;
}

 .eightWhite_B_none {
  	font-family: Verdana, sans-serif;
  	color: #ffffff;
   font-size : 8pt;
  	text-decoration:none;
  	font-weight: bold;
}

 .eightYellow_B {
   	font-family: Verdana, sans-serif;
   	color: #ffffcc;
      	font-size : 8pt;
	font-weight:bold; 
  }
  
  .eightGold_B 
  {
		font-family: Verdana, sans-serif;
		color: #C6C65B;
		font-size: 8pt;
		font-weight: bold;
  }
  
   .eightGold
  {
		font-family: Verdana, sans-serif;
		color: #C6C65B;
		font-size: 8pt;
  }
  
   .tenGold_B 
  {
		font-family: Verdana, sans-serif;
		color: #A89F3D;
		font-size: 10pt;
		font-weight: bold;
  }


.eightYellow_none {
 	font-family: Verdana, sans-serif;
 	color: #ffcc33;
    	font-size : 8pt;
  	text-decoration:none;
 }
 
.nineTeal_noneB {
 	font-family: Verdana, sans-serif;
 	color: #1D6045;
    font-size : 9pt;
  	text-decoration:none;
 	font-weight:bold; 
}

.tenBlue_B {
  	font-family: Verdana, sans-serif;
  	color: #002A5B;
     	font-size : 10pt;
     	font-weight : bold;
}

.tenBlue {
  	font-family: Verdana, sans-serif;
  	color: #002A5B;
     	font-size : 10pt;
}

.eightBlueB {
  	font-family: Verdana, sans-serif;
  	color: #002A5B;
     	font-size : 8pt;
     	font-weight : bold;
}

.eightBlue {
  	font-family: Verdana, sans-serif;
  	color: #002A5B;
     	font-size : 8pt;
}


.tenGray {
 	font-family: Verdana, sans-serif;
 	color: #999999;
    	font-size : 10pt;
 }

.tenGray_B {
 	font-family: Verdana, sans-serif;
 	color: #999999;
    	font-size : 10pt;
 	font-weight:bold; 
}

.tenNavy{
  	font-family: Verdana, sans-serif;
  	color: #000;
     	font-size : 10pt;
}

.tenNavy_none {
  	font-family: Verdana, sans-serif;
  	color: #000;
     	font-size : 10pt;
  	text-decoration:none;
}

.tenNavy_B {
  	font-family: Verdana, sans-serif;
  	color: #000;
     	font-size : 10pt;
     	font-weight : bold;
}

.tenDarkBlue1_B {
  	font-family: Verdana, sans-serif;
  	color: #000066;
     	font-size : 10pt;
     	font-weight : bold;
}

.eightDarkBlue1_B {
  	font-family: Verdana, sans-serif;
  	color: #000066;
     	font-size : 10pt;
     	font-weight : bold;
}

.tenNavy_noneB {
  	font-family: Verdana, sans-serif;
  	color: #000;
     	font-size : 10pt;
     	font-weight : bold;
  	text-decoration:none;
}

.tenDarkBlue
{
	font-family: Verdana, sans-serif;
  	color: #000033;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}

.tenDarkBlueB
{
	font-family: Verdana, sans-serif;
  	color: #000033;
    font-size: 10pt;
    font-weight: bold;
}

.tenDarkBlue_none
{
	font-family: Verdana, sans-serif;
  	color: #000033;
    font-size: 10pt;
    text-decoration: none;
}

.eightDarkBlue
{
	font-family: Verdana, sans-serif;
  	color: #000033;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}

.eightDarkBlueB
{
	font-family: Verdana, sans-serif;
  	color: #000033;
    font-size: 8pt;
    font-weight: bold;
}

.eightDarkBlue_none
{
	font-family: Verdana, sans-serif;
  	color: #000033;
    font-size: 8pt;
    text-decoration: none;
}

.eightPurple {
 	font-family: Verdana, sans-serif;
 	color: #010167;
    font-size : 8pt;
 }
 
 .tenPurple {
 	font-family: Verdana, sans-serif;
 	color: #010167;
    font-size : 10pt;
 }

.tenPink {
 	font-family: Verdana, sans-serif;
 	color: #1D6045;
    	font-size : 10pt;
 }

.tenPink_B {
 	font-family: Verdana, sans-serif;
 	color: #1D6045;
    	font-size : 10pt;
    	font-weight : bold;
 }

 .tenPink_none {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
    	font-size : 10pt;
  	text-decoration:none;
 }
 
.tenTeal_B {
  	font-family: Verdana, sans-serif;
  	color: #1D6045;
     	font-size : 10pt;
     	font-weight : bold;
     	text-decoration:none
}

.tenTeal_Bnone {
  	font-family: Verdana, sans-serif;
  	color: #1D6045;
     	font-size : 10pt;
     	font-weight : bold;
  	text-decoration:none;
}

.tenPink_Bnone {
  	font-family: Verdana, sans-serif;
  	color: #cc0066;
     	font-size : 10pt;
     	font-weight : bold;
  	text-decoration:none;
}

.tenTeal {
  	font-family: Verdana, sans-serif;
  	color: #1D6045;
     	font-size : 10pt;
}

.tenWhite {
 	font-family: Verdana, sans-serif;
 	color: #ffffff;
    	font-size : 10pt;
 }
 
.tenWhite_B {
 	font-family: Verdana, sans-serif;
 	color: #ffffff;
    font-size : 10pt;
    font-weight : bold;
    text-decoration: none;
 }

.twelveNavy {
  	font-family: Verdana, sans-serif;
  	color: #000;
     	font-size : 12pt;
}
 

.twelveNavy_B {
      	font-weight : bold;
  	font-family: Verdana, sans-serif;
  	color: #000;
     	font-size : 12pt;
}
 
.twelvePink_B {
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
    	font-size : 12pt;
      	font-weight : bold;
}

/*
##############################################
########## Styles for new ExploreCo ##########
##############################################
*/

#mainBorder .sb-inner { background: #C6CCD8; }
#mainBorder .sb-border { background: #8E9CB2; }

.grayRounded .sb-inner { background: #C6CCD8; }
.grayRounded .sb-border { background: #8E9CB2; }

.blueRounded .sb-inner { background: #627E9C; }
.blueRounded .sb-border { background: #627E9C; }

.whiteRounded .sb-inner { background: #ffffff; }
.whiteRounded .sb-border { background: #ffffff; }

.whiteBgBlueBorder .sb-inner { background: #ffffff; }
.whiteBgBlueBorder .sb-border { background: #627E9C; }

#bottomRounded .sb-inner { background: white; }

.borderBottomRounded .sb-inner { background: #ffffff; }
.borderBottomRounded .sb-border { background: #627E9C; }

.darkBlueRounded .sb-inner { background: #A4AEC2; }
.darkBlueRounded .sb-border { background: #A4AEC2; }

.beigeRounded .sb-inner { background: #FDF8F5; }
.beigeRounded .sb-border { background: #FDF8F5; }

.whiteBorder .sb-inner { background: #ffffff; }
.whiteBorder .sb-border { background: #ffffff; }

.whiteGray .sb-border { background: #ffffff; }

.lightBlue .sb-inner { background: #D6E0DC; }

.lightBlue2 .sb-inner { background: #D6E0DC; }
.lightBlue2 .sb-border { background: #D6E0DC; }

div#feedbackTable
{
	padding-bottom: 8;
	border-style: solid;
	border-width: 1;
	border-color: #ffffff #ffffff #f3f3f3 #ffffff;
}

div.contentHeader
{
	padding-right: 10px;
	width: 486px;
}

div.contentTitle
{
	float: left;
	margin-top: 4px;
	margin-left: 18px;
	position: relative;
	margin-bottom: 15px;
	width: 410px;
}

div.contentViewEditButtons
{
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	z-index: 50;
	position: relative;
}

div.contentPictureAndInfo
{
	position: relative;
	width: 496px;
	overflow: hidden;
}

div.contentPicture
{
	position: relative;
	width: 170px;
	height: 240px;
	float: left;
	margin-right: 10px;
	font: 8pt Verdana;
	color: #1D6045;
}

img.contentPictureImage { 	border: 1px solid #66675E; }

div.contentInfo
{
	z-index: 10;
	position: relative;
	width: 305px;
	float: right;
	margin-left: -10px;
	border-right: 1px solid #627E9C;
	padding-left: 10px;
	padding-right: 10px;
	background-color: White;
}

hr.contentLine
{
	color: #ABC5EB;
	background-color: #ABC5EB;
	border-width: 0px;
}

div.contentBody
{
	background-color: White;
	border-left: 1px solid #627E9C;
	border-right: 1px solid #627E9C;
	padding-right: 10px;
	padding-left: 10px;
}

div.contentBody p
{
	margin: 0px 0px 0px 0px;
}

div.viewButton
{
	padding: 10px 0px 10px 0px;
}

div#voteRadios
{
	
}

a.stbutton
{
	font-family: Verdana, sans-serif;
 	color: green;
    font-size: 8pt;
    text-decoration: none;
}
a.stbutton:hover { text-decoration: underline; }

/*
##############################################
########## Styles for new Topic ##########
##############################################
*/

div#topicTitle { padding: 10px; margin-bottom: 10px;}
div#topicTitle .sb-inner { background-color: #fff; }
div#topicTitle .sb-border { background-color: #8392AA; }

div#topicActions { padding: 10px; background-color: #D6E0DC; }
div#topicActions .sb-inner { background-color: #D6E0DC; }
div#topicActions .sb-border { background-color: #D6E0DC; }

div#topicInfo
{
	background-color: #D6E0DC;
	float: left;
	padding: 10px;
	margin-right: 10px;
	font: 8pt Verdana;
	color: #1D6045;
}

div#topicInfo .sb-inner { background-color: #D6E0DC; }
div#topicInfo .sb-border { background-color: #D6E0DC; }

div.topicInfoBox { overflow: hidden; text-align: justify; background-color: #fff; }
div.topicInfoBox .sb-inner { background-color: #fff; }
div.topicInfoBox .sb-border { background-color: #8392AA; }

div.topic_recentlyadded, div.topic_mostpopularcontent, div.topic_mostpopularauthors, 
div.topic_aboutthis2, div.Topic_RelatedContent, div.myPath, div.objNavigator
{
	padding: 5px;
	background-color: #ffffff;
	border-left: 1px solid #8392AA;
	border-right: 1px solid #8392AA;
}

div.topic_aboutthis1
{
	border-left: 1px solid #8392AA;
	border-right: 1px solid #8392AA;
	background-color: #fffaea;
}

div#topicFeaturedContent, 
div#personContentBy
{
	padding: 10px;
	background-color: #A4AEC2;
	text-align: center;
	margin-top: 10px;
}

div#cogitoRecommendations
{
	margin-top: 10px;
}

div.ExploreThisArea
{ 
	background: #627E9C; 
}

div.Topic_RelatedTopics
{
	padding: 5px;
	padding-left: 15px;
	font-size: 8pt;
	letter-spacing: -0.5;
	color: #002555;
	font-family: Verdana;
	background-color: #AEC5DC;
}

/*
################################################
############## General Styling #################
################################################
*/

div.darkBlueLine
{
	 background-color: #000066;
	 margin: 0px 0px 0px 0px;
	 height: 3px;
	 overflow: hidden;
}

.ProfileError
{
	color: Red;
	font-family: Verdana;
	font-size: 8pt;
}

.formField
{
	font-family: Verdana, sans-serif;
 	color: #000;
    font-size : 8pt;
}

.inputField
{
	border: 1px solid #809EB9;
    width: 100%;
}

.formField2
{
	border: 1px solid #809EB9;
    width: 100%;
    font-family: Verdana, sans-serif;
 	color: #000;
    font-size : 8pt;
}

.formFieldBorder
{
	font-family: Verdana, sans-serif;
 	color: #000;
    font-size : 8pt;
    border: 1px solid #809EB9;
}

/* ################ Social Groups ################ */
.socialGroups_shared
{
 	font-family: Verdana, sans-serif;
 	color: #cc0066;
    font-size : 8pt;
  	text-decoration:none;
    font-weight : bold;
}
.socialGroups_shared:hover
{
	text-decoration: underline;
}

.socialGroups_private
{
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none
}
.socialGroups_private:hover
{
	text-decoration: underline;
}

.error
{
	color: Red;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}

/* ################ Rounded Divs ################ */

.round_shadow_div
{
	background-color: #ffffff;
}
.round_div
{
	border: 1px solid #7385A1;
}

/* COLOR & FONTS */

.gray
{
	font-family: Verdana, sans-serif;
	color: #999999;
}

.lightgray
{
	font-family: Verdana, sans-serif;
	color: #CCCCCC;
}

.blue
{
	font-family: Verdana, sans-serif;
	color: #002A5B;
}

.teal
{
	font-family: Verdana, sans-serif;
	color: #1D6045;
}

.purple
{
	font-family: Verdana, sans-serif;
	color: #010167;
}

.pink
{
	font-family: Verdana, sans-serif;
	color: #cc0066;
}

.darkblue
{
	font-family: Verdana, sans-serif;
	color: #000033;
}

.gold
{
	font-family: Verdana, sans-serif;
	color: #C6C65B;
}

.goldHeader
{
	font-family: Verdana, sans-serif;
	color: #b5b551;
	font-size: 11pt;
	font-weight: bold;
}

.purpleMsg
{
	font-family: Verdana, sans-serif;
	color: #330066;
	font-size: 8pt;
	font-weight: bold;
}

.navy
{
	font-family: Verdana, sans-serif;
	color: #000;
}

.white
{
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
}

.six
{
	font-family: Verdana, Sans-Serif;
	font-size: 6pt;
}

.seven
{
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
}

.eight
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
}

.ten
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

.eleven
{
	font-family: Verdana, Sans-Serif;
	font-size: 11pt;
}

.twelve
{
	font-family: Verdana, Sans-Serif;
	font-size: 12pt;
}

.bold
{
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
}

.none
{
	text-decoration: none;
}

.darkgreen
{
	font-family: Verdana, sans-serif;
	color: #2E4A5F;
}

.darkgray
{
	font-family: Verdana, sans-serif;
	color: #414141;
}

/* Page Styling */

/* Content.aspx */
#divCogito a, #divCogito2 a {
	font-family: Verdana, sans-serif;
	color: #cc0066;
	font-size : 8pt;
}

div#new_notable_section {
	background-color: #627E9C;
	padding: 10px;
}

/* ExploreCO.aspx */
div#relatedlist img { margin-top: 10px; }

img.coPicture
{
	width: 50px;
	height: 70px;
	margin-right: 5px;
}


/* eSpace Admin */

.superTopicList ul, .contentList ul, .topicList ul, .featMembersList ul
{
	list-style-type: none;
	padding-left: 0;
}

#menuEditor
{
	background-color: #fff;
	border: 3px solid #B1BCCA;
	padding: 10px;
	margin-top: 10px;
}

#menuAppearence td
{
	font-family: Verdana, sans-serif;
 	color: #3A474F;
   font-size : 8pt;
   font-weight : bold;
}

#menuAppearence span
{
	font-family: Verdana, sans-serif;
 	color: #0C70AD;
   font-size : 8pt;
   font-weight : bold;
}

#homepageEditor
{
	background-color: #fff;
	border: 3px solid #B1BCCA;
	padding: 10px;
	margin-top: 10px;
}

.reorderListcallbackStyle
{
	background-color: #f3f3f3;
}