/*
body {margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px}
#main        {margin-left: 2%; margin-right: 2%; height: 600px;}
#accordion {position: absolute; top: 40px; left: 10px; width: 240px; height: 500px; border: solid 1px #9ac1c9}
#accordion1-sliderHeader accordion2-sliderHeader accordion3-sliderHeader {width:488px;}
#map        {position: absolute; top: 40px;  left: 260px; width: 512px;  height: 512px; border: 1px solid black;} 
#dropDown {position: absolute; top: 5px;  left: 260px; z-index:2000; width: 108px; height: 200px;}
#pullDown  {position: absolute; top: 15px;  left: 370px; z-index:2001; width: 208px; height: 200px; }
*/
/* sliderHeader and sliderContent are reserved words in slider.js */
.sliderHeader {
  /* width:488px; */
  border:1px solid  #c3e4fe;
  border-bottom: 1px inset #dbe0e2;
  padding:3px;  /* 8px */
  font-weight:bold;
  color: #0950c6;
  margin-top:0px;
  cursor:pointer;
  /* background: url(../img/toolbar.png) repeat; */
 /*  background:url(../img/header.gif);*/
  background-color: White;
}
.sliderHeader:hover {
  /* background: none; */
  /* background-color: #c3e4fe; */
  /* background:url(../img/header_over.gif);*/
  color: rgb(246,175,57);
}
.sliderHeaderExt {
 display : block;
 height: 20px;
 padding: 8px;
 margin-top: 0px;
 background: none;
 border-width: 0px;
}
.sliderHeaderExt:hover {
 /* background: url(../img/tabslider.png); */
}
.sliderContent {
 overflow: auto; 
 height: 270px;
}
.sliderContentExt {
 border: solid 1px black;
}
.text {
 border-top:none;
 padding:8px;
 /* background-color: #e9f2f2; */
 /* background-color: #c3e4fe; */
 background-color: white;
 color: #0950c6;
 font-size: small;
 /* border:1px solid #9ac1c9;  Doesn't work correct in IE white Overflow. */
}
.textAccordion {
 /* width:474px; */
}
.textDropDown {
 border:1px solid #9ac1c9;
 overflow: hidden;
 background-color: white;
}
.textPullDown {
 border:1px solid #9ac1c9;
 overflow: hidden;
 background-color: white;
}
.textHeader {
 padding-top: 0px;
 padding-bottom: 0px;
 font-weight:bold;
 border-bottom: inset 3px white; /* #c3e4fe; */
 border-right: inset 3px white;
 background-color: #c3e4fe;
}
.sliderClose {
  cursor: pointer;
}
.sliderTd {
  cursor: pointer;
  border: solid 1px #c3e4fe;
  font-size: small;
  padding: 0px 0px 0px 0px;
}  
.sliderTd:hover 
{
 color: rgb(246,175,57);
 border: solid 1px #c3e4fe;
}