/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


/*html, body {
min-height: 100%;
height: auto !important;
height: 100%
}*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:white;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}
	#TB_window #TB_secondLine img {
		display : inline;
		position : relative;
		top : 3px;
	}

#TB_secondLine span a:link {
	color:white;
}

#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;}

#TB_closeWindowButton
{
	float : right;
}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000000;
}

#TB_window {
	position: absolute;
	background: #000000;
	z-index: 102;
	color:#000;
	/*border: 4px solid #525252;*/
	text-align:left;
	padding : 10px;
}
	#TB_window .img_legend {
		color:#000;
	}

#TB_window img {
	display:block;
}

#TB_caption{
	height:25px;
	padding:0px 0px 10px 0px;
	float:left;
	color:#000;
}

#TB_closeWindow{
	height:25px;
	padding:5px 5px 5px 135px;
}

#TB_ImageOff
{
	display : block;
}

#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;
	color:#000;
}

#TB_title{
	background-color:#000000;
	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:#000000;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:0;
	margin-bottom:-1px;
	margin-top:1px;
	background-color: #000000;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
	background-color: #000000;
}


/* iframe navigation */
#TB_caption .iframeNav {
	position : relative;
}

	#TB_caption .iframeNav #TB_prev {
		position : absolute;
		top : 0;
		left : 0;
	}

	#TB_caption .iframeNav #TB_next {
		position : absolute;
		top : 0;
		left : 55px;
	}

	#TB_caption .iframeNav .navInfos {
		position : absolute;
		top : 4px;
		left : 17px;
		width : 37px;
		text-align : center;
	}

	#TB_caption .iframeNav .iframeTitle {
		position : absolute;
		top : 4px;
		left : 75px;
		color : #ffffff;
		width : 450px;
	}

#TB_iframeContent html {
	background-color : #000000;
}
	#TB_iframeContent html body {
		background-color : #000000;
	}


