.StandardGrid
{
    border: solid 1px #BFD3EE;
    font: 12px Arial, Tahoma, Verdana;
    width: 100px;
    color: Navy;
    padding-left: 2px;
}
.StandardGridAlternateRow
{
	background-color: #BFD3EE;
	font-weight:bold;
}
.StandardGridSelectedRow
{
	background-color: #f7f8ff;
}
.StandardGrid th,caption
{
    border: solid 1px #BFD3EE;
    /*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: 14px;
    font-weight: bold;
    /*background-color: #cce5f5; */
    background: url('../Images/button6.jpg');
	background-repeat:repeat;
}
.StandardGrid td
{
    border: solid 1px #BFD3EE;
    background: Transparent;    
}
.StandardGrid tr td input
{
  font-size: 12px;
}
.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: 12px;   
}
.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;
}

