body {
	margin:0px;
	padding:0px;
	background:#595959 /*url('panelfade.gif') top left repeat-y;*/
	}
body, div, table, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	}
a {
	color: #ccc;
	text-decoration: underline;
	cursor: pointer;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}
#pgbottom {
	text-decoration: none !important;
	height: 1px;
	width: 1px;
	font-size: 1px;
	}
	
/* Errors & Success */
.ErrorContainer {
	background: url(alert.gif) no-repeat top left #fff;
	border: 1px solid #333;
	padding: 10px 10px 10px 27px !important;
	overflow: hidden;
	}
.ErrorTitle {
	font-weight: bold;
	color: #333 !important;
	}
.Error {
	color: #333 !important;
	}
#Success {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #7f7f7f;
	color: #333 !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 #ccc;
	font-size:13px;
	padding: 8px 8px 8px 30px;
	margin-bottom: 20px;
	line-height: 150%;
	border: 1px solid #fff;
	color: #333;
	}

.Notice a:link,
.Notice a:visited{
		color:#414141;
		}
.Notice a:hover{
		color:#7f7f7f;
		}
	
/* 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: #fff;
	}
.Invisible { display: none; }
	
/* Session.. */

#Session {
	width:100%;
	position:absolute;
	top:25px;
	right:18px;
	text-align:right;
	font-size:11px;
	color:#7f7f7f;
	}
#Session a {
	color:#ccc;
	text-decoration:none;
	}
#Session a:hover {
	color:#fff;
	}

/* Header.. */

#Header {
	background: url(waves.dark.gif) repeat-x left top #333!important;/**/
	border-top:1px solid #333;
	}
#Header * {
	margin:0px;
	padding:0px;
	}
#Header h1 {
	text-align:center;
	color:#7f7f7f;
	font-size:32px;
	margin:10px 0px;
	}
#Header h1 strong {
	color:#ccc;
	}
#Header ul {
	text-align:center;
	}
#Header ul li {
	display:inline;
	margin:0px 1px;
	}
#Header ul li.TabOn {
	background-color:#595959;
	font-weight:bold;
	letter-spacing:1px;
	}
#Header ul li a {
	padding:1px 5px;
	font-size:12px;
	text-decoration:none;
	background:url(tab-off.gif) bottom repeat-x #414141;
	color:#7f7f7f;
	letter-spacing:1px;
	line-height:17px;
	}
#Header ul li a:hover {
	background-color:#414141;
	color:#ccc;
	}
#Header ul li.TabOn a,
#Header ul li.TabOn a:hover {
	background:url(tab-on.gif) bottom repeat-x #595959;
	color:#fff;
	}
#Header ul li a em {
	font-style:normal;
	text-decoration:underline;
	}

/* Panel.. */

#Panel {
	width:201px;
	margin-left:18px;
	float:left;
	display: inline;
	}
#Panel * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Panel h1 {
	margin-top:20px;
	font-size:14px;
	background:url(tab-off.gif) top repeat-x #333;
	width:180px;
	text-align:center;
	border-top:1px solid #333;
	}
#Panel h1 a {
	color:#ccc;
	font-size:16px;
	text-decoration:none;
	letter-spacing:1px;
	display:block;
	}
#Panel h1 a em {
	font-style: normal;
	text-decoration: underline;
	color:#fff;
	}
#Panel h1 a:hover {
	color:#fff;
	background:url(new-post.gif) top repeat-x #414141;
	
	}
#Panel h2 {
	color:#fff;
	font-size:13px;
	border-bottom:1px solid #595959;
	margin:10px 0px 0px 0px;
	padding:0px;
	text-indent: 4px;
	width:180px;
	letter-spacing:1px;
	font-weight:bold;
	}
#Panel ul ul, #Panel ul p, #Panel select {
	margin:0px;
	}
#Panel ul, #Panel p {
	color:#7f7f7f;
	font-size:11px;
	}
#Panel ul ul {
	color:#fff;
	font-size:10px;
	}
#Panel select {
	width:180px;
	margin-top:3px;
	}
#Panel ul ul li {
	width:180px;
	margin-bottom:0px;
	overflow: hidden;
	border-bottom: 1px solid #595959;
	}
#Panel ul ul li, {/*really dirty IE fix*/
	margin-bottom:-1px;
	}
