/* CSS Document */


/* BOATYARD */

#yard-services {
	margin: 20px 0;
	text-align: center;
}




/* YARD RATE TABLE STYLES */

#yardrates {
 	width: 560px;
	margin: 0 180px 20px 17px;
	padding: 10px 0 0 0;
	}

table.ratetable {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-bottom: 1px solid #666666;
	}
	
table.ratetable th {
	font-size: 6pt;
	font-family: arial, helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	}

	
table.ratetable td {
	font-size: 10px;
	padding: 3px;
	border-top: 1px solid #666666;
	background-color: #BAD4CF;
	}
	
table.ratetable td.service {
	width: 70%;
	border-left: 1px solid #666666;
	vertical-align: top;
	}
	
	
table.ratetable td.rate {
	width: 30%;
	border-right: 1px solid #666666;
	text-align: right;
	vertical-align: top;
	}
	
table.ratetable td.section-notes {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #CCCCCC;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	}
	
table.ratetable caption {
	padding: 0 0 5px 0;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}

table.ratetable caption a {
	text-transform: none;
	}

#yardrates #notes {
	padding: 10px;
	background-color: #FFEBAD;
	border: 1px solid #666666;
	}
			
#yardrates #notes h3 {
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	}

#yardrates #notes ul {
	margin: 0;
	padding: 0 0 0 20px;
	}
		
#yardrates #notes li {
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
/* END YARD RATE TABLE STYLES */



/* SURVEYORS TABLE STYLES */

#surveyors {
 	width: 560px;
	margin: 0 180px 20px 17px;
	padding: 10px 0 0 0;
	}

#surveyors h3 {
	margin: 0 0 10px 0;
	font-size: 10px;
	font-weight: bold;
	}
	
#surveyors table {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 10px;
	border-collapse: collapse;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	}
	
#surveyors table th {
	padding: 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	vertical-align: top;
	background-color: #999999;
	font-weight: bold;
	width: 33%;
	}

	
#surveyors table td {
	padding: 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	vertical-align: top;
	width: 33%;
	}




/* FORM STYLES */


#workorder-form {
	margin: 0 175px 20px 17px;
	padding: 10px 0 0 0;
	font-size: 9px;
	}

#workorder-form form {
	border: 0;
	padding: 0;
	margin: 0;
	}

#workorder-form p {
	margin: 0 0 1px 0;
	padding: 0;
	}

#workorder-form h4 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 9px;
	font-weight: bold;
	}

#workorder-form form fieldset {
	margin: 0;
	padding: 0 0 15px 10px;
	border: 0;
	}


#workorder-form form fieldset legend {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	text-indent: 0;
	}

#workorder-form form h3 {
	margin: 0 0 5px 0;
	padding: 1px 3px;
	border: 0;
	font-size: 9px;
	font-weight: bold;
	background-color: #cccccc;
	}

#workorder-form form label {
	margin: 0;
	padding: 0;
	}
	
#workorder-form form input {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}

#workorder-form form .buttonrow {
	}

	
#workorder-form form .floatleft {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}

.required {
	color: #990000;
	font-weight: bold;
	}
		
#workorder-form form p {
	margin: 0;
	padding: 3px 0;
	}

#workorder-form form a {
	color: #0066FF;
	}


/* POPUPS */
	
#popup-text {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0;
	}
	
#popup-text a:link, #popup-text a:visited {
	color: #111111;
	}
	
#popup-text a:hover, #popup-text a:active {
	color: #0066FF;
	}

#popup-text h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
		
#popup-text p.closewindow {
	text-align: center;
	}
	

/* NOFLASH / NOSCRIPT CONTENT */

#yard-services .column {
	text-align: left;
	width: 250px;
	margin: 0 20px 0 0;
	float: left;
	}
	
#yard-services h3 {
	margin: 0 0 2px 0;
	color: #0066CC;
	}

#yard-services p {
	margin: 0 0 5px 0;
	}
	
		
#yard-services .column ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 9px;
	}
	
#yard-services .column ul li {
	margin: 0;
	padding: 0;
	
	}