@charset "utf-8";

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    
}

div.row .textbox {
	width:300px;
}
div.container {
	padding:10px;
	background-color:#FFFFFF;
	width:750px;
	height:auto;
	
}
.footerBar{
	background-color:#0053A6; 
	width:750px;
	}
div.spacer {
	clear: both;
}

div.float{
	float:left;
}

div.icon{
	float:left;
         padding-left:10px;
}
div.table{
	color:#000000;
    border: 1px solid #999;
    width:680px;
    height:auto;
    background-color:#fff;
    padding:0px;
	margin-left:30px;
	margin-right:auto;
}
div.tableNoBorder{
	color:#000000;
    height:auto;
    background-color:#fff;
    padding:0px;
	
}
div.header {
    clear: both;
    border-bottom: 1px solid #999;
	border-top: 1px solid #999;
    padding: 3px;
	background-image:url(../images/misc/sub-bg.gif);
    color:#000;
    font-weight:bold;
}
div.topHeader {
    clear: both;
    border-bottom: 1px solid #999;
    padding: 3px;
	background-image:url(../images/misc/sub-bg.gif);
    color:#000;
    font-weight:bold;
}
div.row {
	background-color:#FFF;
    clear: both;
    padding: 3px;
    height:20px;
}
div.oddRow {
	background-color:#EDEDED;
    clear: both;
    padding: 3px;
    height:20px;
}
div.evenRow {
    clear: both;
    padding: 3px;
    height:20px;
}
div.row span.error{
    float:left;
    width:500px;
	border: 1px solid #FF0000;
	text-align:center;
}
div.row span.label{
    float:left;
    width:335px;
}
div.row span.labelBold{
    float:left;
    width:275px;
	font-weight:bold;
}
div.row span.text {
	float:left;
	width:660px;
	}
div.row span.picText {
	float:left;
	width:550px;
	}
div.row span.pic {
	padding-left:10px;
	width:100px;
	
}
div.row span.formw {
    float:left;
    width:275px;
    text-align:left;
}
div.row span.total {
    float:left;
    width:100px;
	padding:5px;
    text-align:left;
	font-weight:bold;
	font-size:14px;
	background:#FFCC66;
	border:1px solid #FF0000;
}
div.row span.form2 {
    float:left;
    width:40px;
    text-align:left;
}
div.row span.form3 {
    float:inherit;
    width:40px;
    text-align:left;
}
div.row span.labelsmall{
    float:right;
    width:40px;
    text-align:right;
}
.errorText{
	font-size:20px;
	padding-left:10px;
}
.ghost{
	color:#666666;
}


