.GridFooter {
		color:rgb(51,51,51); 
		background-color: rgb(204, 204, 153);
	}
.GridHeader
{
	font-weight: bold;
	color: activecaption;
	background-color: rgb(255,255,255);
}
.GridPager
{
	color: black;
	background-color: rgb(255,255,255);
	text-align: center;
}
.GridSelectedItem{
	font-weight:bold;  
	color:activecaption; 
	background-color:rgb(255,255,255);
	}
.GridItem
{
	background-color: rgb(255,255,255);
	color: black;
}
.GridAlternatingItem
{
	color: rgb(236,223,188);
	background-color: rgb(250,250,250);
	color: black;
}
.path
{
	color: rgb(166,146,90);
	}
	
.button {
	border: 1px outset;
	background-color: rgb(236,223,188);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	cursor: hand;
	border-color: rgb(236,223,188) rgb(236,223,188) rgb(236,223,188) rgb(236,223,188);
}

.TextBox {
	border: rgb(236,223,188) 1px solid;
	border-color: rgb(236,223,188) rgb(236,223,188) rgb(236,223,188) rgb(236,223,188);
	background-color: rgb(255,255,255);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
}
.SearchStatus{
background-color: rgb(236, 223, 188);
}
