/* external style sheet for prospective.xhtml*/

div.allcontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;	
}

body {
	color:#999999;
	font-style:normal;
	font-size: 14px;
	font-family: Arial, Helvetica, Courier, serif;
	background-color: black;
	padding:none;
}

.headerfont {
	color:#cccccc;
}

.form_header {
	color: #999999;
	text-decoration: underline;
}

table {
	padding:2px;	
}

div.address {
	padding: 5px;
	float: right;
	position: top;
	font-size: 16px;
	color: #619080;
	font-weight:bold;
	margin-top: 10px;
	
}

span.sbold {
	font-weight: 900;
	font-size: 10px;
}

span.bold {
	font-weight: bold;
}

span.undline {
	text-decoration: underline;
}


.stext {
	font-size: 12px;
}

div.prospectivebox {
	padding:none;
	background-image: url(../images/prospectiveimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	height: 500px;
	}
	
input.fontcolor, input.fontcolor:visited {
	color:#111111;
	margin: 5px;
	font-family: Arial, Helvetica, Courier, serif; 
}

input.fontcolor:hover {
	color: #666666;
	background-color: #000000;
	border:dotted #888888 2px;
}

span.radioheader {
	font-weight: bold;
	text-decoration:underline;
	font-size:12px;
}

span.radiohover {
	color: #FFFFFF;
}

span.radiohover:hover {
	color: #ffffff;
}

input.activefield, textarea.activefield {
	border: #777777 solid 2px;
}

input.activefield:focus, textarea.activefield:focus {
	background-color: #dddddd;
	border: #777777 solid 2px;
}

img.complylogo {
	float:right;
	border:none;
	padding: none;
	margin:none;
}

th.output, td.output {
	vertical-align: top;
	text-align:left;
	color: #003d7c;
}

th.output {	
	width: 21%;
}

table.output {
	margin-top: 20px;
	margin-left: 30px;
	
}


td.output {
	color: #ffffff;
}

tr.comment {
	height: 275px;
}
	
