@charset "utf-8";

.NuisanceNav {
	background-color: #000;
	padding: 4px;
	height: 22px;
}
.RoadNav {
	background-color: #000;
	height: 22px;
	padding: 4px;
	line-height: 12px;
}

#PageViewInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 40%;
	float: left;
	font-weight: bold;
}

#PageViewButtons {
	float: right;
}
/* CSS Document */

.NuisanceData {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	overflow: visible;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	background-color: #FFF;
	text-align: left;
}
.RoadData {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	overflow: visible;
	padding-left: 10px;
	padding-bottom: 10px;
}
#spImages {
	float: left;
	width: 94px;
	margin-right: 4px;
	background-image: url(../images/film_frame.jpg);
	background-repeat: repeat-y;
	margin-top: 2px;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 1px;
	padding-left: 13px;
}
#spText {
	font-size: 10px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
}
.onthescenetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
	font-weight: normal;
}




.NuisanceData td   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.NuisanceData th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.onthescenewindow {
	background-color: #FFF;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: auto;
}
.onthescenecontent {
	padding: 4px;
}
.onthesceneheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
