.LineColor {
	background-color : black;
}
.GridTitle {
	background-color : whitesmoke;
	font-family : "Courier New";	
	font-size : 11px;
	font-weight : bold;
	text-align : Left;	
	text-decoration : ;
	color : MidNightBlue	
}
.GridSearch {
	background-color : whitesmoke;
	font-family : "Courier New";	
	font-size : 15px;
	font-weight : bold;
	text-align : Right;	
	text-decoration : ;
	color : MidNightBlue	
}
.GridHeader {
	/*background-color : #D0E798;495C51*/
background-color : #60563F;
	font-family : "verdana";	
	font-size : 13px;
	font-weight : bold;
	text-align : left;	
	text-decoration : ;
	height:20;
	color : white;
}

.GridRowOdd{
	background-color : #CBC3B1;
	font-family : "verdana";	
	font-size : 11px;	
	font-weight : None;
	text-align : Left;	
	text-decoration : NONE;	
	color : #2D4246;	
}

.GridRowEven {
	background-color : #AEA388;
	font-family : "verdana";	
	font-size : 11px;	
	font-weight : NONE;
	text-align : left;		
	text-decoration : None;	
	color : #2D4246;		
}

a.GridHeaderLink:link {
	background-color : ;
	font-family : "Courier New";	
	font-size : 15px;	
	font-weight : NONE;
	text-align : Center;		
	text-decoration : None;	
	color : White;	
}
a.GridHeaderLink:visited {
	background-color : ;
	font-family : "Courier New";	
	font-size : 15px;	
	font-weight : NONE;
	text-align : Center;		
	text-decoration : None;	
	color : White;	
}
a.GridHeaderLink:hover {
	background-color : Blue;
	font-family : "Courier New";	
	font-size : 15px;	
	font-weight : NONE;
	text-align : Center;		
	text-decoration : None;	
	color : White;	
}
a.GridHeaderLink:active {
	background-color : ;
	font-family : "Courier New";	
	font-size : 15px;	
	font-weight : NONE;
	text-align : Center;		
	text-decoration : None;	
	color : White;	
}

a.GridOddLink:link {
	color : 5E705F;
	background-color : NONE;
	font-size : 11px;
	font-weight : none;	
	text-decoration : none;
}
a.GridOddLink:visited {
	color : 5E705F;
	background-color :NONE ;
	font-size :11px;
	font-weight : none;		
	text-decoration : none;
}
a.GridOddLink:hover {
	color :5E705F;
	background-color :NONE ;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}
a.GridOddLink:active {
	color : 5E705F;
	background-color : NONE;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}

a.GridEvenLink:link {
	color : #336699;
	background-color :NONE ;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}
a.GridEvenLink:visited {
	color : #336699;
	background-color :NONE ;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}
a.GridEvenLink:hover {
	color : gray;
	background-color : None;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}
a.GridEvenLink:active {
	color : #336699;
	background-color : NONE;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}

.GridRowSelected {
	background-color : Gold;
	text-align : RIGHT;	
}

.GridColumnSelected{
	background-color : Silver;
}

.GridRowOver {
	background-color : silver;
	font-family : "verdana";	
	font-size : 10px;	
	font-weight : NONE;
	text-align : left;		
	text-decoration : None;	
	color : white ;		
	Cursor :none;
	border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  border-top:1px solid gray;
}

