﻿/* === GridView === */

.gridframe
{
	/* border: solid 1px #7EA6E1; */
	border: 1px solid #a9b0cb;
	border-collapse: collapse;
}

.gridtoolheader td 
{
	color: #043994;
	font-weight: normal;
	font-size: smaller;
	background-color: White;
	border-right: none;
	border-bottom: solid 1px #88B0E4;
	border-top: none;
	border-left: none;
	padding-bottom: 3px;	
}

.gridtoolheader a:link, .gridtoolheader a:visited
{
	color: #043994;
	font-weight: normal;
	text-decoration: none;
}

.gridtoolheader a:hover
{
	text-decoration: underline;
}

.gridheader th
{
	color: White;
	font-weight: normal;
	font-size: 85%;
	padding: 4px 3px;
	white-space: nowrap;
	background-image: url('../images/grid_header_background.gif');
	background-repeat: repeat-x;
}

.gridheader th img 
{
	margin-left: 3px;
	vertical-align: middle;
}

th.gridheaderlast
{
	border-right: none;
}

.gridheader a
{
	color: White;
	font-weight: normal;
	text-decoration: none;
}

.gridheader a:hover
{
	text-decoration: underline;
}

.gridheaderlastcol
{
	border-right: none;
}

.griditem td, .griditem-alt td
{
	color: Black;
	font-weight: normal;
	font-size: 1em;
	border-bottom: solid 1px #EAE9E1;
	padding: 2px 3px 2px 3px;
	vertical-align: top;
}

.griditem td span.highlight, .griditem-alt td span.highlight
{
	background-color: Yellow;
	font-weight: bold;
}

.griditem-alt td 
{
	background-color: #fffff0;
}

.gridgroupheader td
{
	color: #043994;
	font-weight: normal;
	font-size: 1em;
	border-bottom: solid 2px #88b0e4;
	padding: 10px 3px 2px 3px;
	background-color: White;
}

.griditemlast td
{
	color: Black;
	font-weight: normal;
	font-size: 1em;
	border-bottom: solid 1px #EAE9E1;
	padding: 2px 3px 2px 3px;
}

.gridendrow td
{
	color: Black;
	font-weight: normal;
	font-size: 1em;
	border-bottom: solid 1px #EAE9E1;
	padding: 2px 3px 2px 3px;
	height: 1.5ex;
}


.gridempty td
{
	padding: 4px 4px 4px 4px;
}

.gridpager td 
{
	color: White;
	font-weight: normal;
	font-size: 85%;
	padding: 4px 3px;
	white-space: nowrap;
	background-image: url('../images/grid_header_background.gif');
	background-repeat: repeat-x;
}

.gridpager a 
{
	color: White;
}

.gridpager ul li 
{
	float: left;
	margin-right: 1em;
}

.pager-a, .pager-b
{
	float: left;
	width: 33%;
	height: 1em;
	line-height: 1em;
}

.pager-b
{
	text-align: center;
}

.pager-b span
{
	margin: 0 0.5em;
}

.pager-c
{
	float: right;
}

.pager-c select 
{
	font-size: 77%;
	padding:0;
	margin:0;
	height: 15px;
	border: 0;
	vertical-align: middle;
}

.gridfilter td 
{
	padding: 4px 4px 4px 10px;
	font-size: 85%;
	text-align: right;
	background-image: url('../images/admin/bk_search.gif');
	background-repeat: repeat-x;
	border: 1px solid #a9b0cb;
}

.gridfilter td input
{
	vertical-align: middle;
}

.gridframe .utility 
{
	text-align: center;
	white-space: nowrap;
	font-size: 85%;
}

.gridframe .utility img 
{
	vertical-align: middle;
}