
body  	 { color: black; font-size: 10pt; font-family: verdana, arial, sans-serif; background-color: #cfcfcf; margin: 0; padding: 0; border: none }
td  	{ color: black; font-size: 10pt; font-family: verdana, arial, sans-serif; border: none ;  margin: 0; padding: 0 }
hr    	{ color: #d72e00; background-color: #d72e00; width: 70%; height: 3px;}
a:link  { color: black; background-color: transparent; text-decoration: none; background-image: none }
a:visited { color: black; background-color: transparent; text-decoration: none;background-image: none }
a:hover   { color: white; text-decoration: none; background-color: transparent; background-image: none }
a:active  { color: white; background-color: transparent; text-decoration: none;background-image: none }
input 		{color: navy; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
textarea	{ color: navy; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal }
option		 { color: navy; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal }
fieldset 	{padding: 0.5em; border:1px solid navy; }
legend 		{color:navy; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.formtext td{color: navy; font-weight: normal; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
a.ilink:link  		{ color: navy; background-color: transparent; text-decoration: underline; background-image: none }
a.ilink:visited 	{ color: navy; background-color: transparent; text-decoration: underline; background-image: none }
a.ilink:hover   	{ color: white; background-color: black; text-decoration: none; background-image: none }
a.ilink:active  	{ color: navy; background-color: transparent; text-decoration: underline; background-image: none }
div#dbcontent th  { color: black; font-size: 8pt; font-family: verdana, arial, sans-serif; margin: 0; padding: 5px 4px; border: none }
div#dbcontent td  { color: black; font-size: 8pt; font-family: verdana, arial, sans-serif; margin: 0; padding: 4px; border: none }
.even {	background-color: #d2eeee;}
.odd  { background-color: #b6d2ee;}
.headrow { background-color: #a0bcbc; font-weight: bold}
.evenclick 	{ background-color: #d2eeee; cursor: pointer; }
.oddclick  	{ background-color: #b6d2ee; cursor: pointer; }
.evenclicknew 	{ background-color: #d2eeee; cursor: pointer;  font-weight: bold;}
.oddclicknew  	{ background-color: #b6d2ee; cursor: pointer;  font-weight: bold;}
.latetask { background-color: #ffcccc;}
.crpoint	{ cursor: pointer; }
/* Customer Message Popup Styling */
div#cmessage	{
	border: 4px #888 solid;
	border-radius: 10px;
	display: none;
	position: fixed; 
	top: 1000px;
	left: 190px; 
	width: 600px; 
	padding: 4px;
	background-color: #ffffff;
	z-index: 10;  
	text-align: center;
	font-size: 10px;
}
div#cmessage	h4 {
	margin: 5px 5px 5px 5px;
	font-size:12px;
}
div#cmessage	p {
	font-size:12px;
	text-align:left;
	margin: 5px 5px 5px 5px;
}