html {
  height: 100%
}

body {
  color: #222222;
  font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 65%;
  height: 100%;
  margin: 0;
  min-width: 900px;
}

.home-maps-wrapper {
  float: left;
}

.home-map {
  float: left;
  width: 540px;
  margin: 5px;
}

.home-map .map-header,
.news-wrapper .news-header {
  padding: 3px;
  font-weight: 900;
  background: #bbb;
  font-size: 10px;
  border-bottom: 1px solid #888;
}

.home-map .mapdiv {
  position: relative;
  height: 500px;
}

.body-wrapper.home-wrapper {
  width: 1130px;
}

@media (max-width: 1150px) {
  body {
    min-width: 900px;
  }
  .body-wrapper.home-wrapper {
    width: 800px;
  }
  .home-map {
    width: 375px;
  }
}

@media (max-width: 800px) {
  body {
    min-width: 575px;
  }
  .body-wrapper.home-wrapper {
    width: 575px;
  }
  .home-map {
    width: 540px;
  }
}


@media (min-width: 1150px) {
  body {
    min-width: 900px;
  }
}

div#footer {
  width: 95%;
  margin: 0 auto;
}

div#transit-map {
  padding : 45px 0 !important;
}

a,
.ui-widget-content a {
  color: #21759B;
  font-weight: bold;
  text-decoration: none;
}

#help_dialog blockquote {
  font-style : italic;
}

.ui-datepicker {
  z-index: 1000
}

.map-selector-label {
  font-weight: 900;
  font-size: 10px;
  margin-right: 5px;
}

.map-selector-holder input {
  margin: 2px;
}

.map-select .ui-selecting {
  background: #ccc;
}

.map-select .ui-selected {
  background: #777;
  color: white;
}

.map-select {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.map-select li {
  display: inline-block;
  margin: 3px;
  padding: 6px;
}

.map-legend-item {
  margin: 4px 20px;
  font-size: .8em;
  border: 0;
}

.map-legend-swatch {
  display: inline-block;
  width:  2em;
  height: 1.4em;
  border: 1px solid #333;
  background-color: #555;
}

.map-legend-label {
  display: inline-block;
  margin-left: 5px;
}

#map_header {
  position: fixed;
  top: 60px;
  z-index: 999;
  width: 100%;
  background: rgba( 255, 255, 255, 0.8 );
  border-bottom: 1px solid rgba( 80, 80, 80, 0.5 );
  text-align: center;
  padding: 3px;
  font-size: 24px;
  font-weight: bold;
  color: #558;
  text-shadow: 1px 1px 3px #777;
}

.olControlAttribution {
  bottom: 0.5em !important;
}

.line {
  border-top: solid 1px #ebebeb;
  height: 3px;
  width: 100%;
}

.loading1 {
  background: url('../images/loadinfo.gif');
  height: 48px;
  width: 48px;
}

.pointer {
  cursor: pointer
}

.hide {
  display: none
}

.body-wrapper {
  margin: 60px auto;
  width: 960px;
  position: relative;
  padding: 45px 0 !important;
  z-index: 0;
}

div.summary-stats {
  width: 810px;
  clear: both;
  margin: 5px;
}

div.summary-stats table {
  width: 100%;
  border-spacing: 0;
}

div.summary-stats table th {
  background-color: #eee;
}

div.summary-stats table td {
  text-align: center;
  padding-bottom: 5px;
}

/*
.left-wrapper {
  float:left;
}
 */

.news-wrapper {
  float:right;
  width: 270px;
  border:1px solid #aaa;
  margin: 5px;
}

