BODY {
	background-color: #C6CDDF;
	color:#000000;
	font: 11px Verdana,Arial,Helvetica,sans-serif;	
	scrollbar-arrow-color:  #1D2938;
	scrollbar-face-color: #9DB3CC;
	scrollbar-track-color: #D6DEE9;
	scrollbar-highlight-color: #C8D3E1;
	scrollbar-3dlight-color: #EAEFF4;
	scrollbar-shadow-color: #7492B6;
	scrollbar-darkshadow-color: #3A5370;
}
TD, P, DIV {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
} 
INPUT.pn-button,
INPUT.button {
	color: black; /* #EDEFF2; */
	background: #6D98C7;
	border: 1px solid black;
}
INPUT.pn-button:hover,
INPUT.button:hover {
	border-color: #FF6600;
}
INPUT,
INPUT.pn-normal,
SELECT,
SELECT.pn-normal,
/* INPUT[type="submit"], 
INPUT[type="button"], 
INPUT[type="text"], 
INPUT[type="password"], */
TEXTAREA {
	background: #C6CDDF;
	border: 1px solid black;
}
TEXTAREA {	padding: 6px; }
INPUT:hover,
INPUT.pn-normal:hover, 
SELECT:hover,
SELECT.pn-normal:hover, 
TEXTAREA:hover {
/*	background-color:#FFE7C6; */
	border-color: #FF6600;
/*	color: #FF6600; */
}
INPUT:focus, 
INPUT.pn-normal:focus,
SELECT:focus, 
SELECT.pn-normal:focus, 
TEXTAREA:focus {
	background-color: #C6CDDF; 
	border-color: #FF6600;
}
TABLE { 
	border-color: #6D98C7;
}
IMG { border: 0px; }
.bodyline {
	background: #E5E8EE;
}
A:link,
A:visited,
A:hover,
A:active {
	FONT-FAMILY: Verdana, Helvetica;
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none;
}
A:link,
A:visited {
	COLOR: #364D67;
}
A:hover {
	COLOR: #FF6600;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #FF9048;
}
.pn-normal,
SPAN.pn-normal {
	font: 11px Verdana,Arial,Helvetica,sans-serif;	
	color:#000000;
}
.TopBar {
	Height: 2em;
	Border: 1px solid #525E6E;
	border-left: 0px;
	border-right: 0px;
	Background-color: #F8C820;
	text-align: center;
}
#LeftCol, 
#RightCol {
	width: 185px;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
}
#LeftCol {
	padding: 10px 0px 0px 10px;
}
#RightCol {
	padding: 10px 10px 0px 0px;
}
#CenterCol { 
	vertical-align: top;
	padding: 10px 15px 0px 15px;
}
#footer {
	FONT-FAMILY: Verdana, Helvetica; 
	COLOR: #000000; 
	FONT-SIZE: 9px; 
	FONT-WEIGHT: normal; 
	text-align: center;
}
.ArticleBlock, 
.Block {
	margin-bottom: 10px;
}

/* Article links */
TD.storytitle,
TD.storytitle A:link,
TD.storytitle A:visited,
TD.storytitle A:hover,
TD.storytitle A:active {
	font-size: 12px;
	font-weight: bold;
	TEXT-DECORATION: none;
}
/* Various headings like Admin message, Admin, Reviews etc */ 
H4.pn-title, 
H4.pn-title A:link,
H4.pn-title A:visited,
SPAN.pn-title, 
SPAN.pn-title A:link,
SPAN.pn-title A:visited, 
.AdminMsg .pn-title, 
CENTER FONT.pn-title, 
.pn-pagetitle {
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 14px; /*;1.5em*/
	font-weight: bold;
	color: #364D67; /*#4171A5; */
	line-height: 150%;
}
H4.pn-title A:hover, 
H4.pn-title A:active,
SPAN.pn-title A:hover,
SPAN.pn-title A:active {
	COLOR: #FF6600;
	TEXT-DECORATION: underline;
}

/* Submenus on Main Menu */
.MenuTitle { /* check original */
	font-size: 110%;
	color: #364D67;
	font-weight: bold;
}
.title {
	FONT: bold 14px Verdana, Helvetica; 
	COLOR: #000000; 
	TEXT-DECORATION: none;
	BACKGROUND: none;
}
.content, 
.article-sub {
	FONT: 10px/150% Verdana, Helvetica;
	COLOR: #000000;
}
.content {
	Background-color: #EAEDF4;
	Border: 1px solid #525E6E;
/*	clear: both; */
}
.article-sub {
	text-align: center;
	Background-color: #F8C820;
}
.block-title { 
	FONT: bold 11px Verdana, Helvetica;
	COLOR: #364D67; 
	text-decoration: none;
}
TD.block-title, 
#AdminMsgTop {  /* Hand cursor for block titles */
	cursor: pointer; /* W3C standard */
	cursor: hand;    /* IE only */
}
.pnleft {
	vertical-align: middle; 
	float: left;
	clear: left;
	text-align: left;
}
.pnright {
	vertical-align: middle; 
	float: right;
	clear: right;
	text-align: right;
}
.BottomAlign { 
bottom: 0px;
	vertical-align: middle; 
	float: left;
	clear: both;
	text-align: left;
	position: relative;
}

/* Form elements */

/* The text input fields background colour */
input.post,textarea.post,select.post{background:#ffffff}
input{text-indent:2px}

/* The buttons used for bbCode styling in message post */
/* input.button{
background:#efefef;border:1px solid; color:#000000; font:11px Verdana,Arial,Helvetica,sans-serif}
*/
/* The main submit button option */
INPUT.mainoption {
	BACKGROUND:#FAFAFA;
	FONT-WEIGHT:bold;
}
/* Non-bold submit button */
INPUT.liteoption {
	BACKGROUND:#FAFAFA;
	FONT-WEIGHT:normal;
}
/* Quote & Code blocks */
.code{
	BACKGROUND:#FAFAFA;
	BORDER: 1px solid #D1D7DC;
	COLOR: #006600;
	FONT: 11px Courier,'Courier New',sans-serif;
}
.quote{
	BACKGROUND:#FAFAFA;
	BORDER:1px solid #D1D7DC;
	COLOR:#444444;
	FONT:11px/125% Verdana,Arial,Helvetica,sans-serif;
}
.toprow {
	/*float: left; */
	/*clear: both; */
	height: 28px; /*28px;56px*/ 
/*	width: 185px; */ 
	min-width:185px;
	max-width: 200px;
	vertical-align: middle;
	text-align: center;
	background: url(forums/images/top_center.gif) repeat-x bottom left;
}
TD.spacerow { padding: 0px; }
.topbar2 {
float: right;
	position: relative;
/*	top:0px;
	left: 0px; */
	margin: 0px 30px 0px 30px;
	min-width: 85px;
	width: 100%;
	height: 28px;
	FONT: bold 14px Verdana, Helvetica;
	COLOR: #364D67;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	z-index: auto;
	clear: none;
	}