.LineColor {
	background-color : silver;
}

.GridTitle {
  font-family:sans-serif,tahoma,verdana;
  background:#B5B9A7; 
	font-family : "Courier New";	
	font-size : 13px;
	font-weight : bold;
	text-align : Left;	
	text-decoration : ;
	color : black	;
  height:23px;	
}
.GridSearch {
	background-color : whitesmoke;
	font-family : "Courier New";	
	font-size : 15px;
	font-weight : bold;
	text-align : Right;	
	text-decoration : ;
	color : MidNightBlue	
}
.GridHeader {
	background-color : #F09B00;
	font-family : "verdana";	
	font-size : 11px;
	font-weight : bold;
	text-align : left;	
	text-decoration : ;
	height:22;
	color : whitesmoke	
}

.GridHeaderProgress {
	background-color : #948F77;
	font-family : "verdana";	
	font-size : 11px;
	font-weight : bold;
	text-align : left;	
	text-decoration : ;
	height:22;
	color : whitesmoke	
}

.GridHeaderComplete {
	background-color : #687F90;
	font-family : "verdana";	
	font-size : 11px;
	font-weight : bold;
	text-align : left;	
	text-decoration : ;
	height:22;
	color : whitesmoke	
}

.GridRowOdd{
	background-color : #EAEFE0;
	font-family : "verdana";	
	font-size : 10px;	
	font-weight : None;
	text-align : Left;	
	text-decoration : NONE;	
	color : ;	
	height:25;

}

.GridRowEven {
	background-color : white;
	font-family : "verdana";	
	font-size : 10px;	
	font-weight : NONE;
	text-align : left;		
	text-decoration : None;	
	color : black;		
		height:25;

}

.GridRowCol {
  border-right:1px solid  silver;
  border-bottom:1px solid  silver;
}
.GridRowColRight {

  border-bottom:1px solid  silver;
}

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 : #336699;
	background-color : NONE;
	font-size : 11px;
	font-weight : none;	
	text-decoration : none;
}
a.GridOddLink:visited {
	color : #336699;
	background-color :NONE ;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}
a.GridOddLink:hover {
	color :gray;
	background-color :NONE ;
	font-size : 11px;
	font-weight : none;		
	text-decoration : none;
}
a.GridOddLink:active {
	color : #336699;
	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 : DAE9F5;
	font-family : "verdana";	
	font-size : 10px;	
	font-weight : NONE;
	text-align : left;		
	text-decoration : None;	
	color : black ;		
	Cursor :none;
	height:25;
	border-bottom: 1px dotted gray;
  border-right: 1px dotted gray;
  border-left: 1px dotted gray;
  border-top:1px dotted gray;
}

