﻿html body table
{
	width: 100%;
	margin: 1em 0;
	font-size: 12px;
	border: solid 1px #fff;
}

html body table thead, html body table tbody
{
	margin: 0;
	padding: 0;
}

html body table caption
{
	margin-bottom: 4px;
}

th
{
	font-weight: bold;
	text-align: center;
	background: #eaeaff;
}

html body th, html body td
{
	padding: 2px;
	border: solid 1px #369;
}

td
{
	vertical-align: top;
}

tr.special td
{
	background: #ffee80;
}

tr.Selected
{
	background: #ccc;
}

tr.Selected img
{
	border-color: #daa520;
}

/* GridView Data Pager */
html body table td table
{
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
}

html body table td table td a, html body table td table td span
{
	color: #fff;
	width: 24px;
	height: 24px;
	display: block;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	background: #b0c4de;
}

html body table td table td span
{
	background: #369;
}

/* Table Sorter */

table thead tr th.sortable
{
	cursor: pointer;
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("Images/arrowboth.gif");
}

table.no-sort thead tr th.sortable,
	table.no-sort thead tr th.ascending,
	table.no-sort thead tr th.descending
{
	cursor: default;
	background-image: none;
}

table tbody td
{
	color: #3d3d3d;
	background: #fff;
}

table tbody tr.odd td
{
	background: #f0f0f6;
}

table thead tr th.ascending
{
	background-image: url("Images/arrowasc.gif");
}

table thead tr th.descending
{
	background-image: url("Images/arrowdesc.gif");
}

table thead tr .descending, table thead tr .ascending
{
	background-color: #8dbdd8;
}

html body table tr td.blank-header,
	html body table tr th.blank-header
{
	border: none;
}

table tr td.special-header,
	table tr th.special-header
{
	
}

/* Layout Tables */
table.layout, table.layout tr td, table.layout tr th
{
	border: none;
	background: none;
}

table.layout td.label
{
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding: 6px 6px 0 6px;
}

table.layout td.value input, table.layout td.value select
{
	width: 100%;
}

html body table.layout td.value ul.checkbox-list,
	html body table.layout td.value ul.checkbox-list li,
	html body table.layout td.value ul.checkbox-list span,
	html body table.layout td.value ul.checkbox-list input
{
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
}

html body table.layout td.value ul.checkbox-list
{
	display: block;
	margin-top: 6px;
}

html body table.layout td.value ul.checkbox-list li
{
	padding-right: 1em;
	white-space: nowrap;
}

/* Other Table Modifiers */
html body div#main-content table tr td div.supplemental-progress.ui-progressbar
{
	width: 72%;
	float: left;
	height: 12px;
	min-width: 60px;
}

tr.totals-row
{
	font-weight: bold;
}

tr.totals-row td
{
	background: #fd0;
}