div.news-item {
  margin:5px 0;
  padding:10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

div.news-item h3.news-date {
  padding:0;
  margin:0;
}

div.news-item h3.news-title {
  padding-top: 0;
  margin-top: 0;
  font-weight: 900;
}

div.news-item a {
  color: #21759B;
  font-weight: 900;
}

div.news-wrapper > div.news-item:last-child {
  border:0;
}

#left-column { float: left; width: 460px; }
#right-column { float: right; width: 460px; margin: 0; }

img.mugshot {
  float:left;
  vertical-align: top;
  width: 85px;
  height: 120px;
  margin: 10px;
  border: 1px solid black;
}

div.item-list div.header {
  margin: 0px;
  padding:5px;
  background-color: #ccc;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}

div.item-list div.item {
  clear: both;
  margin: 0px;
  padding:10px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

div.item-list div.item:last-child {
  border: 1px solid #ccc;
}

div.item-list div.item h4 {
  margin: 2px 0;
}

div.item-list div.item h3 {
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  margin: 2px 0;
}

div.item-list div.item a {
  color: #21759B;
}

div.item-list div.item p {
  font-size: 11px;
}

div#footer {
  clear:both;
  position: relative;
  width: 90%;
  margin: 5px auto;
}

div#sponsor-logos {
  text-align: center;
}

div#sponsor-logos img {
  margin: 3px 25px;
}

div#sponsor-logos a,
div#sponsor-logos img {
  border: 0;
}

div#footer-links {
  text-align: center;
}

div#footer-links a:before {
  content: ' | ';
  color: #000;
}

div#footer-links a:first-child:before {
  content: '[ ';
}

div#footer-links a:last-child:after {
  content: ' ]';
  color: #000;
}

div#footer p {
  font-style:italic;
  margin: 0 65px;
}

.col {
  float: left;
  margin: 5px;
  width: 48%;
}

.shortcol {
  float: left;
  margin: 5px;
  width: 200px;
}

.mediumcol {
  float: left;
  margin: 5px;
  width: 250px;
}

.medlongcol {
  float: left;
  margin: 5px;
  width: 450px;
}

.longcol {
  float: right;
  margin: 5px;
}

.cl {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  text-indent: -4000px;
}

.fl {
  float: left
}

.fr {
  float: right
}

.padding-10 {
  padding: 10px
}

.padding-10-0 {
  padding: 10px  0
}

.no-float {
  float: none !important
}

.box-weekdays {
  float: left;
  padding-bottom: 8px;
}

.box-weekdays a.active {
  border-color: #21759B
}

.box-weekdays a {
  background: #fff;
  border: 1px solid #cfcfcf;
  color: #323232;
  float: left;
  line-height: 20px;
  margin-right: 3px;
  text-align: center;
  width: 25px;
}

.box-weekdays a:hover,
.box-weekdays a.active {
  color: #21759B;
  text-decoration: none;
}

.ui-widget {
  margin: 15px auto 15px auto;
}

.ui-widget p {
    font-family: Assistant;
    font-size: 0.8rem;
}

input.ui-button[name=stationredirect] {
  margin: 0 auto;
}

.ui-widget .ui-widget-header h1 {
  float: left;
  font-size: 12px;
  margin: 3px 5px;
  padding: 1px;
}

.ui-widget-padding {
  padding: 5px 10px
}

.ui-widget-header {
  padding: 2px 3px
}

.ui-widget-header .button {
  float: right;
  margin-left: 3px;
  padding: 3px;
}

.ui-icon-text {
  margin: 1px 0 0 3px
}

#demo-notice {
  position: fixed;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight:900;
  color: #d55;
}

#action-notice {
  background-color: #9FBFD6;
  color: #000;
  display: none;
  font-size: 14px;
  left: 47%;
  padding: 2px 13px 4px 13px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

#action-notice span {
  margin-left: 8px;
  vertical-align: top;
}

#action-notice {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}

#header {
  background: #464646 none repeat scroll 0 0;
  z-index:9999;
  height: 60px;
  width: 100%;
  position: fixed;
  white-space: nowrap;
  top:0;
  min-width: 900px;
}

#header #logo {
  position: fixed;
  left: 15px;
}

#header #nav {
  position: fixed;
  left: 105px;
  white-space: nowrap;
  overflow: hidden;
}

#header #nav ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  white-space: nowrap;
  min-width: 1200px;
  margin: 26px 0  0  10px;
  padding: 0;
}

#header #nav ul li {
  float: left
}

#header #nav ul li a.current,
#header ul li#download a.current {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  background: #E4F2FD none repeat scroll 0 0;
  color: #555555;
  text-shadow: 1px 1px 1px #C6D9E9;
}

