﻿/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;} << removed because causing problems across site */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  color: #333333;
}



#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
/*#TB_window a:link {color: #0080aa;}
#TB_window a:visited {color: #006688}
#TB_window a:hover {color: #006688;}
#TB_window a:active {color: #30226C}
#TB_window a:focus{color: #666666;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#233;
}
#TB_window {
  position: fixed;
  background: #CCCCCC;
  z-index: 102;
  display:none;
  border:none;
  text-align:left;
  top:55%;
  left:50%;
  padding:2px;
}
#TB_window img#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;
}

#TB_window .bundle-notification-header .close {float:right; margin:-43px 10px 0 0; }

#TB_window .bundle-notification-header h1 { }


#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
  }
  
#TB_closeAjaxWindow{
    display:block;
  padding:7px 10px 5px 0;
  background: transparent url('/images/theme/dabs_com_v3/en/icons/icn-panel-close.gif') no-repeat 0 0;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:0;
  background:none;
  }

/* heading customisations */  
#TB_title{overflow:hidden; padding:10px;background:#282828; padding:5px;}
#TB_title h1{margin:0; padding:3px 0 0 10px; color:#FFF; font-size:155%; font-weight:normal; text-align:left; background:none;}
#TB_title a{float:right;}
#TB_title a span.close-icon {display: inline-block;width:27px;height: 27px;background: url('/images/spritesheets/icons-v2.png') no-repeat 0px -60px;}

#TB_ajaxContent{clear:both;padding:0; overflow:auto; text-align:left;line-height:2em;border-left:1px solid #E4E4E4;
  border-right:1px solid #E4E4E4;border-bottom:1px solid #E4E4E4;width:100%;background-color:#fff}
  
#TB_ajaxContent div p {padding:15px}

#TB_ajaxContent ul {margin:0; padding:10px}
#TB_ajaxContent ol {margin-left:20px}

#TB_ajaxContent.TB_modal{
  padding:0;
}
#TB_ajaxContent p{
  padding:15px;
  margin:0
}
#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;
  height:100%;
  width:100%;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
}

#TB_window, #TB_overlay { z-index:10000; }
