﻿/* table level rules */
.first
{
	 cursor: hand;
	}
	
.grid
{
	font-family: tahoma;
	font-size: 11px;
	border: solid 1px #7f7f7f;
	border-bottom-width:1px;
    border-collapse:collapse;
    color: #333333;
    /*width:100%;*/
}


/* header column rules */
.grid th
{/*
    background-image: url(../Images/top-mid.png);
    background-position:left;
    background-repeat:repeat-x;*/

    background: url(../Images/sprite.png) repeat-x 0px 0px; 
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 4px 4px 4px;
    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  4px 2px 5px;
    border-bottom: solid 1px #BBD9EE;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden; /* for other browsers */     
}

.grid .altrow
{
    background-color: #EBF4FA;
} 

.grid .row
{
    background-color: #fff;
}  

.grid .rownum
{
	width:15px;
    text-align:center;
    padding-left:0px;
    font-weight:bold;
    color:#333333;
}

/* group header */
.grid .group span
{
	padding:10px 0px 2px 0px;
	color:#666666;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
} 
.grid .group img
{
	cursor:pointer;
	overflow:hidden; 
}

.gridellipsis
{
	text-overflow: ellipsis; /* for browsers that supports it */  
	overflow: hidden; /* for other browsers */  
	white-space: nowrap;
	/*display:block;*/
}
.GridHeader
{
	background-image: url(../Images/top-mid.png);
	color:White;	
}

.GridHeader a 
{
	color:White;
}

.GridFooter 
{
	background-image: url(../Images/top-mid.png);
	color:White;

}
