/* Page body */
body{
    background-image:
    url('/images/bg_plain2a.gif');
    background-repeat:
    no-repeat;
    background-position:
     center;
    background-attachment:
    fixed;
    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, .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: 12px;
}
.lgText, .heading{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
}

/* Text */
.smText{
    font-size: 12px;
}

.lgText{
    font-size: 15px;
}

.heading{
    font-size: 19px;
}

.error{
    color : #FF0000;
}

/* Search highlight */
.highlight{
    background-color: #FCFCB3
}

/* Hyperlinks */
a:link {
    color : #000000;
    text-decoration: underline;
}

a:visited{
    color : #414041;
    text-decoration : underline;
}

a:hover, a:visited:hover{
    color : #FF0000;
    text-decoration : underline;
}

a.smLink {
    font-size: 12px;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
    color : #ffffff;
    text-decoration: none;
    font-size: 11px;
}

a.nav:hover, a.nav:visited:hover{
    color : #ffffff;
    text-decoration : underline;
    font-size: 11px;
    font-weight: bold;
}

/* Misc */
ul{
    list-style-type: circle;
}

form{
    display: inline;
}

a img,:link img,:visited img{
    border:none
}

.avatar, #avatar{
    width: 100px;
    height: 100px;
    border: 0px solid #000000;
    margin: 2px;
}

/* Rich Text Editor */
.WebWizRTEbutton{
     border: #EFEFEF 1px solid;
}

.WebWizRTEtextarea{
    background-color: #FFFFFF;
    font-size: 12px;
}

.RTEbutton{
    background-color: #E6E7F2;
}

/* Tables */
.basicTable{
    border: 0px;
    width: 98%;
}

.errorTable{
    border: 1px solid #9B4231;
    background-color: #FFF2E6;
    width: 98%;
    color: #FF0000;
}

.tableBorder, .wwgAdTable{
    border: 1px solid #9B4231;
    background-color: #FFFFFF;
    width: 98%;
}

/* Table Ledger */
.tableLedger{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #7A8E61;
    height: 26px;
}

.tableLedger a:link, .tableLedger a:visited{
    color : #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
    color : #D7D796;
    text-decoration: underline;
    font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
    font-weight: bold;
    background-color: #9B4231;
    height: 22px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
    color : #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
    color : #3D0B01;
    text-decoration : underline;
    font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
    font-weight: bold;
    background-color: #D7D796;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
    color : #000000;
    text-decoration: underline;
    font-weight: bold;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
    color : #414041;
    text-decoration : underline;
    font-weight: bold;
}

/* Tables */
.tableRow{
    background-color: #F9F9D2;
}

.tableTopRow, .tableBottomRow{
    background-color: #F9F9D2;
}

/* Alternating Row Colours */
.evenTableRow{
    background-color: #F9F9D2;

}

.oddTableRow{
    background-color: #F9F9D2;
}

.hiddenTableRow{
    background-color: #D7D796;
}

/* Private messager */
.PMtableRow{
    background-color: #F9F9D2;
}

.PMmsgBody{
    width: 99%;
    max-height: 350px;
    float: left;
    overflow: auto;
}

/* Forum posts */
.msgBody{
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.msgEvenTableRow, .msgEvenTableSide{
    background-color: #F9F9D2;
    font-size: 12px;
}

.msgOddTableRow, .msgOddTableSide{
    background-color: #FCFCEC;
    font-size: 12px;
}

.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 : #414041;
    text-decoration : underline;
    font-weight: bold;
}

.msgHiddenTableRow{
    font-size: 12px;
    background-image: url(../forum_images/pre_approved_post.gif);
}

.msgLineDevider{
    border: solid #9B4231 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.msgSignature{
    max-height: 160px;
    width: 100%;
}

.postSeparatorTableRow{
    height: 10px;
    background-color: #DFDFAD;

}

/* Calendar */
.calLedger{
    font-weight: bold;
    background-color: #F9F9D2;
    padding:4px;
}
.calLedger a:link, .calLedger a:visited{
    color : #000000;
    text-decoration: none;
    font-size: 12px;
}

.calLedger a:hover, .calLedger a:visited:hover{
    color : #414041;
    text-decoration: none;
    font-size: 10px;
}

.calDateCell{
    background-color: #FCFCEC;
}

.calTodayCell{
    background-color: #FCFCEC;
    border:1px solid #FF0000;
}

.calEmptyDateCell{
    background-color: #FCFCEC;
}

/* BBcode blocks */
.BBquote{
    border: 1px dotted #ABAB67;
    background-color: #FCFCEC;
    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 #ABAB67;
    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;
}