#Panel ul ul li a {
	font-size:11px;
	display:block;
	width:100%;
	color:#ccc;
	text-decoration:none;
	background:#333;
	padding-left:4px;
	}
#Panel ul ul li a span {
	color: #fff;
	font-size: 10px;
	padding-left: 4px;
	font-weight:bold;
	}
#Panel ul ul li a:hover {
	color:#fff;
	background:#414141;
	}
#AboutVanilla {
	margin: 20px 0px 20px 0px !important;
	background:url(tab-off.gif) top repeat-x #333;
	padding: 3px 0px 3px 0px;
	text-align:center;
	color:#595959 !important;
	width:180px;
	font-size:10px!important;
	border-top:1px solid #333;
	}
#AboutVanilla a {
	color:#7f7f7f !important;
	text-decoration:none;
	}
#AboutVanilla a:hover {
	color:#fff !important;
	text-decoration:none;
	}

/* Content.. */

#Content {
	margin:0px 18px 0px 235px;
	}

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

.ContentInfo {
	text-align:right;
	}
.ContentInfo.Top {
	white-space:nowrap;
	overflow: hidden;
	}
#AccountPage #Content,
#CommentsPage #Content,
#DiscussionsPage #Content,
#CategoryPage #Content,
#ExtensionPage #Content,
#SettingsPage #Content {
	padding-top: 20px;
	}
#DiscussionsPage .Bottom {
	margin: -6px 0px 8px 0px;
	}
.ContentInfo * {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
.ContentInfo h1 {
	color: #333;
	}
#CommentsPage .ContentInfo h1 {
	float:left;
	width:60%;
	overflow:hidden;
	white-space:nowrap;
	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:#7f7f7f;
	text-decoration:none;
	}
.ContentInfo h1 a:hover {
	color:#ccc;
	}
.ContentInfo a {
	color:#7f7f7f;
	text-decoration:none;
	}
.ContentInfo a:hover {
	color:#ccc;
	}
.PageInfo {
	color:#333;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:0px 1px;
	margin:5px 0px;
	line-height:23px;
	font-weight:bold;
	}
#CommentsPage .ContentInfo.Top .PageInfo{
		margin:5px 0px 0px 0px !important;
	}
.PageInfo p {
	margin:0px;
	padding:0px;
	display:inline;
	float: left;
	}
.PageList {
	margin:0px;
	padding:0px;
	list-style:none;
	color: #333;
	}
.PageList li {
	display:inline;
	}
.PageList a,
.PageList li a {
	text-decoration:none;
	color:#7f7f7f !important;
	}
.PageList a:hover,
.PageList li a:hover {
	text-decoration:none;
	color:#ccc !important;
	}

/* Discussion Index */
  
#PageJump {
	margin: 9px 0px 0px 20px;
	float: right;
}

#Discussions {
	margin-top:-5px !important;
	float: left;
	width: 100%;
	}	
#Discussions, #Discussions * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Discussions li ul {
	border-bottom:1px solid #595959;
	}
#Discussions li li {
	height:auto;
	border:0px;
	}
.NoNewComments,
#Discussions li.Read ul {
	background:url(tab-off.gif) top repeat-x #333;
	}
.NewComments,
#Discussions li.Read.NewComments ul {
	background:url(new-post.gif) top repeat-x #414141!important;
	}
#Discussions li ul {
	padding: 7px 6px 7px 6px;
	color:#7f7f7f;
	}
#Discussions ul span, #Discussions ul span a, #Discussions ul a {
	color:#ccc;
	text-decoration:none;
	}
#Discussions ul span a:hover, #Discussions ul a:hover {
	color:#fff;
	}
#Discussions ul a {
	color:#7f7f7f;
	}
.Discussion {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}
.DiscussionType {
	font-size:14px;
	float:left;
	margin-right:5px !important;
	color:#ccc;
	font-weight:bold;
	line-height:20px;
	}
.DiscussionType span,
.DiscussionType.Normal {
	display:none;
	}
.DiscussionType * {
	float: left;
	}
.DiscussionTopic, .User.Name {
	font-size:14px;
	line-height:20px;
	overflow: hidden;
	}
.DiscussionTopic span {
	display:none;
	}
.DiscussionTopic a, .User.Name a {
	color:#ccc !important;
	text-decoration:none !important;
	letter-spacing:1px;
	}
