﻿clsDateCol
{
	border: none;
	padding: 10px;
	height: 16px;
	font: 19px arial;
	color: #555;
	border-bottom: 1px solid #ccc;
	text-align: center;
	border-top-color:Red;
}

.clsTable 
{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: none;
	border-top: 3px solid #ccc;
	background: white;
	width: auto;
}
.clsTable td
{
	border: none;
	padding: 2px;
	height: 16px;
	font: 11px arial;
	color: #555;
	border-bottom: 1px solid #ccc;
	text-align: left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:white;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:white;
}

.clsTable th
{
	padding: 2px;
	background:#fff;
	color: #555;
	height: 16px;
	border: 0px solid white;
	border-bottom: 1px solid #ccc;
	font: bold 11px arial;
	text-align: left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:white;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:white;
}
.clsTable th a
{
	color: #555;
	text-decoration: none;
	font: bold 11px arial;
}

.clsTable .mainIndexHeader
{
	text-align:center;
}

.clsTable th a:hover
{
	text-decoration: underline;
}
.clsTable a.TableTitleButton
{
	width: auto;
	padding-left: 15px;
	padding-right: 18px;
}
.clsTable table tr
{
	border: none;

}

.clsTable  .Pager table
{
	margin: 0px;
	padding: 0px;
}
.clsTable .Pager td
{
	padding: 0px;
	border: none;
	text-align: center;	
}
.clsTable .Pager td a, .DataGrid .Pager td span
{
	padding: 1px 3px 1px 3px;
	margin: 2px;
	display: block;
	text-decoration: none;
	color: #007DC9;
}
.clsTable .Pager td a:hover
{
	background: #ccc;
}
.clsTable .Pager td span
{
	color: #555;
}

clsDateCol
{
	border: none;
	padding: 10px;
	height: 16px;
	font: 19px arial;
	color: #555;
	border-bottom: 1px solid #ccc;
	text-align: center;
	border-top-color:Red;
}