#nav { height: 60px; }
#nav_center { margin: 0 auto; padding: 0; width: 950px; text-align: left; font-size: 12px; color: #222; }
#nav_center a#on { color: #c91e1e; text-decoration: none; }

ul#accountMenu {
  border-style: solid; border-color: #222; border-width: 0 1px 0 1px;
  padding: 0; margin: 0; width: 260px; position: absolute; right: 0; top: 100%; z-index: 1; font-size: 12px; -webkit-box-shadow: #222 0px 3px 10px; -moz-box-shadow: #222 0px 3px 10px;
}
ul#accountMenu li { text-align: left; width: 260px; background: #ddd; display: block; float: none; }
ul#htmlNav li.ltrNav#account ul#accountMenu li a { text-decoration: none; border-bottom: solid 1px #222; padding: 8px 15px; height: auto; background: #eee; display: block; color: #222; }
ul#htmlNav li.ltrNav#account ul#accountMenu li a:hover { background: #fff; color: #222; }
ul#htmlNav li.ltrNav#account a.accountMenuButtonStyle { color: #fff; text-shadow: #222 0 1px 1px; padding-right: 36px; font-size: 11px; }

.roundedCorners { -webkit-border-radius: 5px 5px; -moz-border-radius: 5px 5px; }
.roundedCornersTop { -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; }
.roundedCornersTopLeft { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; }
.roundedCornersTopRight { -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; }
.roundedCornersBottom { -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; }
.roundedCornersBottomLeft { -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; }
.roundedCornersBottomRight { -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; }
#footer { padding: 20px 0 20px 0; margin: 0; }
#footer_center { margin: 0 auto; width: 950px; text-align: left; font-size: 12px; color: #222; }
#footer a { color: #888; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer_center a#on { color: #517FB1; text-decoration: underline; }
#footer p { padding: 0; margin: 0; line-height: 14px; }
/* TABS MENU -------------------- */
#tabsDiv { font-size: 12px; text-align: left; background: #eee; padding: 10px 0 8px 0; line-height: 20px; font-weight: bold; width: 950px; -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px; -moz-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px; }
#tabsDiv h1 { font-size: 12px; float: left; padding: 2px 0 0 0; margin: 0; color: #222; }
ul#tabs { list-style-image: none; list-style-position: outside; list-style-type: none; padding: 0; margin: 0; }
#tabs li { display: inline; font-size: 13px; padding: 0; margin: 0; line-height: 24px; }
#tabs li a { margin-right: 30px; text-decoration: none; font-weight: normal; color: #555; }
#tabs li a:hover { text-decoration: underline; }
#tabs li a#on { color: #517FB1; text-decoration: underline; }


#footer { padding: 20px 0 20px 0; margin: 20px 0 0 0; clear: both; }
#footer_center { margin: 0 auto; width: 950px; text-align: left; font-size: 12px; color: #222; }
#footer a { font-weight: normal; color: #888; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer a.home { color: #888; text-decoration: none; }
#footer a.home:hover { text-decoration: underline; }
#footer_center a#on { color: #517FB1; text-decoration: underline; }
#footer p { padding: 0; margin: 0; line-height: 14px; }




body {
	margin:0 0 20px 0;
	padding:0px;
	/*background: url(forum_main_bg.gif) repeat-x #fff;*/
	background: #ddd;					/* !!! */
	}
body, div, table, td {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:14px;
	color:#222;
	}