#header #nav ul li a {
  color: #999999;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  padding: 0 10px;
  text-shadow: 1px 1px 1px #333333;
}

#header #nav ul li a:hover {
  color: #ffffff
}

#headline {
  background: #E4F2FD none repeat scroll 0 0;
  border-bottom: 1px solid #C6D9E9;
  min-width: 960px;
  position: fixed;
  width: 100%;
  height: 20px;
  padding: 10px 0;
  z-index: 100;
}

#headline #stations-select {
  float: right;
  margin-right: 10px;
}

#headline label {
  font-size: 12px
}

#headline h2 {
  float: left;
  margin: 0 10px;
}

#headline h2 a {
  color: black
}

#headline h2 a:hover {
  text-decoration: underline
}

#site-controls {
  color: white;
  float: right;
  margin: 1px  13px  0  0;
}

#site-controls ul {
  list-style: none;
  margin: 0;
  text-decoration: none;
}

#site-controls ul li {
  float: left;
  margin: 0;
}

#site-controls a {
  color: white;
  font-size: 11px;
  font-weight: normal;
  padding: 0  5px;
}

#site-controls a:hover {
  text-decoration: underline
}

.widget-place {
  float: left;
  height: auto;
  list-style: none;
  margin: 0;
  min-height: 400px;
  padding: 0;
  width: 33.3%;
}

.widget-menu a {
  margin: 0 0 0 0.5em
}

.widget-placeholder {
  background-color: #ebebeb;
  border: #000 dashed 1px;
  color: #000;
  margin: 1em;
}

.widget {
  border: #ebebeb solid 1px;
  margin: 1em;
}

.widget-header {
  background-color: #ebebeb;
  color: #000;
  padding: 0.2em;
}

.widget-editbox {
  background-color: yellow;
  color: #000;
  margin: 0.2em;
  padding: 0.2em;
}

.widget-content {
  padding: 0.5em
}

#chart_chart1_div_title {
  font-size: 12px;
  font-weight: bold;
  margin: 0  0  0  250px;
}

#HighwaySelector {
  float: left
}

.chart-expand {
  cursor: pointer;
  float: right;
  margin: 0 10px  0  0;
  z-index: 1000;
}

.chart-expand:hover {
  color: red
}

#Highway-Body {
  padding: 5px
}

#Highway-Body #contour-chart {
  border: solid 1px;
  float: left;
  height: 380px;
  margin: 2px;
  width: 550px;
}

#Highway-Body #chart1 {
  border: solid 1px;
  float: left;
  height: 380px;
  margin: 2px;
  width: 650px;
}

#vol-chart-dialog-graph {
  border: solid 1px;
  height: 90%;
  padding: 20px;
  width: 95%;
}

#vol-chart-dialog-graph-controls {
  height: 30px;
  width: 95%;
}

.chart-header {
  background-color: #ebebeb;
  border-bottom: 1px solid;
  height: 14px;
  width: 100%;
}

#chart1-title {
  text-align: center
}

#chart1-title h3 {
  margin: 0
}

#chart1-dialog-title {
  margin: 10px 0;
  text-align: center;
}

#chart1-dialog-title h3 {
  margin: 0
}

#chart2-loader,
#chart1-loader {
  margin: 130px  0  0  250px
}

#chart2-cont {
  text-align: center
}

#chart2-dialog-cont {
  text-align: center
}

#chart2-loader-dialog {
  margin: 200px auto  0  auto
}

#station-view-chart1,
#station-view-chart2 {
  height : 350px
}

#stations-view, #bluetooth-view-chart
#wim-station-view {
  margin: 15px auto 15px auto;
  position: relative;
  width: 100%;
}

#wim-station-view ul {
  display: inline;
  font-size: 10pt;
  font-weight: normal;
}

#wim-station-view ul li {
  display: inline-block
}

#stations-view h3,
#wim-station-view {
  font-size: 18px
}

#stations-view-table {
  width: 100%
}

#stations-view-table form > * {
  display: inline-block
}

#stations-view-table table {
  margin-left: 20px;
  width: 100%;
}

#stations-view-table table td {
  border: none;
  font-size: 14px;
  padding: 3px;
}

