﻿
a:link
	{
	color: #003366;
	}
	
a:active, a:visited
	{
	color: #336699;
	}
	
body
	{
	background-color: #cccccc;
	
	}
	H1 {color:#083A6B;}
	
input
	{
	font-family: verdana;
	font-size: 8pt;
	}
	
select
	{
	font-family: verdana;
	font-size: 8pt;
	}
	
	
span.grayed
	{
	color: #999999;
	font-family: verdana;
	font-size: 8pt;
	}
td, p, li 
{
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
}
td.body
	{
	background-color: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	padding: 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

.nav {background-color:#EEEEEE;border-left:1px solid black;width:200px;padding:20px 10px;}

em.note { display: block; font-style: normal; font-size: 9px; padding: 3px; line-height: 1.2; }

td.control
	{
	background-color: #cccc99;
	color: #333333;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	}
	
td.copyright
	{
	background-color: #002D71;
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	padding: 5px;
	border: 1px solid black;
	}
	
td.even
	{
	background-color: #eeeeee;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	padding: 5px;
	}

td.field
	{
	background-color: #ffffcc;
	color: #333333;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	}

td.header,h3
	{
	background-color: #b0c4de;
	color: #333333;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	border: 1px solid black;
	}
	
td.help
	{
	background-color: #eeeeee;
	color: #333333;
	font-family: verdana;
	font-size: 8pt;
	padding: 5px;
	}

td.line
	{
	background-color: #000000;
	}
	
td.logo
	{
	background-color: #002D71;
	color: #ffffff;
	font-family: verdana;
	font-size: 7pt;
	}

td.odd
	{
	background-color: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	padding: 5px;
	}
	
td.spacer
	{
	background-color: #ffffff;
	}
	
td.title, div.title
	{
	background-color: #cccc99;
	color: #333333;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	}

.formStyle
	{
	background-color: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	}

.message 
{
	width:100%;
	margin: 25px 10px;
}

.message #lbMessage
{
	font-weight:bold;
	color: Green;
	text-align: center;
}

.counter
{
	color:Red;
}

.search { margin:5px 25px; }

.resultgrid
{
	margin: 5px 25px;
}

.tableheader
{
/*font-size: 0.6em;*/
font-weight: bold;
}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.error {font-weight:bold; color:Red;}

.fieldnote
{
	margin-bottom: 8px;
	padding: 2px 0 4px 8px;
	background-color: #E6E6FA;
	width: 400px;
}

.yellowbg {background-color:Yellow;}

.req { color: #ff0000; }

.success {color:Green; font-weight:bold;}
.small {font-weight:normal;font-size:8pt;}