.grey { color: #888; }
.colorPro { color: #C86400; }
.colorBusiness { color: #517FB1; }
.colorHighered { color: #C08400; }
.colorK12 { color: #529042; }

a.greyLink { color: #888; } a.greyLink:hover { color: #aaa; }

a.newDiscussion { font-size: 16px; color: #529042; text-decoration: underline; font-weight: bold; }
a.newDiscussion:hover { color: #65b151; text-decoration: underline; }
  
a.dark { color: #222; text-decoration: underline; font-weight: bold; }
a.dark:hover { color: #555; text-decoration: underline; }
  
a {
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	}
a:hover {
	color: #888888;
	text-decoration: none;
	}
#pgbottom {
	text-decoration: none !important;
	height: 1px;
	width: 1px;
	font-size: 1px;
	}

#nav_help {
  padding-top: 30px;
  padding-bottom: 0px;
}

#nav_help_center {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 870px;
  text-align: left;
  font-size: 30px !important;
  color: #aaa;
  border-bottom: solid 2px #ddd;
}

#nav_help a { color: #555; text-decoration: none; }
#nav_help a:hover { color: #888; }
#nav_help a#on { color: #517FB1; }

/* Errors & Success */
.ErrorContainer {
	background: url(alert.gif) no-repeat top left #FFEDEF;
	border-top: 1px solid #FFC2CA;
	padding: 10px 10px 10px 27px !important;
	overflow: hidden;
	}
.ErrorTitle {
	font-weight: bold;
	color: #c00 !important;
	}
.Error {
	color: #c00 !important;
	}
#Success {
	border-top: 1px solid #9C9;
	border-bottom: 1px solid #9C9;
	background: #E2F9E3;
	color: #060 !important;
	display: block;
	line-height: 200%;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px !important;
	}
.Notice {
	background: url(notice.gif) left center no-repeat #FFFECC;
	border: 1px solid #FAEBB1;
	font-size:13px;
	padding: 8px 8px 8px 30px;
	margin-bottom: 20px;
	color: #D57D00;
	line-height: 150%;
	}

/* help page nav */

ul#helpMenu {
  background: transparent url(help_menu.gif) bottom left no-repeat;
  height: 50px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  width: 900px;
}

ul#helpMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
}

ul#helpMenu li, ul#helpMenu a {
  display: block;
  height: 50px;
}

ul#helpMenu li a {
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
}

li#faq { left: 0px; width: 82px; }
li#faq a:hover { background: transparent url(help_menu.gif) 0px 0 no-repeat; }
li#faq a#on { background: transparent url(help_menu.gif) 0px -50px no-repeat; }

li#forum { left: 82px; width: 116px; }
li#forum a:hover { background: transparent url(help_menu.gif) -82px 0 no-repeat; }
li#forum a#on { background: transparent url(help_menu.gif) -82px -50px no-repeat; }

li#tutorials { left: 198px; width: 148px; }
li#tutorials a:hover { background: transparent url(help_menu.gif) -198px 0 no-repeat; }
li#tutorials a#on { background: transparent url(help_menu.gif) -198px -50px no-repeat; }

/* Remove System Message Button */
.Notice span {
	float:right;
	display: block;
	font-size: 11px;
	}
.Notice span a,
.Notice span a:link,
.Notice span a:visited,
.Notice span a:hover {
	color: #f60;
	}
.Invisible { display: none; }
.Visible { display: block; }
	
/* Session.. */

#Session {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	}
#Session a {
	color:#666666;
	text-decoration:underline;
	font-weight: bold;
	}
#Session a:hover {
	color:#888888;
	}

/* Header.. */

#Header {
	width: 900px;
	margin: 0 auto;
	padding: 31px 0 0 0;
	height: 53px;
	}
#Header * {
	margin:0px;
	padding:0px;
	}
#Header h1 {
	text-align:center;
	color:#000;
	font-size:22px;
	margin:10px 0px;
	}
#Header h1 strong {
	color:#ffa500;
	}
	
#head_slogan {
background:transparent url(head_slogan.gif) no-repeat top left;
float:right;
height:39px;
width:382px;
}
#head_slogan:hover {
background-position:0pt -39px;
}


#Body ul#menu {
	text-align:left;
	margin: 0;
	padding: 0;
	}
#Body ul#menu li {
	display:inline;
	padding: 0;
	}
#Body ul#menu li.TabOn {
	font-weight:bold;
	}
#Body ul#menu li a {
	padding: 0 15px 0 0;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	}
#Body ul#menu li a:hover {
		text-decoration: underline;
	}
#Body ul#menu li.TabOn a,
#Body ul#menu li.TabOn a:hover {
	color: #517FB1;
	text-decoration: underline;
	}
#Body ul#menu li a em {
	font-style:normal;
	text-decoration:underline;
	}

/* Panel.. */

#Body {
  width: 950px;							/* !!! */
  margin: 0 auto;
}

#Panel {
	margin: 0 15px;
	background: #eee;
	}
#Panel * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Panel h1 {
	font-size:14px;
	}
#Panel h1 a {
	color:#c00;
	font-size:14px;
	}
#Panel h1 a em {
	font-style: normal;
	text-decoration: underline;
	color:#a00;
	}
#Panel h1 a:hover {
	color:#f00;
	}
#Panel h2 {
	color:#000;
	font-size:11px;
	margin:10px 0px 3px 0px;
	padding:0px;
	text-indent: 4px;
	width:180px;
	}
#Panel ul ul, #Panel ul p, #Panel select {
	margin:0px;
	}
#Panel ul, #Panel p {
	color:#335eb7;
	font-size:11px;
	}
#Panel ul ul {
	color:#f00;
	font-size:10px;
	}
#Panel select {
	width:167px;
	margin-top:3px;
	}
#Panel ul ul li {
	display:inline;
	margin-bottom:3px;
	margin-right:5px;
	overflow:hidden;
	}
#Panel ul ul li a {
	font-size:11px;
	display:inline;
	width:100%;
	color:#517FB1;
	text-decoration:none;
	}
#Panel ul ul li a span {
	color: #c00;
	font-size: 10px;
	padding-left: 4px;
	}
#Panel ul ul li a:hover {
	color:#67a3e3;
	}
#AboutVanilla {
	margin: 20px 0px 20px 0px !important;
	border-top:1px solid #ccc;
	background-color:#f9f9f9;
	padding: 3px 0px 3px 0px;
	text-align:center;
	color:#bbb !important;
	width:180px;
	
	display: none !important;
	}
#AboutVanilla a {
	color:#d0d0d0 !important;
	text-decoration:none;
	}
#AboutVanilla a:hover {
	color:#aaa !important;
	text-decoration:underline;
	}

