.Grid 
{ 
  border: 0px solid #9495A2; 
  background-color:Transparent; 
  /*height:200px;*/
  width:100%;
  
}

.Grid2 
{ 
  border: 0px solid #9495A2; 
  background-color:Transparent; 
  cursor:default;
  width:94%;
  
}

.HeadingCell 
{ 
  background-color: #D6D7E1; 
  border: 1px solid gray; 
  border-top-color: #E6E6E6; 
  border-left-color: #E6E6E6; 
  padding:5px;
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold; 
}


.Row 
{ 
  background-color:Transparent; 

}

.Row td.DataCell 
{ 
	
  border-right: 0px solid #E6E6E6; 
  border-bottom: 0px solid #E6E6E6; 
  background-color:Transparent; 
  font-family: verdana; 
  font-size: 10px; 
  cursor: default;

} 

.Row td.DataCell TABLE TBODY TR TD 
{ 
	
  background-color:Transparent; 
  font-family: arial; 
  font-size: 13px; 

} 



.DataCell2
{ 
	
  background-color:Transparent; 
  font-family: Arial; 
  font-size: 13px; 
  cursor: default;

} 

.AlternatingRow 
{ 

}

.AlternatingRow td.DataCell 
{
	/* 
  background-color: #F6F6F8; 
  border-right: 1px solid #E6E6E6; 
  border-bottom: 1px solid #E6E6E6; 
  font-family: verdana; 
  font-size: 10px; 
  cursor: default;
*/
} 

.GridFooter
{
  cursor: default; 
  padding: 0px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: Tahoma; 
  font-size: 11px;
}

.GridFooterText a
{
	color: Navy;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	text-decoration: none;
	font-family: Tahoma;
	border: 1px solid #DCDCDC/*#DCDCDC*/;
	padding: 2px;
	line-height: 26px;
	background-color: #F8F8FF/*ghostwhite*/;
}

.GridFooterText a:hover
{
	color:red;
	font-weight:bold;
		letter-spacing:1px;
	font-size:12px;
	text-decoration:none;
	font-family:Arial;
		padding:2px;
	line-height:26px;
	background-color:#DCDCDC
}

.titleNoLnk
{
	font-weight: bold;
	font-size: 15px;
	color: #3b6d9e;
	font-family: Arial;
	text-decoration:none;
}

.titleLnk
{
	font-weight: bold;
	font-size: 13px;
	color: #3b6d9e;
	font-family: Tahoma;
	text-decoration:underline;
}

.titleLnk:hover
{
	font-weight: bold;
	font-size: 13px;
	color: #6799CA;
	font-family: Tahome;
	text-decoration: none;
}



.CellText
{
  font-family: verdana; 
  font-size: 11px; 
}


.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 288px;
  height: 68px;
}