html, body
{
	height: 100%;
	width: 100%;
	font-family: Calibri, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	background-color: #4c4f5d;
	margin: 0;
	padding: 0;
	border: none;
	max-height: 100%;
}

div#content, .ContentNav
{
	position:inherit;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

#Nav, #NavWide, #Header, #Footer, .Header, .Nav, .Footer, #Sitemap
{
	display:none;
	visibility:hidden;
}

#PrintHeader
{
	left: 0px;
	top:0px;
	width: 500px;
	visibility:visible;
	display:block;
	border-bottom: dotted 1px silver;
}

.AspNet-GridView 
{
    width: 97%;
    margin: auto;
    border: solid 1px black;
}


.AspNet-GridView div.AspNet-GridView-Pagination,
.AspNet-GridView div.AspNet-GridView-Pagination a,
.AspNet-GridView div.AspNet-GridView-Pagination span
{
    font-weight: normal;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.AspNet-GridView div.AspNet-GridView-Top
{
}

.AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.AspNet-GridView table
{
    border: none;
    width: 100%;
}

.AspNet-GridView table thead tr th
{
	color: Black;
	font-weight: bold;
	font-size: 1em;
	padding-top: 0px;
	background-color: #CCCCCC;
}

.AspNet-GridView table thead tr th a
{
    color: #465239;
}

.AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    text-align: left;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background:url(/images/bg-fade-light-short.png) repeat-x;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.AspNet-GridView table tfoot tr td
{
}
