﻿/**
 * GridView
 */
div.gridviewWrapper
{
	border: solid 1px #ccc;
}
table.gridview tr
{
	color: #515860;
	background-color: #fff;
}
table.gridview tr.header
{
	background-color: #3a495a;
}
table.gridview tr.alt
{
	background-color: #f1f1f1;
}
table.gridview tr.selected
{
	background-color: #d0d4dd;
	color: #000;
}
table.gridview a
{
	outline-style: none;
	outline-width: 0;
}
table.gridview th,
table.gridview th a
{
	font-weight: normal;
	color: #fff;
}
table.gridview th,
table.gridview td
{
	padding: 3px 7px;
	text-align: left;
	border: none 0;
	border-bottom: solid 1px #e1e1e1;
}
table.gridview th
{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #bbb;
}
table.gridview th.center,
table.gridview td.center
{
	text-align: center;
}
table.gridview th.right,
table.gridview td.right
{
	text-align: right;
}
table.gridview tr.noData td
{
	color: #000;
	border: solid 1px #ccc;
	padding: 2px 5px;
	text-align: left;
	font-style: italic;
}

/* Selector Column */
table.gridview tr td.selector
{
	background: #f3f4f5 url(img/td.selector.gif) repeat-y 0 0;
	padding: 0;
}
table.gridview tr.hover td.selector,
table.gridview tr.selected td.selector
{
	background: #ffbc68 url(img/td.selector.selected.gif) repeat-y 0 0;
}
table.gridview tr td.selector a
{
	display: block;
	color: #333;
	width: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 5px;
}
table.gridview tr td.selector a:hover,
table.gridview tr.selected td.selector a
{
	background-image: url(img/td.selector.a.hover.gif);
}



/* General Elements */
div.sortOrder
{
	margin-top: 2px;
	color: #aaa;
	font-size: 9px;
}
