/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav                        { font-weight: bold; font-size: 11px; color : #000000;}
a.nav                      { text-decoration: none; color : #006699; }
a.nav:hover                { text-decoration: underline; }

/* The content of the posts (body of text) */
.postbody 					{ font-size : 12px; line-height: 18px;}
a.postlink:link     { text-decoration: none; color : #006699; }
a.postlink:visited 	{ text-decoration: none; color : #5493B4; }
a.postlink:hover 		{ text-decoration: underline; color : #DD6900;}

/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
				width: 85%; margin: 5px; 	padding: 5px;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.helpline { background-color: #DEE3E7; border-style: none; } */
.name {font-size : 11px; color : #000000;}
.postbody {font-size : 12px; line-height: 18px}
.postdetails {font-size : 10px; color : #000000; margin: 0 0 0 8;}

/* Main table cell colours and backgrounds */
td.row1        { background-color: #EFEFEF; }
td.row2        { background-color: #DEE3E7; }
td.row3        { background-color: #D1D7DC; }

td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
th.thSides,td.catSides,td.spaceRow         { border-width: 0px 1px 0px 1px; }

hr       { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.menuz 	 {FONT-WEIGHT: bold; font-family: Verdana, Tahoma, Arial, Helvetica, Geneva; font-size: 9pt; text-decoration: none; color: #ffffff}
.menuz a {FONT-WEIGHT: bold; font-family: Verdana, Tahoma, Arial, Helvetica, Geneva; font-size: 9pt; text-decoration: none; color: #ffffff}

label.forum_label {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
	color: #FFFFFF;
	
}
.forum_inputs {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	width: 98%;
}
.forum_submit {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	margin-right: 7px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
.forum_style {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	width: 25px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
.forum_style_wide {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	width: 75px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
.forum_inputs:focus {
	background: #fff;
	border: 1px solid #686868;
}
