/* Page body */
body{
		margin:0px; list-style-type:square; 
		background-image:url('background2ar.gif')
	


}

/* Text for most CSS classes */
p, td, th{
font-family: tahoma;
font-size: 12px;
color:#555555;
margin-top: 1; 
margin-bottom: 1;
}



.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: Arial, Tahoma, Times New Roman;
	color : #000033;
	font-weight: normal;
	font-size: 12px;
}
.lgText, .heading{
	font-family: Arial, Tahoma, Times New Roman;
	color: #000000;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 11px;
}

.lgText{
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.heading{
	font-family: Arial, Tahoma, Times New Roman;
	color : navy;
	font-size: 19px;
	font-weight: bold;
}

.5{
	font-family: Arial, Tahoma, Times New Roman;
	color: navy;
	font-size: 12px;
	font-weight: bold;
}

.4{
	font-family: Arial, Tahoma, Times New Roman;
	color: #1D7801;
	font-size: 12px;
	font-weight: bold;
}

.3{
	font-family: Arial, Tahoma, Times New Roman;
	color: #9EA706;
	font-size: 12px;
	font-weight: bold;
}

.2{
	font-family: Arial, Tahoma, Times New Roman;
	color: #068EA7;
	font-size: 12px;
	font-weight: bold;
}

.1{
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 12px;
	color: ;
}
.error{
	color : #CC0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
A:link {
	COLOR: #555555 ; TEXT-DECORATION: none
}

A:visited {
	COLOR: #555555 ;TEXT-DECORATION: none
}

A:hover {
	BORDER-RIGHT: #cccbcb 1px solid; BORDER-TOP: #cccbcb 1px solid; BORDER-LEFT: #cccbcb 1px solid; COLOR: #ff6600; BORDER-BOTTOM: #cccbcb 1px solid; BACKGROUND-COLOR: #f6f6f6
}
a.smLink {
	font-size: 11px;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
	color : navy;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.nav:hover, a.nav:visited:hover{
	color : #DD6900;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border:none 
}

.avatar{
	max-width: 64px;
	max-height: 64px;
	border: 1px solid #000000;
	margin: 2px;
}

/* Rich Text Editor */
.WebWizRTEbutton{
	 border: #EFEFEF 1px solid;
}

.WebWizRTEtextarea{
	background-color: #FFFFFF;
	font-size: 13px;
}

.RTEbutton{
	background-color: #EFEFEF;
}

/* Tables */
.basicTable{
	border: 0px;
	width: 100%;
}

.errorTable{
	border: 1px solid #D1D7DC;
	background-color: #EFEFEF;
	width: 96%;
	color: #CC0000;
}

.tableBorder{
	border: 1px solid navy;
	background-color: #FFFFFF;
	width: 100%;
}

/* Table Ledger */
.tableLedger{
	height: 26px;
	_height: 20px;
	font-family: Arial, Tahoma, Times New Roman;
	font-weight: bold;
	color : #000000;
	font-size: 11px;
	background-image: url(../forum_images/table_bg_image.gif);
	background-color:navy;

}

.tableLedger a:link, .tableLedger a:visited{
	color : #000066;
	text-decoration: none;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #000066;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	height: 28px;
	_height: 22px;
	font-weight: bold;
	color : #000066;
	background-image: url(../forum_images/table_bg.gif); 
	background-color:navy; 
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #000066;
	text-decoration: none;
	font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #000066;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #D1D7DC;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	color : navy;
	text-decoration: none;
	font-weight: bold;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : navy;
	text-decoration : underline;
	font-weight: bold;
}

/* Tables */
.tableRow{
	background-image: url(../forum_images/mainpage_bg.gif);

}

.tableTopRow, .tableBottomRow{
	background-color: #f5f5ff;
}

/* Alternating Row Colours */
.evenTableRow{
	background-image: url(../forum_images/mainpage_bg.gif);

}

.oddTableRow{
	background-image: url(../forum_images/mainpage_bg.gif);
}

.hiddenTableRow{
	background-color: #DEE3E7;
}

/* Private messager */
.PMtableRow{
	background-color: #EFEFEF;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #EFEFEF;
	font-size: 10px;
	background-image: url(../forum_images/mainpage_bg.gif);

}

.msgOddTableRow, .msgOddTableSide{
	background-color: #DEE3E7;
	font-size: 10px;
	background-image: url(../forum_images/mainpage_bg.gif);
}

.msgEvenTableSide a:link, .msgEvenTableSide a:visited, .msgOddTableSide a:link, .msgOddTableSide a:visited{
	color : navy;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../forum_images/mainpage_bg.gif);

}

.msgEvenTableSide a:hover, .msgEvenTableSide a:visited:hover, .msgOddTableSide a:hover, .msgOddTableSide a:visited:hover{
	color : #DD6900;
	text-decoration : none;
	font-weight: bold;
	background-image: url(../forum_images/mainpage_bg.gif);

}

.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: 10px;
	background-color: #D1D7DC;

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #D1D7DC;
	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: #EFEFEF;
}

.calTodayCell{
	background-color: #EFEFEF;
	border:1px solid #FF0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #FAFAFA;
	width: 96%;
	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: 96%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

.tableSkin{
	height: 25px;
	_height: 19px;
	font-family: Arial, Tahoma, Times New Roman;
	font-weight: bold;
	color : #000066;
	font-size: 11px;
	background-image: url(../forum_images/cbg.gif);
	background-color:navy;
}

.tableNews{
	height: 25px;
	_height: 19px;
	font-family: Arial, Tahoma, Times New Roman;
	font-weight: bold;
	color : #000066;
	font-size: 11px;
	background-color:navy;
}


	
}