

IFRAME.iframetab
{
 border-style:none; 
 padding:0;
 position:absolute;
 height:95%;
 width:100%;
}

.tabstrip 
{ behavior:url(behaviours/microsoft_tabstrip.htc);}

LI.search_result
{
   list-style-type:disc;     
   list-style-image:url(../Images/Navigator/leaf.gif);
}

LI.tool
{
   list-style-type:disc;     
   list-style-image:url(../Images/general/tool.gif);
}

LI.report
{
   list-style-type:disc;     
   list-style-image:url(../Images/general/report.gif);
}

BODY.tabs
{
  background-color : white;
  border-style:inset;
  border-width:2px;  
  padding:0;
}


BODY.toolbar
{
  background-color:white;
  border-style:outset;
  border-width:0px;  
  padding:0;
  margin-top:0px;
  margin-bottom:0px;
}

.required
{
  color:red;
}

LI.no_bullet
{
  list-style-type:none;     
}


DIV.treeview
{
  overflow:auto;
  left:0;
  background:white;
  padding:4;
}

DIV.search_results
{
  position:absolute;
  overflow:auto;
  left:0;
  
  padding:4;
}

.listing UL
  {
  padding-left:16px; 
  margin-left:0;       
}