﻿/* table level rules */
.grid
{
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #7f7f7f;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
}

/* header column rules */
.grid th
{
	background: url(../../Images/Common/Grid_Sprite.gif) repeat-x 0px 0px;
	border-color: #989898 #cbcbcb #989898 #989898;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	color: #333333;
	padding: 4px 5px 4px 10px;
	vertical-align: bottom;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.grid th a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.grid th a:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.grid th a:visited
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.grid th.sortasc a { background:url(../../Images/Common/Grid_Arrowup.png) right center no-repeat; }
.grid th.sortdesc a { background:url(../../Images/Common/Grid_Arrowdn.png) right center no-repeat; }

/* data cell and data row rules */
.grid td
{
	color: #333333;
	padding: 4px 10px 4px 10px;
	border-bottom: solid 1px #BBD9EE;
	border-bottom-color: #C0C0C0;
}

.grid .altrow
{
	background-color: #F7F6F3;
}

.grid .row
{
	background-color: White;
}

/* Mouse Hover rules */
.grid .row:hover
{
	background-color: #FFFFCC;
	color: #000;
}
.grid .row .first
{
	padding-left: 10px;
}

.grid .row:hover .first
{
	background-repeat: no-repeat;
	background-image: url(../../Images/Common/Grid_RowBullet.gif);
}

.grid .altrow:hover
{
	background-color: #FFFFCC;
	color: #000;
}
.grid .altrow .first
{
	padding-left: 10px;
}

.grid .altrow:hover .first
{
	background-repeat: no-repeat;
	background-image: url(../../Images/Common/Grid_RowBullet.gif);
}

/* Style to display row number */
.grid .rownum
{
	text-align: center;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
}

/* Pager rules */
.pager
{
	height: 30px;
	background: url(../../Images/Common/Grid_Pager_bg.gif) repeat-x;
}
.pager .container
{
	padding: 4px;
}
.pager .command
{
	float: right;
	padding-right: 5px;
}
.pager .info
{
	font-size: 12px;
	padding: 4px 0px;
	float: left;
}

