﻿body
{
	background-color: #ffffff;
	font-family:Calibri;
	background: #ffffff url('Images/bg_body.png') repeat-x left top;
}
table
{
	background-color:White;
}
h1
{
	font-weight:bold;
	color:#69BE28;
	font-family:Cambria, Times New Roman, Serif;
}

h2
{
	font-family:Tahoma;
	font-size:13pt; 
	font-weight:bold;
	color:#40a84a;
	margin:0px;
}
h3
{
	font-family:Tahoma;
	cursor:pointer;
	font-size:11pt;
	color:#007E6F;
	font-weight:bold;
	margin: 0px;
	text-decoration:underline;
}
h4
{
	margin-top:0px;
}
a
{
	font-family:Arial;
}
.roundedPublicPanel
{
	background-color:#007E6F;
	color:white;
	font-weight:bold;
	margin:0px;
	text-align:left;
	font-family:Calibri;
	font-size:10pt;
}

.roundedPublicPanel select
{
	border: 1px;
	font-size: 9pt;
}

.roundedPublicPanel input
{
	border: 1px;
}

.normal
{
	background-color:#007E6F;
	font-family:Calibri;
}

.row
{
	margin: 2px;
}
.columnLeft
{
	float: left;
	width: 100px;
	padding-right: 5px;
}
table#scroller
{
	width:100%;	
}
.centerImage
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#dataContainer
{
	position: relative;
	background-color:Transparent;
	height: 600px;
	overflow: auto;
}


#leftBottomImg
{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:-1;
}
#rightBottomImg
{
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:-1;
}



