/**  SIDE BAR SEARCH FORM **/

#sf-tabs-container {
  height:3em;
}

#sf-tabs-container ul{
  padding-top:0.2em;
}

#sf-tabs-container ul li a{
  font-size:0.9em;
}

#search-nav-left{
  width:15em;
  margin-top:0px;
  padding-top:0px;
  float:left;
}

#search-form{
  width:14em;
  background:#ffffff ;
}

div.sidebar-body{
  font-size:0.9em;
  width:99.7%;
  padding:0.2em 0.2em;
  border:solid 1px #C9DFDD;
}

#search-form div.sidebar-body {
  margin:0 auto;
}

#search-form div.sidebar-body select,
#search-form div.sidebar-body input{
  font-size:inherit;
  margin:0.3em 0;
}

#search-form div.sidebar-body input#startDate{
  width:123px;
}

#search-form div.sidebar-body select{
  width:100%;
}

/*redefine the Yahoo Calendar Position for the sidebar search form*/
#cal1Container {
  z-index:200;
  left:195px;
  top:296px
}

/*redefine the main search form*/
#main_search_form {
  margin-top:0px;
}


#search-header-options{
font-size:0.8em;
}

#search-form div.sidebar-body  div#search-button{
  width:187px !important;
  margin:0 auto !important;
  padding:0;
  cursor:pointer;
}


/* redefine the search button position */
#search-form div.sidebar-body input.search-button{
  float:right;
  margin-right:5%;
  clear:both;
  cursor:pointer;
}