#stations-view-table td {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #c6c6c6;
  padding: 10px 10px;
  vertical-align: top;
  width: 50%;
}

#stations-instructions,
#arterial-instructions,
#map-instructions {
  font-size: 12px;
  margin: 15px  auto  15px  auto;
  text-align: center;
  width: 880px;
}

#FlashGraph1 {
  border: 1px solid #ebebeb;
  float: left;
  margin: 10px  0 10px  0;
}

#StationPerformance {
  border: 1px solid #ebebeb;
  float: left;
  margin: 10px  0 10px  0;
}

#StationInfo {
  height: 650px;
  margin: 10px  1%  0  1%;
  min-width: 1200px;
  position: relative;
  width: 98%;
}

#StationInfo #RightCol {
  position: absolute;
  right: 10px;
  width: 50%;
}

#StationInfo #RightCol #Map {
  height: 286px;
  width: 95%;
}

#StationInfo #LeftCol {
  left: 10px;
  position: absolute;
  width: 50%;
}

#StationInfo #LeftCol .DataRight {
  left: 50%;
  position: absolute;
}

#StationInfo #LeftCol .DataLeft {
  left: 0;
  position: absolute;
}

#StationInfo #LeftCol #Map2 {
  height: 150px;
  position: relative;
  width: 95%;
}

#StationData table {
  border: solid 1px;
  border-collapse: collapse;
}

#StationData table td {
  border: solid 1px;
  padding: 5px;
  text-align: center;
}

#station-info h3 {
  display: inline-block;
  margin: 0 10px;
}

#station-info ul {
  display: inline-block
}

#station-info li {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}

#wim-chart-wrapper,
#wim-station-view-map-wrapper,
#station-view-map-wrapper {
  float: left;
  height: 400px;
  margin: 0;
  position: relative;
  width: 100%;
}

#station-view-map,
#wim-station-view-map {
  height: 100%;
  padding: 0;
  width: 100%;
}

.highwayList {
  border-collapse: collapse
}

.highwayList td {
  cursor: pointer;
  padding: 5px;
  vertical-align: top;
}

.highwayList td h2 {
  font-size: 11px;
  margin: 5px  0  5px  3px;
}

.button {
  float: left;
  padding: 0  3px;
  width: auto;
}

.highwayHover td {
  background-color: rgb(198, 217, 233);
  border: 1px solid rgb(228, 242, 253);
  cursor: pointer;
}

.highwaySelected td {
  background-color: rgb(228, 242, 253);
  border: 1px solid rgb(198, 217, 233);
  cursor: pointer;
}

.highwayExplore-header {
  width: 100%
}

.highwayExplore-header h3 {
  font-size: 24px;
  font-style: italic;
  margin: 0;
}

.header-row td {
  font-weight: bold;
  padding: 5px  0;
}

.stats-mod {
  float: left;
  padding: 0  5px;
  text-align: center;
}

.stats-mod table {
  width: 670px
}

.stats-mod td {
  padding: 1px 1px;
  text-align: center;
}

.stats-block {
  background-color: rgb(228, 242, 253);
  border: 1px solid rgb(198, 217, 233);
  margin-top: 10px;
}

.incident-cont {
  border: 1px solid red;
  height: 40px;
  width: 40px;
}

.side-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.side-nav li {
  color: #21759B;
  padding: 5px 10px;
}

.side-nav li a {
  color: #21759B
}

.side-nav li a:hover {
  text-decoration: underline
}

.selector-wrapper {
  border-bottom: 1px solid #AAA;
  margin-bottom: 10px;
  padding: 5px 0;
}

.selector-box {
  float: left;
  margin-left: 10px;
}

.selector-box input[name="startdate"],
.selector-box input[name="date"],
.selector-box input[name="stopdate"] {
  width: 70px
}

.selector-box input[type="text"] {
  width: 145px
}

.selector-box label.textfield {
  margin-top: 4px
}

.selector-box .timepicker {
  width: 40px !important
}

.selector-box .datepicker {
  width: 100px !important
}

.selector-box .title {
  font-size: 12px;
  font-weight: bold;
  padding: 5px  0;
  text-decoration: underline;
}

