@charset "utf-8";
/* CSS Document */

body {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #32393F;
	color: #EEE;
}
.mainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 1em 1em 0 1em;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.floatLft {
	float: left;
}
.floatRgt {
	float: right;
}

.style1 {font-size: 18px; font-style: normal; line-height: normal; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.style2 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
form {
}
form label {
	float: left;
	margin-right: 5px;
	width: 80px;
}
form.quote div.col1 {
	width: 200px;
	float: left;
	clear: left;
	display: block;
}
form.quote div.col2 {
	width: 100px;
	float: left;
	display: block;
}
form.quote div.col2 input, form.quote div.col3 input{
	width: 75px;
}
form.quote div.col3 {
	width: 100px;
	float: left;
	display: block;
}
form.quick label {
	text-align: right;
}
form.quote label {
	margin-left: 20px;
}
form.quote input, form.quote select, form.quote textarea {
	margin-left: 20px;
}
form.quote textarea {
	width: 300px;
}
form label.bigger {
	width: 400px;
	
}
form input.text {
	width: 150px;
}
form.quick .btn {
	margin-left: 85px;
}
form div {
	display: block;
	padding: 3px 0;
}
form.quick textarea {
	width: 150px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2009 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

.picker {margin-bottom:-3px; cursor:pointer; color:#000}
.calendarHolder {position:relative; top:2px; z-index:200;}
* html .calendarHolder {top:0;}

.calendarTable {font-family:arial, sans-serif; border-collapse:collapse; border:2px solid #600; display:none; position:absolute; left:35px; top:2px; background:#fff; color: #000;}
.calendarTable caption {background:#fff; color:#600; padding:2px 0; font-size:12px; font-weight:bold;}
.calendarTable th {font-size:11px; text-align:center; color:#800; background:#ddd; border:1px solid #aaa; padding:3px;}
.calendarTable td {font-size:11px; text-align:center; border:1px solid #aaa; padding:0 3px;}
.calendarTable td.current {background:#800; color:#fff;}
.calendarTable .weekend {background:#ccc;}
.calendarTable td.dates {cursor:pointer;}
