/*
div.tab-active 
{
  background-color: white;
  border-top: 1px solid blue;
  border-left: 1px solid blue;
  border-right: 1px solid blue;
  border-bottom: 0px solid blue;
}
div.tab-inactive
{
  background-color: grey;
  border: 1px 1px 1px 1px;
  border-style: solid;
  border-color: black;
}

div.tab-over 
{
  background-color: yellow;
  border: 1px 1px 1px 1px;
  border-style: solid;
  border-color: black;
}


*/


.autocomplete-w1 { 
  background:url(img/shadow.png) no-repeat bottom right; 
  position:absolute; 
  top:0px; 
  left:0px; 
  margin:8px 0 0 6px; 
  /* IE6 fix: */ 
  _background:none; 
  _margin:0; 
}

.autocomplete { 
  border:1px solid #999; 
  background:#FFF; 
  cursor:default; 
  text-align:left; 
  max-height:350px; 
  overflow:auto; 
  margin:-6px 6px 6px -6px; 
  /* IE6 specific: */ 
  _height:350px;  
  _margin:0; 
  _overflow-x:hidden; 
}

.autocomplete .selected { 
  background:#F0F0F0; 
}


.autocomplete div { 
  padding:2px 5px; 
  white-space:nowrap; 
}

.autocomplete strong { 
  font-weight:normal; 
  color:#3399FF; 
}

#district_selector_table {
  display:inline; 
  padding-left:0em; 
  margin-left:0em; 
  list-style:none;
}
#district_selector_table li {
   display:block;
   width: 13em;
   float: left;
   
}
#district_selector_table li a {
  text-decoration: none;
  color: #404040;
  
}


select.calendar_filter {
  width: 300px;
}
