/* Page body */
body {
	background-color: #8C0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	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, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .BBquote, .BBcode  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #FBBF15; /* Text color of the forum*/
	font-weight: normal;
	font-size: 12px;
}

/* Text */
.smText {
	font-size: 10px;
	
}

.lgText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FBBF15;
	font-weight: bold;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color : #FBBF15;
	font-size: 19px;
	font-weight: bold;
}

.error {
	color : #FF0000;
}

/* Search highlight */
.highlight {
	background-color: #ffff66
}

/* Hyperlinks */
input, textarea, select {
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #820000;
	color: #FFFFFF;
	}
	
A:link, A:visited {
	text-decoration: none; 
	color: #FFC671;
}

A:hover   {
	text-decoration: none; 
	color: #FFFFFF;
}

a {
	color: #FFC671;
	font-weight: bold;
	font-size: 11px;
}

a.smLink  {
	color : #FFC671;
	text-decoration: none;
	font-size: 10px;
}

a.smLink:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-size: 10px;
}

a.smLink:visited  {
	color : #FFC671;
	text-decoration: none;
	font-size: 10px;
}

a.smLink:visited:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-size: 10px;
}

/* navigation hyperlinks */
a.nav  {
	color : #FFC671;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


a.nav:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.nav:visited {
	color : #FFC671;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.nav:visited:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

/* Hyperlinks next to message */
a.msgLink  {
	color : #FFC671;
	text-decoration: none;
	font-weight: bold;
}


a.msgLink:hover {
	color :#FFFFFF;
	text-decoration : none;
	font-weight: bold;
}

a.msgLink:visited {
	color : #FFC671;
	text-decoration : none;
	font-weight: bold;
}

a.msgLink:visited:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}

/* Hyperlinks in table ledgers */
a.tLink  {
	color : #FFC671;
	text-decoration: none;
	font-weight: bold;
}


a.tLink:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}

a.tLink:visited {
	color : #FFC671;
	text-decoration : none;
	font-weight: bold;
}

a.tLink:visited:hover {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}

/* Misc */
ul {
	list-style-type: square;
}

form {
	display: inline;
}

.avatar {
	max-width: 64px;
	max-height: 64px;
	border: 1px solid #000000;
	margin: 2px;
}

/* Rich Text Editor */
.WebWizRTEbutton {
	 border: 1px solid #7D0600; 
}

.WebWizRTEtextarea {
	background-color: #630601;
	font-size: 12px;
}

.RTEbutton {
	background-color: #E6E7F2;
}

/* Tables */
.basicTable {
	border: 0px;
	width: 98%;
}

.errorTable {
	border: 1px solid #000000;
	background-color: #550000;
	width: 98%;
	color: #FF0000;
}

.tableBorder {
	border: 1px solid #000000;
	background-color: #710000;
	width: 98%;
	color: #FF9900;
}

.tableLedger {
	font-weight: bold;
	background-color: #630601;

}

.tableSubLedger {
	font-weight: bold;
	background-color: #990000;
	background-image: url(/forum/forum_images/ledger_background.gif);
}

.tableRow {
	background-color: #7D0600;
}

.tableTopRow {
	background-image: url(/forum/forum_images/bg_header.gif);
}

.tableBottomRow {
	background-color: #630601;
}

/* Alternating Row Colours */
.evenTableRow {
	background-color: #630601;

}

.oddTableRow {
	background-color: #7D0600;
}

.hiddenTableRow {
	background-color: #DFDFDF;
}

/* Private messager */
.PMtableRow {
	background-color: #EFEFEF;
}

.PMmsgBody {
	width: 99%;
	height: 350px;
}

/* Forum posts */
.msgBody {
	width: 100%; 
}

.msgEvenTableRow {
	background-color: #630601;
	font-size: 10px;
}

.msgEvenTableSide {
	background-color: #630601;
	font-size: 10px;
}

.msgOddTableRow {
	background-color: #7D0600;
	font-size: 10px;
}

.msgOddTableSide {
	background-color: #7D0600;
	font-size: 10px;
}

.msgHiddenTableRow {
	font-size: 10px;
	background-image: url(../forum_images/pre_approved_post.gif);
}

.msgLineDevider {
	border: solid #000000 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.msgSignature {
	max-height: 160px;
	width: 100%;
}

.postSepratorTableRow {
	height: 10px;
	background-color: #434035;

}

/* BBcode blocks */
.BBquote {
	border: 1px dotted #999999;
	background-color: #686351;
	width: 98%;
	padding: 5px;
	margin: 8px 0px;
	float: 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;
	float: left; 
	overflow: auto;
	display: block;
	padding: 5px;
}
