/*
The RGB build for the light blue color is:  R-103, G-205, B-254 or #67CDFE
The RGB build for the orange color is:  R-255, G-127, B-0 or #FF7F00
Offwhite used in header: #DAF1FF
*/
body
{
}
div.oldheader
{
	width:100%;
	background-color:#67CDFE;
	cursor:hand;
	text-align:center;
	border: solid 1px gainsboro;
	border-bottom: solid 2px darkgray;
	border-right: solid 2px darkgray;
}
div.header
{
	width:100%;
	cursor:hand;
	text-align:center;
}
table.olddatagrid
{
	border-color:Red;
	background-color:#67CDFE;
	border: solid 1px gainsboro;
	border-bottom: solid 2px darkgray;
	border-right: solid 2px darkgray;
}
table.datagrid
{
	background-color:#326698;
	border: solid 1px gainsboro;
	border-bottom: solid 2px darkgray;
	border-right: solid 2px darkgray;
}
table.emaillog
{
	background-color:#326698;
}
table.header
{
	color:#FF7F00;
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
}
td.lightorange
{
	background-color:#FFFFCC;
}
span.text12
{
	font-family:Verdana;
	font-size:16pt;
}
table.small
{
	font-size:10pt;
}
input.datagrid
{
	text-align:center;
}
p.textOrangHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 0px;
	color: #FF9900;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	margin-top:-15px;
	line-height:15px;
}
.text9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-indent: 0px;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0px;
}
.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 0px;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
}
.dots 
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mainrow
{
	background-color:#FFFFCC;
}
.altrow
{
	background-color:#DAF1FF;
}
.bottomborder
{
	border-bottom:solid 1px #326698;
}
.topborder
{
	border-top:solid 1px #326698;
}
.emaillogframe
{
	border-style:groove;
}
.subjectline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
}
.bodyline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.subheader
{
	color:#FF7F00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	text-align:center;
}
.italics
{
	font-style:italic;
}