﻿.grid
{
	font-family: tahoma;
	font-size: 11px;
	/*border: solid 1px #7f7f7f;*/
    border-collapse:collapse;	
    width:100%;
    color: #333333;
}

.grid th 
{
    /*background: url(Images/Sprite.png) repeat-x 0px 0px;*/
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align:left;
} 
/*
.grid th a
{
	color:#333333;
    font-weight: bold;
	text-decoration: none;
	display: block;
    padding-right: 10px;
}

.grid th.sortasc, .grid th.sortdesc
{
    background: url(Images/sprite.png) repeat-x 0px -100px;
}  

.grid th.sortasc a
{
    background: url(Images/dt-arrow-up.png) no-repeat right 50%;
}  

.grid th.sortdesc a
{
    background: url(Images/dt-arrow-dn.png) no-repeat right 50%;
}  


.grid td 
{
	color:#333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
}

.grid .altrow
{
    background-color: #EBF4FA;
} 

.grid .row
{
    background-color: #fff;
}  

.grid .rownum
{
    text-align:center;
    padding-left:0px;
    font-weight:bold;
    color:#333333;
}

.updating
{
    color:#808080;
    background:url(Images/activity.gif) no-repeat center;
}  

.hidden
{
	display:none;
	visibility:hidden;
}
*/




/*.group TD
 {
 	padding:10px 0px 2px 0px;
 	color:#666666;
 	text-align:left;
 	border-bottom:solid 1px #a5a4bd;
 } 
 .group TD.first
 {
 	text-align:center;         	
 	border-bottom:none;
 }        */      
 
 /* data items */                                       
 /*.item TD
 {
 	padding:3px 0px 3px 6px;
 	border-bottom:solid 1px #eae9e1; 
 	color:#222222;       	
 }*/