.DiscussionTopic a:hover {
	color:#fff !important;
	text-decoration:  none!important;
	}
.NewComments .DiscussionTopic a {
	color:#fff !important;
	text-decoration:underline!important;
	font-size:14px;
	}
.NewComments .DiscussionTopic a:hover {
	color:#fff !important;
	text-decoration:none!important;
	font-size:14px;
	}
.DiscussionCategory, .DiscussionStarted, .DiscussionComments, .DiscussionLastComment, .DiscussionActive, .DiscussionNew {
	width: auto;
	display:inline;
	font-size:10px;
	margin-right:10px!important;
	}
.NewComments .DiscussionNew a {
	color:#fff !important;
	font-weight:bold!important;
	font-size:12px;
	}
#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;
	border-top: 1px solid #333;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	}
.BlockedCategory {
	background:url(tab-off.gif) top repeat-x #333;
	}
.UnblockedCategory {
	background:url(new-post.gif) top repeat-x #414141;
	}
#Categories li ul {
	border-bottom:1px solid #595959;
	padding: 7px 6px 7px 6px;
	list-style: none;
	margin: 0px;
	}
#Categories li li {
	height:auto;
	border:0px;
	}
#Categories ul span, #Categories ul span a, #Categories ul a {
	color:#ccc;
	text-decoration:none;
	}
#Categories ul span a:hover, #Categories ul a:hover {
	color:#fff!important;
	}
#Categories ul a {
	color:#7f7f7f;
	}
.Category {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	}
.CategoryName {
	font-size:14px;
	margin-right:5px !important;
	color:#ccc !important;
	font-weight:bold;
	line-height:20px;
	}
.CategoryName a {
	color: #fff !important;
	text-decoration: underline !important;
	}
.CategoryName a:hover {
	color: #fff !important;
	text-decoration: none !important;
	}
.CategoryName span,
.CategoryDescription span,
.CategoryName.Normal {
	display:none;
	}
.CategoryDescription {
	font-size:13px;
	line-height:20px;
	overflow: hidden;
	}
.CategoryDiscussionCount, .CategoryOptions {
	width: auto;
	display:inline;
	font-size:10px;
	margin-right:10px!important;
	}

/* Comments.. */

#Comments {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Comments li {
	margin:0px;
	padding:10px 0px;
	border-bottom:1px solid #595959;
	background:url(tab-off.gif) top repeat-x #333;
	}
#Comments li.Hidden {
	background: url(hidden-tile.gif) top left repeat-x #333;
	}
#Comments .CommentHeader {
	padding-left: 8px;
	padding-right: 8px;
	text-align:right;
	line-height:32px;
	}
#Comments .CommentHeader ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Comments .CommentHeader li {
	margin:0px;
	padding:0px;
	display:inline;
	color:#ccc;
	font-size:11px;
	border-bottom:0px;
	background:transparent;
	}
#Comments .CommentHeader li div.CommentIcon {
	padding:9px 0px 9px 30px;
	margin-right: 6px;
	background-repeat:no-repeat;
	display: inline;
	background: transparent center center no-repeat;
	}
#Comments .CommentHeader li span {
	display:none;
	}
#Comments .CommentHeader a.WhisperBack {
	padding-left: 10px;
	color: #ccc;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	}
#Comments .CommentHeader a.WhisperBack:hover {
	color: #fff;
	}
#Comments .CommentHeader em {
	color:#a5a5a5;
	font-style:italic;
	}
#Comments li.Hidden .CommentHeader i {
	padding-left: 8px;
	color:#fff;
	font-style:bold;
	}
#Comments .CommentHeader a {
	text-decoration:none;
	font-size:14px;
	color:#fff;
	font-style:normal;
	letter-spacing:1px;
	}
#Comments .CommentHeader a:hover {
	text-decoration:underline;
	}
#Comments .CommentHeader span {
	font-size:10px;
	font-weight: normal;
	color:#ccc;
}
#Comments .CommentHeader span a {
	font-size:10px;
	font-weight: normal;
	color:#ccc;
	margin-left:3px;
	padding-left:3px;
	cursor: pointer;
	text-decoration: underline;
	}
#Comments .CommentHeader span a:hover {
	text-decoration: underline;
	color: #fff;
	}
