/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}*/

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFF;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#5B69A6;
	text-align:center;
	padding:5px;
}
#TB_imgnum {
	font: 12px;
	color:#5B69A6;
}
#TB_prev {
	font: 12px;
	color:#5B69A6;
	cursor:hand;
}
#TB_next {
	font: 12px;
	color:#5B69A6;
	cursor:hand;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}


#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	border-top:none;
	text-align:center;
	padding-bottom:0px;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 0;
	border:1px solid #848687;
}

#TB_caption{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;	
	font-weight:bold;
	color:#fff;
	line-height:12px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#TB_closeWindow{
	float:right;
	margin-top:2px;
	margin-right:5px;
	background:url(imagesthickboxthickbox_close.gif) no-repeat;
}

#TB_closeWindow a{
	display:block;
	width:20px;
	height:20px;
}

#TB_closeAjaxWindow{
	float:right;
	margin-top:2px;
	margin-right:5px;
	background:url(imagesthickboxthickbox_close.gif) no-repeat;
}

#TB_closeAjaxWindow a{
	display:block;
	width:20px;
	height:20px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;	
	font-weight:bold;
	color:#fff;
	line-height:12px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#TB_title{
	cursor:move;
}

.TB_title_left{
	background:url(imagesthickboxthickbox_title_left.gif) no-repeat;
	width:5px;
	height:27px;
	padding:0;
}

.TB_title_right{
	background:url(imagesthickboxthickbox_title_right.gif) no-repeat;
	width:5px;
	padding:0;
}

.TB_title_center{
	background:url(imagesthickboxthickbox_title.png) repeat-x;
	padding:0;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	border:1px solid #66686A;
	border-top:none;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
	background-image:url(imagesloading.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#TB_content{
	height:100%;
	border:1px solid #66686A;
	border-top:none;
	background-color:#FFFFFF;
}

#TB_content *{
	position:relative;
}

#TB_iframeContent{
	border:1px solid #66686A;
	border-top:none;
	clear:both;
}

