﻿/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.Thickbox, .Thickbox * { margin: 0; padding: 0; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#TB_secondLine {
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#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(images/macFFBgHack.png) repeat;
}

.TB_overlayBG {  
	background-color:#000;  
	filter:alpha(opacity=75);  
	-moz-opacity: 0.75;  
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */     
	position: absolute;     
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#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 #TB_HideSelect { /* ie6 hack */     
	position: absolute;     
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #f784c5;
	text-align:left;
}

#TB_window img {
	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;
  -ms-interpolation-mode: bicubic;
}

#TB_window img#TB_Image {
  margin-right: 15px;
  float: right;
}

#TB_additional_images {
 display: block;
 width: 75px;
 float: left;
 padding: 0px;
 margin-top: 15px;
 margin-left: 15px;
}

#TB_additional_images img.TB_Thumbnail_Image {
 margin: 0px 0px 15px 0px
 }

#TB_Header {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #004d41;	
	margin: 15px;
	margin-bottom: 0;
}

#TB_Header #TB_TopCloseAjaxWindow {
  padding: 0px;
  margin: 0px;
  display: block;
  text-align: right;
  float: right;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: normal;
	padding-top: 5px;
}

#TB_Header #TB_TopCloseWindowButton {
  padding-right: 18px;
  background: url('images/cross.gif') no-repeat right center;
}


#TB_caption {
	height:20px;
	text-align: center;
	margin: 15px auto;
	line-height: 1.5em;
}
#TB_secondLine {
	display: inline;
}
#TB_next,
#TB_prev {
	display: inline-block;
	background-color: #e6f2ef;
	font-weight: bold;
	padding: 0px 6px;
	border: #e6f2ef 1px solid;
	margin-top: 1px;
}
#TB_next:hover,
#TB_prev:hover {
	border: #678f86 1px dotted;
}

#TB_next {
	margin-left: 10px;
}
#TB_prev {
	margin-right: 10px;
}

#TB_secondLine a { color:#004D41;}
#TB_secondLine a:link { color:#004D41;}
#TB_secondLine a:visited { color:#004D41;}
#TB_secondLine a:hover { color:#004D41; text-decoration: none;}


.TB_Selected img{
 border:2px solid #FFCC66 !important;
 }

#TB_closeWindow {
	display:none;
	height:20px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

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

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

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

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