html {
	overflow:scroll
}

body {
	font-family: "Arial", "Tahoma", "Verdana";
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: small;
	background-image: url('images/bg.gif');
	color: #666666;
	background-attachment: fixed;
}

.wizardSidePanel {
    border-right-color: #666666;
    border-right-width: 1px;
    border-right-style: solid;
    width: 188px;
}

.wizardStep {
    padding-left: 30px;
}

.bodytext {
		text-align: left;
	}
.footer {
	text-align: center;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	background-repeat: no-repeat;
	background-image: url('images/footer.jpg');
}

.footerbase {
background-color:#333333
}

td {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: small;
	line-height: 140%;
	color: #666666;
	text-align: left;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
A:link {
	color: #CC0000;
	text-decoration: none;
}
A:visited {
	color: #990033;
	text-decoration: none;
}
A:hover {
	color: #EE4137;
	text-decoration: underline;
}

ul
{
    list-style-type:none;
    list-style-position:inside;
    margin:0 0;
}

.listTitle
{
    font-size: 10pt;
    margin-bottom:0px;
}

.reportHelp
{
    font-family:Arial,Tahoma;
}

.MenuItem a
{
 width:100%; 
 display:block; 
 text-align: left;
}

a.HyperlinkNoUnderline:link {text-decoration:none} 

.listbox 
{
	background:white;
	font-size:10pt;
	padding:0;
	list-style:none;
	overflow:auto;
	border:solid 1px #666666;
	scrollbar-face-color:#cccccc; 
	scrollbar-highlight-color: #eeeeee; 
	scrollbar-shadow-color: buttonface; 
	scrollbar-3dlight-color: #aaaaaa; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #eeeeee; 
	scrollbar-darkshadow-color: #aaaaaa;
}

.textBox
{
    font-size: 11px;
    background-image: url('images/txtBoxBackground.gif');
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    border: 1px solid #CFD6E0;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
}

a.divRow
{
    vertical-align: text-top;
    padding-right: 10px;
}
.divCell
{
    float: left;
    padding-right: 10px;
    display:inline;
}
.divEndRow
{
    clear: both;
}