/* Content.. */

#Content {
	margin: 0 0 15px 0;
  padding: 0;
	}

/* ContentInfo/Control/Whatever - Universal to Discussion Index & Comments */

.ContentInfo {
	text-align:left;
	}
.ContentInfo.Top {
	white-space:nowrap;
	overflow: hidden;
	}
#AccountPage #Content,
#CommentsPage #Content,
#DiscussionsPage #Content,
#CategoryPage #Content,
#ExtensionPage #Content,
#SettingsPage #Content,
#SearchPage #Content {
	padding-top: 30px;
	}
#DiscussionsPage .Bottom {
	}
.ContentInfo * {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
.ContentInfo h1 {
	color: #000;
	}
#CommentsPage .ContentInfo h1 {
	text-align:left;
	}
html>body .ContentInfo h1 { width:80% !important; }
.ContentInfo input {
	font-size:10px;
	margin-left:5px;
	}
#DiscussionsPage .ContentInfo h1 {
	float:none;
	text-align:left;
	}
.ContentInfo h1 a {
	color:#517FB1;
	text-decoration:none;
	}
.ContentInfo h1 a:hover {
	color:#67a3e3;
	}
.ContentInfo a {
	color:#517FB1;
	text-decoration:underline;
	}
.ContentInfo a:hover {
	color:#67a3e3;
	}
.PageInfo {
	margin: 0;
	padding: 0;
	font-weight:bold;
	}
#CommentsPage .ContentInfo.Top .PageInfo{
		margin:0px !important;
		padding: 0;
	}
.PageInfo p {
	margin: 0 15px 15px 15px;
	padding:0px;
	font-size: 16px;
	}
.PageList {
	margin:0 0 15px 15px;
	padding:0px;
	list-style:none;
	color: #222222;
	}
.PageList li {
	display:inline;
	}
.PageList a,
.PageList li a {
	text-decoration:underline;
	color:#529042 !important;
	}
	
.PageList li a:hover {
	color: #65b151 !important;
}

/* Discussion Index */
  
#PageJump { color: #666666 !important; }
#PageJump:hover { color: #888888 !important; }

#Discussions {
	margin: 0px 15px !important;
	}	
#Discussions, #Discussions * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Discussions li ul {
	}
#Discussions li li {
	height:auto;
	border:0px;
	}
.NoNewComments,
#Discussions li.Read ul {
	}
.NewComments,
#Discussions li.Read.NewComments ul {
	}
#Discussions li ul {
	margin: 0 0 15px 0;
	}
#Discussions ul span, #Discussions ul span a, #Discussions ul a {
	text-decoration:none;
	}
#Discussions ul span a:hover, #Discussions ul a:hover {
	}
#Discussions ul a {
	}
.Discussion {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}
.DiscussionType {
	font-size:14px;
	float:left;
	margin-right:5px !important;
	color:#222;
	font-weight:bold;
	line-height:20px;
	}
.DiscussionType span,
.DiscussionType.Normal {
	display:none;
	}
.DiscussionType * {
	float: left;
	}
.DiscussionTopic, .User.Name {
	font-size:16px;
	margin: 0 0 5px 0 !important;
	}
.DiscussionTopic span {
	display:none;
	}
.DiscussionTopic a, .User.Name a {
	color:#529042 !important;
	text-decoration:underline !important;
	font-weight:bold;
	}
.DiscussionTopic a:hover {
	color: #65b151 !important;
	}

a.DiscussionTopicLink {
	color:#529042 !important;
	text-decoration:underline !important;
	font-weight:bold;
	font-size: 16px;
	}
a.DiscussionTopicLink:hover {
	color: #65b151 !important;
	}

.DiscussionCategory, .DiscussionStarted, .DiscussionComments, .DiscussionLastComment, .DiscussionActive, .DiscussionNew {
	width: auto;
	display:inline;
	font-size:14px;
	margin-right:10px!important;
	}
.NewComments .DiscussionNew a {
	color:#c00 !important;
	}
#Discussions li.Read.NewComments .DiscussionNew {
	display:inline;
	}

/* Category Index */
  
#CategoryPage div.ContentInfo h1 {
	float: left;
	text-align: left;
	width: 100%;
	padding-bottom:6px;
	}
#Categories {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom: 30px;
	width: 100%;
	}
.BlockedCategory {
	background: #fff;
	}
.UnblockedCategory {
	}
#Categories li ul {
	padding: 0 15px 15px 15px;
	list-style: none;
	margin: 0px;
	}
#Categories li li {
	height:auto;
	border:0px;
	}
#Categories ul span, #Categories ul span a, #Categories ul a {
	color:#aaaaaa;
	text-decoration:none;
	}
#Categories ul span a:hover, #Categories ul a:hover {
	color:#f00;
	}
#Categories ul a {
	color:#777;
	}
.Category {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	}
.CategoryName {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	}
.CategoryName a {
	color: #517FB1 !important;
	text-decoration: underline !important;
	}
.CategoryName a:hover {
	color: #67a3e3 !important;
	}
