

/* Watershed Print Style Sheet */

body {
	margin:  0px;
	padding:  15px;
}

div#container {
	width:  770px;
	margin:  0px;
	padding:  0px;
}

div#header {
	height:  100px;
	margin:  0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	}

	div #header div.logo {
		float:left;
	}
		
	div#header div.watershed {
		float:right;
		margin-right:  100px;
	}
	
div#primary_nav {
	display: none;
	}
	
div#login {
	display: none;
	}
	
div#user_nav {
	display: none;
	}
	
div#admin_nav {
	display: none;
	}
	
div#schoolinfo {
	padding:  13px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:  0px;
	font-family:  "Trebuchet MS", verdana, arial, helvetica, serif;
	color:  #333;
}	


div#schoolinfo label {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family:  "Trebuchet MS", verdana, arial, helvetica, serif;
	line-height: 22px;
	padding:  10px;
}

div#schoolinfo select {
	font-size: 14px;
	margin:  3px 0px;
	}
	
	table#waterchemistry_report select {
	font-size:  14px;
	margin:  3px 0px;
	}
	
	table#waterchemistry_report tr td {
	font-size:  14px;
	margin:  3px 0px;
	}
	
	
	
	
div.right {
	font-size:  15px;
	color: #333;
	font-family:  helvetica, arial, sans-serif;
	margin-bottom:  50px;
	}
	
	
div.left {
	font-family:  helvetica, arial, sans-serif;
	float: left;
	width: 350px;
	clear: both;
}	

	div.left th {
	font-size:  12px;
	}
	
	div.left td {
		padding:  3px !important;
		}
		
		
table#macro_total_scores {
	font-color: #000;
	font-weight:  bold;
	border:  3px solid #ddd;
	padding:  15px;
	}
	
	table#macro_total_scores tr td {
		font-size:  16px;
		font-color: red !important;
		font-weight:  bold;
	}
	
table#macroinveterbrates tr td {
	font-size:  14px !important;
	color:  #333 !important;
	}
	

	table#water_quality_ratings {
		float: right;
		font-size:  16px;
		font-color: red !important;
		font-weight:  bold;
	}
	
	table#water_quality_ratings tr td {
	font-size:  14px !important;
	color:  #333 !important;
	}

div#button_revise, div#button_home {display: none;}
	
	
	
	
	
	
	
p {
	font-family:  helvetica, arial, sans-serif;
	font-size:  14px;
	line-height:  20px;
}

h1 {
	display: block;
	font-family:  helvetica, arial, sans-serif;
	border-bottom:  1px solid #ccc;
	font-size:  21px;
	color: #243C70;
	margin: 0px 0px 10px 0px;
	padding:  0px 0px 10px 0px;
}

h2 {
	display: block;
	font-family:  helvetica, arial, sans-serif;
	border-bottom:  1px solid #ccc;
	font-size:  18px;
	color: #333;
	margin: 22px 0px 2px 0px;
	padding:  0px 0px 4px 0px;
}

h3 {
	font-family:  helvetica, arial, sans-serif;
	font-size:  16px;
	color: #333;
	margin: 12px 0px 0px 0px;
	padding:  0px 0px 8px 0px;
}

h4 {
	font-family:  helvetica, arial, sans-serif;
	font-size:  15px;
	font-weight:  normal;
	color: #555;
	margin: 13px 0px 10px 0px;
	padding: 0px;
	
}	
	
label {
	font-family:  helvetica, arial, sans-serif;
	color:  #333;
	font-size:  14px;}
				
table {
	border:  0px;
	margin:  10px 0px 10px 0px;
}

	table th {
		font-size:  15px;
		text-align:  left;
		vertical-align: top;
		font-family: helvetica, arial, sans-serif;
		background-color:  #f2f2f2;
		border-bottom: 3px solid #ddd;
		padding:  10px 10px 4px 10px;
		color: #555;
}

	table td {
		font-size:  12px;
		color:  #333;
		font-family: helvetica, arial, sans-serif;
		vertical-align:  top;
		padding: 10px;
		text-align:  left;
		border-bottom:  1px solid #bbb;
		border-left:  0px;
		border-right:  0px;
		border-top:  0px;
		margin:  0px;
	}
	
	table td label {
		font-family: helvetica, arial, sans-serif;
	}
	
	table td.label-left {
		text-align: left;
	}	
	
	
	
	
	div.notice {display: none;}
	
	
	
	
/*	table#macroinveterbrates {
	margin:  0px 0px 20px 0px;
	font-family:  helvetica, arial, sans-serif;
	padding:  12px 0px 0px 0px;
	background-color:  #fff;
	vertical-align:  top;
}

	table#macroinveterbrates th {
		text-align:  left;
		vertical-align: middle;
		background-color:  #f2f2f2;
		border-bottom: 3px solid #ddd;
		color: #555;
}

	table#macroinveterbrates td {
		font-size:  12px;
		text-align:  left;
		font-weight: normal;
		border-left:  1px solid #eaeaea;
		border-right:  1px solid #f2f2f2;
		border-bottom:  1px solid #eaeaea;
		margin:  0px;
		color: #333;
		background-color:  #fff;
		font-family:  helvetica, arial, sans-serif;
}

table#macroinveterbrates td label {
		line-height:  22px;
		margin:  0px;
		padding:  5px;
}
	
	*/
	
	
	
	
	
