﻿

.borderTable .AspNet-GridView , .BaseTable .AspNet-GridView table
{
    width: 100%;
}

.borderTable
{
	border-left:1px solid #BFBFBF;
	/*line-height: 16pt;*/
}

.borderTable .AspNet-GridView table tbody tr td 
{
	background:White none repeat scroll 0%;
	border: none;
	/*border-bottom:1px solid #CCCCCC;*/
	border-top:none;
	border-bottom:1px solid #E3E3E3;
	border-left:none;
	border-right:1px solid #E3E3E3;
	color:#333333;
	text-align: left;
	padding: 1px 4px;
	margin: 0;
	/*white-space: nowrap;*/
}

.borderTable .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #f0f0f0 none;
}

.borderTable .AspNet-GridView table tbody tr:hover, 
.borderTable .AspNet-GridView table tbody tr:hover td 
{
	background: #FFEECC none repeat scroll 0% !important;
}

.borderTable .AspNet-GridView table thead tr th {
	background: #EFF1F4 url("table/header_bg.png") repeat-x;
	border:none;
	border-top:1px solid #BFBFBF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid White;
	border-right:1px solid #BFBFBF;
	padding:2px 4px;
	margin: 0 .5em;
    font-size: 0.8sem;
}

.borderTable .AspNet-GridView table thead tr th a {
	background:transparent;
	border:0;
	color: #222222;
	font-size:0.9em;
	font-weight:bold;
	padding:2px 0.5em;
}