body.admin{
	background: #000;
}
body.admin a{
	color: #FFEA00;
}
body.admin a:hover{
	color: #88CEFF;
}

body.admin table.tableborder{width: 98%; margin-right: 30px;}

/* Text for most CSS classes */
.text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableSearchLedger, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calLedger, .calDateCell, .calTodayCell, .BBquote, .BBcode {
	color : #fff;
	font-weight: normal;

}
.text1{
	color : #000;
	font-weight: normal;
}

.lgText, .heading{
	color: #fff;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
	color: #999;
}

.lgText{
	font-size: 14px;
}

.heading{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */

a.smLink {
	font-size: 10px;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
	text-decoration: none;
	font-weight: bold;
	color: #ffea00;
	padding: 0 0 0 10px;
}

a.nav:hover, a.nav:visited:hover{
	text-decoration : none;
	font-weight: bold;
	color: #fff !important;
}

/* Misc */

a img,:link img,:visited img{
	border:none 
}

.avatar, #avatar{
	width: 100px;
	height: 100px;
	border: 1px solid #000000;
	margin: 2px;
}

/* Rich Text Editor */
.WebWizRTEbutton{
	 border: 1px solid #2d2d2d;
	 cursor: pointer;
}

.WebWizRTEtextarea{
	background-color: #000;
	color: #fff;
	font-size: 12px;
}

.RTEbutton{
	background-color: #E6E7F2;
}

/* Tables */
.basicTable{
	border: 0px;
	width: 730px;
	padding: 5px 10px;
}

.errorTable{
	border: 1px solid #900000;
	background-color: #510000;
	width: 730px;
	margin: 0 10px;
	color: #FF0000;
}

.tableBorder, .wwgAdTable{
	border: 1px solid #535353;
	background: #2d2d2d;
	width: 730px;
	margin: 0 10px;
}

/* Table Ledger */
.tableLedger{
	background: #414141 url('/fend/forum_images/tableledger.gif') top repeat-x;
	height: 26px;
	text-transform: uppercase;
	font-size: 11px;
	color: #9c9c9c;
}

.tableLedger a{
	font-weight: bold;
	font-size: 11px;
	color: #9c9c9c;
}

.tableLedger a:hover {
	color: #ffea00;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background: #363636 url('/fend/forum_images/tablesubledger.gif') top repeat-x;
	color: #aaa;
	height: 22px;
}
.tableSubLedger a {
	font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #DCDDE4;
}

/* Tables */
.tableRow{
	background-color: #2d2d2d;
}

.tableRow .text{
	background-color: #2d2d2d;
}

.tableTopRow, .tableBottomRow{
	background-color: #2d2d2d;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #2d2d2d;

}

.oddTableRow{
	background-color: #2a2a2a;
}

.hiddenTableRow{
	background-color: #DFDFDF;
}

/* Private messager */
.PMtableRow{
	background-color: #000;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
	font-size: 12px;
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #2d2d2d;
	font-size: 10px;
}

.msgOddTableRow, .msgOddTableSide{
	background-color: #2a2a2a;
	font-size: 10px;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url(../forum_images/pre_approved_post.gif);
}

.msgLineDevider{
	border: solid #444 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.msgSignature{
	max-height: 160px;
	width: 100%;
}

.postSeparatorTableRow{
	height: 10px;
	background-color: #000;

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #DCDDE4;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-size: 10px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #666666;
	text-decoration: none;
	font-size: 10px;
}

.calDateCell{
	background-color: #F8F8FC;
}

.calTodayCell{
	background-color: #F8F8FC;
	border:1px solid #FF0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #555555;
	width: 97%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

.BBcode{
	font-family: Courier New, Courier, mono;
	border: 1px dashed #999999;
	width: 97%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

div#forumNav{
	text-align: center;
}
div#forumNav1,
div#forumNav2{
	padding: 5px 0;
}