.CategoryName span,
.CategoryDescription span,
.CategoryName.Normal {
	display:none;
	}
.CategoryDescription {
	font-size:14px;
	line-height:20px;
	overflow: hidden;
	}
.CategoryDiscussionCount, .CategoryOptions {
	width: auto;
	display:inline;
	font-size:10px;
	margin-right:10px!important;
	}

/* Comments.. */

#Comments {
	margin:0 15px;
	padding:0px;
	list-style:none;
	}
#Comments li {
	margin:0px;
	padding:0px;
	}
#Comments li.Hidden {
	background: url(hidden-tile.gif) top left repeat-x #fafafa;
	}
#Comments .CommentHeader {
	padding: 0;
	}
#Comments .CommentHeader ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Comments .CommentHeader li {
	margin:0px;
	padding:0px;
	display:inline;
	color:#aaa;
	font-size:16px;
	border-bottom:0px;
	}
#Comments .CommentHeader li div.CommentIcon {
	padding:9px 0px 9px 30px;
	margin-right: 6px;
	background-repeat:no-repeat;
	display: inline;
	background: #fff center center no-repeat;
	}
#Comments .CommentHeader li span {
	display:none;
	}
#Comments .CommentHeader a.WhisperBack {
	padding-left: 10px;
	color: #aaa;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	}
#Comments .CommentHeader a.WhisperBack:hover {
	color: #333;
	}
#Comments .CommentHeader em {
	color:#bbb;
	font-style:normal;
	}
#Comments li.Hidden .CommentHeader i {
	padding-left: 8px;
	color:#c00;
	font-style:normal;
	}
#Comments .CommentHeader a {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#529042;
	}
#Comments .CommentHeader span {
	font-size:16px;
	font-weight: normal;
	color:#aaa;
}
#Comments .CommentHeader span a {
	font-size:16px;
	font-weight: bold;
	color:#529042;
	margin-left:3px;
	padding-left:3px;
	cursor: pointer;
	text-decoration: underline;
	}
#Comments .CommentHeader span a:hover {
	text-decoration: underline;
	color: #65b151;
	}
#Comments .CommentNotice {
	padding: 6px;
	font-size:13px;
	text-align: center;
	border-top: 1px solid #D9999A;
	border-bottom: 1px solid #D9999A;
	background: #FEE1E1;
	color: #850406 !important;
	margin: 10px 0px 10px 0px;
	}
#Comments .CommentBody {
	display:block;
	margin: 5px 15px 15px 15px;
	color:#000;
	font-size: 14px;
	line-height: 150%;
	}
#Comments .CommentBody ul li,
#Comments .CommentBody ol li {
	border-bottom:none;
	padding:0px;
	}	
#CommentsPage .ContentInfo.Middle .PageInfo {
	border-top: 0px;
	margin:0px;
	}
#CommentsPage .ContentInfo.Bottom {
	margin-bottom: 20px;
	}
#Comments code {
	border-left: 6px solid #FFFFAA;
	background: #FFFFEE;
	padding: 8px;
	padding-left: 16px;
	display: block;
	white-space: pre;
	}	

#Comments .Alternate {
}

/* Search Page */

#Form.Search {
  padding: 0;
  margin-left: 15px;
  width: 890px;
	}
#Form.Search fieldset legend {
	padding: 0px !important;
	margin-bottom: 10px;
	}
#SearchSimple {
	margin: 0px !important;
	}
#SearchSimple label {
	display: inline !important;
	width: 10px !important;
	}
#MainSearchInput #txtKeywords {
	width: 75% !important;
	margin-left: 0px !important;
	}
#MainSearchInput label {
	display: none !important;
	}
#Form.Search .Submit input {
	margin: 0px !important;
	color: #000 !important;
	}
.SearchInput,
.SearchSelect,
.SearchSelect option {
	color: #000 !important;
	}
#SimpleSearchRadios input {
	width: auto !important;
	margin: 2px 2px 0px 0;
	vertical-align: top;
	}
#SimpleSearchRadios label {
	font-weight: bold !important;
	font-size: 14px;
	margin-right: 15px;
	}
.SearchSwitch {
	display: block;
	color: #f60 !important;
	position: relative;
	top: -20px;
	float: right;	
	}

/* Advanced Search Form */
#SearchDiscussionFields, #SearchCommentFields, #SearchUserFields {
	display: none;
	}
.AdvancedSearchInput {
	width: 60% !important;
	}
.AdvancedUserInput,
#DiscussionAutoCompleteResults,
#CommentAutoCompleteResults {
	width: 160px !important;
	}
#ddRoles, #ddOrder, #ddCommentCategories, #ddDiscussionCategories {
	width: auto !important;
	}
	
/* Search Results */
  
#SearchPage {
	margin-bottom: 20px;
	}
#SearchPage .ContentInfo h1 {
	text-align: left !important;
	}
#SearchPage .Bottom .PageInfo {
	margin-top: 0px !important;
	border-top: 0px !important;
	}

/* Comment Search Results */
  
#CommentResults {
	margin-top:-5px !important;
	}
