.GridFooter {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color:#333333; 
		background-color: #CCCC99;
	}
.GridHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: activecaption;
	background-color: #ffffff;
}
.GridPager
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color: #ffffff;
	text-align: center;
}
.GridSelectedItem{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;  
	color:activecaption; 
	background-color:#ffffff;
	}
.GridItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
}
.GridAlternatingItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
}
.path
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666 ;
}
	
.SearchStatus{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight: normal;
    background-color: #ECDFBC;
}


.link
{
    font-family: Arial;
    font-size: 11px; 
    color: #759150;
    text-decoration: none;
}

.link: hover
{
    text-decoration: underline;
}

.link: link
{
    text-decoration: none;
}

.link: visited
{
    text-decoration: none;
}

.text 
{  
	font-size: 11px; 
	font-family: Arial; 
	text-decoration: none;
	color: #8E9083;
}

.text:hover 
{  
	color: #759150;
	text-decoration: underline;
}

.text:active 
{  
	text-decoration: none;
}

.text:visited 
{  
	text-decoration: none;
}