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

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 15px; 
	padding: 0;
}

h1 {
	font-size: larger;
	text-align:center;
}

h2 {
	font-size:large;
	text-align: left;
	margin: 35px 0px 10px 0px;
}

hr {
	color:#DDDDDD;
	background-color:#DDDDDD
	height:0.5px;
}

#map_canvas {
	width:100%;
	height:80%;
}

p.front {
	line-height: 175%;
}

p.error {
	margin: 15px 0px 0px 40px;
	color:#CC0000;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table.logon {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color:#EEEEEE;
}

table.logon td{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

table.data {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.multimedia {
	margin: 10px 0px 5px 0px;
}

tr {
	height: 20px;
}

tr.form {
	height: 35px;
}

tr.d0 {
	background-color: #EDF5FE;
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
}

tr.d1 {
	background-color: #FFFFFF;
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
}

td.query {
	vertical-align: middle;
	padding: 4px;
	width: 50%;
}

td.resultsheader {
	vertical-align: middle;
	text-align: center;
	padding: 3px;
	background-color: #DEEEFE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

td.results {
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

td.header {
	vertical-align: middle;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	background-color: #DEEEFE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

td.caption {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 21%;
	border-bottom: 1px solid #CCCCCC;
}

td.caption3 {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 33%;
}

td.caption6 {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 16.5%;
}

td.content3 {
	vertical-align: top;
	text-align: left;
}

td.content6 {
	vertical-align: top;
	text-align: left;
}

td.content {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

td.multimedia {
	padding: 0px 0px 5px 0px;
}

#display_frontcontent {
	width: 760px;  
	margin: 0 auto;
	padding: 0 0px;
/*	border: 1px dashed #cccccc; */
	text-align: left;	
	min-height: 350px; 
}

#display_maincontent {
	width: 792px;  
	margin: 0 auto;
	padding: 0 0px;
/*	border: 1px dashed #cccccc; */
	text-align: left;	
	min-height: 350px; 
}

#dept_select {
	width: 250px;  
	margin: 0px 0px 20px 20px;
	padding: 0 0px;
/*	border: 1px dashed #cccccc; */
	text-align: left;
	float:right;
	border:#CCCCCC;
	border-width:thin;
}

#display_header {
	text-align: center;
	width: 792px;  
	margin: 0 auto;
	padding: 0 0px;
}

#print_header {
	display: none;
}

#display_footer {
	width: 792px;  
	margin: 0 auto;
	padding: 0 0px;
	font-size: 10px;
	text-align:center;
	line-height: 1.5;
/*	border: 1px dashed #cccccc;  */
}

#print_footer {
	display: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: none;
}
a:active {
	color: #006633;
	text-decoration: none;
}

img {
	border-style: none;
}
