﻿/* styles for the grid */

/* base table styles  */
table.grid
{
    width:600px;
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
	border:solid 1px #99aabd;
}

/* common header and data dell styles  */
.grid td, .grid th
{
    height:14px;
    border-right:solid 1px #fff;
    vertical-align:middle;
}

/* header cell styles */
.grid th
{
    padding:4px 4px;    
    text-align:center;
    background:url(img/bluegrid/sprite.gif) repeat-x 0px -1100px;	
}

/* header cell link styles */
.grid th a
{
    font-size:11px;
    color:#fff;
    font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;    
}

/* data cell styles */
.grid td
{
    padding:3px 25px 3px 10px;
    text-align:left;
    vertical-align:middle;
    cursor:default;
}

/* 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:#ECF2F8; }

/* sort asc header style */
.grid .sortascheader a { background:url(img/bluegrid/dt-arrow-up.png) no-repeat right 50%; } 

/* sort desc header style  */
.grid .sortdescheader a { background:url(img/bluegrid/dt-arrow-dn.png) no-repeat right 50%; } 

/* styles for the modal popup */


