/* Table header color is color of text on table headers */
/* (usually white */
/* background color is the customer''s color which we match */
th  { color: #FFFFFF; font-weight: bold; 
		font-size: 11px; 
		background: #996600 none;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		text-decoration: none; text-align: center; 
		page-break-inside: avoid;
		}
.th  {
	color: white;
	font-weight: bold;
	font-size: 13px;
	background: #996600 none;
	text-align: center;
	height: 20px;
}
td {
	color: Black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	page-break-inside: avoid;

}
thead { font-weight: bold; font-size: 11px; text-align: center;
		 } 
	
tbody { border: thin black solid; }
/* navbar colors are the same as TH colors  in global.asa */
.navbar
{
	color: White;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background: #996600	none ;
}


.prompt
{
	font-size: 12px;
	color: Black;
}

.tb
{ overflow: scroll; text-align: center; vertical-align: middle; height: 15px;
}
h1 h2 h3 h4 h5 h6
{
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; text-decoration: none;
}
.tdr {
	color: Black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: RIGHT;
}

.tablebody { font-weight: bold; font-size: 12px }
/* body background color is the image or color value of a light */
/* color which we match from customer site */
body  {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background: url(/images/cef_bkground.jpg);
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

h1
{
	font-size: 18px;
		margin-bottom: 0;
}
h2
{
	font-size: 16px;
		margin-bottom: 0;
}
h3
{
	font-size: 14px;
	color: Black;
		margin-bottom: 0;
}

h4
{
	font-size: 12px;
	color: Black;
	margin-bottom: 0;
	}
h5
{
	font-size: 10px;
	color: Black;
	margin-bottom: 0;
	}

h6
{
	font-size: 9px;
	color: Black;
	margin-bottom: 0;
}

input:focus {
	background: yellow;
}
#webreporting { text-align: center; clear:left}
#cefheader {margin: 0 0 0 0;}
#ceftext {
font-family: "Cooper Black", arial;
font-size: 1.7em; 
font-style: italic;
text-decoration: underline;
text-align: left;
vertical-align: bottom;
color: #000;
padding-left: 5px;
float: left;
}
#cefmarquee {
font-family: Arial; font-size: 14pt; font-style: italic; font-weight: bold; color:red;
text-align: left; margin-bottom: 0; margin-top: 0; margin-left: 0;
}
#cefinfo {
font: Arial, Helvetica, sans-serif; color: black; font-size: 1.1em;}
#cefarrow {text-align: left; margin-top: 0; margin-left: 0; clear: left;}