/*Outermost DIV for thumbnail viewer*/
#thumbBox{position: absolute;left: 0;top: 0;width: auto;padding: 10px;padding-top: 0;background: #161616;visibility: hidden;z-index: 10;cursor: hand;cursor: pointer}
/*Footer DIV of thumbbox that contains "close" link */
#thumbBox .footerbar{font: bold 16px Tahoma;letter-spacing: 5px;line-height: 1.1em;color: white;padding: 2 0 5px 0;text-align: right}
/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{background-color: #000000; color:#FFFFFF; font-size:11px; font-family:Arial, sans-serif}
/*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading{position: absolute;visibility: hidden;border: 1px solid black;background-color: #EFEFEF; color:#000000; padding: 5px;z-index: 5}
/*Overwrite default drag handle bar background color with below*/
.drag-handle{background-color: #03277C}
/*28-3-2007 Effet Gui : CSS for veil that covers entire page while modal window is visible*/
#interVeil{width:100%; height:100%; position: absolute;background: url('/images/blackdot.gif') repeat;width: 10px;left: 0;top: 0;z-index: 5;visibility: hidden;filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);}