﻿/* table level rules */
.grid
{
	font-family: arial;
	font-size: 11px;
	border: solid 1px #7f7f7f;
    border-collapse:collapse;	
    color: #333333;
    display:table;
    width:100%;
}
	

/* header column rules */
.grid th 
{
	white-space:nowrap;
	font-variant:small-caps;
	color:#333333;
    background: url(../img/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    padding: 4px 5px 4px 10px;
    vertical-align: middle;
    text-align:center;
	
}  

.grid th a
{
	color:#333333;
    font-weight: bold;
	text-decoration: none;
	display: block;
    padding-right: 10px;
}

/* data cell and data row rules */
.grid td 
{
	color:#333333;
    padding: 2px 10px;
    border-bottom: solid 1px #BBD9EE;
}

.grid .commands
{
	width:80px;
	text-align:center;
}

.grid .altrow
{
    background-color: #EBF4FA;
   
} 

.grid .row
{
    background-color: #fff;
    
}  

.grid .rownum
{
    text-align:center;
    font-weight:bold;
    color:#333333;

}

