﻿/* mac hide\*/
html, body {height:100%}
/* end hide */


.FVStyleFix
{
width:994px; /* main width (insider page border) */
	margin:auto;
	position:static; /* center horiztonally*/
	top:0px;
}
 


/* --- 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;
}
