/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{width:32px;height:32px;margin:0 auto;text-indent:-9999px;background:url("../images/loader.gif") no-repeat 0 0;}		
#superbox{padding:4px;background:#000 url("../images/background.jpg") no-repeat -350px 0px; border: 1px solid #FFF;}
#superbox-innerbox{padding:0px;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0;}

#superbox th{text-align: center; background: bottom center url("../images/hline.jpg") no-repeat;}
#superbox table{ padding: 0px; width: 100%; margin-bottom: 6px;}
#superbox td{ padding-top: 10px; vertical-align: bottom;}
#superbox p{ margin-left: 10px; margin-right: 10px; margin-bottom: 0px; margin-top: 0px; font-size: 11px}
#superbox ul.cpack{list-style: none;margin: 8px 0px; padding: 0px; font-size: 12px;}
#superbox ul.cpack li{margin: 4px 0px;}
#superbox ul.cpack b{color:#FFCB33;}
#superbox h3{margin-left: 10px; margin-right: 10px; margin-bottom: 0px; font-size: 10px; color: #FFCB33;}
#superbox a:link,
#superbox a:visited{color: #FFCB33; text-decoration: none; font-weight: bold;}

#superbox td.visualContent {text-align: center; min-height: 340px; min-width: 550px; }
#superbox td.visualContent a.active:link,
#superbox td.visualContent a.active:hover,
#superbox td.visualContent a.active:visited{font-size: 11px; padding: 2px; border: 1px solid #FFCB33; color: #FFF; margin: 4px; background: transparent;}
#superbox td.visualContent a:link,
#superbox td.visualContent a:visited{font-size: 9px; padding: 2px; border: 1px solid #FFF; color: #FFF;}
#superbox td.visualContent a:hover{color: #000; background: #FFF;}
/*#superbox td.visualContent img{border: 5px solid #FFF;}*/
#superbox p.comment {font-size: 10px; margin-left: 0px !important;}
#superbox .showDiv {background: #FFF; padding: 5px;}
#superbox ul.sitemap{list-style: none;margin: 0px; padding: 0px;}
#superbox ul.sitemap li {margin: 6px;}
#superbox h2.sitemap {margin-left: 6px; margin-bottom: 15px; font-size: 12px; color: #FFF;display: block; background: bottom center url("../images/hline.jpg") no-repeat; }

#superbox .close a{float:right;padding-right: 20px; background: url("../images/xClose.jpg") no-repeat right top; line-height:20px;cursor:pointer;}
#superbox .close a span{color:#fff;}