#Comments .CommentNotice {
	padding: 6px;
	font-size:13px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #ccc;
	color: #333 !important;
	margin: 10px 0px 10px 0px;
	}
#Comments .CommentBody {
	display:block;
	margin: 10px;
	color:#fff;
	font-size: 13px;
	line-height: 150%;
	}
#Comments .CommentBody a:hover{
	text-decoration:underline;
	}
#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 #fff;
	background: #ccc;
	padding: 8px;
	padding-left: 16px;
	display: block;
	white-space: pre;
	color:#000;
	}	

/* Search Page */
.SearchRadio{
	background:#333!important;
	}
#Form.Search {
	width: 99% !important;
	padding: 20px 0px 0px 0px !important;
	}
html>body #Form.Search { /* ugly hack, but fixes display error in IE. */
	width: 100% !important;
	}
#Form.Search fieldset legend {
	padding: 0px !important;
	margin-bottom: 6px;
	}
#SearchSimple {
	margin: 0px !important;
	}
#SearchSimple label {
	display: inline !important;
	width: 10px !important;
	}
#MainSearchInput #txtKeywords {
	width: 60% !important;
	margin-left: 0px !important;
	}
#MainSearchInput label {
	display: none !important;
	}
#Form.Search .Submit input {
	margin: 0px !important;
	color: #333 !important;
	}
.SearchInput,
.SearchSelect,
.SearchSelect option {
	color: #333 !important;
	}
#SimpleSearchRadios input {
	width: auto !important;
	margin: 0px 2px 0px 12px;
	}
#SimpleSearchRadios label {
	font-weight: normal !important;
	}
.SearchSwitch {
	display: block;
	position: absolute;
	top: 86px;
	right: 20px;
	color: #ccc !important;
	}

/* 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:#7f7f7f;
	background:url(tab-off.gif) top repeat-x #333;
	border-bottom:1px solid #595959;
	}
#CommentResults ul span, #CommentResults ul span a, #CommentResults ul a {
	color:#595959;
	text-decoration:none;
	}
#CommentResults ul span a:hover, #CommentResults ul a:hover {
	color:#fff;
	}
#CommentResults ul a {
	color:#7f7f7f;
	}	
#CommentResults .CommentResult ul {
	background-color:#fff !important;
	}
#CommentResults .CommentText span {
	display: none;
	}
#CommentResults .CommentText span.Highlight {
	display:inline;
	color: #333;
	background:url(input.gif) top repeat-x #ccc;
	}
#CommentResults .CommentText {
	margin:6px 0px 4px 0px !important;
	}
#CommentResults .CommentText a {
	color:#fff !important;
	}
#CommentResults .CommentText a:hover {
	background-color:#595959;
	}
.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: 1px solid #414141;
	}
#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 #414141;
	}
#UserResults li ul {
	margin-top: 0px !important;
	border-bottom:1px solid #595959;
	background:url(tab-off.gif) top repeat-x #333;
	}
#UserResults li li {
	height:auto;
	border:0px;
	}
#UserResults li ul {
	padding: 6px 6px 7px 6px;
	color:#7f7f7f;
	}
li.User {
	display:inline;
	font-size:10px;
	margin-right:10px !important;
	}
li.User span {
	color: #ccc;
	}
li.User.Name {
	display:block;
	font-size: 11px;
	}
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;
	color:#fff!important;
	text-decoration:none;
	}
li.User.Name.WithIcon {
	line-height:32px;
	}
li.User.Name a:hover {
	color:#fff!important;
	text-decoration:underline!important;
	}
li.User.Name span {
	display:none;
	}

/* Forms.. */
.FormatTypeRadio {
	background:#333!important;
	}
#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: 4px 0px 4px 0px;
	margin: 0px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	}
#Form form {
	margin: 0px;
	padding:10px 10px 0px 10px;
	border:1px solid #333;
	border-left:0px;
	border-right:0px;
	background:url(tab-off.gif) top repeat-x #333;
	}
#Form li {
	margin-bottom:10px;
	color:#fff;
	font-weight:bold;
	}
#Form label a {
	margin-bottom:-3px;
	margin-right:16px;
	float:right;
	padding:3px 6px;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
	color:#333;
	border-bottom:0px;
	}
#WhisperUsername,
#WhisperAutoCompleteResults {
	width: 200px;
	}
