body {
  background-color: #f5f5f5;
  font-family: verdana;
  font-size: 12px;
  width: 620px;
  height: 600px;
  margin: 0px;
}

#container_div {
  background-color: #f5f5f5;
  color: #333;
  font-family: verdana;
  font-size: 12px;
  width: 620px;
  height: 600px;
  position: relative;
}

#tab_div {
  width: 620px;
  position: relative;
}

a.tablinks {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a.tablinks:visited { color: #666; }
a.tablinks:hover { color: #999; }
a.tablinks:active { color: #000; }

#outdoor_lnk {
  position: absolute;
  top: 10px;
  left: 20px;
}

#indoor_lnk {
  position: absolute;
  top: 10px;
  left: 220px;
}

#searchbox_div {
  position: absolute;
  width: 500px;
  top: 55px;
  bottom: 15px;
  left: 20px;
}

#search_wrapper_div {
  width: 360px;
  position: relative;
}

#search_input {
  background:url('../images/SlicedGraphics/searchInput.gif') no-repeat;
  width: 300px;
  height: 22px;
  padding-left: 10px;
  padding-top: 3px;
  font-family: verdana;
  font-size: 11px;
  color: #333; 
  /*padding-right: 10px;*/
  float: left;
  border: 0px;
}

#search_button {
  width: 45px;	       
  float: right;
}
 


#map {
  border: 1px solid black;
  border-top: none;
  margin-top: -3px;
  width: 618px;
  height: 400px;
}

/* IE6 hack */
* html #map{
width: 620px;
}

#container {
  border: 1px solid black;
  border-top: none;
  /*border: 0;*/
  /*margin: 30px;*/
  padding: 25px;
  margin: 0px;
  /* width is 620px - 2px border - 50px padding */
  width: 568px;
}

/* IE6 hack */
* html #container{
width: 620px;
}

#disclaimer {
  border: 1px solid black;
  border-top: none;
  /*border: 0;*/
  /*margin: 30px;*/
  padding: 25px;
  margin: 0px;
  margin-top: -3px;
  /* width is 620px - 2px border - 50px padding */
  width: 568px;
}

/* IE6 hack */
* html #disclaimer{
width: 620px;
}


#legend_div {
  border: none;
  width: 620px;
}

.extinfo {
  font-size: 8px;
}

/* An info window without beak */

#custom_info_window_nobeak{
  width: 400px;
}
#custom_info_window_nobeak_contents{
  background-color: #0f0;
}
#custom_info_window_nobeak_tl{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_tl.gif') top left no-repeat transparent;
}

#custom_info_window_nobeak_t{
  border-top: 1px solid black;
  height: 5px;
  background-color: #fff;
}
#custom_info_window_nobeak_tr{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_tr.gif') top left no-repeat transparent;
}

#custom_info_window_nobeak_l{
  width: 1px;
  border-left: 1px solid black;
}
#custom_info_window_nobeak_r{
  width: 1px;
  border-left: 1px solid black;
}
#custom_info_window_nobeak_bl{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_bl.gif') top left no-repeat transparent;
}

#custom_info_window_nobeak_b{
  border-bottom: 1px solid black;
  background-color: #fff;
}
#custom_info_window_nobeak_br{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_br.gif') top left no-repeat transparent;
}

#custom_info_window_nobeak_close {
  width: 20px;
  height: 20px;
  margin: 8px 0 0 -3px;
  background:
  url('../../common/images/icons/closeWindowIcon.png') top left no-repeat transparent;
  cursor: pointer;
}

#custom_info_window_nobeak_beak{
  width: 0px;
  height: 0px;
  background: url('') top left no-repeat transparent;
}

/*
#custom_info_window_nobeak_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_nobeak_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_nobeak_contents p{
  margin: 1px 0;
  padding: 5px;
}*/

#custom_info_window_nobeak_contents .title{
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #fff;
}

#custom_info_window_nobeak_contents .bulk{
  margin: 0px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  font-family: verdana;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}

a.searchlinks {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

a.searchlinks:hover { color: #999; text-decoration: underline; }

/* The disclaimer info window */

#custom_info_window_disclaimer{
  width: 220px;
}
#custom_info_window_disclaimer_contents{
  background-color: #0f0;
}
#custom_info_window_disclaimer_tl{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_tl.gif') top left no-repeat transparent;
}

#custom_info_window_disclaimer_t{
  border-top: 1px solid black;
  height: 5px;
  background-color: #fff;
}
#custom_info_window_disclaimer_tr{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_tr.gif') top left no-repeat transparent;
}

#custom_info_window_disclaimer_l{
  width: 1px;
  border-left: 1px solid black;
}
#custom_info_window_disclaimer_r{
  width: 1px;
  border-left: 1px solid black;
}
#custom_info_window_disclaimer_bl{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_bl.gif') top left no-repeat transparent;
}

#custom_info_window_disclaimer_b{
  border-bottom: 1px solid black;
  background-color: #fff;
}
#custom_info_window_disclaimer_br{
  width: 14px;
  height: 14px;
  background: url('../../common/images/nobeak_br.gif') top left no-repeat transparent;
}

#custom_info_window_disclaimer_close {
  width: 20px;
  height: 20px;
  margin: 5px 0 0 0px;
  background:
  url('../../common/images/icons/closeWindowIcon.png') top left no-repeat transparent;
  cursor: pointer;
}

#custom_info_window_disclaimer_beak{
  width: 0px;
  height: 0px;
  background: url('') top left no-repeat transparent;
}

/*
#custom_info_window_disclaimer_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_disclaimer_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_disclaimer_contents p{
  margin: 1px 0;
  padding: 30px;
}*/

#custom_info_window_disclaimer_contents .title{
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #fff;
}

#custom_info_window_disclaimer_contents .bulk{
  margin: 0px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  font-family: verdana;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}

/*CSS-HACK for IE6*/

/*\*/ * html .towerInfoLeft { background:url('../../common/images/towerInfoLabel_left.gif') left no-repeat !important; filter:alpha(opacity=50);} /**/

/*\*/ * html .towerInfoRight { background:url('../../common/images/towerInfoLabel_right_wide.gif') right no-repeat !important; filter:alpha(opacity=50);} /**/

/*\*/ * html .infowin-content {  } /**/

