html, body {
  margin: 0;
  padding: 0;
  background: #000;
}

img {
  border: none;
}

a {
  color: #fff;
  text-decoration: none;
}

.medium a {
  text-decoration: underline;
}

#wrapper {
  min-width: 780px;
  min-height: 600px;
  margin: auto auto;
  text-align: center;
}

#header {
  margin: auto auto;
  text-align: center;
  height: 120px;
  border-bottom: #fff 1px solid;
  padding-top: 5px;
  background: #000 url('../images/header03.png') no-repeat center;
}

.header_text {
  font: 1em Georgia, serif;
  color: #fff;
  margin-top: 92px;
  display: inline-block;
}

#menu {
  margin: auto auto;
  text-align: center;
  background: #000 url('../images/traffic_lane.gif') repeat-x;
  height: 40px;
  z-index: 0;
}

#menu a:link, a:visited {
  color: #fd6;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
}

#menu a:hover {
  color: #f8f;
  text-decoration: underline;
}

#status_options {
  width: 150px;
  min-height: 100%;
  float: left;
  margin: auto auto;
  text-align: center;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  padding-left: 2px;
  background-color: #000;
}

#content {
  min-height: 599px;
  height: 99.9%;
  margin: auto auto;
  text-align: center;
  padding-left: 151px;
  padding-right: 151px;
}

#archive {
  margin: auto auto 0;
  text-align: center;
}

#selections {
  border: #f00 2px solid;
  background-color: #000;
  z-index: 9002;
  width: 400px;
  position: absolute;
  margin-top: -300px;
  margin-left: 25%;
}

#footer {
  margin: auto auto;
  text-align: justify;
  clear: both;
  padding-top: 80px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  margin-bottom: 5px;
}

.footer_text {
  display: block;
  margin-top: -70px;
  padding: 4px 4px 0px 4px;
  font: .75em Arial,sans-serif;
  color: #aaa;

}

.incident {
  background-color: #000;
  margin: auto auto;
  text-align: center;
  color: #fff;
  vertical-align: top;
  display: inline-block;
  padding: 5px;
}

.text_box {
  display: inline-block;
  margin-top: 2px;
  color: #eee;
  font: .75em "Times New Roman", Arial, sans-serif;
  line-height: 1em;
}

.text_box a {
  color: #eee;
}

/* RSS FEED */

#rss_feed {
  float: right;
  margin-bottom: 20px;
  width: 160px;
  margin: auto auto;
  text-align: left;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  line-height: .95em;
  background-color: #000;
  z-index: 10;
}

.rss_title {
  display: block;
  text-align: center;
  font: 1.6em "CaslonOldFace BT", Georgia, serif;
  color: #fff;
  padding-bottom: 10px;
}

.rss_accident {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 4px;
  font: .8em Georgia, serif;
  color: #f00;
  background-color: #400;
}

.rss_alert {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 4px;
  font: .8em Georgia, serif;
  color: #6c3;
  background-color: #040;
}

.rss_location {
  font: .75em Verdana, serif;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.rss_detail {
  font-size: .9em;
  color: #ff0;
}

.rss_comment {
  font-size: .9em;
  color: #afa;
}

/* Form Styling */

input.image {
  margin: 2px;
}

form.search {
  font: .95em/1.1em "Times New Roman", Helvetica, sans-serif;
  color: #ff0;
  padding: 5px 5px 15px 5px;
}

.search submit {
  margin-left: 24.5em;
}

.search fieldset {
  padding: .5em;
  border: 1px solid #ff0;
  width: 40em;
  margin: 0 auto;
}

.search legend {
  font: 1.4em/.85em Verdana, "Times New Roman", serif;
  color: #fff;
  margin-bottom: 1px;
  border: 1px solid #eae;
  padding: 2px 4px;
}

search input {
  color: #aaa;
  background: #400;
  border: 1px inset #ff0;
}

table {
  border-collapse: collapse;
  margin: auto auto;
  text-align: center;
  color: #f00;
}

.title, caption {
  margin: auto auto;
  text-align: center;
  font: 1.6em "CaslonOldFace BT", Georgia, serif;
  color: #fff;
}

.variable {
  color: #fff;
  text-align: left;
  font: .55em Arial, sans-serif;
}

.colon {
  font: .55em Arial, sans-serif;
  color: #fff;
  text-align: center;
}

.value {
  font: .55em Arial, sans-serif;
  color: #fff;
  text-align: left;
  padding-left: 4px;
}

.reload {
  font: .55em Arial, sans-serif;
  text-align: left;
  padding-left: 4px;
}

#monitor {
  margin: auto auto;
  text-align: center;
}

