﻿.PropertyGridView .AspNet-GridView
{
	border-collapse:collapse;
	clear:both;
	padding:5px 0;

}
.PropertyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
	background-color: #dcdcdc;
}
.PropertyGridView .AspNet-GridView table
{
	border:solid 1px #000;
	border-collapse:collapse;
	width:100%;
}
.PropertyGridView .AspNet-GridView table tbody tr td
{
	vertical-align:top;
	padding:2px;
	border-bottom:solid 1px #000;
}
.PropertyGridView .AspNet-GridView table thead tr th
{
	vertical-align:top;
	padding:2px;
	font-weight:bold;
	border-bottom:solid 1px #000;
}
.PropertyGridView .AspNet-GridView table tbody tr td.percentageColumn { background-image: url( '../Images/PercentageBG.jpg' ); background-repeat: no-repeat; background-position: right top; text-align:center; padding-top:7px; margin:0 auto;  }
.PropertyGridView .AspNet-GridView table tbody tr td a.button{ text-align:center; padding:1px; font-size:10px; width:98px;  }
.PropertyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td,
.PropertyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Normal td
{
	vertical-align:top;
	background-color: #f5f5f5;
}
.PropertyGridView .AspNet-GridView table tfoot tr.AspNet-GridView-Empty td
{
	padding:15px;
	background-color: #f5f5f5;
	border:solid 1px #000;
	border-collapse:collapse;
	width:100%;
}

