body {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

form {
  padding: 0;
  margin: 0;
}

h4 {
  padding: 0 0 0 5px;
  margin: 3px 0 3px 0;
  color: #666666;
  background-color: #cccccc;
}

#left_side {
  width: 58%;
  float: left;
}

#side_panel {
  float: left;
  width: 42%;
  height: 564px;
  height: 600px;
}

#tab1, #tab2, #tab3, #tab4, #tab5 {
/*  border-right: 1px solid #cccccc; */
}

#side_panel_detail {
  width: 100%;
  height: 564px; /* safari problems */
/*  height: 500px; */
  overflow: auto;
  clear: left;  
/*  border-left: 1px solid #cccccc; */
}

#side_panel_line {
  border-left: 1px solid #cccccc;
}

iframe {
  border: 0;
  border-color: white;
}

#admin_iframe, #help_iframe {
  height: 564px;
  height: 560px;
/*  height: 480px; */
}

#welcome_iframe {
  height: 540px;
}

#inner_side_panel {
/*  border-right: 1px solid #cccccc; */
  height: 600px;
}

#map {
  height: 400px;
  height: 378px;
  height: 376px;
}

#crosshairs {
  left:0;
  position:relative;
  position:absolute;
  top:324px;
  width:19px;
  height:19px;
  z-index:500;
}

#main_form {
  padding: 0;
}

#node_list {
  height: 580px;
  float: right;
  overflow: auto;
  background-color: white;
}

input {
  margin-right: 6px;
}

label input {
  margin-right: 0px;
}

.dates_1, .dates_2, .dates_3, .dates_4, .dates_5 {
  padding-top: 4px;
}

/* http://www.alistapart.com/articles/slidingdoors2/ */

.navigation {
  float:left;
  width:100%;
  background:#DAE0D2 url("../dev/dtmaps/nav_bg.gif") repeat-x bottom;
  font-size: 12px;
  font-face: Verdana;
/*  font-size:93%; */
  line-height:normal;
  }
.navigation ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
.navigation li {
  float:left;
  background:url("../dev/dtmaps/nav_left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
.navigation a {
  float:left;
  display:block;
  width:.1em;
  background:url("../dev/dtmaps/nav_right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
.navigation > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navigation a {float:none;}
/* End IE5-Mac hack */
.navigation a:hover {
  color:#333;
  }
.navigation ul li.current_tab {
  background-position:0 -150px;
  border-width:0;
  }
.navigation ul li.current_tab a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
.navigation li:hover, .navigation li:hover a {
  background-position:0% -150px;
  color:#333;
  }
.navigation li:hover a {
  background-position:100% -150px;
}

#select_marker_dialog {
  position: absolute;
  z-index: 100000;
  top: 75px;
  left: 75px;
  padding: 20px;
  background-color: #eee;
  border: 1px solid black;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

#select_marker_dialog h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

#select_marker_scroller {
  width: 420px;
  height: 355px;
  overflow: auto;
}

#select_marker_content {
  width: 400px;
}

.first_col, .first_with_marker_col {
  display: block;
  float: left;
}

.first_col {
  width: 215px;
}

.first_with_marker_col {
  width: 195px;
}

.marker_col {
  display: block;
  float: left;
  width: 20px;
  height: 16px;
}

.first_col p {
  display: inline;
  padding: 0;
  margin:  0;
  padding-left: 12px;
}

th {
  cursor: pointer;
}

#ajax {
  position: relative;
  top: 6px;
  left: 8px;
}

#nofocus {
  width: 0px;
  height: 0px;
  border: 0;
  color: white;
}

#site_title {
  float: right;
}


#footer {
  border-top: 1px solid #DAE0D2;
  border-top: 1px solid #CCCCCC;
  background: white url("../dev/dtmaps/nav_bg.gif") repeat-x top;
  clear: both;
  font-size: 12px;
}

#footer tr {
  height: 30px;
}

#footer_left {
  width: 25%;
  text-align: left;
}

#footer_right {
  width: 25%;
  text-align: right;
}

#footer_center_parent {
  width: 50%;
  text-align: center;
}

#footer_center {
}

/*

#footer div {
  float: left;
}

#footer_left {
  width: 25%;
  text-align: left;
}

#footer_right {
  width: 25%;
  text-align: right;
}

#footer_center {
  width: 50%;
  text-align: center;
}
*/
.style_pj {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.style_small table tr td, .style_small .navigation, .style_small #side_panel, .style_small #top_panel, .style_small input, .style_small select, .style_small option, .style_small button {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-size: 13px;
}

.style_small h4 {
  font-size: 10pt;
  font-size: 14px;
}

.address_prompt {
  color: #999;
}

img.button {
  margin-left: 5px;
  margin-right: 2px;
  cursor: pointer;
  border: 0;
}

