@CHARSET "ISO-8859-1";
/*
	used for servlet styling...
	NO generic styles
*/

span.subcontent{
		font-size: 9pt;
		color: grey;
	}
a.listItemLink {
		font-size: 12pt;
		font-weight: bold;
		color: #2D7BB6;
		text-decoration: none;
	}
a:HOVER.listItemLink {
		font-size: 12pt;
		font-weight: bold;
		color: #2D7BB6;
		text-decoration: underline;
	}

span.listItemDate {
		font-size: 10pt;
	}

div.controlContent{
	width: 130px; 
	vertical-align: top; 
	position: relative; 
	float: right; 
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	border-left: 2px gray solid;
}
div.servletContent{
	padding-bottom:20px; 
	width: 100%; 
	text-align: justify
	}
	
input.formNormal{
	width: 98%;
	border: 1px solid  #2D7BB6;
	}
input.formRequired{
	width: 98%;
	background-color: #FFFFDD;
	border: 1px solid  #2D7BB6;
	}
select.form{
	width: 99%;
	border: 1px solid  #2D7BB6;
	}
textarea.formNormal{
	width: 98%;
	border: 1px solid  #2D7BB6;
	}
textarea.formRequired{
	width: 98%;
	border: 1px solid  #2D7BB6;
	background-color: #FFFFDD;
	}


