﻿body 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#525050;
	font-size:12px;	
}

input[type=text], select
{
	font-size:12px;
	color:#525050;
}

a img
{
	border:0px;
}

.vMid td
{
	vertical-align:middle;
}

lAlign
{
	text-align:left;
}

cAlign
{
	text-align:center;
}

rAlign
{
	text-align:right;
}

.menu
{
	text-align:right;
}

.menu a, .menu a:visited
{
	padding:6px 12px;
	line-height:27px;
	margin-left:25px;
	text-decoration:none;
	color:#6e6d6d;
}

.menu a.Selected, .menu a:hover
{
	background-color:#9fca15;
	color:#ffffff;
}

a.box, a.box:visited
{
	padding:6px 12px;
	line-height:27px;
	margin-left:25px;
	text-decoration:none;
	color:#6e6d6d;
	background-color:#9fca15;
	color:#ffffff;
	cursor:pointer;
}

a.box:hover
{
	text-decoration:underline;
}

a, a:visited
{
	color:#9fca15;
	text-decoration:underline;
	cursor:pointer;
}

.highlight
{
	color:#9fca15;
}

a:hover
{
	text-decoration:none;
}

a.noUnderline
{
	text-decoration:none;
}

h1
{
	background:url(../../images/headBullet.png) no-repeat 0px 4px;
	padding-left:20px;
	border-bottom:1px solid #bebfc0;
	color:#6e6d6d;
	font-size:20px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;
}

h2
{
	font-size:16px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:15px;
}

h3
{
	font-size:14px;	
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	color: #8ab20a;
}

h4
{
	font-size:12px;	
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
	font-style:italic;
}

h5
{
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	color: #8ab20a;
}


p
{
	margin-top:0px;
	margin-bottom:10px;
	line-height: 16px;

}

td
{
	vertical-align:top;
}

.block
{
	border:1px solid #bebfc0;
	margin-bottom:14px;
	padding:3px 3px 0px 3px;
}

.docLink
{
	background:url(../../images/bullet.gif) no-repeat 4px 4px;
	padding-left:20px;
	padding-bottom:10px;
}

.reportBox
{
	margin-bottom:16px;
}
.openingText {
 font-size:14px;
}

.reportBox h2
{
	padding:8px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#9fca15;
	color:#ffffff;
}

.reportBox .details, .smallDetails
{
	background: #ffffff url(../../images/grad.png) repeat-x bottom;
	padding:10px 10px 10px 8px;
}

.reportBox .smallDetails
{
	padding:1px 8px 1px 8px;
}
	
.padTable td
{
	padding:0px 20px 10px 0px;
}

ul
{
	list-style-image:url(../../images/bullet.gif);
}

ul.noPad
{
	padding-left:15px;
	margin:5px;
}

ul li
{
	padding-bottom:5px;
}



.detailsTableDiv
{
	border:1px solid #bebfc0;
	padding:2px;
}

.detailsTableDiv h2
{
	font-weight:normal;
	font-size:14px;
}

.detailsTable
{
	width:100%;
}

.detailsTable thead th, .detailsTable tfoot th
{
	font-weight:normal;
	font-size:14px;
	padding-left:6px;
	height:30px;
}

.detailsTable thead th
{
	text-align:left;
}

.detailsTable tfoot th
{
	padding:5px 0px 3px 5px;
}

.detailsTable tfoot th.ctrl
{
	text-align:right;
	padding:5px 5px 3px 0px;
}

.detailsTable td
{
	background-color:#e4f0be;
	vertical-align:middle;
	border-top:2px solid #ffffff;
	padding-top:6px;
	padding-bottom:6px;
	height:23px;
}

.detailsTable .caption 
{
	padding-left:12px;
	padding-right:0px;
	width:150px;
}

.detailsTable .caption.top
{
	vertical-align:top;
	padding-top:10px;
}

.detailsTable td.input
{
	text-align:right;
	padding-left:0px;
	padding-right:10px;
}

.detailsTable td.input input
{
	width:250px;
}

.detailsTable td.input textarea
{
	width:679px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.detailsTable td.borderLeft
{
	border-left:1px solid #ffffff;
}

.detailsTable td.borderRight
{
	border-right:1px solid #ffffff;
}

.errorMsg
{
	text-align:center;
	color:Red;
}

.msg
{
	color:Red;
	font-weight:bold;
	font-size:14px;
}