﻿Table.Grid, Table.Grid TD, Table.Grid TH
{
	border-collapse: collapse;
	/*border: #574D4A 1px solid;*/
}
Table.Grid
{
	margin:3px;
	width:98%;
	border: #574D4A 1px solid !important;
}
Table.Grid td
{
	font-size: 80%;
	padding: 3px 5px 3px 5px;	
	color:#574D4A;
}
Table.Grid td a:link, Table.Grid td a:visited { color:#000000; text-decoration:underline; }
Table.Grid td a:hover, Table.Grid td a:active { color:#FC5D23; text-decoration:none; }

Table.Grid TH, Tr.GridHeader TD, .GridHeader,tr.tableHeader
{
	background-color:#891203;
	color:FFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	border-bottom: #574D4A 1px solid !important;
}
Table.Grid tr.GridHeader td a:link, Table.Grid th a:link, Table.StandardPanel td.PanelBody Table.Grid th a:link,
Table.Grid tr.GridHeader td a:visited, Table.Grid th a:visited, Table.StandardPanel td.PanelBody Table.Grid th a:visited
{ color:FFF; text-decoration: none; }
Table.Grid tr.GridHeader td  a:hover, Table.Grid th a:hover, Table.StandardPanel td.PanelBody Table.Grid th a:hover,
Table.Grid tr.GridHeader td  a:active, Table.Grid th a:active, Table.StandardPanel td.PanelBody Table.Grid th a:active
{ color:EEEDED;	text-decoration: underline; }

.GridRow, GridRow TD,.tableRow
{
	background-color: #FFFFFF;
	vertical-align: top;
}
.GridAlternateRow, GridAlternateRow TD,tableRowAlt
{
	background-color: #E7E7E7;
	vertical-align: top;
}
.GridRowHover
{
	background-color: #C7C7C7;
	vertical-align: top;
}
.GridRowSelected
{
	background-color: #3366CC;
	color: White;
}

td div.TitleDescriptionControl {  }
	td div.TitleDescriptionControl img { float:left; margin:5px 7px 7px 4px; }
	td div.TitleDescriptionControl h2 { font-size:14px; color:#000; font-weight:bold; margin:5px 0 5px 0; }
	td div.TitleDescriptionControl p { font-size:12px; color:#574D4A; margin:0 0 7px 0; }

td.DisplayCurrency, td.DisplayCurrency span { font-size:14px; font-weight:bold; color:#FC5D23; text-align:right;}
	
.GridPager td,.GridPager
{
	border: none;
	color: Black;
	text-align: center;
	font-weight: bold;
}
.GridPager a
{
	font-weight: normal;
	text-decoration: underline;
	color: #603300;
}
Table.TableWithoutBorders, Table.TableWithoutBorders TD
{
	border-collapse: collapse;
	border: #FFFFFF 0px hidden;
}
Table.TableWithoutBorders TD
{
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
}
