﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body { /* outer body of the page */
	padding:0;
	margin:0;
}


#ctl00_left 
{
	padding-left:0px;
	padding-right:0px;
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	padding-top:150px;/*needed to make room for header*/
	padding-bottom:50px;/* needed to make room for footer */
}

#ctl00_right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	padding-left:0px;
	padding-right:0px;
	padding-top:150px; /*needed to make room for header*/
	padding-bottom:50px;/* needed to make room for footer */
}


/* --- GridView --- */
.grid
{
	/*border: solid 1px #308216;*/
	color:#333333;
}

.grid td, .grid th
{
	/*border: solid 1px #308216;*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.grid-header
{
	background-color: #507CD1;
	font-weight:bold;
	color: White;
}

.grid-row-alt
{
	background-color:white;
}

.grid-row
{
	background-color: #EFF3FB;
}

.grid-row-selected
{
	font-weight:bold;
	color:#333333;
	 background-color:#D1DDF1;
}

.grid-row-edit
{
	font-weight:bold;
}

.grid-pager
{
	background-color:#2461BF;
	color:White;
	 text-align:center;
}

.grid-footer
{
	background-color:#507CD1;
	font-weight:bold;
	color:White;
}