#CommentResults, #CommentResults * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#CommentResults li li {
	height:auto;
	border:0px;
	}
#CommentResults li ul {
	padding: 6px 6px 7px 6px;
	color:#777;
	background-color:#fefecc;
	border-bottom:1px solid #ccc;
	}
#CommentResults ul span, #CommentResults ul span a, #CommentResults ul a {
	color:#aaa;
	text-decoration:none;
	}
#CommentResults ul span a:hover, #CommentResults ul a:hover {
	color:#f00;
	}
#CommentResults ul a {
	color:#777;
	}	
#CommentResults .CommentResult ul {
	background-color:#fff !important;
	}
#CommentResults .CommentText span {
	display: none;
	}
#CommentResults .CommentText span.Highlight {
	display:inline;
	color: #f00;
	background: #ff9;
	}
#CommentResults .CommentText {
	margin:6px 0px 4px 0px !important;
	}
#CommentResults .CommentText a {
	color:#000 !important;
	}
#CommentResults .CommentText a:hover {
	background-color:#ffa;
	}
.CommentAuthor, .CommentAdded {
	width: auto;
	display:inline;
	font-size:10px;
	margin-right:10px!important;
	}
/*
  This is an IE kludge.
  For some reason IE was adding about 20px of padding to the top of this element
  and the only way to get rid of it was to add a 1px border to the top.
*/
#CommentResults .SearchComment {
	border-top: 0px solid #fefecc;
	}
#CommentResults .SearchComment ul {
	margin: 0px !important;
	}

/* User Search Results */
  
#UserResults {
	margin-top:-5px !important;
	}
#UserResults, #UserResults * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
/*
  This is an IE kludge.
  For some reason IE was adding about 20px of padding to the top of this element
  and the only way to get rid of it was to add a 1px border to the top.
*/
#UserResults li {
	border-top: 1px solid #fff;
	}
#UserResults li ul {
	margin-top: 0px !important;
	border-bottom:1px solid #ccc;
	}
#UserResults li li {
	height:auto;
	border:0px;
	}
#UserResults li ul {
	padding: 6px 6px 7px 6px;
	color:#777;
	}
li.User {
	display:inline;
	font-size:10px;
	margin-right:10px !important;
	}
li.User span {
	color: #aaa;
	}
li.User.Name {
	display:block;
	font-size: 11px;
	overflow: visible;
	}
li.User.Name .UserIcon {
	padding:9px 0px 9px 30px !important;
	margin-right: 6px !important;
	background-repeat:no-repeat !important;
	display: inline !important;
	background: center center no-repeat;	
	}
li.User.Name a {
	font-size: 14px;
	}
li.User.Name.WithIcon {
	line-height:32px;
	}
li.User.Name a:hover {
	text-decoration: none !important;
	}
li.User.Name span {
	display:none;
	}

/* Forms.. */

#Form * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Form {
	margin-bottom: 10px;
	}
#Form fieldset {
	border:0px;
	clear:none;
	margin-bottom: 20px;
	}
#Form fieldset legend {
	padding: 15px 0 15px 0;
	margin: 0;
	font-size:16px;
	font-weight:bold;
	color:#000;
	}
#Form form {
	margin: 0px;
	padding:15px 15px 5px 15px;
	border:1px solid #ffedae;
	border-left:0px;
	border-right:0px;
	background-color:#fef9e9;
	}
#Form li {
	margin-bottom:10px;
	color:#834300;
	font-weight:bold;
	}
#Form label a {
	margin-bottom:-3px;
	margin-right:15px;
	float:right;
	padding:3px 6px;
	color:#834300;
	text-decoration:none;
	font-weight:normal;
	border:1px solid #ffedae;
	background-color:#fff;
	}
#WhisperUsername,
#WhisperAutoCompleteResults {
	width: 200px;
	}
#Form textarea,
#Form input,
#Form select {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight: normal;
	}	
#Form textarea {
	width:100%;
	height:150px;
	}
#Form textarea.SmallCommentBox {
	height: 150px;
	}
#Form textarea.LargeCommentBox {
	height: 400px;
	}
#Form .Button {
	cursor: pointer;
	color: #000 !important;
	}
#Form .Button.SubmitButton {
	margin-right:10px;
	font-size: 14px;
	}

/* Add Comment & Start Discussion Forms */

#Form.StartDiscussion {
  margin-left: 15px;
  padding: 0;
  width: 890px;
	}

#Form.StartDiscussion legend {
	padding-top: 0px;
	margin: 5px 0 15px 0;
	font-size: 16px;
	}
#PostPage #Form.AddComments legend {
	padding-top: 0px;
	}
.AddComments {
	}
#Form.AddComments fieldset {
	margin: 0px;
	}
#Form.AddComments form {
	}
#Form.StartDiscussion label, 
#Form.AddComments label {
	display:block;
	color:#834300;
	font-weight:bold;
	font-size: 16px;
	padding-bottom: 5px;
	}
#Form.StartDiscussion label.Radio,
#Form.AddComments label.Radio {
	display:inline !important;
	width:auto !important;
	}
