/* styles for the grid */

/* base table styles  */
table.grid
{
	font-family: tahoma, helvetica, arial, sans-serif;
	border: solid 1px #cccccc;
}

/* common header and data dell styles  */
.grid td, .grid th
{
	height:14px;
	border: solid 1px #cccccc;
	vertical-align: middle;
}

/* header cell styles */
.grid th
{
	padding:4px 4px;    
	text-align:center;
	background:url(../AjaxToolKit/sprite.gif) repeat-x 0px -1200px; 
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

/* header cell link styles */
.grid th a
{
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;    
}

.grid tr.updated td
{
	background-color:yellow;
}
       
/* data cell styles */
.grid td
{
	padding:3px;
	vertical-align:middle;
}

.grid .rowstyle{background-color:#FFFFFF;}
.grid .rowstyle:hover{background-color:#CCE6FF; color:#000;}

/* command cell styles */
.grid td.command
{
	padding:3px 6px;
	text-align:center;
	vertical-align:middle;
}

/* command input cursor styles */
.grid td.command input { cursor:hand; }

/* edit data cell styles */
.grid .editrowstyle{ background-color:#feffc5; }

/* alternating data cell styles */
.grid .altrowstyle {background-color: #E7F3FF;}
.grid .altrowstyle:hover{background-color:#CCE6FF; color:#000;}    

/* sort asc header style */
.grid .sortascheader a { background: url(../AjaxToolKit/dt-arrow-up.png) no-repeat right 50%; } 

/* sort desc header style  */
.grid .sortdescheader a { background: url(../AjaxToolKit/dt-arrow-dn.png) no-repeat right 50%; }    
