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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



#TB_secondLine {
	display: none;
	font: 10px Arial, Helvetica, sans-serif;
	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%;
}

a
{
  outline: none;
}


.TB_overlayMacFFBGHack {background: url(/photography/templates/custom/macFFBgHack.png) repeat;}
.TB_overlayBG {
/*	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
	background-color:#e0e0e0;
	filter:alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
}

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

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}


#TB_window {
	border: 15px solid #fff;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-size: 10px;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 30px #c9c9c9;
	-moz-box-shadow: 0px 0px 30px #c9c9c9;
}

#TB_imageWrapper {
	position: relative;
	margin: 0;
	padding: 0;
	}

#TB_captionControls {
	display: block;
	overflow: auto;
	margin: 0;
	padding: 0;
	}
	
#TB_longdesc {
	position: absolute;
	top:10px;
	left: 10px;
	padding: 10px;
	background: white;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter:alpha(opacity=70);
	font-family: candara, georgia, arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	text-transform: none;
	text-decoration:none;
	display: none;
	color:#000 !important;
	}


* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0px 0 0 0px;
}

#TB_caption{
	font-family: candara, georgia, arial;
	font-size: 13px;
	padding:15px 30px 10px 5px;
	float:left;
}

#TB_caption span {
	font-family: consolas, verdana, arial;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	padding:0 0 0px 10px;
	}

#TB_caption span a {
	padding:0 5px;
	}
#TB_caption span a.permlink {
	font-size:10px;
	color:#fff;
	text-decoration:none;
	}

#TB_caption span a.permlink:hover {
	color:gray;
	}

#TB_caption .date {
	color: #999;
	padding-left: 15px;
}

#TB_closeWindow {
	font-family: consolas, verdana, arial;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	float: right;
	}

#TB_showInfo a {
	font-family: consolas, verdana, arial;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	float: right;
	padding:16px 15px 7px 7px;
	}

a#TB_closeButton,
a#TB_closeWindowButton {
	display: block;
	padding:15px 2px 7px 7px;
	}

a#TB_closeButton:hover,
a#TB_closeWindowButton:hover,
#TB_showInfo a:hover {
	color: #c30;
	text-decoration: none;
	}

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

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

#TB_title{
	display: none;
}

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

#TB_ajaxContent.TB_modal{
	padding:15px;
}

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

#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 #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + '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_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