#Form textarea,
#Form input,
#Form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	background:url(input.gif) top repeat-x #ccc;
	color:#333;
	border:0px solid #7f7f7f;
	}	
#Form textarea {
	width:99.5%;
	height:150px;
	}
#Form textarea.SmallCommentBox {
	height: 150px;
	color:#333;
	}
#Form textarea.LargeCommentBox {
	height: 400px;
	color:#333;
	}
#Form .Button {
	cursor: pointer;
	color: #fff !important;
	background:url(tab-on.gif) top repeat-x #595959;
	}
#Form .Button.SubmitButton {
	margin-right:10px;
	}

/* Add Comment & Start Discussion Forms */

#Form.StartDiscussion legend {
	padding-top: 0px;
	}
#PostPage #Form.AddComments legend {
	padding-top: 0px;
	}
.AddComments {
	width: 99%;
	}
#Form.AddComments {
	width: 100%;
	}	
#Form.AddComments fieldset {
	margin: 0px;
	}
#Form.AddComments form {
	margin-top: 0px !important;
	}
#Form.StartDiscussion label, 
#Form.AddComments label {
	display:block;
	width:100%;
	color:#fff;
	font-weight:bold;
	}
#Form.StartDiscussion label.Radio,
#Form.AddComments label.Radio {
	display:inline !important;
	width:auto !important;
	}
#Form.AddComments {
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 0px 0px;
	}
#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: 20px !important;
	}

/* Account Section Forms.. */

.Account {
	width:450px;
	margin: 0px !important;
	}
#Form.Account * {
	color:#fff;
	}
#Form.Account legend {
	color:#333;
	}
#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:#333;
	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 */
  
#Form.UpdateCheck p.Description {
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
	}  
  
/* RoleEdit Form */
  
#Form.RoleEditForm li p span label {
	font-weight: normal !important;
	}

/* Category List */
#Form.CategoryList .RoleBlocked {
	background: url(disabled-tile.gif) #ccc;
	}
	
/* 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 #7f7f7f;
	border-bottom:0px;
	margin: 10px 0px 20px 0px !important;
	}
div.Extensions ul {
	background-color:#595959;
	}
div.Extensions ul li { 
	border-bottom:1px solid #7f7f7f;
	margin:0px !important;
	padding:10px !important;
	overflow: hidden;
	}
div.Extensions ul li.Enabled {
	background:url(tab-on.gif) top repeat-x #595959;
	}
div.Extensions ul li.Disabled {
	background: url(disabled-tile.gif) #414141;
	}
div.Extensions ul li.Processing {
	background: #ccc;
	}
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: #333 !important;
	}
div.Extensions h3 {
	font-size:13px;
	color:#333 !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:#fff !important;
	text-decoration: none;
	font-style:italic;
	}
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:#ccc !important;
	text-decoration: none;
	}
div.Extensions ul li p a:hover {
	color:#fff !important;
	text-decoration: underline;
	}

/* Custom form for sortable list */

  
.SortList {
	background:url(tab-on.gif) top repeat-x #595959;
	border: 1px solid #ccc;
	border-top: 0px;
	}
.MovableSortListItem {
	cursor: move;
	}
.SortListItem {
	border-top: 1px solid #ccc;
	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: #fff !important;
	font-weight: normal !important;
	font-style:italic;
	text-decoration: none !important;
	}
.SortEdit:hover {
	color: #fff!important;
	text-decoration: underline!important;
	}
.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: #fff !important;
	}

/* Profile Page.. */

#AccountProfile #Success,
#AccountProfile .ErrorContainer {
	margin-right: 18px;
	}
#AccountProfile .ErrorContainer {
	margin-bottom: 10px;
	}
#AccountProfile {
	float:left;
	width:300px;
	border-right:1px solid #333;
	}
#AccountProfile * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#AccountProfile li {
	clear:both;
	margin-right:20px;
	line-height:18px;
	}
#AccountProfile h3 {
	font-size:12px;
	width:44%;
	float:left;
	color:#fff;
	}
#AccountProfile p {
	float:left;
	width:55%;
	}
#AccountProfile h2 {
	font-size:14px;
	color:#fff;
	width:60%;
	float:left;
	font-weight:normal;
	letter-spacing:1px;
	}
#AccountProfile .ProfileTitle * {
	line-height:32px;
	}
