BODY {
	margin: 0px 0px;
	background-color: #73ae5c;
	background-image: url(../../forum_images/background2.gif);
	background-repeat: repeat-x;
}

/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgAnswerTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calDateCell, .calTodayCell, .BBquote, .ChatTableRow, .ChatRoomBox, .ChatMembersBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}

/*nf*/
.WebWizRTEtextarea {
	background-color:#FFFFFF
}
/*nf end*/

.lgText, h1, .largeButton, .msgSideProfile, .tableLedger, .tableSubLedger, .tableSearchLedger, .calLedger{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
	line-height: 12px; 
}

.lgText{
	font-size: 15px;
}

h1{
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 0;
}

.error{
	color : #FF0000;
}


/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
a:link {
	color: #0000ff; text-decoration: none
}

/*nf*/
a:visited {
	color: #0000ff;
	text-decoration: none
}
a:hover, a:hover:visited {
	color: #003d00;
	text-decoration: underline
}

a.smLink {
	font-size: 10px;
	color: #0000ff;
}
	
a.smLink:hover {
text-decoration:underline
}
a.smLink:visited {
	color: #0000ff;
}
a.smLink:hover:visited {
	color: #0000ff;
	text-decoration: underline
}

/*nf end*/

/*nf new*/
a.smFooterLink {
	font-size: 10px;
	color: #cdecc1;
}
	
a.smFooterLink:hover {
text-decoration:underline
}
a.smFooterLink:visited {
	color: #cdecc1;
}
a.smFooterLink:hover:visited {
	color: #cdecc1;
	text-decoration: underline
}
/*nf new end*/

/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
	color: #666666;
	text-decoration: none;
	background: #F7F7F4;
	border: 1px solid #E7E7E7;
	padding: 2px;
	margin: 2px;	
}

a.smPageLink:link, a.smPageLink:visited{
	line-height: 30px; 
	padding: 1px;
	margin: 1px;
}


a.pageLink:hover, a.smPageLink:hover{
	text-decoration: underline;
	border: 1px solid #AAAAAA;
	background: #E0F2FC;
}


.pageLink{
	background: #E7EBF5;
	border: 1px solid #AAAAAA;
}


/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #CCCCCC 1px solid;
}

.avatar, #avatar{
	width: 64px;
	height: 64px;
	border: 0px;
	margin: 2px;
}


hr {
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
	border: 0px;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}


/* Rich Text Editor */
.RTEtoolbar{
 	background-image: url('../../forum_images/toolbar_background.gif');
 
}

.WebWizRTEbutton, .RTEtoolbar{
	padding: 1px;
	
}

.WebWizRTEbuttonOver{
	background-image: url('../../forum_images/toolbar_button_background.gif');
	padding: 1px;
}

.RTEtableTopRow{
	line-height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/topbar_background.gif');
}

.RTEtableRow{
	background-color: #F4F4FB;
}

.RTEtableBottomRow{
	background-color: #D3DAED;
	background-image: url('../../forum_images/bottombar_background.gif');
}

.WebWizRTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
	margin: 2px;
	background-image:none;
}

.RTEmouseOver{
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
}




/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 98%;
}
/*nf possiblecustomisation
.errorTable {
	border-right: #fd7d40 1px solid;
	border-top: #fd7d40 1px solid;
	border-left: #fd7d40 1px solid;
	width: 98%;
	color: #ff0000;
	border-bottom: #fd7d40 1px solid;
	background-color: #fff2e6;
	text-align: left;
}*/

.errorTable{
	text-align: left;
	border: 1px solid #F5C41C;
	background-color: #FFFFB0;
	width: 98%;
	color: #000000;
}

/*nf */
.tableBorder{
	text-align: left;
	border: 1px solid #003d00;
	background-color: #FFFFFF;
	width: 98%;
}
/* nf end*/

/*nf*/
/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #ffffff;
	background-color: #efefef;
	line-height: 25px;
	background-image: url('../../forum_images/titlebackground.gif');
}

