@charset "utf-8";
/* CSS Document */
/* this block added by : Tariq : start */
div.autocomplete {
  position:absolute;
   width : 165px; 
  background-color:white;
  border:1px solid  #F90;
  margin:0px;
  padding:0px;
  text-align:left;
  max-height:300px;

  overflow: auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
   width : 160px;
   
}
div.autocomplete ul li.selected { 
  background-color: #F5DBA9   ;
   width : 170px; 
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px;
  cursor:pointer;
  width : 165px; 
  font-size:10px;
}

.combo 
{


  width : 165px; 
  height:16px;
  padding:2px;
  display : block;
  text-align:left; 

  cursor: pointer;

  color: #000;
  border:1px solid  #F90;  background:url(../images/nav_top_level_arrow.gif) right no-repeat
}

.combo_disable 
{

left:0px;
  width : 175px; 
  height:15px;
  padding-top:2px;
padding-bottom:2px;
padding-left:2px;
  margin-bottom:20px;
  display : block;
  text-align:left; 
color:#030155;
  cursor: pointer;
font-size:12px;
font-family: arial narrow , arial, sans serif;
  color: #030155  ;
  border:1px solid   #030155;  
}
/* this block added by : Tariq : end */
