/* Page body */
body{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../forum_images/back.gif);
	background-repeat: repeat;
	text-align:left;
}

/* 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 : #000000;
	font-weight: normal;
	font-size: 11px;
}
.lgText, .heading{
	font-family: Arial, Helvetica, sans-serif;
	color: #094565;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
}

.lgText{
	font-size: 12px;
}

.heading{
	font-size: 13px;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
a:link {
	color : #0868B1;
	text-decoration: none;
}

a:visited{
	color : #0868B1;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #0868B1;
	text-decoration : underline;
}

a.smLink {
	font-size: 10px;
	text-decoration: underline;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
	color : #444444;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.nav:hover, a.nav:visited:hover{
	color : #999999;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

/* Misc */
ul{
	list-style-type: circle;
}

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: 11px;
}

.RTEbutton{
	background-color: #E6E7F2;
}

/* Tables */
.basicTable, .errorTable{
	border: 0px;
	width: 900px;
	text-align:left;
}

.errorTable{
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 900px;
	color: #FF0000;
}

.tableBorder, .wwgAdTable{
	border: 1px solid #3FBFF6;
	background-color: #FFFFFF;
	width: 900px;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0791D1;
	height: 18px;
}

.tableLedger a:link, .tableLedger a:visited{
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-color: #BBDFFA;
	height: 16px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
}

/* 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: #F4F7F9;
}

.tableTopRow, .tableBottomRow{
	background-color: #F4F7F9;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #F4F7F9;

}

.oddTableRow{
	background-color: #F4F7F9;
}

.hiddenTableRow{
	background-color: #F4F7F9;
}

/* Private messager */
.PMtableRow{
	background-color: #F4F7F9;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #F8F8FC;
	font-size: 10px;
}

.msgOddTableRow, .msgOddTableSide{
	background-color: #F8F8FC;
	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: 10px;
	background-color: #E1E2F0;

}

/* 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: #F8F8FC;
}

.calTodayCell{
	background-color: #F8F8FC;
	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: 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;
}
.Footerbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D59D25;
	border-bottom-color: #D1A546;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../forum_images/toppatch.jpg);
	background-repeat: repeat;
	background-position: center center;
	height: 35px;
	padding-right: 5px;
	padding-left: 5px;
}
.Toppatch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../forum_images/toppatch.jpg);
	background-repeat: repeat;
	background-position: center center;
	text-align: right;
	vertical-align: middle;
	height: 20px;
}

a.ATopLinks, a.ATopLinks:visited{
	color : #003366;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.ATopLinks:hover, a.ATopLinks:visited:hover{
	color : #003366;
	text-decoration : underline;
	font-size: 11px;
	font-weight: bold;
}
a.ANavLinks, a.ANavLinks:visited{
	color : #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.ANavLinks:hover, a.ANavLinks:visited:hover{
	color : #ffffff;
	text-decoration : underline;
	font-size: 11px;
	font-weight: bold;
}
.spacer  
{
	width : auto;
	height : 10px;
}
.Whiteheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;

}
.Topnavbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #398FD4;
	text-align: left;
	vertical-align: middle;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	height:18px;
}
.tdHeadings 
        {
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        font-size: 9px;
	        font-weight: bold;
	        color: #000000;
        }
        .tdValues 
        {
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        font-size: 9px;
	        color: #000000;
        }
        .albumHeading
        {
            font-family: Verdana, Arial, Helvetica, sans-serif;
	        font-size: 12px;
	        font-weight: bold;
	        color: #ffffff;
	        padding:2px;
	        background-color : #77C4F0;
        }
        
        .albumBorder
        {
            border:solid 1px #77C4F0;
        }
        .imgBorder
        {
            border:solid 1px #696969;
        }
        .star {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(../forum_images/emptystar.gif) repeat-x; LEFT: 2px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 45px; CURSOR: pointer; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: relative; TOP: 2px; HEIGHT: 9px;}
        .star_li {PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1px; BACKGROUND: url(../forum_images/filledstar.gif) left 9px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 45px; TEXT-INDENT: -9000px; PADDING-TOP: 0px; POSITION: absolute; HEIGHT: 9px; TEXT-DECORATION: none;}
        .star_empty {PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 45px; TEXT-INDENT: -9000px; PADDING-TOP: 0px; POSITION: absolute; HEIGHT: 9px; TEXT-DECORATION: none;z-index:1;}
        .star_svd_li {	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1px; BACKGROUND: url(../forum_images/savedstar.gif) left 9px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 45px; TEXT-INDENT: -9000px; PADDING-TOP: 0px; POSITION: absolute; HEIGHT: 9px; TEXT-DECORATION: none;}
        .star_ur {FONT-SIZE: 10px; LEFT: 5px; FLOAT: left; COLOR: #888; FONT-FAMILY: Arial; POSITION: relative; TOP: 1px;}
        		