/* www.pordus.com pordus viewer 1.0 */
#pdBox{position: absolute;left: 0;top: 0;width: auto;padding-bottom: 0;background: #F0F0F0;visibility: hidden;z-index: 10;border: 1px solid #CCCCCC; ; padding-left:10px; padding-right:10px; padding-top:10px}
#pdBox .footerbar{font: bold 11px Arial;letter-spacing: 5px;line-height: 1.1em;padding: 5px 0;text-align: right;}
#pdBox #pdImage{background-color: #FFFFFF;}
#pdLoading{position: absolute;visibility: hidden;border: 1px solid #CCCCCC;background-color: #f0f0f0;padding: 5px;z-index: 5;}

#pordus2010 a {
position: absolute;
top: 0px;
left: 0px;
position: fixed;
text-indent: -1000px;
width: 1px;
height: 1px;
overflow: hidden;
background: url(../img/pordus.PNG) 0 0 no-repeat;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid gray;
padding: 2px;
background-color: #f0f0f0;
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;
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Arial;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}