﻿/* This style would normally be defined in the .skin file
   because it pertains to an ASP.NET web control, but the
   style properties the control (GridView) do not allow you
   to style only a single border (e.g. bottom) */

.dataTableRow
{
    border-bottom: 1px solid #d7d7d7;
}



.simpleTable
{
	border-collapse: collapse;
}

.simpleTable th
{
	padding: 5px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #e4e4e4;
	background-color: #e4e4e4;
}

.simpleTable td
{	
	padding: 5px;
	border: 1px solid #e4e4e4;
}




.dataTable
{
	border-collapse: collapse;
}

.dataTable th
{
	padding: 5px;
	text-align: left;
	font-weight: bold;
	background-color: #e4e4e4;
	border: 1px solid #e4e4e4;
	font-size: 8pt;
}

.dataTable td
{	
	padding: 3px 5px 3px 5px;
	border: 1px solid #e4e4e4;
}

.dataTable td.highlight
{
	background-color: #f3e7bc;
}

.dataTable td:first-child
{
	color: #555555;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap;
}
