/*
  The 'Cascade' in Cascading Style Sheets mean elements inherit the styles of parent tags (eg TD is a 'child' of the BODY tag), 
  but new style definitions will override or add to earlier ones. Also more specific definitions have precedence 
  over more generic styles, eg "TD.style1 A:link" overrides "A:link" as it's more specific. 
  Closer styles have precedence over more distant ones, eg in <TABLE class="style1"><TR><TD class="style2"> 
  style2 has precedence, because it's closer, but the TD element (and its 'children') may still inherit styles 
  from style1 not defined in style2.

  NOTE: To switch on IE6's CSS1Compat mode (Standards mode), 
  you must include a full !DOCTYPE in the document header complete with the URL to the DTD. 
  See http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/compatmode.asp 
*/

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: 18px; 
	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;
	Padding: 6px;
	Margin: 0px;
}
.content {
	Background-color: #EAEDF4;
	Border: 1px solid #525E6E;
/*	clear: both; */
}
.article-sub {
	text-align: center;
	Background-color: #F8C820; 
	border-top: 1px solid #525E6E;
	border-left: 1px solid #525E6E;
	border-right: 1px solid #525E6E;
}
.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 */
}

/* Loading message */
DIV#loading {
	font-size: 11px; 
	color: #000;
	position: fixed;
	z-index: 100;
	width: 300px;
	left: 50%; top: 50%;
	margin-left: -166px; 
	margin-top: -56px;
	text-align: center;
	padding: 15px;
	border: 1px solid #333;
	background-color: #EFEFEF; /* #eee; */
	cursor: pointer; cursor: hand;
}
* html DIV#loading { position: absolute; } /* IE hack */

DIV#PBouter, DIV#PBdone { margin-left: auto; margin-right: auto;}

/* Miscellaneous */
.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;
	}