/* Page body */
body{
	background-color: #FFFFFF;
	background-image: url(../forum_images/main_bg.gif);
	margin-left: 100px;
	margin-top: 10px;
	margin-right: 100px;
	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:  Verdana, Arial, Helvetica, sans-serif;
	color : #191970;
	font-weight normal;
	font-size: 12px;
}
.lgText, .heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191970;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 12px;
	font-weight bold;
}

.lgText{
	font-size: 15px;
}

.heading{
	font-size:  19px;
	
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
a:link {
	color : #191970;
	text-decoration: none;
}

a:visited{
	color : #0084B2;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #007DAC;
	text-decoration : underline;
}

a.smLink {
	font-size: 12px;
	font-weight: bold;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
	color : #444444;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.nav:hover, a.nav:visited:hover{
	color : #999999;
	text-decoration : underline;
	font-size: 13px;
	font-weight: bold;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border:none 
}

.avatar, #avatar{
	width: 100px;
	height: 100px;
	border: 0px solid #000000;
	margin: 2px;
}

/* Rich Text Editor */
.WebWizRTEbutton{
	 border: #EFEFEF 1px solid;
}

.WebWizRTEtextarea{
	background-color: #FFFFFF;
	font-family: Verdana; 
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.RTEbutton{
	background-color: #E6E7F2;
}

/* Tables */
.basicTable{
	border: 1px;
	width: 98%;
}

.errorTable{
	border: 1px solid #0033CC;
	background-color: #ECF5F7;
	width: 98%;
	color: blue;
}

.tableBorder, .wwgAdTable{
	border: 1px solid #294598; /*CACDD6;*/ 
	background-color: #EAEBEE;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #191970;
	background-color: #E7EBF7; /*#E7EBF7*/
	height: 27px;
	font-size: 12px;
}

.tableLedger a:link, .tableLedger a:visited{
	color : #191970;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-color: #F5F5F5;/*#D6DEF6;*/
	height: 28px;
	font-size: 13px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #191970;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
	font-size: 13px;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #DCDDE4;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
}

/* Tables */
.tableRow{
	background-color: #FFFEEE;
	height: 46px;
}

.tableTopRow, .tableBottomRow{
	background-color: #FFFFEE;
}

/* Alternating Row Colours */
.evenTableRow{
/*	background-color: #F9F5DF; /*#FFFFFE;*/
	background-image: url(../forum_images/gradient_alt.gif);
	height: 48px;
}

.oddTableRow{
/*	background-color: #FFFFFF /*#FFFFFE;*/
	background-image: url(../forum_images/gradient_alt.gif);
	height: 48px;
}

.hiddenTableRow{
	background-color: #DFDFDF;
	height: 48px;
}

/* Private messager */
.PMtableRow{
	background-color: #FFFFFE;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody
{
	font-family: Verdana, Times New Roman;
	font-size: 12px; 
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #FFFFFC;
	font-size: 10px;
}

.msgOddTableRow, .msgOddTableSide{
	background-color: #FCFAEE ;/*#e7fad5 ; /*#FEF5A1; /*#FFFFFC;*/
	font-size: 10px;
}

.msgEvenTableSide a:link, .msgEvenTableSide a:visited, .msgOddTableSide a:link, .msgOddTableSide a:visited{
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

.msgEvenTableSide a:hover, .msgEvenTableSide a:visited:hover, .msgOddTableSide a:hover, .msgOddTableSide a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url(../forum_images/pre_approved_post.gif);
}

.msgLineDevider{
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.msgSignature{
	max-height: 160px;
	width: 100%;
}

.postSeparatorTableRow{
	height: 5px;
	background-color: #999999;

}

/* 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: #FFFFFC;
}

.calTodayCell{
	background-color: #FFFFFC;
	border:1px solid #FF0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px solid #999999;
	background-color: #FFFFEE;
	width: 95%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	font-family: Times New Roman;
	font-size: 16px;   
	overflow: hidden;
	display: transparent;
	padding: 5px;
	font-style:italic;
}

.BBcode{
	font-family: Courier New, Courier, mono;
	border: 1px dashed #999999;
	width: 95%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: hidden;
	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: #FFFFFC;
	color : #000000;
	font-size: 10px;
}

.wwgAdTitle a:link, .wwgAdTitle a:visited, .wwgAdTitle a:hover, .wwgAdTitle a:visited:hover{
	color : #0000FF;
	text-decoration: underline;
	font-size: 10px;
}

.wwgAdFooter{
	color: #FFFFFF;
	background-color: #7F7F99;
	font-size: 10px;
}

.wwgAdFooter a:link, .wwgAdFooter a:visited, .wwgAdFooter a:hover, .wwgAdFooter a:visited:hover{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}