@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.vacancyYes {
	font-weight: normal;
	color: #000000;
	background-image: url(/images/yes.gif);
	background-color: rgb(190,190,190);
	background-position: center;
	background-repeat: no-repeat;
}
.vacancyNo {
	font-weight: normal;
	color: #000000;
	background-image: url(/images/no.gif);
	background-color: rgb(190,190,190);
	background-position: center;
	background-repeat: no-repeat;
}
.vacancyYesAlt {
	font-weight: normal;
	color: #000000;
	background-image: url(/images/yes.gif);
	background-color: rgb(210,210,210);
	background-position: center;
	background-repeat: no-repeat;
}
.vacancyNoAlt {
	font-weight: normal;
	color: #000000;
	background-image: url(/images/no.gif);
	background-color: rgb(210,210,210);
	background-position: center;
	background-repeat: no-repeat;
}
.firebanNone {
	background-image: url(/images/blank.gif);
	background-repeat: no-repeat;
	background-color: rgb(190,190,190);
	background-position: center;
}
.firebanPartial {
	background-image: url(/images/fireban_yellow.gif);
	background-repeat: no-repeat;
	background-color: rgb(190,190,190);
	background-position: center;
}
.firebanFull {
	background-image: url(/images/fireban_red.gif);
	background-repeat: no-repeat;
	background-color: rgb(190,190,190);
	background-position: center;
}
.boilWaterGreen {
	background-image: url(/images/blank.gif);
	background-color: rgb(210,210,210);
	background-repeat: no-repeat;
	background-position: center;
}
.boilWaterRed {
	background-image: url(/images/boilWaterRed.gif);
	background-repeat: no-repeat;
	background-color: rgb(210,210,210);
	background-position: center;
}
.beachCloseYes {
	background-image: url(/images/beachCloseYes.gif);
	background-color: rgb(190,190,190);
	background-repeat: no-repeat;
	background-position: center;
}
.beachCloseNo {
	background-image: url(/images/blank.gif);
	background-color: rgb(190,190,190);
	background-repeat: no-repeat;
	background-position: center;
}
.NA {
	background-image: url(/images/n-a.gif);
	background-color: rgb(190,190,190);
	background-repeat: no-repeat;
	background-position: center;
}
.NAalt {
	background-image: url(/images/n-a.gif);
	background-color: rgb(210,210,210);
	background-repeat: no-repeat;
	background-position: center;
}
.NPlight {
	background-image: url(/images/n-p.gif);
	background-color: rgb(210,210,210);
	background-repeat: no-repeat;
	background-position: center;
}
.NPdark {
	background-image: url(/images/n-p.gif);
	background-color: rgb(190,190,190);
	background-repeat: no-repeat;
	background-position: center;
}
.textHide {
	display: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.colLight {
	background-color: rgb(210,210,210);
}
.colDark {
	background-color: rgb(190,190,190);
}
.colParkName {
	background-color: rgb(38,49,80);
	color: rgb(210,210,210);
}
.mainTable {
	background-color: rgb(20,94,20);
}
h1 {
	font-size: medium;
}
a.detailsLink {
	color: rgb(0,75,210);
	text-decoration: underline;
}
a.fullLink {
	color: rgb(105,180,255);
	text-decoration: underline;
}
.full {
	float: left;
}
.full img {
	float: left;
	margin-right: 3px;
}
.full p {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}
a:hover.detailsLink {
	color: rgb(40,115,250);
	text-decoration: none;
}
a {
	color: rgb(0,75,210);
	text-decoration: underline;
}
a:hover {
	color: rgb(40,115,250);
	text-decoration: none;
}
.emptyDark {
	background-color: rgb(190,190,190);
}
.emptyLight {
	background-color: rgb(210,210,210);
}
.redBold {
	font-weight: bold;
	color: #990000;
}
.white {
	color: #FFFFFF;
}
.submitReport {
	background-color: rgb(210,168,168);
}

