/*
  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: white;
	margin: 0px;
	background-image: url("../images/main-bg.gif");
}
BODY, P, FONT, TD, SELECT, FORM, INPUT, DIV	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
}

A:link, A:visited {
	background: none; 
	color: #06274E; 
	text-decoration: none;
}
A:hover, A:active  {
	background: none; 
	COLOR: #215DC6; 
	text-decoration: underline;
}
IMG, A IMG  { border: 0px; }

INPUT,
INPUT.pn-text,
INPUT.pn-button,
TEXTAREA,
SELECT,
SELECT.pn-normal {
	background-color: #EEEEEE;
	color: #06274E;
	border: 1px solid #06274E;
}
INPUT,
INPUT.pn-text,
INPUT.pn-button,
TEXTAREA {
	padding: 2px; 
}
#LeftCol, 
#RightCol {
	width: 175px;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
}
#LeftCol {
	padding: 10px 0px 0px 10px;
}
#RightCol {
	padding: 10px 10px 0px 0px;
}
#CenterCol { 
	width: 100%;
	vertical-align: top;
	padding: 10px 15px 0px 15px;
}
#footer {
	border-top: 1px solid #06274E;
	color: #000000; 
	text-align: center;
	padding: 2em;
}
#banner {
	padding: 5px; 
	text-align: center;
}
#logo {
	text-align: left;
	vertical-align: bottom;
	width: 65%;
	padding-left: 10px;
}
TABLE[border="1"] TD, 
TABLE[border="1"] TH,
TABLE[border="2"] TD, 
TABLE[border="2"] TH, 
TABLE[border="3"] TD, 
TABLE[border="3"] TH { 
	border: 2px solid #8F9CAC;
	margin: 0px;
	padding: 3px;
	background-color: white; 
}
TABLE[border="1"] TH,
TABLE[border="2"] TH, 
TABLE[border="3"] TH {
	font-size: 13px;
	background-color: #D3D8E2; /* #EBF2FD #ACB2D4; */
	text-align: center;
}
TABLE[border="1"],
TABLE[border="2"], 
TABLE[border="3"] { 
	border: 0px; 
	margin-bottom: 15px;
}
TH { font-size: 14px; }

.blocktitle 	{
	font-style: normal; 
	font-weight: bold; 
	color: #06274E; 
	text-decoration: none; 
	text-align: left; 
	vertical-align: middle;
	padding: 2px 5px 2px 10px; 
}
.blockbody, 
.MainMenu,  
.content, .content2, 
.TopForms {
	font-style: normal; 
	font-weight: normal; 
	color: none; /*#06274E;*/ 
	text-decoration: none; 
	text-align: left; 
	vertical-align: top;
	padding: 6px; 
}
.blockbody, 
.MainMenu,  
.content, .content2  { 	background-color: white; }
.content { 
	padding-bottom: 0px;
}
/* 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, 
DIV.pn-title, 
.pn-pagetitle {
	margin-top: 10px;
	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;
}

/****** Main Menu *****/
.MainMenu a.pn-normal {
	padding: 2px 2px; /* Needs to be 1 pixel taller to compensate for hover border */
}
.MainMenu a.pn-normal:hover {
	text-decoration: none;
	border-style: solid;
	border-color: #000066;
	background-color: #DDDDDD;
	padding: 1px 2px;
	border-width: 1px 0px; 
}
.option {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #06274E; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #06274E; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
	padding: 1px 5px;
	border-style: solid;
	border-color: none; 
	border-width: 0px;
} 
.topmenu a:link, 
.topmenu a:visited {
	color: #06274E;
	text-decoration: none;
	padding: 1px 5px;
	background-color: transparent;
}
.topmenu a:hover {
	color: #215DC6;
	text-decoration: none;
	background-color: #DEDEDE;
	border-style: solid;
	border-color: #999999; 
	border-width: 0px 1px;
	border-style: solid;
	padding: 1px 4px; 
	border-width: 0px 1px;
}
.topmenu A:active {
	color: #215DC6;
	background-color: #CCCCCC;
} 
.PostedBy {
	color:#06274E;
	text-align: left;
	vertical-align: top; 
	line-height: 1.3em;
	padding: 4px 10px;
}

/* Admin message title */
center center font.pn-title { 
	font-size: 16px;
	font-weight: bold;
	color: #06274E;
}

/* 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;}

/* General */
.cursor {
	cursor: pointer; /* W3C standard */
	cursor: hand;    /* IE only */
}
.clear { clear: both; /*padding: 1px;*/}
.pnleft {
	vertical-align: middle; 
	float: left;
	text-align: left;
}
.pnright {
	vertical-align: middle; 
	float: right;
	text-align: right;
}
.topicimage {
	float: right;
	vertical-align: top;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
}
.TopicImgLeft, DIV.TopicImgLeft img {
/*	Don't use vertical-align: top; for IE */
	float: left;
	margin-left: 0px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 0px;
/*	border: 1px solid #7B796B; */
}
.TopicImgRight, DIV.TopicImgRight img {
	float: right;
	margin-left: 6px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 0px;
/*	border: 1px solid #7B796B; */
}
