@charset "utf-8";
/* CSS Document */
body {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  color: #1c3361;
}
div {
  margin: auto;
}
table {
  border: 1px;
  border-collapse: collapse;
  border-color: #00aeef;
  border-style: solid;
  width: 100%;
}
td {
  border: 1px;
  border-color: #00aeef;
  border-style: solid;
}
th {
  background: #00aeef;
  color: white;
  height: 40px;
}
#container {
   margin: auto;
   position: relative;
   width: 600px;
}
#title {
    font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    height: 34px;
    text-transform: none;
    color: #CCC;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
}
#header {
    width: 940px;
}
#h_navigation {
    height: 34px;
}
#sl_search_box {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
#sidebar {
    float: right;
}
#Gates {
    color: #00aeef;
}
#Open {
    color: red;
}
#National {
    color: green;
}
#State {
    color: #F7AA03;
}
.alignright {
    float: right;
}