#Form.AddComments {
	margin: 0 15px;
	padding: 0;
  width: 890px;
	}
#PostPage #Form.AddComments {
	padding: 0px;
	}
.DiscussionBox {
	width: 400px;
	}	
#Form .Button {
	width: auto !important;
	}
#Form.AddComments a,
#Form.StartDiscussion a {
	font-weight: normal;
	}
#CommentFormats input {
	margin: 0px 2px 0px 12px;
	}
#Form.StartDiscussion #CommentFormats label,
#Form.AddComments #CommentFormats label {
	font-weight: normal;
	}
/* Pad fatal errors on post page */
#PostPage #Content {
	padding-top: 15px !important;
	}

/* Account Section Forms.. */

.Account {
	}
#Form.Account * {
	color:#834300;
	}
#Form.Account legend {
	color:#000;
	}
#Form.Account h2 {
	font-size:14px;
	margin-bottom:10px;
	}
#Form.Account p {
	padding-bottom: 10px;
	}
#Form.Account ul p {
	padding: 0px;
	}
#Form.Account label {
	display:block;
	width:80%;
	line-height:18px;
	margin-bottom: 4px;
	}
#Form.GlobalsForm label {
	float: left;
	}
#Form.Extensions label {
	width: 100%;
	}
#Form.Account .Description span label,
#Form.Account label small {
	font-weight:normal;
	}
#Form.Account input,
#Form.Account select {
	color:#000;
	width:40%;
	}
#Form.GlobalsForm input,
#Form.GlobalsForm select {
	width: 59%;
	}
.Description {
	margin:3px 0px !important;
	padding: 3px 0px 5px 0px !important;
	font-weight:normal;
	}
#Form.Account p span {
	display:block;
	margin-top:5px;
	}
#Form.Account p span label {
	float:none;	
	display:inline;
	margin-left:5px;
	font-weight:bold;
	line-height:20px;
	width:90%;
	}
#Form.Account p span input {
	width:14px;
	}
#Form.Preferences p span label {
	font-weight: normal;
	}
	
/* Globals Form */
  
#Form.GlobalsForm select.SmallSelect {
	font-size: 11px;
	width: 50px;
	}
#Form.GlobalsForm #ForumOptions p span label {
	font-weight: normal !important;
	}
#Form.GlobalsForm #ForumOptions {
	margin-bottom: 20px;
	}
#Form.GlobalsForm p {
	margin-bottom: 10px;
	}
	
/* Update Check form */
.UpdateOld .Name,
.UpdateGood .Name,
.UpdateUnknown .Name,
.UpdateChecking .Name {
	padding: 0px 0px 4px 23px !important;
	}
.UpdateOld .Details,
.UpdateGood .Details,
.UpdateUnknown .Details,
.UpdateChecking .Details {
	font-weight: normal;
	}
.UpdateOld,
.UpdateUnknown {
	background: #FFFFCC;
	}
.UpdateGood {
	background: #FFFB97;
	}
.UpdateChecking {
	background: #FFFEEC;
	}
.UpdateOld .Name {
	background: url(ico.alert.gif) no-repeat top left;
}
.UpdateGood .Name {
	background: url(ico.check.gif) no-repeat top left;
}
.UpdateUnknown .Name {
	background: url(ico.unknown.gif) no-repeat top left;
}
.UpdateChecking .Name {
	background: url(progress.gif) no-repeat center left;
}

  
/* RoleEdit Form */
  
#Form.RoleEditForm li p span label {
	font-weight: normal !important;
	}

/* Category List */
#Form.CategoryList .RoleBlocked {
	background: url(disabled-tile.gif) #F4F4C2;
	}
	
/* Category Form */
#Form.CategoryForm li p span label {
	font-weight: normal !important;
	}

/* Custom form for extensions management screen */

#Form.Extensions {
	margin: 0px 0px 20px 0px !important;
	}
div.Extensions ul {
	border:1px solid #ddd;
	border-bottom:0px;
	margin: 10px 0px 20px 0px !important;
	}
div.Extensions ul {
	background-color:#fffeec;
	}
div.Extensions ul li { 
	border-bottom:1px solid #ddd;
	margin:0px !important;
	padding:10px !important;
	overflow: hidden;
	}
div.Extensions ul li.Enabled {
	background: #FEFECB;
	}
div.Extensions ul li.Disabled {
	background: url(disabled-tile.gif) #F4F4C2;
	}
div.Extensions ul li.Processing {
	background: #FEFECB;
	}
div.Extensions ul li.Processing label {
	background: url(progress.gif) no-repeat center left;
	}
div.Extensions ul li.Processing input {
	display: none;
	}
div.Extensions ul li.Processing * {
	color: #B9AB7E !important;
	}
div.Extensions h3 {
	font-size:13px;
	color:#000 !important;
	}
div.Extensions h3 label {
	display: inline !important;
	padding-left: 30px !important;
	}
div.Extensions ul li input {
	width: auto !important;
	margin-top: 3px !important;
	left: 260px;
	position: absolute;
	}
