body
{
	color: #333333;
	/* background-image:url('../Images/bg.jpg'); */
	background-position:left top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

a:link
{
	color: #e6aa0c;
	font-weight: normal;
	white-space: nowrap;
	padding:0px 10px 0px 0px;
	margin:5px 5px 5px 5px;
	text-decoration: none;
	
}

a:visited
{
	color: #e6aa0c;
	font-weight: normal;
	white-space: nowrap;
	padding:0px 10px 0px 0px;
	margin:5px 5px 5px 5px;
	text-decoration: none;
	
}

a:hover
{
	
	text-decoration: underline;
	font-weight: normal;
}

a:active
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.grid
{
	border: solid 1px #000000;
	margin-top:15px;
	margin-bottom:5px;
}

.gridRowHeader
{
	color:White;
	background:#000000;
}

.gridRowHeader th
{
	padding:5px;
}

.gridRowHeader a:link
{
	color:White;
	text-decoration: underline;
	
}

.gridRowHeader a:visited
{
	color:White;
	text-decoration: underline;
	
}

.gridRowHeader a:hover
{
	color:#000000;
	text-decoration: underline;
	
}

.gridRow
{
	background:#ffffff;
}

.gridItem
{
	padding:2px 7px;
}

.gridRowAlternating
{
	background:#FFFFFF;
}

.gridRowFooter
{

}

.gridRowFooter input
{
	padding:1px 0px;
	font-family:tahoma, arial;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	border: outset 1px #637C9E;
}

.backLink:link, visited
{
	font-weight:bold;
	font-size: medium;
}

.fieldHeader
{
	padding-right:15px;
	padding-left:7px;
	color:#45537B;
}

.gridCommandRow
{
	background:#DADEE5;
}

.gridCommandRow input
{
	padding:1px 0px;
	font-family:tahoma, arial;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	border: outset 1px #637C9E;
}

.top-border
{
	border-top:solid 1px #C9DED9; 	
	background-color:#EBF7F4; 
}

.downloadButton
{
	display:inline-block;
	background:transparent url(../Images/Button.png) no-repeat;
	width:72px;
	height:22px;
}