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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
	line-height: 12pt;
	background-image: url(data/images/locator-background.png);
	background-repeat: repeat-x;
	margin-top: 0.125in;
	background-color: #3E6578;
}

.headline1 {
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.headline2 {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

.headline3 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.box-top {
	background-image: url(data/images/box-top.png);
	background-repeat:no-repeat;
	height:139px;
	width: 700px;
	text-align:left;
}

.box-top-maps {
	background-image:url(data/images/maps/images/box-top-maps.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 850px;
	text-align: left;
}

.box-middle {
	background-image: url(data/images/box-middle.png);
	background-repeat: repeat-y;
	height: 184px;
	width: 700px;
	text-align:left;
}

.box-middle-signup {
	background-image: url(data/images/box-middle.png);
	background-repeat: repeat-y;
	height: 600px;
	width: 700px;
	text-align:left;
}

.box-bottom {
	background-image: url(data/images/box-bottom.png);
	background-repeat:no-repeat;
	height:150px;
	width: 700px;
	text-align:left;
}

.login	{
	background-image: url(data/images/login-box.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 552px;
	text-align: left;
}

.space {
	height: 10px;
}

.space2 {
	height: 5px;
}

div#header {
	background-image:url(images/maps/ViewerBG_TopMiddle.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 32px;
}

	
	
.dynamic-middle {
	background-color: #FFFFFF;
}

div#footer {
	background-image: url(images/maps/ViewerBG_BottomMiddle.png);
	background-repeat: repeat-x;
	height: 32px;
	width:100%;
	

}

.fluidmap {
	width: 100%;
	height: 96%;
}

div#map {
	height: 100%;
	margin-left:20px; 
	margin-right: 285px;
}

div#PrintFooter {
	display:none;
}

table#coverages {
	border-style: none;
	border-collapse: collapse;
}

table#coverages td {
	border-style: dotted;
	border-width: 1px;
	border-color:gray;
	padding: 2px 10px 2px 10px;
}

table#coverages th{
        border-style: dotted;
        border-width: 1px;
        border-color:gray;
        padding: 2px 10px 2px 10px;
}