img.button2 {
  margin-left: 4px;
  margin-right: 2px;
  cursor: pointer;
  border: 0;
}

img.clickable {
  cursor: pointer;
}

#date_1, #date_2, #date_3, #date_4, #date_5 {
  width: 66px;
}

#sort_1, #sort_2, #sort_3, #sort_4, #sort_5 {
  margin-left: 50px;
}

#top_panel h4 {
  margin-bottom: 0;
}

#top_panel .firstline {
  margin-top: 10px;
  margin-bottom: 5px;
}

#tab1 h4, #tab2 h4, #tab3 h4, #tab4 h4, #tab5 h4 {
  border-bottom: 1px solid #dae0d2;
}

.query {
  clear: both;
  height: 70px;
  height: 78px;
  line-height: 25px;
}

.query .margin {
/*  padding-top: 4px; */
  padding-top: 2px;
}

#dates_1, #dates_2, #dates_3, #dates_4, #dates_5 {
  background-color: #cccccc;
}

.bevel_btn {
  margin-left: 6px;
  padding: 1px 6px 1px 6px;
  border: 1px solid #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  cursor: pointer;
}

.bevel_btn a {
  color: black;
}

#side_panel_detail .bevel_btn a {
  text-decoration: none;
  font-size: 9px;
  line-height: 9px;
  padding: 0;
  margin: 0;
}

#side_panel_detail .bevel_btn {
  line-height: 9px;
  padding: 1px 6px 1px 6px! important;
}

.result_title {
/*  margin-top: 4px; */
  clear: left;
  background-color: #ccc;
  padding-top: 1px;
  padding-bottom: 2px;
/*  margin-bottom: 1px; */
  border-bottom: 1px solid white;
}

#div_results_show_1, #div_results_show_2, #div_results_show_3, #div_results_show_4, #div_results_show_5 {
  margin-right: 5px;
}

#div_results_1, #div_results_2, #div_results_3, #div_results_4, #div_results_5 {
  background-color: #ccc;
  font-size: 12px;
}

#div_results_1, #div_results_2, #div_results_3, #div_results_4, #div_results_5 {
  height: 90px;
  overflow: auto;
}

#value_detail {
  line-height: 19px;
  height: 190px;
  overflow: auto;
}

#div_results_1 div a, #div_results_2 div a, #div_results_3 div a, #div_results_4 div a, #div_results_5 div a {
  color: #333;
  text-decoration: none;
}

#div_results_1 div a:hover, #div_results_2 div a:hover, #div_results_3 div a:hover, #div_results_4 div a:hover, #div_results_5 div a:hover {
  cursor: pointer;
  color: black;
}

.selectedItem .col1, .selectedItem .col2, .selectedItem .col3, .selectedItem .col4 {
  color: black! important;
  font-weight: bold;
}

.locked, .unlocked, .col1, .col2, .col3, .col4, .col_scroll {
  display: block;
  float: left;
  height: 15px;
/*  
  color: #666;
*/
}

.locked, .unlocked {
  width: 4%;
  cursor: pointer;
}

.col1 {
  width: 4%;
}
.col2 {
  width: 34%;
  width: 31%;
}
.col3 {
  width: 47%;
  width: 45%;
}
.col4 {
  text-align: right;
  width: 11%;
}
.col_scroll {
  width: 20px;
}

.sort_title, .sortasc, .sortdesc {
  cursor: pointer;
}

.sort_title {
  padding-right: 10px;
}

.sortasc {
  font-weight:bold;
  padding-right: 10px;
  background: transparent url("../dev/dtmaps/sort_asc.gif") no-repeat right;
}

.sortdesc {
  font-weight:bold;
  padding-right: 10px;
  background: transparent url("../dev/dtmaps/sort_desc.gif") no-repeat right;
}

#div_results_1 div br {
  clear: left;
}

.locked {
  background: transparent url("../dev/dtmaps/padlock_icon.png") no-repeat 3px 0px;
}



#my_chart {
    height: 350px;
    height: 275px;
}

#chart_container {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 35px;
}

input, select, button {
  margin-left: 6px;
}

.XAxisDate {
/*
  font-weight: bold;
  color: #999;
  font-family: Times New Roman;
  font-size: 10px;
*/
}

#location_table {
  padding-left: 10px;
}

#location_table td {
  padding-left: 40px;
}

/* popup dialog */

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
  http://www.schillmania.com/projects/dialog2/
*/

#dialog_frame {
/*
  position: absolute;
  top: 85px;
  left: 45%;
*/
}


.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 min-height: 25px;
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url("../dev/dtmaps/dialog2-blue-800x1600.png") no-repeat top right;
 _background-image:url("../dev/dtmaps/dialog2-blue.gif");
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

