body, p, td, li, h1, h2, h3 { font-family: Tahoma; font-size: 11px; }
h2, h3      { font-weight: bold; color:#000000; margin-bottom: 6px; margin-top: 17px; }
h1          { font-size:16px; font-weight: bold; margin-bottom: 1px; }
hr   { color:#A2B5CD; size:1px;         }

.header     { font-weight: bold; color:#323777; margin-bottom: 11px; }
.headline   { font-weight: bold; color:#323777; }
.info { background-color:gray; padding-left:5px;}
.mandatory  { font-weight: bold; }
.comment    { color: #BBBBBB; }


#dhtmltooltip{
font-family:Tahoma;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
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;
}


