.dadvisor_sel
{
  width:100px;
  font-size:14px;
}

.dlist_item_pa
{
  cursor: pointer;
}

#drw_pa_tbl
{
  width: 1180px; /* disc advisor width */
}

#drw_pa_param
{
  width: 340px;  /* disc parameters width */
}


#drw_param_pa_cont_top 
{
   font-size:16px;
   border: 1px solid; 
   padding:5px; 
   margin-bottom:10px; 
   margin-left:-1px; 
   background-color: rgb(50, 205, 50); 
   border-color: rgb(85, 107, 47);
   text-align:center;
}

#drw_list_pa_cont_top
{
   font-size:16px;
   border: 1px solid; 
   padding:5px; 
   margin-bottom:10px; 
   margin-left:-1px; 
   background-color: rgb(50, 205, 50); 
   border-color: rgb(85, 107, 47);
   text-align:center;
}

#drw_list_container
{
  float: left; 
  padding: 0px; 
  border: 0px solid; 
  margin-left: -1px; 
  max-height: 250px; 
  height: 250px; 
  overflow-y: auto; 
  overflow-x: hidden;
}

#drw_list_pa_cont
{
  background-color:white;
  padding:5px;
  width:100%;
  height:100%;  
  width: 795px; /* disc list width */

}

#drw_list_pa_cont ul li
{
  border-top: 1px solid white;
  line-height: normal;
  padding-left:0px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
  margin:0px;
  min-height: 0px;
/*  font-size: 12px;
  letter-spacing: -1px;
*/
/*  border-top: none!important;*/

}

.drw_list_pa li.selected_dsk
{
   background-color:#32CD32;
}
