/* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ #MY_TB_window{font:12px Arial,Helvetica,sans-serif;color:#333333;} #MY_TB_secondLine{font:10px Arial,Helvetica,sans-serif;color:#666666;} #MY_TB_window a:link{color:#666666;} #MY_TB_window a:visited{color:#666666;} #MY_TB_window a:hover{color:#000;} #MY_TB_window a:active{color:#666666;}
#MY_TB_window a:focus{color:#666666;} /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ #MY_TB_overlay{position:fixed;z-index:100;top:0px;left:0px;height:100%;width:100%;} .MY_TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat;} .MY_TB_overlayBG{background-color:#000;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;} * html #my_tb_overlay{ /* ie6 hack */ position:absolute;     height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px'); width:expression(document.body.scrollWidth > document.body.offsetWidth ? (document.body.scrollWidth-17):(document.body.offsetWidth-17) + 'px');}
#MY_TB_window{position:fixed;z-index:102;color:#000000;display:none;text-align:left;top:50%;left:50%;} * html #my_tb_window{ /* ie6 hack */ position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');} #MY_TB_window img#MY_TB_Image{display:block;margin:15px 0 0 15px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666;} #MY_TB_caption{height:25px;padding:7px 30px 10px 25px;float:left;} #MY_TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;} #MY_TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;} #MY_TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;} #MY_TB_title{background-color:#e8e8e8;height:27px;} #MY_TB_ajaxContent{padding:2px 15px 15px 15px;} #MY_TB_ajaxContent.TB_modal{padding:15px;} #MY_TB_ajaxContent p{padding:5px 0px 5px 0px;}
#my_tb_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */ } * html #my_tb_load{ /* ie6 hack */ position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');} #MY_TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%;} * html #my_tb_hideselect{ /* ie6 hack */ position:absolute;     height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px');} #MY_TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;} table.wintab{margin:0;padding:0;color:#55554f;font-family:Arial,Verdana;} table.wintab .enterlt{width:11px;height:11px;background:url('/i/lt_w.png') no-repeat top left;}
table.wintab .enterrt{width:11px;height:11px;background:url('/i/rt_w.png') no-repeat top right;} table.wintab .enterlb{width:11px;height:11px;background:url('/i/lb_w.png') no-repeat bottom left;} table.wintab .enterrb{width:11px;height:11px;background:url('/i/rb_w.png') no-repeat bottom right;} table.wintab .enterl{width:11px;background:url('/i/l_w.png') repeat;} table.wintab .enterr{width:11px;background:url('/i/r_w.png') repeat;} table.wintab .entert{height:11px;background:url('/i/t_w.png') repeat;} table.wintab .enterb{height:11px;background:url('/i/b_w.png') repeat;} table.wintab .entercenter,table.wintab_avt .entercenter{background:#fff;text-align:center; vertical-align:middle;padding:30px;} #MY_TB_message_bottom{font-size:14px;height:50%;padding-top:10px;} #MY_TB_message_top{border-bottom:1px solid #BEC9CD;padding-bottom:15px;font-size:32px;height:50%;line-height:100%;}