
/* ---------------------------------  THICKBOX  ---------------------------------  */

* { padding: 0; margin: 0; }

/* site cover80px */

#TB_overlay { position: fixed; z-index:1000; top: 0px; left: 0px; height:100%; width:100%; }

.TB_overlayMacFFBGHack { background:url(../ui/print-detailwindow-shadow.png) no-repeat 50% 50%; cursor:pointer; }

.TB_overlayBG { background:url(../ui/print-detailwindow-shadow.png) no-repeat 50% 50%; cursor:pointer; }

/* iframe window */

#TB_window { position:fixed; z-index:1001; display:none; text-align:left; top:425px; top:50%; left:50%; }

/* close button .... covers content area its short because of flash movie. Was covering the control bar and was no way to remove it from that popup */

#TB_closeWindowButton { position:absolute; top:0; left:0; height:390px; width:725px; display:block; text-decoration:none; z-index:900; /*background:#F99;*/}

#TB_closeWindowButton:hover { cursor:pointer!important; }

/* hidden elements */

#TB_caption { display:none; }

#TB_ajaxWindowTitle { display:none; }

#TB_title { display:none; }

#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 */ }

#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%; }

#TB_iframeContent { clear:both; border:none; margin-bottom:-1px;  margin-top:1px; _margin-bottom:1px; margin:1px;}



/* BACKGROUNDS THAT COVER THE ENTIRE BROWSER */

/*.TB_overlayMacFFBGHack { background: url(../images/thickbox-overlay-white60.png) repeat; }

.TB_overlayBG { background-color:#fff; filter:alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60; } */

/* CLOSE BUTTON .... not working when positioned outside TB_window. dont know why yet */

/*#TB_closeAjaxWindow { position:absolute; top:-40px; right:-40px; height:32px; width:32px; display:block; z-index:900; border:solid thin red}

#TB_closeWindowButton { height:32px; width:32px; display:block; text-decoration:none; background:url(../ui/print-detail-closebtn.png) no-repeat top left; }

#TB_closeWindowButton:hover { background-position:bottom; text-decoration:none; }*/

/*#TB_closeWindow { position:absolute; top:-40px; right:-40px; height:32px; width:32px; display:block;  }

/* OTHER STUFF */

/*#TB_window img#TB_Image { display:block; margin: 15px 0 0 15px; border: 10px solid #099; width:900px; height:900px;}

#TB_closeAjaxWindow { position:absolute; top:0px; right:0px; height:32px; width:32px; display:block; text-decoration:none; background:url(../ui/print-detail-closebtn.png) no-repeat top left;}

#TB_ajaxContent { clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; }

#TB_ajaxContent.TB_modal { padding:15px; }

#TB_ajaxContent p { padding:5px 0px 5px 0px; }*/