.tableLedger a:link, .tableLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
/* nf end*/

/*nf*/
/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #003d00;
	background-color: #cdecc1;
	line-height: 19px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #003d00;
	text-decoration: underline;
	font-weight: bold;
	line-height: 19px;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #003d00;
	text-decoration : underline;
	font-weight: bold;
	line-height: 19px;
}
/* nf end*/

/*nf*/

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #efefef;
}
/*nf end*/


.tableSearchLedger a:link, .tableSearchLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: none;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
}

/*nf*/

/* Table Status Bar */
.tableStatusBar{
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	background-color: #f7f7f4;
}
/*nf end*/

.tableStatusBar a:link, .tableStatusBar a:visited{
	color : #000000;
	font-size: 11px;
	text-decoration: none;
}

.tableStatusBar a:hover, .tableStatusBar a:visited:hover{
	color : #666666;
	font-size: 11px;
	text-decoration : underline;
}

/*nf*/

/* Tables */
.tableRow{
	background-color: #f7f7f7;
}


.tableTopRow{
	line-height: 22px;
	background-color: #f7f7f7;
}

.tableBottomRow{
	line-height: 22px;
	background-color: #f7f7f7;
}
/* nf end*/

/*nf*/
/* Alternating Row Colours */
.evenTableRow{
	background-color: #ffffff;

}
/* nf end*/

/*nf*/
.oddTableRow{
	background-color: #FBFBFD;
}

.hiddenTableRow{
	background-color: #EEEEEE;
}


/* nf end*/

/*nf*/

/* Private messager */
.PMtableRow{
	background-color: #ffffff;
}
/* nf end*/



.PMmsgBody{
	width: 99%;
	max-height: 450px;
	float: left; 
	overflow: auto;
}