#AccountProfile .Tagline {
	padding: 6px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #ccc;
	color: #333 !important;
	margin: 0px 20px 10px 0px;
	}
.ProfileTitleIcon {
	background-repeat:no-repeat;
	}
.ProfileTitle h2 {
	width:48% !important;
	}
.ProfileTitle.WithIcon h2 {
	padding-left:4px !important;
	width: auto;
	}
.ProfileTitle.WithIcon .ProfileIcon {
	padding:9px 0px 9px 30px;
	background: transparent no-repeat center center;
	margin-right: 6px;
	display: inline;
	float: left;
	width: 32px;
	}	
#AccountProfile .ProfileTitle p {
	width:auto;
	float: right;
	text-align:right;
	font-size:11px;
	color:#ccc;
	}
#AccountProfile .ProfileTitle {
	line-height:20px;
	margin-bottom:10px;
	}
#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:#ccc;
	}
#AccountHistory ul, #AccountHistory h2 {
	margin:0px 20px;
	}
#AccountHistory ul {
	margin-bottom:20px;
	}
#AccountHistory h2 {
	font-size:14px;
	color:#333;
	}
#AccountHistory ul {
	border-top:1px solid #333;
	}
#AccountHistory li {
	padding:5px;
	border-bottom:1px solid #595959;
	background:url(tab-off.gif) top repeat-x #333;
	}
#AccountHistory h3,
#AccountHistory h3 a {
	color:#fff;
	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 {
	width: 450px !important;
	margin: 0px;
	padding: 0px;
	}
#SettingsPage #Form.Help p.Description {
	padding: 10px !important;
	color:#fff !important;
	}
#SettingsPage #Content dl * {
	margin:0px;
	padding:0px;
	color: #fff;
	font-size:12px;
	}
#SettingsPage #Content dl dt {
	margin: 10px 10px;
	font-weight:bold;
	font-size:14px;
	}
#SettingsPage #Content dl dd {
	margin:10px;
	}
.WhisperFrom {
	background:url(new-post.gif) top repeat-x #414141!important;
	}
.WhisperTo {
	background:url(whisper-from.gif) top repeat-x #7f7f7f!important;
	}
.left {
	float:left;
	}
.hiLite {
	background-color:#ccc;
	font-style:normal;
	}

/* Autocomplete results */
  
.AutoCompleteContainer {
	margin: 0px;
	padding: 0px;
	border: 1px solid #7f7f7f;
	border-top: 0px;
	}
.AutoCompleteContainer td {
	padding: 3px;
	cursor: pointer;
	}
.AutoCompleteRow td {
	background: #fff;
	color: #333;
	}
.AutoCompleteHoverRow td {
	background: #414141;
	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 */

/*Attachments styling*/
#Comments .Attachments {
	background-color:#414141!important;
	border:1px solid #7f7f7f!important;
	color:#ccc!important;
	}
html:not([dummy]) #Comments .Attachments{
	min-height:22px;/*Firefox bottom border fix*/
	}
#Comments .Attachments ul li {
	background:transparent!important;
	}

/*Annoucement styling*/
#txtMessage{
	color:#333!important;
	}

/*Stuff Displayer styling*/
#URLStuff{
	color:#333!important;
	}
#Stuff{
	color:#333!important;
	}

/*Legend & related stuff styling*/
li.Legend{
	border-bottom:1px solid #595959!important;
	color:#ccc!important;
	}
/*Latest Discussion Prime*/
.LatestDiscussionsTime {
	background:transparent!important;
	color:#333!important;
	font-size:10px!important;
	}

/*Comment Links*/
.CopyMenu dl {
background:url(input.gif) top repeat-x #ccc!important;
border: 1px solid #fff!important;
}
.CopyMenu dl dt {
color: #333!important;
border-bottom: 1px solid #fff!important;
}
.CopyMenu dl dd a {
color: #595959!important;
}
.CopyMenu dl dd a:hover {
background-color: #fff!important;
color: #333!important;
}

/*Header title alternate colors*/
#Title1{
	color:#595959;
	font-size:24px;
	letter-spacing:6px;
	}
#Title2{
	color:#7f7f7f;
	font-size:24px;
	letter-spacing:6px;
	}

/*Custom stuff*/
.LargeTextbox{
	color:#333!important;
	}
