/* Site Defaults */

h1 {
	font-family: Arial;
	font-size: 14pt;
	font-style:normal;
	font-variant: normal;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
h2{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color:#CC9900;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
h3{
	font-family: Arial;
	font-size: 11pt;
	font-style: italic;
	font-variant: normal;
	font-weight: bolder;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
h4{
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #cccccc;
	padding-left: 4px;
	padding-right: 2px;

}
h5{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 4px;
	padding-right: 2px;
}
h6 {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #856666;
}
.pathyellow{
color:#CC9900;
font-size:8pt;
font-weight:bold;
}
.path{
color:#333333;
font-size:8pt;
font-family: Arial;
}
.pathred{
color:#CC0000;
font-size:8pt;
font-family: Arial;
}
.path10b{
color:#333333;
font-size:10pt;
font-family: Arial;
font-weight:bold;
}
.path:active, .path:link, .path:visted{
color:#333333;
font-size:8pt;
font-family: Arial;
}
.path:hover, .path:visted:hover{
font-size:8pt;
color:#CC9900;
font-family: Arial;
text-decoration:underline;
}
.pmenu:active, .pmenu:link, .pmenu:visited{
font:Arial; 
font-size:14px; 
font-weight:bold; 
color:#666666;
text-decoration:underline;
padding-bottom:8px;
}
.pmenu:hover, .pmenu:visited:hover{
font:Arial; 
font-size:14px; 
font-weight:bold; 
color:#FFFFCC;
padding-bottom:6px;
text-decoration:none;
}
.footbox:active, .footbox:link, .footbox:visited{
font:Arial;
background-color:#999999; 
font-size:12px; 
font-weight:bold; 
color:#FFFFCC;
padding:1px 4px 1px 4px;
border:1px solid #666666;
}
.footbox:hover, .footbox:visited:hover{
font:Arial; 
background-color:#666666; 
font-size:12px; 
font-weight:bold; 
color:#CC9900;
padding:1px 4px 1px 4px;
border:1px solid #333333;
}
.aCsubBar:active, .aCsubBar:link, .aCsubBar:visited{
font:Arial;
background-color:#FFFFCC;
font-size:12px; 
font-weight:bold; 
color:#333333;
padding:1px 4px 1px 4px;
border:1px dashed #666666;
}
.aCsubBar:hover, .aCsubBar:visited:hover{
font:Arial; 
background-color:#CCCCCC; 
font-size:12px; 
font-weight:bold; 
color:#CC9900;
padding:1px 4px 1px 4px;
border:1px dashed #666666;
}
.pathgray{
font-size:8pt;
color:#666666;
}
.pathwhite{
font-size:8pt;
color:#ffffff;
}
.pathgray:active, .pathgray:link, .pathgray:visted{
font-size:8pt;
color:#FFFFFF;
}
.pathgray:hover, .pathgray:visted:hover{
font-size:8pt;
color:#CC9900;
}
.boxdashed{
border-color:#999999;
border-right-style:dashed;
border-left-style:dashed;
border-bottom-style:dashed;
border-top-style:dashed;
border-width:2px;

}
.baseline{
border-top:1px solid #666666;
}
.box{
border:1px dotted #666666;
}
.boxg{
border:1px dotted #333333;
}

/* Page body */
body{
	background-color:#e5e5e5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p{
padding-right:2px;
padding-left:2px;
color:#000000;
font-family: Arial;
font-size:10pt;
}
/* 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: Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 10pt;
}
.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 */
a:link {
	color : #333333;
	text-decoration:none;
}

a:visited{
	color : #333333;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #CC9900;
	text-decoration:underline;
}

a.smLink {
	font-size: 10px;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
	color : #333333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.nav:hover, a.nav:visited:hover{
	color : #CC9900;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

/* Misc */
ul{
	list-style-type: circle;
	color:#333333;
font-size:8pt;
font-family: Arial;

}

form{
	display: inline;
}

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: #ededed;
}

/* Tables */
.basicTable{
	border: 0px;
	width: 98%;
}

.errorTable{
	border: 1px solid #666666;
	background-color: #ededed;
	width: 98%;
	color: #FF0000;
}
.faketableborder{	
border: 1px solid #ffffff;
	background-color: #666666;
	}

.tableBorder, .wwgAdTable{
	border: 1px solid #ffffff;
	background-color: #666666;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: #ededed;
	background-image: url(/images/table_bg_image.gif);
}
.acMenuBar{
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color : #666666;
	background-color: #ededed;
	background-image: url(/aCmenuBar/menubarbg.gif);
}
.faketableLedger{
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color : #FFFFFF;
}
.tableLedger a:link, .tableLedger a:visited{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #666666;
	text-decoration : none;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	height: 26px;
	font-weight: bold;
	background-color: #cccccc;
	background-image: url(../forum_images/table_bg.gif);
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #696969;
	text-decoration: underline;
	font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #333333;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #dddddd;
}

.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: #ededed;
}

.tableTopRow, .tableBottomRow{
	background-color: #dddddd;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #efefef;

}

.oddTableRow{
	background-color: #ededed;
}

.hiddenTableRow{
	background-color: #dddddd;
}

/* Private messager */
.PMtableRow{
	background-color: #dddddd;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #dddddd;
	font-size: 10px;
}

.msgOddTableRow, .msgOddTableSide{
	background-color: #ededed;
	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 : #CC9900;
	text-decoration : none;
	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: 10px;
	background-color: #ffffff;

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #dddddd;
	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: #fafafa;
}

.calTodayCell{
	background-color: #ffffff;
	border:1px solid #FF0000;
}

.calEmptyDateCell{
	background-color: #999999;
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	width: 98%;
	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: #D1DCEB;
}

.wwgAdFooter a:link, .wwgAdFooter a:visited, .wwgAdFooter a:hover, .wwgAdFooter a:visited:hover{
	color : #465584;
	text-decoration: none;
	font-weight: normal;
}