
/*
**
*/

.FormHeader 
{
	font-size: 11px;
	font-weight: bold;
}

.FormBox 
{
	font-size: 10px;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

.FB_Standard 
{
	
}

.FB_Alternate 
{
	background-color: #E6E6E6;
}

.FormLabel 
{
	font-size: 10px;
	font-weight: bold;
}

.FormField 
{
	font-size: 10px;
}

span.FormField 
{
}

input.FormField
{
	border: 1px solid black;
}

textarea.FormField 
{
	border: 1px solid black;
}

.FormButton 
{
	border: 1px solid black;
}

.FormButtonWiw 
{
	border: 1px solid black;
	font-size: 10px;
	font-weight: bold;
}

.FormButtonAdvWiw 
{
	border: 1px solid black;
	font-size: 10px;
	font-weight: bold;
}
	
/* *** */

.GridHeaderItem,
.GridHeaderItem span
{
	font-size: 12px;
	font-weight: bold;
	color: #003399; 
}


A.GridHeaderItem, .GridHeaderItem A,
A.GridHeaderItem:visited, .GridHeaderItem A:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #003399; 
	text-decoration: none;
}

A.GridHeaderItem:hover, .GridHeaderItem A:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

/***/ 

.GridItem
{
	font-size: 10px;
	color: black;
}

.GridItemAlternate
{
	background-color: #E6E6E6;
}

.GridItem span
{
	font-size: 10px;
	color: black;
}

A.GridItem, .GridItem A,
A.GridItem:visited, .GridItem A:visited
{
	font-size: 10px;
	font-weight: normal;
	color: #003399; 
	text-decoration: none;
}

A.GridItem:hover, .GridItem A:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}

