font        {color: #000000; font-family: verdana;   font-size: 9.5pt}
font.small  {color: #000000; font-family: verdana;   font-size: 8pt}
font.small_w  {color: #ffffff; font-family: verdana;   font-size: 8pt}
font.ssmall {color: #000000; font-family: arial;     font-size: 8pt}
font.file   {color: #ffffff; font-family: arial;     font-size: 8pt}
p.small  {color: #000000; font-family: verdana;   font-size: 8pt}
p.ssmall  {color: #000000; font-family: verdana;   font-size: 7.5pt}

a        {color: #000000; text-decoration:underline;}
a:hover  {color: #505050; text-decoration:none;}

a.no_line        {color: #000000; text-decoration:none;}
a.no_line:hover  {color: #505050; text-decoration:none;}

a.dir_open  {color: #ff6600; text-decoration:underline;}
a.dir_open:hover {color: #ff6600; text-decoration:none;} 

a.red  {color: #e77817; text-decoration:underline;}
a.red:hover {color: #e77817; text-decoration:none;} 

a.head_dir  {color: #ffffff; text-decoration:none;}
a.head_dir:hover {color: #ffffff; text-decoration:none;}

a.tabalpha          { color:#000000; background-color:#dddddd; text-decoration:none; padding:2px; height:13px; width:17px}
a.tabalpha:hover    { color:#ffffff; background-color:#FF8800; text-decoration:none; padding:2px; height:13px; width:17px}

a.tabalpha_h          { color:#ffffff; background-color:#FF8800; text-decoration:none; padding:2px; height:13px; width:17px}
a.tabalpha_h:hover    { color:#ffffff; background-color:#FF8800; text-decoration:none; padding:2px; height:13px; width:17px}
input.textf {font-family:arial; font-size: 8pt; border-style:solid; border-color: #909090; border-width:1px; background-color:#ffffff}

/**TABBED PANE**/
#tablist{
padding: 2px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: 8pt Verdana;
font-weight:bold;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;

}

#tablist li a{
padding: 2px 0.5em;
margin-left: 0px;
border: 1px solid #C1C1C1;
border-bottom: none;
background: #d1d1d1;
text-decoration: none;
}

#tablist li a.current{
background: #ffffff;
}

#tabcontentcontainer{
width: 100%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid #C1C1C1;
}

.tabcontent{
display:none;
}

/**TOOLTIPS**/
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid #999999;
font:normal 11px Verdana;
line-height:14px;
z-index:100;
}


/*TOOLTIP 2*/

#dhtmltooltip{
 position: absolute;
 left: -300px;
 width: 200px;
 border: 1px solid black;
 padding: 6px;
 background-color: lightyellow;
 visibility: hidden;
 z-index: 100;
 /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
 filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
 position:absolute;
 left: -300px;
 z-index: 101;
 visibility: hidden;
}

