/* Standard CSS for this theme, use style.css file only for elements which
   don't work in Netscape 4.x or to redefine elements that were crippled
   in this css file for NN and need to be defined properly for everyone
   else.  */

/* 11-30-02 ColdRolledSteel Extended pn-pagetitle to handle links correctly
*/

/* Copied and pasted from theme.php:

	$bgcolor1 = "white";   // primary background
	$bgcolor2 = "#999999"; // secondary background
	$bgcolor3 = "#666666"; // dark highlights
	$bgcolor4 = "#CCCCCC"; // light highlights
	$bgcolor5 = "#333333"; // extra dark highlights
	$textcolor1 = "#000000"; // primary text
	$textcolor2 = "#666666"; // highlighted text
	$textcolor3 = "#990000"; // off-set highlighted text (for anchors & hovers)

*/

BODY {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: normal;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
text-decoration: none;
scrollbar-base-color: #CCCCCC; /* $bgcolor4 */
scrollbar-arrow-color: #666666; /* $bgcolor3 */
scrollbar-face-color: #999999; /* $bgcolor2 */
scrollbar-DarkShadow-Color: #333333; /* $bgcolor5 (Extra Dark) */
}

TD {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
/*
color: #0070A0;
*/
}


TD:link {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
color: Blue;
text-decoration: underline;
}


TH {
font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;]
color: Navy;
}

H1 {
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
color: Navy;
}

H2 {
font-family: Verdana, Tahoma, sans-serif;
font-size: 16px;
font-weight: bold;
color: Navy;
}

H3 {
font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
font-weight: bold;
color: Navy;
}

TEXTAREA {
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	background-color: #DDEEFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	text-indent: 2px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
}

INPUT.pn-text {
	background-color: #CCFFFF;
	/* $bgcolor2 */
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 2px;
}

INPUT.pn-button {
	background-color: #CCFFCC;
	/* $bgcolor4 */
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 2px;
}

INPUT.r-button {
font-family: Verdana, Tahoma, sans-serif;
}

SELECT {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
color: Navy;
}

SELECT.pn-text {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
color: Navy;
}

A:link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Blue;
}


.osia {
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: underline;
	color: Blue;
}




A:visited {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
text-decoration: underline;
color: Blue;
}

A:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: Blue;

}

A:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;]
	color: White;
	background: Red;

}

.pn-normal {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;

}

.pn-normal A:link {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;

color: Blue;
text-decoration: none;

}

.pn-normal A:visited {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
color: Blue; /* $textcolor2 */
text-decoration: none;
}

.pn-normal A:hover {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
	color: #ffffff;
	background : Blue;
}

.pn-normal A:active {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
text-decoration: none;
	background: Red;
		color: #ffffff;

}

.pn-title {
font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
color: Navy; /* $textcolor2 */
font-weight: bold;
text-decoration: none;
}

.pn-title A:link {
font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
color: Blue;
font-weight: bold;
text-decoration: none;
}

.pn-title A:visited {
font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
color: Navy; /* $textcolor2 */
font-weight: bold;
text-decoration: none;
}

.pn-title A:hover {
font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
font-weight: bold;
	color: #ffffff;
	background : Blue;
}

.pn-title A:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background: Red;
		color: #ffffff;
}

.pn-sub {
font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
color: #999999;
font-weight: normal;
text-decoration: none;
}

.pn-sub A:link {
font-family: Verdana, Tahoma, sans-serif;
font-size: 10px;
font-style: normal;
color: #0070A0;
text-decoration: none;

}

.pn-sub A:visited {
font-family: Verdana, Tahoma, sans-serif;
font-size: 10px;
font-style: normal;
color: #660066;
text-decoration: none;
}

.pn-sub A:hover {
font-family: Verdana, Tahoma, sans-serif;
font-size: 10px;
font-style: normal;
text-decoration: none;
	color: #ffffff;
	background : Blue;
}

.pn-sub A:active {
font-family: Verdana, Tahoma, sans-serif;
font-size: 10px;
	background: Red;
		color: #ffffff;
font-style: normal;
text-decoration: none;
}

.pn-logo {
font-family: Verdana, Tahoma, sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
text-decoration: none;
color: #0070A0;

}

.pn-logo-small {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #0070A0;
}

.pn-pagetitle {
/*margin-top: -10px;*/
/*margin-bottom: -30px;*/
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;
color: #0070A0;
font-weight: bold;
text-decoration: none;
}

.pn-pagetitle A:link {
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;
color: #0070A0;
font-weight: bold;
text-decoration: none;
}

.pn-pagetitle A:visited {
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;
color: #000000; /* $textcolor1 */
font-weight: bold;
text-decoration: none;
}

.pn-pagetitle A:hover {
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;

font-weight: bold;
	color: #ffffff;
	background : Blue;
}

.pn-pagetitle A:active {
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;
color: #990000; /* $textcolor3 */
font-weight: bold;
text-decoration: underline;
	background: Red;
		color: #ffffff;
}

A.pl { font-size: 10pt; font-size: 6pt;}

