/* ------- content styles ------- */ 
#navigation
{
	color: Black;
	font-family: Verdana;
	text-decoration: None;
	font-size: 12px;
	font-weight: normal;	
}

A {color:#195594; font-size:8pt; font-family:Arial;}


.buttonstyle
{
	font-size: 10pt;
	color: black;
	font-family:Arial;	
	text-decoration: none;
	font-weight: normal;
} 

.gridbuttonstyle
{
	font-size: 8pt;
	color: white;
	font-family:Arial;	
	text-decoration: none;
	font-weight: normal;
	background-color: #103101;
	
} 

.listboxstyle
{
	font-size: 8pt;
	color: black;
	font-family:Arial;	
	text-decoration: none;
	font-weight: normal;
} 

.formformat
{
	color: black;
	font-family: Arial;
	text-decoration: None;
	font-size: 10pt;
	font-weight: normal;	
}

.navAlignment
{
    text-align:left;   	
}

.formheaders
{
	color: Black;
	font-family: Arial;
	text-decoration: None;
	font-size: 12pt;
	font-weight:bold;
}

.formlinks
{
	color: #941818;
	font-family: Verdana;
	text-decoration: None;
	font-size: 12px;
	font-weight: normal;	
}

#contentarea
{
	color: Black;
	font-family: Arial;
	text-decoration: None;
	font-size: 8px;
	font-weight: normal;	
}

/* ------- datagrid styles ------- */ 

TR.DataGrid_ItemStyle
{
	Color: black;
	background-color: #FFF; 
	font-size: 8pt;
	font-family:Arial;	
}

TR.DataGrid_AlternatingItemStyle
{
	background-color: #DBCCA6;
	border-color:Black;
	font-size: 8pt;
	font-family:Arial;
}

TR.DataGrid_HeaderStyle A
{
	text-decoration:	underline;
	color:	White;
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration:	underline;
	color:	White;
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration:	none;
	color:	white;	
}

TR.DataGrid_SelectedItemStyle
{
	font-weight: bold;
	Color: #103101;
	font-family:Verdana;
	background-color: white; 
	font-size: 8pt;
}

TR.DataGrid_HeaderStyle
{
	color: white;
	background-color: #103101; 
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
}

TR.DataGrid_FooterStyle
{
	background-color: #103101;
}

TR.DataGrid_PagerStyle
{
	color: White;
	background-color: #103101; 
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	font-size: 8pt;
}



