body
{
	background-color: #add7e1;
	font-family: arial, helvetica;
	color: #000000;
   background: #FFF url(../images/bg.jpg);
	font-size: 11px;
}
.wrapper
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}
p
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
}
table
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
}
tr
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
}
td
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
}
hr
{
	color: #008BAA;
}
input
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
	border: 1px solid #008BAA;
	background-color: #ffffff;
}
textarea
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
	border: 1px solid #008BAA;
}
password
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
	border: 1px solid #008BAA;
}
select
{
	font-family: arial,helvetica;
	color: #000000;
	font-size: 11px;
	border: 1px solid #008BAA;
}
.boxheader
{
	background-color: #008BAA;
	font-family: arial,helvetica;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}
.searchheader
{
	background-color: #008BAA;
	font-family: arial,helvetica;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.box
{
   padding: 3px;
	border: solid 1px #666666;
	background-color: #ffffff;
}
.box2
{
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #666666;
	background-color: #ffffff;
}


.comments
{
	padding: 3px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
}
a
{
	color: #008BAA;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #32367e;
	text-decoration: underline;
	font-weight: bold;
}
a.redlink
{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
.redlink:hover
{
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
a.link
{
	color: #4d51a4;
	text-decoration: none;
	font-weight:normal;
}
a.whitelink
{
	color: #ffffff;
}
.link:hover
{
	color: #32367e;
	text-decoration: underline;
	font-weight:normal;
}
.searchrow1
{
	background-color: #ffffff;
	padding-left: 5px;
	border-left: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
.searchrow2
{
	background-color: #f2f2f2;
	padding-left: 5px;
	border-left: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
.formrow1
{
	background-color: #ffffff;
	padding-left: 5px;
}
.formrow2
{
	background-color: #f2f2f2;
	padding-left: 5px;
}
.formhead
{
	padding-left: 5px;
	font-weight:bold;
	border-bottom:1px solid #666666;
}
.checkbox
{
	border:none;
}
.onhover
{
    	background-color: #c2e9ed;
    	padding-left: 5px;
}
.infoBox
{
	display: none;	
	position: absolute;
	left: 0px;
	top: 0px;
}	
.errorback
{
   position: absolute;
	left: 0px;
	top: 0px;
   width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;

}
.errormsg 
{
        position: absolute;
	left: 40%;
	top: 40%;
        padding: 20px 20px 20px 20px;
	color: #000;
        position: absolute;
	left: 40%;
	top: 30%;
	width: 20%;
	background: #afd1dd;
	border: 1px solid #000;
	text-align: center;
	border: 1px solid #00f;
}

.tooltipBox
{

}

.tooltipBox td
{
border-style: solid none none none;
border-width: 1px;
border-color: #C1DAD7;
}
.tooltipBox tr
{
width : 150px;
}

.noData
{
text-align:center;
padding : 5px;
font-size: 13px;
font-weight: bold;
color: #008BAA;
}

