body.public {
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  height: 100%;
  text-align: left;
}

.logo {
  font-size: 18pt;
  font-weight: bold;
  color: #003366;
  border: none;
  text-decoration: none;
}

.logo_subtext {
  font-size: 14pt;
  color: #003366;
  border: none;
  text-decoration: none;
}

a:link    { color: #253B5A; }
a:active  { color: #253B5A; }
a:visited { color: #253B5A; }

#btn{
    background: #00b0e1;
    font-size: 12px;
    border: 0;
    color: white;
    padding: 10px 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 7px;
}

li {
}

div.public_text_container {
  clear: both;
  margin: auto 0;
  font-size: 9pt;
  width: 100%;
}

div.public_text_block {
   padding: 5px; 
   margin: auto; 
   width: 800px;
   font-size: 9pt;
}

div.public_text_block ul li {
  font-size: 9pt;
  margin-bottom: 5px;
}

div.public_footer {
  padding-top: 10px;
  clear: both;
  text-align: center;
  width: 100%;
}

div.public_footer_top {
  font-size: 10pt;
  padding: 5px 0;
  background: #253B5A;
  color: #ffffff;
}

div.public_footer_top a:link    { color: #ffffff; }
div.public_footer_top a:active  { color: #ffffff; }
div.public_footer_top a:visited { color: #ffffff; }

div.public_banner {
  border-top: 3px solid #253B5A;
  border-bottom: 3px double #253B5A;
}

h1 {
  border-bottom: 2px dotted #999999;
  margin: 14px 0;
  width: 99%;
  font-weight: bold;
  padding-bottom: 5px;
}

h2 {
  border-bottom: 2px dotted #999999;
  padding-bottom: 2px;
  color: #253B5A;
}

h3 {
  color: #253B5A;
}

#page {
  min-height: 640px;
  min-width: 480px;
  clear: both;
  margin: 0 5px;
}

#mapcontainer {
  float: left;
  width: 100%;
  height: 75%;
}

#map {
  margin-right: 350px;
  border: 1px solid #cccccc;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

#map-static {
  margin-right: 350px;
  border: 1px solid #cccccc;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  background: url(/Images/homepage.jpg) bottom left no-repeat;
  background-size: cover;
}

#panel {
  float: left;
  width: 350px;
  margin-left: -350px;
  overflow: hidden;
  z-index: 2;
}

.innertube {
  margin: 10px;   /* Margins for column inner div's to provide padding */
  margin-top: 0;
}

form.login_form {
  margin: 0;
  padding: 0;
  float: right;
  width: 400px;
}

form.login_form div {
  margin-top: 8px;
  position: relative;
}

form.login_form fieldset {
  border: none;
  position: relative;
  padding-bottom: 0;
}

form.login_form label.placeholder span {
  opacity: 1;
  z-index: 5;
  padding: 4px 5px 5px 5px;
  position: absolute;
  font-size: 8pt;
}

div.row {
  float: left;
}

.REQ_FIELD {
  font-size: 9pt;
  color: #000000;
  font-weight: bold
}
/**
 * Container div around the traffic conditions
 * on the right side of the login page
 */
div.public_traffic_conditions {
    margin-top: 10px; 
    color: #253BA; 
    font-style: italic;
}

div.srch_block_legend_group {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
  padding-right: 3px;
}

div.srch_block_legend_group table.srch_block_legend {
  margin: auto;
  border: none;
  padding: 2px 0 0 0;
  width: auto;
}

div.srch_block_legend_group table.srch_block_legend td {
  text-align: center;
  border: solid 1px gray;
  width: 24px;
  white-space: nowrap;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}

div.srch_block_legend_group table.srch_block_legend td.spacer {
  width: 2px;
  border: none;
}

div.srch_block_legend_group table.srch_block_legend td.label {
  font-weight: bold;
  font-size: 8pt;
}

div.srch_block_legend_group table.srch_block_legend td.caption {
  border: none;
  font-size: 8pt;
  font-weight: normal;
  width: 100%;
}

#tou-scroll {
    overflow-y: scroll;
    height: 600px;
}
