﻿.Grid
{
	width: 925px;
	border: 0px;
}

.GridHeader
{
    z-index: 1;
    background-color: #CCCCCC;
    height: 30px;
    color: #000000;
}
.GridHeader TH
{
	border: solid 1px #103a5f;
	font-weight: normal;
	background-image: url('../../../Images/Grid/GridHeader.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;

}
TH.GridHeaderCellAsc 
{
	border: inset 1px #103a5f;
   	background-color: #233f5b;
	background-image: url('../../../Images/Grid/GridHeaderCellAsc.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
TH.GridHeaderCellDesc 
{
	border: inset 1px #103a5f;
   	background-color: #233f5b;
	background-image: url('../../../Images/Grid/GridHeaderCellDesc.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.GridHeader A
{
	display: block;
	width: 100%;
	color: White;
}

.GridRow:hover, .GridRowAlt:hover
{
    cursor: pointer;
    color: Black !important;
    background-color: #CCCCCC !important;
}

.GridRow, .GridRowAlt
{
    height: 30px;
    background-color: #E4E4E4;
    text-align: left;
	border-left: solid 1px #103a5f;
	border-right: solid 1px #103a5f;
}

.Grid TR:last-child 
{
    border-bottom: solid 1px #103a5f;
}

.GridRowAlt
{
    background-color: #efeee7;
}

.GridRow TD, .GridRowAlt TD, .GridHeader TH
{
	padding-left: 5px;
}

.GridPager
{
	background-color: #a9b3bc;
	color: White;
}
.GridPager A
{
	text-decoration: none;
}
.GridPager SPAN
{
	font-weight: bold;
}

.GridCommand
{
	display: block;
	z-index: 100;
}
.GridCommand UL
{
	display: none;
	margin: 0px;
	padding: 0px;
	color: White;
	list-style-type: none;
	cursor: default;
}
.GridCommand:hover UL
{
	display: block;
	width: 180px;
	position: absolute;
	margin-left: 40px;
}

UL.GridCommandItems LI
{
	display: block;
	text-align: left;
	background-color: #CBC8B4;
	border-left: outset 1px #103a5f;
	border-right: outset 1px #103a5f;
	border-bottom: outset 1px #103a5f;
}

UL.GridCommandItems LI:first-child
{
	border-top: outset 1px #103a5f;
}

UL.GridCommandItems A, UL.GridCommandItems A:visited
{
	padding: 1px;
	padding-left: 10px;
	display: block;
	color: #000000;
	line-height: 25px;
	vertical-align: middle;
	text-decoration: none;
}

UL.GridCommandItems A:hover
{
	background-color: #A9A685;
}
