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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ccc;
}


#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#ccc;
	padding:0 0 0 15px;
	display:inline;
	white-space:nowrap;
	line-height:14px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background-color:#181818;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.TB_overlayBG {
	background-color:#181818;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

* 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: url("../images/thickbox/bg_caption.gif") left bottom repeat-x #222222;
	z-index: 102;
	color:#ddd;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* 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:0;
/*	border: 1px solid #286500;*/
}


#TB_caption{
	height:17px;
	overflow:hidden;
	padding:0px 0 5px 0;
	float:left;
	font-weight:bold;
	color:#ccc;
	width:96	%;
}

#TB_caption #title{
	line-height:16px;
	margin-left:10px;
}

#TB_caption #title a{
	text-decoration:none;
}


#TB_closeWindow{
	height:15px;
	padding:5px 10px 5px 0;
	float:right;
	text-align:right;
	overflow:hidden;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 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.TB_modal{
	padding:15px;
}

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

#TB_load{
	position: fixed;
	display:none;
	height:64px;
	width:64px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px; /* -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;
}

#TB_prevlink{
	position:absolute;
	width:56px;
	top:0px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#TB_nextlink{
	right:0px;
	position:absolute;
	width:56px;
	top:0px;	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#TB_prevlink div, #TB_nextlink div{
		height:100%;
		width:56px;	
}

#TB_prevlink div{background:#222 url("/images/thickbox/back_is.gif") no-repeat;}
#TB_nextlink div{background:#222 url("/images/thickbox/next_is.gif") no-repeat;}

/* EXIF INFO PANEL */
body#page span#exif_panel_clickzone{width:55px;}
body#page span.exif_info{display:none;}

body#page div#exif_panel_container{
	width:240px;
	position:absolute;
	left:10px;
	margin:-108px auto 0 auto;
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
}
body#page div#exif_panel{background-color:#000;overflow:hidden;padding-bottom:2px;}
body#page div#exif_panel_content{font-size:0.95em;margin:4px;}
body#page #exif_panel_clickzone img{height:16px;margin-left:5px;}
body#page #exif_panel_clickzone img#exif_button{height:16px;margin-left:5px;cursor:pointer;}

body#page div.exif_info_column{float:left;background-color:#444;height:15px;margin:2px 0;width:232px;white-space:nowrap;overflow:hidden;}
body#page div.exif_info_column div.left_column{height:15px;width:80px;line-height:15px;float:left; background-color:#222;text-align:right; padding:0 5px;overflow:hidden;}
body#page div.exif_info_column div.right_column{width:120px;line-height:15px;float:left;padding:0 5px;overflow:hidden;}

