﻿.BaseTable .AspNet-GridView , .BaseTable .AspNet-GridView table
{
    width: 100%;
}


.BaseTable .AspNet-GridView table tbody tr td 
{
	background:White none repeat scroll 0%;
	border: 0;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	padding:2px .5em;
	text-align: left;	
}

.BaseTable .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #f0f0f0 none;
}

.BaseTable .AspNet-GridView table tbody tr:hover, 
.BaseTable .AspNet-GridView table tbody tr:hover td 
{
	background: #FFEECC none repeat scroll 0%;
}

 .BaseTable .AspNet-GridView table thead tr th {
	background: #E2E2E2 url("IMG/TableHeaderGray.png") repeat-x bottom;
	border:0;	
	border-top:1px solid #BFBFBF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid White;
	border-right:1px solid #BFBFBF;
	padding:2px;
	text-align: left;
}

.BaseTable .AspNet-GridView table thead tr th a {
	background:transparent;
	border:0;
	color: #222222;
	font-size:0.9em;
	font-weight:bold;
	padding:2px 0.5em;
}



.AspNet-GridView div.AspNet-GridView-Pagination,
.AspNet-GridView div.AspNet-GridView-Pagination a,
.AspNet-GridView div.AspNet-GridView-Pagination span
{
    /*color: Black;*/
	/*background: #B2D0E6 url("IMG/table-footer_blue.png") repeat-x;*/
	background: #E2E2E2;
	/*border-top: 1px solid #B2B2B2;*/
	/*border-bottom: 1px solid #B2B2B2;*/
    font-weight: normal;
    padding: 2px;
    font-size: .9em;
}

.twoButtonsCol 
{
	width: 60px;
}

/**** redefined ajax calendar table */
.BaseTable .AspNet-GridView table tbody tr td .ajax__calendar td 
{
	margin: 0;
	padding: 0;
	border: none;
}

table.verticalCellBorder td 
{
    border-right: 1px solid #E2E2E2 !important;
}

table.centerText td,
table.centerText th,
td.centerText
{
    text-align: center !important;
}

table td.alignLeft
{
    text-align: left !important;
}

table td.alignRight
{
    text-align: right !important;
}

.AspNet-GridView table tbody tr td.AnnualReportCellForMonth
{
    text-align: center;
    width: 110px;
}

.AspNet-GridView table tbody tr td.AnnualReportCellForMonth-alt
{
    text-align: center;
    width: 110px !important;
    background-color: #F2F2FF;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td.AnnualReportCellForMonth-alt
{
    width: 110px;
    background-color: #E8E8F8;
}