/* Page body 
body{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}*/

/* Text for most CSS classes */
.text, .smText, .error, #forum_links a, a.smLink, #forum_links 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 : #465584;
	font-weight: normal;
	font-size: 12px;
}
.lgText, .heading{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
}

.lgText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.heading{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 19px;
	font-weight: bold;
}

.error{
	color : #CC0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
#forum_links a:link {
	color : #333333;
	text-decoration: underline;
}

#forum_links a:visited{
	color : #333333;
	text-decoration : underline;
}

#forum_links a:hover, a:visited:hover{
	color : #465584;
	text-decoration : underline;
}

#forum_links a.smLink {
	font-size: 10px;
}

/* navigation hyperlinks */
#forum_links a.nav, #forum_links  a.nav:visited{
	color : #333333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#forum_links a.nav:hover, #forum_links  a.nav:visited:hover{
	color : #465584;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

/* Misc */
#forum_links ul{
	list-style-type: circle;
}

#forum_links form{
	display: inline;
}

#forum_links a img,:link img,:visited img{
	border:none 
}

.avatar, #avatar{
    width: 64px;
    height: 64px;
    border: 1px solid #000000;
    margin: 2px;
}

/* Rich Text Editor */
.WebWizRTEbutton{
	 border: #EFEFEF 1px solid;
}

.WebWizRTEtextarea{
	background-color: #FFFFFF;
	font-size: 12px;
}

.RTEbutton{
	background-color: #E4EAF2;
}

/* Tables */
.basicTable{
	border: 0px;
	width: 100%;
}

.errorTable{
	border: 1px solid #FAE5E5;
	background-color: #ffffff;
	width: 100%;
	color: #FF0000;
}

.tableBorder, .wwgAdTable{
	border: 1px solid #FAE5E5;
	background-color: #FFFFFF;
	width: 100%;
}
.tableBorder_99{
	border: 1px solid #FAE5E5;
	background-color: #FFFFFF;
	width: 99%;
}

/* Table Ledger */
.tableLedger{
height:22px;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #465584;
	background-color: #ffbfbf;
	background-image: url(../forum_images/table_bg_image-2.gif);
	/**/
}

.tableLedger2{
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: #DFE6EF;
	background-image: url(../forum_images/table_bg_image-2.gif);
}
.tableLedger a:link, .tableLedger a:visited{
	color : #465584;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #465584;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	height: 26px;
	height: 20px;
	font-weight: bold;
	background-color: #fef2f2;
	
	/*background-image: url(../forum_images/table_bg.gif);*/
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #465584;
	text-decoration: underline;
	font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #465584;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #FAE5E5;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	color : #333333;
	text-decoration: none;
	font-weight: bold;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #465584;
	text-decoration : none;
	font-weight: bold;
}

/* Tables */
.tableRow{
	background-color: #FCF2F2;
}

.tableTopRow, .tableBottomRow{
	background-color: #FAE5E5;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #fef9f9;

}

.oddTableRow{
	background-color: #FFFFFF;
}

.hiddenTableRow{
	background-color: #FAE5E5;
}

/* Private messager */
.PMtableRow{
	background-color: #ffffff;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
}

.msgEvenTableRow, .msgOddTableSide{
	background-color: #fef9f9;
	font-size: 10px;
}

.msgOddTableRow, .msgEvenTableSide{
	background-color: #FCF2F2;
	font-size: 10px;
}

.msgEvenTableSide a:link, .msgEvenTableSide a:visited, .msgOddTableSide a:link, .msgOddTableSide a:visited{
	color : #333333;
	text-decoration: none;
	font-weight: bold;
}

.msgEvenTableSide a:hover, .msgEvenTableSide a:visited:hover, .msgOddTableSide a:hover, .msgOddTableSide a:visited:hover{
	color : #465584;
	text-decoration : none;
	font-weight: bold;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url(../forum_images/pre_approved_post.gif);
}

.msgLineDevider{
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}

.msgSignature{
	max-height: 160px;
	width: 100%;
}

.postSeparatorTableRow{
	height: 10px;
	background-color: #F9D5D5;
}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #FAE5E5;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #333333;
	text-decoration: none;
	font-size: 10px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #465584;
	text-decoration: none;
	font-size: 10px;
}

.calDateCell{
	background-color: #ffffff;
}

.calTodayCell{
	background-color: #ffffff;
	border:1px solid #FF0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	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: 98%;
	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: #E4EAF2;
}

.wwgAdTitle a:link, .wwgAdTitle a:visited, .wwgAdTitle a:hover, .wwgAdTitle a:visited:hover{
	color : #465584;
	text-decoration: underline;
}

.wwgAdFooter{
	color: #FFFFFF;
	background-color: #FAE5E5;
}

.wwgAdFooter a:link, .wwgAdFooter a:visited, .wwgAdFooter a:hover, .wwgAdFooter a:visited:hover{
	color : #465584;
	text-decoration: none;
	font-weight: normal;
}
/* Easy Slider */
#slider {
	width: 652px;
	margin:0 auto;/*	background-position: center -164px;
	background-repeat: repeat-x;
	background-color: #FFF;*/
}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	/*#slider2{margin-top:1em;}*/
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:652px;
	height:210px;
	overflow:hidden;
	color: #FFFFFF;
	
		}	
	
		
	/* numeric controls */	

	ol#controls{
	margin:1em 0;
	padding:0;
	height:18px;
	margin-left:0px;
	position: relative;
	top: 0px; left: 5px
		}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		filter:alpha(opacity=80);
		opacity: 0.8;
		}
	ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	color:#5895CB;
	padding:0 8px;
	text-decoration:none;
	background-color: #FFF;
	font-weight: bold; border:1px solid #5895CB
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #5895CB;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#onder a:link,#slider a:link { 
color: #000
}
#onder a:visited,#slider  a:visited { 
color: #000
}
#onder a:active,#slider  a:active{  
color: #000; text-decoration: underline
}
#onder a:hover ,#slider  a:hover{ 
color: #CC0000; text-decoration:none;
}
