/* Page body */
body{
	background-color:#222222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* 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 {
	font-family: tahoma, arial, verdana, sans-serif;
	color : #AAAAAA;
	font-weight: normal;
	font-size: 12px;
}
.lgText, .heading{
	font-family: tahoma, arial, verdana, sans-serif;
	color: #000000;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 11px;
	color : #666666;
}

.lgText{
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}

.heading{
	font-size: 12px;
	color : #CCCCCC;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}



/* Hyperlinks */
a:link {
	color : #CCCCCC;
	text-decoration: none;
}

a:visited{
	color : #CCCCCC;
	text-decoration: none;
}

a:hover, a:visited:hover{
	color : #CCCCCC;
	text-decoration: none;
}

a.smLink {
	color : #999999;
	font-size: 11px;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
	color : #666666;
	text-decoration: none;
	font-size: 11px;

}

a.nav:hover, a.nav:visited:hover{
	color : #999999;
	text-decoration: none;
	font-size: 11px;

}

/* Misc */
ul{
	list-style-type: square;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border:none 
}

.avatar, #avatar{
	width: 64px;
	height: 64px;
	border: 1px solid #444444;
	margin: 2px;
}

/* Rich Text Editor */
.WebWizRTEbutton{
	 border:1px solid #222222;
}

.WebWizRTEtextarea{
	background-color: #222222;
	font-size: 12px;
}

INPUT,SELECT,TEXTAREA {
	font-family: tahoma, arial, verdana, sans-serif;
	border:1px #444444 solid;
	background-color:#222222;
	color:#666666;
	font-size:12px;
	border-style:solid;
}

.RTEbutton{
	background-color: #282828;
}

/* Tables */
.basicTable{
	border: 0px;
	width: 98%;
}

.errorTable{
	border: 1px solid orange;
	background-color: #222222;
	width: 98%;
	color: #CCCCCC;
}

.tableBorder, .wwgAdTable{
	border: 1px solid #444444;
	background-color: #222222;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	color: orange;
	background-color: #222222;
	height: 10px;
	font-size:13px;
	background-image:url(../forum_images/titlebg.gif);
}

.tableLedger a:link, .tableLedger a:visited{
	color : orange;
	text-decoration: none;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : orange;
	text-decoration: none;
}

/* Search Sub-Ledger */
.tableSubLedger{
	color : #666666;
	background-color: #282828;
	height: 18px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #666666;
	text-decoration: none;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #999999;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #282828;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	color : orange;
	text-decoration: none;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : orange;
	text-decoration: none;
}

/* Tables */
.tableRow{
	background-color: #222222;
	font-size:12px;
	color:#999999;
}


.tableTopRow, .tableBottomRow{
	background-color: #222222;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #282828;

}

.oddTableRow{
	background-color: #303030;
}

.hiddenTableRow{
	background-color: #303030;
}

/* Private messager */
.PMtableRow{
	background-color: #222222;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
	float:left;
	overflow:auto;
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #282828;
	color:#666666;
	font-size: 12px;
}

.msgOddTableRow, .msgOddTableSide{
	background-color: #303030;
	color:#666666;
	font-size: 12px;
}

.msgEvenTableSide a:link, .msgEvenTableSide a:visited, .msgOddTableSide a:link, .msgOddTableSide a:visited{
	color : #999999;
	text-decoration: none;
	font-weight: bold;
}

.msgEvenTableSide a:hover, .msgEvenTableSide a:visited:hover, .msgOddTableSide a:hover, .msgOddTableSide a:visited:hover{
	color : #999999;
	text-decoration : none;
	font-weight: bold;
}

.msgHiddenTableRow{
	font-size: 11px;
	background-image: url(../forum_images/pre_approved_post.gif);
}

.msgLineDevider{

}

.amsgSignature{
	max-height: 200px;
	width: 100%;
}

.postSeparatorTableRow{
	height: 10px;
	background-color: #222222;

}

/* Calendar */
.calLedger{
	background-color: #222222;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : orange;
	text-decoration: none;
	font-size: 10px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : orange;
	text-decoration: none;
	font-size: 10px;
}

.calDateCell{
	background-color: #282828;
}

.calTodayCell{
	background-color: #303030;
	border:1px solid orange;
}

.calEmptyDateCell{
	background-color: #222222;
}

/* BBcode blocks */
.BBquote{
	border: 1px solid orange;
	background-color: #222222;
	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 solid orange;
	width: 97%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

/* Forum ads */
/* WARNING: Changing the adverts so they are no-longer visable or readable will break the terms of the license agreement */

.wwgAdTD {
	background-color: #F8F8FC;
	color : #000000;
}

.wwgAdTitle a:link, .wwgAdTitle a:visited, .wwgAdTitle a:hover, .wwgAdTitle a:visited:hover{
	color : #0000FF;
	text-decoration: underline;
}

.wwgAdFooter{
	color: #FFFFFF;
	background-color: #7F7F99;
}

.wwgAdFooter a:link, .wwgAdFooter a:visited, .wwgAdFooter a:hover, .wwgAdFooter a:visited:hover{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

