/* HTML Selectors */
body, p, td, input, select
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

img
{
	border-width: 0px;
}

legend
{
	color: #31659c;
}

th
{
	text-align: left;
}



/* Class Selectors */
.allCaps
{
	text-transform: uppercase;
}

.documentHeader
{
	background-color: #e7e7ef;
	font-weight: bold;
	height: 21px;	
	text-transform: uppercase;	
	border-bottom: solid 2px #ffffff;
}

.documentHeader a:link, .documentHeader a:visited
{
	text-decoration: none;
	color: #333333;	
}

.documentHeader a:hover
{
	text-decoration: none;
	color: #333333;
}

.disclaimer
{
	font-size: 11px;
}

.error {
	color: #f00000;
	font-weight: bold;
}

.error ul
{
	margin-top: 0px;
	margin-bottom: 0px;	
}

.fieldLabel
{
		
}

.grid
{	
	border: solid 1px #cccccc;
}

.gridAlternatingRow
{
	background-color: #efefef;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.gridHeader
{	
	font-size: 12px;
	color: #ffffff;
	background-color: #31659c;
	height: 21px;
}

.gridHeader a:link, .gridHeader a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.gridHeader a:hover
{
	color: #cccccc;
	text-decoration: none;
}

.gridRow
{
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.gridSelectedRow
{
	background-color: yellow;
}

h3.linkHeader 
{
	font-size: 16px;
	margin-bottom: 3px;
}

.linkList
{
	margin: 0px auto 0px 18px;
	font-size: 12px;
	padding-left: 0px;
}

.linkList li
{
	list-style-type: none;
	line-height: 18px;
}

.readOnlyData
{
	color: #000000;
	line-height: 15px;
}

.required
{
	color: #f00000;
	background-color: #ffffff;
}

.sidebarContent, .sidebarContent td
{
	margin-top: 10px;
	color: #cccccc;
}

.uploadProgress
{
	width: 100%;
	height: 35px;
}

.warning {
	color: #666666;
	font-weight: bold;
}

.warning ul
{
	margin-top: 0px;
	margin-bottom: 0px;	
}