div.Extensions h3 a {
	color:#1EB136 !important;
	text-decoration: none;
	}
div.Extensions h3 a:hover {
	text-decoration: underline;
	}
div.Extensions ul li span,
div.Extensions ul li span * {
	font-size: 12px;
	font-weight: normal;
	z-index: 1;
	}
div.Extensions ul li span {
	margin-left: 10px !important;
	}
div.Extensions .Version {
	font-weight: bold;
	margin-left: 5px !important;
	}
div.Extensions ul li p {
	padding-left:30px !important;
	color:#000 !important;
	font-weight:normal;
	}
div.Extensions ul li p a {
	color:#335eb7 !important;
	text-decoration: none;
	}
div.Extensions ul li p a:hover {
	color:#062971 !important;
	text-decoration: underline;
	}

/* Custom form for applicant management screen */
div.Applicants ul li.CheckController p {
	padding-left: 4px !important;
	}
div.Applicants ul li.NoApplicants p {
	padding-left: 4px !important;
	color: #84733D !important;
	}
div.Applicants .Approve {
	padding: 0px 0px 10px 0px !important;
	}
div.Applicants .Approve input {
	font-size: 11px !important;
	}
div.Applicants ul {
	margin: 10px 0px 10px 0px !important;
	}

/* Custom form for sortable list */
  
.SortList {
	background-color: #ffc;
	border: 1px solid #ddd;
	border-top: 0px;
	}
.MovableSortListItem {
	cursor: move;
	}
.SortListItem {
	border-top: 1px solid #ddd;
	padding: 6px !important;
	margin: 0px !important;
	position: relative;    /* set item to relative for IE6 */
	}
.SortListOptions {
	float: right !important;       /* float for modern browsers - no need to clear this float */
	float: none;                   /* no float for IE6 */
	position: relative !important; /* realtive positioning for modern browsers */
	position: absolute;            /* absolute positioning for IE6 */
	right: auto !important;         /* no right positioning for modern browsers */
	right: 20px;                   /* right positioning for IE6 */
	}
.SortEdit, .SortEdit:link, .SortEdit:active, .SortEdit:visited {
	color: #1eb136 !important;
	font-weight: normal !important;
	text-decoration: none !important;
	}
.SortEdit:hover {
	color: #393;
	text-decoration: underline;
	}
.SortRemove {
	background: url(btn.remove.gif) no-repeat center right;
	text-decoration: none;
	margin-left: 10px !important;
	padding-left: 15px !important;
	}
.SortNoRemove {
	text-decoration: none;
	margin-left: 10px !important;
	padding-left: 15px !important;
	}

/* */

#CustomInfo li {
	width:50%;
	float:left;
	}
#CustomInfo li input {
	width:80% !important;
	}
.Submit {
	margin:20px 0px !important;
	text-align:right;
	}
.Submit input {
	width: auto !important;
	float:left;
	cursor:pointer;
	}
.Submit a {
	color: #f60 !important;
	}

/* Profile Page.. */

#AccountProfile #Success,
#AccountProfile .ErrorContainer {
	margin-right: 18px;
	}
#AccountProfile .ErrorContainer {
	margin-bottom: 10px;
	border-bottom: 1px solid #FFC2CA;
	}
#AccountProfile {
	margin: 0 0 30px 0;
  padding: 0 0 0 15px;
  width: 535px;
  float: left;
	}
#AccountProfile * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#AccountProfile li {
	clear:both;
	margin-right:20px;
	line-height:18px;
	}
#AccountProfile h3 {
	font-size:14px;
	width:30%;
	float:left;
	padding-bottom: 5px;
	}
#AccountProfile p {
	float:left;
	width:30%;
	}
#AccountProfile h2 {
	font-size:14px;
	color:#000;
	width:30%;
	float:left;
	}
#AccountProfile .ProfileTitle * {
	}
#AccountProfile .Tagline {
	padding: 6px;
	text-align: center;
	border-top: 1px solid #D9999A;
	border-bottom: 1px solid #D9999A;
	background: #FEE1E1;
	color: #850406 !important;
	margin: 0px 20px 10px 0px;
	}
.ProfileTitleIcon {
	background-repeat:no-repeat;
	}
.ProfileTitle h2 {
	width:30% !important;
	color: #517FB1 !important;
	}
.ProfileTitle.WithIcon h2 {
	padding-left:4px !important;
	width: auto;
	}
.ProfileTitle.WithIcon .ProfileIcon {
	padding:9px 0px 9px 30px;
	background: #fff no-repeat center center;
	margin-right: 6px;
	display: inline;
	float: left;
	width: 32px;
	}	
#AccountProfile .ProfileTitle p {
	color:#aaa;
	}
#AccountProfile .ProfileTitle {
	line-height:20px;
	margin-bottom:5px;
	}
#AccountProfile .Picture {
	width: 280px;
	height: 200px;
	overflow: hidden;
	background: center center no-repeat;
	margin-bottom: 6px;
	}
#AccountHistory {
	margin-left:320px;
	}