.selector-box .item {
  margin: 5px 0;
  padding: 0 10px;
}

.selector-box label {
/*
  float: left;
*/
  font-weight: bold;
  margin-right: 5px;
}

/*
.selector-box input {
  float: left
}
*/

.selector-box-super {
  width: 340px !important
}

.selector-box.timerange {
  width: 170px
}

.selector-box.ui-datepicker-trigger {
  margin-left: 3px;
  margin-top: 5px;
}

.navigation-wrapper {
  float: right;
  width: 800px !important;
}

#station-info .navigation-wrapper {
  float: none;
  margin: 0 0 0 10px;
  width: auto !important;
}

.navigation-box {
  float: left;
  width: 33% !important;
}

.navigation-box .ui-button-text {
  font-size: 9px
}

.navigation-box .ui-icon {
  display: inline-block;
  vertical-align: middle;
}

.navigation-box .item {
  margin: 5px 0;
  padding: 0;
}

.navigation-box span {
  vertical-align: middle
}

.navigation-box.left {
  text-align: left
}

.navigation-box.center {
  text-align: center
}

.navigation-box.right {
  text-align: right
}

.map-wrapper {
  height: 550px
}

.map-cont {
  float: left;
  margin: 2px;
  width: 455px;
}

.map2 {
  margin-left: 10px
}

#map1 {
  height: 550px;
  width: 455px;
}

#map2 {
  height: 550px;
  width: 455px;
}

.map-title {
  background-color: #CCC;
  padding: 3px 0;
  text-align: center;
}

.weather-cont {
  float: left
}

.time-step {
  margin: 5px  0  0  15px
}

.time-step a {
  color: #21759B !important
}

.time-step a:hover {
  text-decoration: underline
}

#weather-chart-small {
  height: 400px;
  margin: 15px 0;
}

#weather-chart {
  width: 925px
}

/** End Systems Page **/

p.fhwa-text {
  font-size: 12px
}

div.fhwa-intro {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

div.file-sublisting {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 0;
  padding-top: 0;
}

div.file-sublisting * a {
  color: #21759b;
  font-size: 10px;
  text-decoration: none;
}

div.file-sublisting ul {
  border: 1px solid #f3f3f3;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px;
}

div.file-sublisting h4 {
  font-size: 12px;
  margin: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 0px;
}

div.ui-widget-header {
  padding: 0 2px 3px 3px
}

div#fhwa-files-view > div > div.ui-widget-header img.header-image {
  border: 0;
  float: right;
  margin-top: 15px;
  padding-right: 35px;
  vertical-align: middle;
}

div.ui-widget-header h3 {
  background-color: transparent;
  background-image: url('../graphics/fhwa.png');
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 900;
  height: 100%;
  min-height: 65px;
  padding: 0;
  position: relative;
  width: 900px;
}

div#fhwa-files-view > div > div.ui-widget-header > a {
  border: 0
}

div#files-wrapper > #fhwa-linkarea > #file-listing > h3 {
  border-bottom: 1px solid #21759b;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 14px;
  width: 100%;
}

div#files-wrapper > div#logos > a > img {
  border: 0;
  padding: 5px 10px;
  vertical-align: middle;
}

div#files-wrapper div#logos {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

h3.file-subheading {
  font-size: 14px;
  margin: 2px 0;
}

div#fhwa-linkarea {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}

div#file-listing,
div#corridor-graphic {
  float: left;
  position: relative;
  width: 340px;
}

div#file-listing {
  padding-left: 35px
}

#data-cont table {
  margin: 0 auto 0 auto;
  width: 50%;
}

#data-cont table td {
  text-align: center
}

#data-cont table {
  border: 1px solid #f0f8ff;
  border-bottom: 1px solid #87CEFA;
  border-collapse: collapse;
  border-top: 1px solid #87CEFA;
}

#data-cont th {
  color: #047;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
}

#data-cont thead th {
  background: #F0F8FF;
  border: 1px solid #87CEFA;
  white-space: nowrap;
}

#data-cont tbody td,
tbody th {
  background: #fff;
  color: #000;
  padding: 5px 10px;
}

