/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
html, body
{
min-height: 100%;
height: auto !important;
height: 100%;
min-width: 100%;
width: auto !important;
width: 100%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 100%;
}
#TB_window {
  position: absolute;
  z-index: 102;
  display:none;
  margin: 0 !important;
  margin: 18px 0 0 0;
}
#TB_window img {

}
#TB_caption{
display:none;
}
#TB_closeWindow{
display:none;
}
#TB_closeAjaxWindow{
display:none;
}
#TB_ajaxWindowTitle{
display:none;
}
#TB_title{
display:none;
}
#TB_ajaxContent{
  overflow:hidden;
}
#TB_ajaxContent p{
display:none;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}
#TB_HideSelect{
display:none;
}
#TB_iframeContent{
display:none;
}