#monitor a {
  font-size: .85em;
  color: #fff;
  text-decoration: none;
}

.normal {
  font: bold 1em Verdana, Arial, serif;
  color: #fff;
}

.medium {
  font: bold 1.4em "Times New Roman",Arial, serif;
  color: #fff;
}

.small {
  font: .7em Arial, serif;
}

.tiny {
  font: .5em "New Times Roman", Arial, serif;
}

.red {
  color: #f00;
}

.large_red {
  font: 1.5em Arial, serif;
  color: #f00;
}

table.month, td {
  font: 1.15em Courier, "Times New Roman", sans-serif;
  color: #fff;
  margin: auto auto 0;
  text-align: center;
}

table.archive_menu {
  margin: auto auto 0;
  text-align: center;
}

.archive_menu td {
  width: 80px;
}

.calendar td {
  min-width: 25px;
}

th.archive {
  color: #fff;
  font: 1.15em Courier, "Times New Roman", sans-serif;
}

td a.archive {
  color: #f44;
  text-decoration: none;
}

td a.archive:hover {
  color: #f44;
  text-decoration: underline;
}

td a.incident_menu {
  color: #f44;
  text-decoration: none;
}

td a.incident_menu:hover {
  color: #f44;
  text-decoration: underline;
}

table.incident_menu {
  margin: auto auto 0;
  text-align: center;
  border-collapse: collapse;
}

.incident_menu th {
  color: #f44;
  border-bottom:#fff 1px solid;
  padding-left: 15px;
  padding-right: 15px;
  font: 1.2em Georgia, "Times New Roman", Arial, sans-serif;
}

.incident_menu td {
  color: #fff;
  border-bottom: #444 1px solid;
}

.left_text {
  text-align: justify;
  color: #eae;
  font: .85em Georgia, "Times New Roman", Arial, sans-serif;
}

.center {
  display: block;
  margin: auto auto;
  text-align: center;
  color: #eae;
  font: .85em Georgia, "Times New Roman", Arial, sans-serif;
}

.credit {
  text-align: left;
  color: #eae;
  font: .85em Verdana, "Times New Roman", Arial, sans-serif;
}

img.white, img.darkblue, img.fuchsia, img.lightgreen, img.firered, img.red, img.darkred, img.violet, img.orange, img.lime, img.cyan, img.gold, img.darkorchid, img.dodgerblue, img.gray {
  display: block;
  text-align: center;
  margin: auto auto;
}

.darkblue { color: lightblue; }

img.darkblue { border: lightblue 2px solid; }

.fuchsia { color: fuchsia; }

img.fuchsia { border: fuchsia 2px solid; }

.lightgreen { color: #9e9; }

img.lightgreen {border: #9e9 2px solid; }

.red { color:red; }

img.red { border: red 2px solid; }

.firered { color:#e21; }

img.firered { border: #e21 2px solid; }

.darkred { color: #800; }

img.darkred { border: #800 2px solid; }

.violet { color: purple; }

img.violet { border: purple 2px solid; }

.orange { color: #f81; }

img.orange { border: #f81 2px solid; }

.lime { color: lime; }

img.lime { border: lime 2px solid; }

.cyan { color: #0ff; }

img.cyan { border: #0ff 2px solid;}

.gold { color: #fd0; }

img.gold { border: #fd0 2px solid; }

.darkorchid { color: #93c; }

img.darkorchid { border: #93c 2px solid; }

.dodgerblue { color: #190; }

img.dodgerblue { border: #190 2px solid; }

.gray { color: gray; }

img.gray { border: gray 2px solid; }

.white { color: #fff; }

img.white { border: #fff 2px solid;}


