body{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text, .basicTable, .errorTable, .tableLedger, .postInfoHeader, .tableSubLedger, .tableSearchLedger, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calLedger, .calDateCell, .calTodayCell, .BBquote, .BBcode {
	font-family: Tahoma, Arial, sans-serif;
	color : #60288A;
	font-weight: normal;
	font-size: 0.7em;
}

.postInfoHeader
{
	background-color: #ffffff;
}

/*start test*/
.msgEvenTableRow, .msgOddTableRow, .WebWizRTEtextarea
{
	font-family: "Times New Roman",Times,serif;
	font-size: 0.9em;
	color: #000000;
}
/*end test*/

.heading{
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.3em;
	color: #5b407f;
	text-transform: uppercase;
}

.lgText{
	font-weight: bold;
	font-size: 1.2em;
}

a {color: #5B407F;}
a:visited {color: #60288A;}
a:link {color: #60288A;}
a:hover {color: #60288A;}

a.nav, a.nav:visited{
	font-weight: bold;
}

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;
}


.RTEbutton{
	background-color: #E6E7F2;
}

/* Tables */
.basicTable{
	border: 0px;
	width: 98%;
}

.errorTable{
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 98%;
	color: #FF0000;
}

.tableBorder, .wwgAdTable{
	border: 2px solid #CCCCCC;
	background-color: #CCCCCC;
	width: 98%;
}

/* Table Ledger */
.tableLedger
{
	color: #5B407F;
	background-color: #EFE9FA;
	font-weight: bold;
}

.tableLedger a:link, .tableLedger a:visited{
	color : #5B407F;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #5B407F;
	text-decoration: underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-color: #EFE9FA;
	height: 22px;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #DCDDE4;
}

/* Tables */
.tableRow{
	background-color: #FFFFFF;
}

.tableTopRow, .tableBottomRow{
	background-color: #F0F1F5;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #FFFFFF;

}

.oddTableRow{
	background-color: #FFFFFF;
}

.hiddenTableRow{
	background-color: #DFDFDF;
}

/* Private messager */
.PMtableRow{
	background-color: #F0F1F5;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #ffffff;
}

.msgOddTableRow, .msgOddTableSide{
	background-color: #ffffff;
}

.msgHiddenTableRow{
	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: 11px;
	background-color: #EFE9FA;
}

/* Calendar 
.calLedger{
	font-weight: bold;
	background-color: #DCDDE4;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-size: 13px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #666666;
	text-decoration: none;
	font-size: 13px;
}

.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;
}

.footer				{font-family: Tahoma, Arial, sans-serif; font-size: 0.66em; color: #D1D3D4;}
.footer:link		{font-family: Tahoma, Arial, sans-serif; font-size: 0.66em; color: #D1D3D4;}
.footer:visited		{font-family: Tahoma, Arial, sans-serif; font-size: 0.66em; color: #D1D3D4;}

