@charset "iso-8859-1";

/*#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 #696969; font: normal 11px Verdana; line-height: 18px; z-index: 100; border-right: 3px solid #A9A9A9; border-bottom: 3px solid #A9A9A9; visibility: hidden}*/

/*#hintbox {CSS for pop up hint box */
/*position: absolute; top: 0; background-color: lightyellow; width: 250px; Default width of hint.*/ 
/*padding: 3px; border: 1px solid #D3D3D3; font: normal 10px Verdana; line-height: 16px; z-index: 100; border-right: 2px solid #DCDCDC; border-bottom: 2px solid #DCDCDC; visibility: hidden; color: #808080; background: url(top_box.gif) center top; text-align: center}
*/

#hintbox {/*CSS for pop up hint box */
position: absolute; top: 0; width: 250px; /*Default width of hint.*/
padding: 0px; z-index: 100; visibility: hidden; text-align: center;
}

.hintanchor {/*CSS for link that shows hint onmouseover*/
font-weight: bold; color: navy; margin: 3px 8px; background: #FFFFCC; border: 1PX solid #C0C0C0; text-decoration: none
}

/*Add by PHS-20080926*/
#top_box_drop_curve {background: url(box_top_drag.png) center bottom; height: 15px; background-repeat: no-repeat}
#bot_box_drop_curve {background: url(box_bot_drag.png) center top; height: 15px; background-repeat: no-repeat}
#mid_box_drop {
background: url(box_mid_drag.png) center center;
font-family: Verdana; font-size: 10px; text-align: center; padding: 2px 6px 2px 6px;
background-repeat: repeat-y; color: #A9A9A9}
/*#mid_box_drop div {}*/
#mid_box_drop img {/*When picture in infopopup (image website) */
border: 1px solid #DCDCDC; /*margin-bottom: 10px*/
}


