/* CSS Document */
#dhtmltooltip{
position:absolute;
left: -300px;
text-align:left;
width:150px;
border:#5c5c9f 1px solid ;
padding:5px;
background-color:white;
visibility:hidden;
z-index:100;
/*Remove below line to remove shadow. this 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;
}



 .webbrownsmalltext{
 font-family:Tahoma, Arial, "Times New Roman";
 font-size:10px; 
 color:#663333;
 font-weight:bold;
 line-height:15px;
}
.webbluetextsmall12{
 font-family:Tahoma, Arial, "Times New Roman";
 font-size:10px; 
 font-weight:normal;
 color:#386eb1;
 text-decoration:none;
 line-height:15px;
 }
.weborangetextsmall{
 font-family:Tahoma, Arial, "Times New Roman";
 font-size:10px; 
 color:#FF6600;
 text-decoration:none;
 line-height:12px;
 }
 



