/* IE-specific CSS for this theme, use styleNN.css file for CSS
   that works anywhere.  Well, that works in Netscape 4.x.  So,
   if something in this file looks "unusual", check the styleNN.css
   file and you'll probably find something done to compensate for NN */


/* Color Definitions 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)

*/


INPUT {
background-color: #CCCCCC; /* $bgcolor4 */
border-bottom-width: 1px;
border-color: #000000; /* black */
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
color: #000000; /* $textcolor1 */
font-family: Verdana, Tahoma, sans-serif;
font-size: 10px;
font-weight: normal;
text-indent: 2px;
}

.pn-pagetitle {
margin-top: 1px;
margin-bottom: 1px;
color: Navy;
}