html>body #AccountHistory { /* ugly hack, but fixes display error in IE. */
	margin-left:300px !important;
	}
#AccountHistory * {
	margin:0px;
	padding:0px;
	list-style:none;
	color:#999;
	}
#AccountHistory ul, #AccountHistory h2 {
	margin:0px 20px;
	}
#AccountHistory ul {
	margin-bottom:20px;
	}
#AccountHistory h2 {
	font-size:14px;
	color:#000;
	}
#AccountHistory ul {
	border-top:1px solid #ccc;
	}
#AccountHistory li {
	padding:5px;
	border-bottom:1px solid #ccc;
	}
#AccountHistory h3,
#AccountHistory h3 a {
	color:#666;
	font-size:12px;
	}
#AccountHistory h3 small {
	font-size:11px;
	}
#AccountHistory p {
	font-size:11px;
	}
#AccountHistory p.Note {
	padding:3px;
	padding-bottom:0px;
	font-style:italic;
	}
	
/* Settings Home */
  
#Form.Help form {
	margin: 0 15px;
	padding: 0px;
	}
#SettingsPage #Form.Help p.Description {
	padding: 10px !important;
	color:#84733d !important;
	}
#SettingsPage #Content dl * {
	margin:0px;
	padding:0px;
	color: #84733d;
	font-size:14px;
	}
#SettingsPage #Content dl dt {
	margin: 10px 10px;
	font-weight:bold;
	font-size:14px;
	}
#SettingsPage #Content dl dd {
	margin:10px;
	}
.WhisperFrom {
	background-color:#fefceb;
	}
.WhisperTo {
	background-color:#feebfa;
	}
.left {
	float:left;
	}
.hiLite {
	background-color:#ff9;
	font-style:normal;
	}

/* Autocomplete results */
  
.AutoCompleteContainer {
	margin: 0px;
	padding: 0px;
	border: 1px solid #888;
	border-top: 0px;
	}
.AutoCompleteContainer td {
	padding: 3px;
	cursor: pointer;
	}
.AutoCompleteRow td {
	background: #fff;
	color: #000000;
	}
.AutoCompleteHoverRow td {
	background: #335EA8;
	color: #fff;
	}
	
/* Ajax progress */
.HideProgress {
	background: url(hprogress.gif) center center no-repeat;
	text-decoration: none !important;
	padding-left: 15px;
	padding-right: 15px;
	}
.Progress {
	background: url(hprogress.gif) left center no-repeat;
	padding-left: 22px !important;
	}
.PreferenceProgress {
	background: url(hprogress.gif) left center no-repeat;
	padding-left: 16px !important;
	}
.Complete,
.PreferenceComplete {
	background: none;
	padding-left: 0px;
	}
.PreferenceProgress input {
	display: none;
	}
.PreferenceComplete input {
	display: inline;
	}

/* IE Rendering Fixes */
  
#Body, #Form h2, #Form p {height: 1%;}

/* Thank you positioniseverything.com*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-table;
	}
	
/* Hides from IE-mac \*/
  
* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
	
/* End hide from IE-mac */
  
/* IE 7 Fixes - thanks WallPhone */
  
#Content .ContentInfo.Bottom .PageInfo p {
	min-width: 20px;
	}
html>body #Content .ContentInfo.Bottom .PageInfo {
	border-top: 1px solid #fff;
	}
	
	
/* LightBox */

div#lightbox_stage {
  background: url('/image/lightbox_bg.gif') repeat-x;
  position: absolute;
  border: solid 2px #ddd;
}

div#lightbox_embed {
  float: right;
  width: 50px;
}

div#lightbox_embed a {
  cursor: pointer;
  float: right;
}

img#lightbox_close_button {
  margin-top: 15px;
  margin-right: 15px;
}

div#lightbox_stage p {
  margin: 0 15px 0 15px;
  padding: 15px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  float: left;
}

/* FEATURES */

#features ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
  
#features li {
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
	list-style-type: none;
}

#features li.heading {
  color: #888;
  padding-left: 12px;
  line-height: 26px;
  border-bottom: solid 1px #ddd;
  letter-spacing: 1px;
}

#features li a {
  background: transparent url(/image/arrow_right.gif) no-repeat scroll 161px 50%;
  color: #222;
  display: block;
  padding-left: 12px;
  position: relative;
  border-bottom: solid 1px #ddd;
  text-decoration: none;
}

#features li#on { background: transparent url(/image/features_on_bg.gif) repeat-x scroll; }
#features li a:hover, #features li a#on { background: transparent url(/image/arrow_right_hover.gif) no-repeat scroll 161px 50%; color: #c91e1e; border-bottom: solid 1px #aaa; }
#features li a.javascriptHover { background: transparent url(/image/arrow_right_hover.gif) no-repeat scroll 161px 50%; color: #c91e1e; }

#features li.solutions {
  line-height: 19px;
}

#features li.solutions a {
  display: block;
  margin: 0;
  padding-left: 27px;
  border-bottom: solid 1px #ddd;
  text-decoration: none;
  position: relative;
  line-height: 20px;
  height: 20px;
}