/*nf*/
a.PMsmLink:link, a.PMsmLink:visited, a.fileManLink:link, a.fileManLink:visited{
	color : #666666;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.PMsmLink:hover, a.PMsmLink:visited:hover, a.fileManLink:hover, a.fileManLink:visited:hover{
	color : #666666;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
/* nf end*/

/* Forum posts */
.msgBody{
	width: 100%;
	margin: 2px;
	float: left; 
	overflow: auto;
}

/*new*/
.msgBody img, .PMmsgBody img {
    max-width: 750px;
    height: auto;
}
/*new end*/
/*nf*/

.msgEvenTableTop, .msgEvenTableSide{
	background-color: #ffffff;
	font-size: 11px;
}

.msgOddTableTop, .msgOddTableSide{
	background-color: #ffffff;
	font-size: 11px;
}

.msgEvenTableRow {
	background-color: #ffffff
}
.msgOddTableRow {
	background-color: #ffffff
}
/* nf end*/

/*new*/
.msgAnswerTableTop{
	font-size: 11px;
	background-color: #E7EEEF;
}
/*new end*/

/*nf*/
.msgEvenTableTop a:link, .msgEvenTableTop a:visited, .msgOddTableTop a:link, .msgOddTableTop a:visited, .postThanks, .postOptions, .msgAnswerTableTop a:link, .msgAnswerTableTop a:visited{
	color : #666666;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

.msgEvenTableTop a:hover, .msgEvenTableTop a:visited:hover, .msgOddTableTop a:hover, .msgOddTableTop a:visited:hover, .msgAnswerTableTop a:hover, .msgAnswerTableTop a:visited:hover{
	color : #666666;
	text-decoration: underline;
	font-size: 11px;
}
/* nf end*/

.msgSideProfile{
	font-size: 15px;
	cursor: pointer;
}
.msgHiddenTableRow{
	font-size: 10px;
	background-image: url('../../forum_images/pre_approved_post.gif');
}

/*nf*/
.msgLineDevider{
	border: solid #e4e4e4 0px;
	border-top-width: 1px;
}
/* nf end*/

.msgSignature{
	max-height: 160px;
	width: 100%;
	float: left; 
	overflow: auto;
}
/*nf*/
.postSeparatorTableRow{
	height: 10px;
	background-color: #efefef;
}

/* nf end*/

/* nf*/
/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #f4f4f4;
	padding:4px;
}
/* nf end*/
.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: #fbfbfb
}
.calTodayCell{
	background-color: #FbFbFb;
	border:1px solid #CC0000;
}
.calEmptyDateCell {
	background-color: #ffffff
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	width: 99.5%;
	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: 99.5%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

/* Tabs and Buttons */
.largeButton, a.largeButton:link, a.largeButton:visited{
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_button.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 96px;
	padding: 5px 0px;
	margin: 2px;
	cursor: pointer;
	font-weight: bold;
}


.largeButton:hover, a.largeButton:hover, a.largeButton:visited:hover{
	background-position: 0px -28px;
	color : #CC0000;
	font-weight: bold;
}

.tabTable{
	border: solid #E7E7E7 0px;
	border-bottom-width: 1px;
}

a.tabButton:link, a.tabButton:visited, a.tabButtonActive:link, a.tabButtonActive:visited{
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_tab.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 130px;
	padding: 5px 0px;
	margin: 0px 1px;
	
}

a.tabButtonActive:link, a.tabButtonActive:visited{
	background-position: 0px -61px;
	color : #CC0000;
}
a.tabButton:hover, a.tabButton:visited:hover, a.tabButtonActive:hover, a.tabButtonActive:visited:hover{
	background-position: 0px -30px;
	color : #CC0000;
}
.topicIcon, .forumIcon{
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
}

/* Drop Down Menus */
.dropDownMenu, .dropDownStatusBar, .dropDownSearch, .dropDownTopicRating, .dropDownCalendar, .dropDownTopicSearch, .dropDownPermissions, .dropDownTopicShare{
	visibility: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	z-index:10;
}

/*nf*/
.dropDownMenu, .dropDownStatusBar, .dropDownPermissions, .dropDownTopicShare{
	background-color: #f7f7f4;
	border: solid #e4e4e4;
	border-width: 1px;
	height: auto;
	line-height: 18px;
	padding: 1px;
}

.downDropParent, .dropDownPermissions, .dropDownTopicShare, .dropDownMenu a:link, .dropDownMenu a:visited, .dropDownStatusBar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.dropDownMenu a:hover, .dropDownMenu a:visited:hover, .dropDownStatusBar a:hover {
	color : #666666;
	display: block;
	background: #e6e6e6;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
}

.dropDownSearch, .dropDownTopicSearch, .dropDownTopicRating{
	background-color: #f7f7f4;
	border: solid #e4e4e4;
	border-width: 1px;
	padding: 0px;
}
/*nf end*/

.dropDownTopicRating{
	height: 110px;
}

.dropDownSearch{
	height: 100px;
}

.dropDownTopicSearch{
	height: 80px;
}
.dropDownPermissions, .dropDownTopicShare{
	color: #333333;
	line-height: 14px;
	text-align: left;
}

.dropDownPointer, .postThanks, .postOptions{
	cursor: pointer;
}

/* Chat Room */
.ChatTableRow{
	background-color: #FBFBFD;
}

.ChatRoomBox, .ChatMembersBox{
	width: 99%;
	height: 325px;
	float: left; 
	overflow: auto;
}

.chatAlert {
	color: #FF0000;
	font-weight: bold;
}

.chatMessage{
	color: #4E6F2C;
	font-weight: bold;
}

.chatMember{
	color: #8A3630;
	font-weight: bold;
}

.chatListMember{
	color: #333333;
	font-weight: bold;
	
}

a.chatListMember:link, a.chatListMember:visited{
	color: #333333;
	text-decoration: none;
}

a.chatListMember:hover, a.chatListMember:visited:hover{
	color : #666666;
	text-decoration : underline;
}
/*nf*/
.logoimage {
	vertical-align: 0px;
	padding-bottom: 5px;

}
.wwadbanner {
	float: right;
}
#wwheader {
	float: left;
	width: 100%;
}
.wwlogo {
	float: left;
}
/*nf end*/
