.StandardGrid
{
    border: solid 1px #cce5f5;
    font-size: 8pt;
    width: 100px;
    color: Navy;
}
.StandardGridAlternateRow
{
	background-color: #cce5f5;
	font-weight:bold;
}
.StandardGridSelectedRow
{
	background-color: #f7f8ff;
}
.StandardGrid th,caption
{
    border: solid 1px #cce5f5;
    /*background-color: #cce5f5;    */                
    background: url('../Images/button6.jpg');
	background-repeat:repeat;
    color: Navy;
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
}
.StandardGrid caption
{ 
    font-size: 10pt;
    font-weight: bold;
    /*background-color: #cce5f5; */
    background: url('../Images/button6.jpg');
	background-repeat:repeat;
}
.StandardGrid td
{
    border: solid 1px #cce5f5;
    background: Transparent;    
}
.StandardGrid tr td input
{
  font-size: 8pt;
}
.StandardGridPager
{
    text-align:center;
}
.StandardGridPager td
{
    /*background-color:#cce5f5;*/
    background: url('../Images/button6.jpg');
	background-repeat:repeat;
}
.StandardGridPager td table tr td
{
    border:0;
    font-size: 10pt;   
}
.StandardGridPager td table tr td span, .StandardGridPager td table tr td a
{
    font-weight:bold; 
    /*color: #ff330f;*/
    background: url('../Images/button6.jpg');
	background-repeat:repeat;
}
.SelectedRow, .StandardGridSelectedRow, .StandardGridSelectedRow td
{	
	/*background-color: #ffcc6b;	*/
	/*background: url('Images/orangeSelection.gif');
	background-repeat:repeat;*/
	background-color: #ffffe3;
	color: Navy;
	font-weight:bold;
}
.StandardGridRow, .StandardGridRow td
{
	color: Navy;
	font-weight: normal;
	background-color: Transparent;
}
.StandardGrid tr.StandardGridRow:hover
{
	font-weight: bold;
	background-color:#f7f8ff;
}
