﻿.grid {
	width: 100%;
	background-color: White;
	border: 1px solid #999999;
	border-top: none;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.grid CAPTION {
	background-color: #0d4889;
	font-weight: bold;
	color: White;
	height: 19px;
	padding: 5px 0px 0px 10px;
	background-image: url(/images/caption.gif);
	font-size: 10px;
}

.grid TH {
	padding-left: 10px;
	border: none;
	height: 25px;	
	font-size: 11px;	
	text-transform: uppercase;	
}

.grid TD {
	font-family: Arial;
	padding-left: 10px;
	border-bottom: 1px dotted #999999;
	height:25px;
	vertical-align:middle;
}

.grid .header, .grid-header {
	background-color: #2273a9;
	color: White;
	font-weight: bold;
	text-align: left;
	height: 19px;
	font-family: arial;
}


.grid .row, .grid .row-alt, .grid .row-edit, .grid .row-style-highlight {
	font-family: Arial;
	color: #999999;
	font-size: 11px;
}

.grid .row-alt 
{
	background-color:#eeeeee;
}

.grid .row-selected 
{
	background-color: #4798DA;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}
.grid .row-selected a 
{
	color: #FFFFFF;
	font-size: 11px;
}

.grid .row-edit {
}

.grid .row-edit INPUT[type="text"], .grid .row-style-highlight INPUT[type="text"] {
	width: 75px;
}

.gridFooter 
{
	font-size:12px;
	font-weight:bold;
}

.gridFooter td
{
    border:None;
}

.grid .pager {
	background-color: #163a90;
	text-align: right;
	color: White;
	font-weight: bold;
}

.row-empty td
{
    border:0px;
}

/* Hyperlink styles for GridViews */
.grid .header A {
	color: White;
	text-decoration: none;
	font-size: 10px;
}

.grid .row A, .grid .row-alt A {
	color: #01458e;
	font-size: 10px;
	font-weight: bold;
}

.grid .pager  {
	color: White;
	font-size: 9px;
}

.grid .pager A {
	color: #A9D7FC;
	font-size: 9px;
	font-weight: normal;
}

.pager TD {
	color: white;
	font-size: 9px;
	font-weight: bold;
}