#data-cont tbody th {
  color: #047
}

#data-cont tbody tr.odd {
  border: 1px solid #87CEFA;
  border-left: none;
  border-right: none;
}

#data-cont tbody tr.odd td,
tbody tr.odd th {
  background: #F0F8FF
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px
}

.ui-timepicker-div dl {
  text-align: left
}

.ui-timepicker-div dl dt {
  height: 25px
}

.ui-timepicker-div dl dd {
  margin: -25px 0 10px 65px
}

.ui-timepicker-div td {
  font-size: 90%
}

#map-widget {
  width: 100%;
}

#stations-map{
  margin: 0px auto;
  height: 200px;
  float: left;
  background: none repeat scroll 0 0 #F6F6EA;
  border: 1px solid #555555;
  padding-top: 15px !important;
}

#helpbutton {
  border: 1px solid #aaa;
  font-size: 140%;
  font-weight: bold;
  background: #ddf url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

#bluetooth-map {
  height: 300px;
}

#reportDetail {
  float:left;
}

#reportDetail tbody td, tbody th {
  padding: 5px 5px;
  margin: 0px 15px 0px 5px;
}

#reportDetail th {
  text-align: left;
}

#reportDetail td {
  font-weight: bold;
  text-align: center;
}

.one-third-box {
  position: relative;
  float:left;
  width: 33%;
}
.two-third-box {
  position: relative;
  float:left;
  width: 66%;
}
.half-box {
  float:left;
  width: 50%;
}
.full-box {
  float:left;
  width: 100%;
}

.popupTable {
  border-spacing : 0;
}

.popupTable td {
  padding : 1px 5px 0 5px;
}

.popupTable th {
  text-align : left;
}

.olPopup {
/*
  font-family : Helvetica, Arial, sans-serif;
 */
  font-size : 11px;
  z-index: 9999 !important;
}

.olControlLayerSwitcher {
  background-color: rgba( 255, 255, 255, 0.4 ) !important;
  border-radius: 4px;
  padding: 2px;

}

.olControlLayerSwitcher .maximizeDiv {
  background-color : rgba(0, 60, 136, 0.5) !important;
  border : 4px solid rgba(255, 255, 255, 0.4 ) !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  line-height: 19px;
  padding: 2px;
}

.olControlLayerSwitcher .layersDiv {
  background-color: rgba(0, 60, 136, 0.5) !important;
  border-radius: 4px;
  padding: 2px;
}


#bluetooth-dashboard-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border-collapse: collapse;
/*
  font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
 */
  font-size: 12px;
  margin: 10px;
  text-align: left;
  width: 290px;
  float:left;
}
#bluetooth-dashboard-box tbody tr:hover td {

    color: #000099;
}

#bluetooth-dashboard-box th {
  border-bottom: 2px solid #6678B1;
  color: #003399;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 8px;
}

#bluetooth-dashboard-box td {
  border-bottom: 1px solid #CCCCCC;
  color: #666699;
  padding: 6px 8px;
}

#loadingScreen {
	background: url(../images/loading.gif) no-repeat 5px 8px;
	padding-left: 25px;
}
/* hide the close x on the loading screen */
.loadingScreenWindow .ui-dialog-titlebar-close {
	display: none;
}

.freight-help ul {
    list-style:none;
    margin-bottom: 16px;
}

.freight-help cite {
    margin: 20px;
}

.freight-help a {
    text-decoration: none;
    color: rgba(0, 60, 136, 0.5) !important;
}

.freight-help a:hover {
    text-decoration: underline;
    color: rgba(0, 60, 136, 0.5) !important;
}

.freight-help th {
    text-align: left;
}

.freight-help table {
    border-collapse: collapse;
}

.freight-help td {
    padding: 5px;
}

.freight-help tr:nth-child(even) {
    background: rgba(0, 60, 136, 0.5);
}

.freight-help tr:nth-child(odd) {
    background: rgb(255, 255, 255);
}

.scary {
    background: rgba(255, 127, 0, 0.8) !important;
    font-size: 0.8rem;
    font-weight: 600;
}

.scary > p {
    background: transparent;
}
