/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}




#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%;
}



.imgLoader_thickbox {padding: 40px !important; sdisplay: none !important;}
.TB_overlayMacFFBGHack {background: url(http://www.chirurgia-obezitatii.com/res_js/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#404040;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* 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;
	border: 3px solid #333333;
	text-align:left;
	top:50%;
	left:50%;
	padding-top: 26px;
}

* 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_overlay_masca {
		position: fixed;
		z-index: 102;
		top:50%;
		left:50%;
		text-align: center;
		}
		
		#masca2 {
			position: relative;
			background: #333;
			border: 3px solid #333;
			margin: 0 auto;
			text-align: center;
			display: none;
			}

#TB_ImageOff {
	display:block;
	margin: 0;
	padding: 0;
	}
	
#TB_window img#TB_Image {
	display:block;
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: 10px solid #333333;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
}


#TB_caption{
	position: absolute;
	display: block;
	left: -10px;
	padding: 10px 24px 7px 0;
	margin: 0 8px 8px 7px;
	background: #333333;
	display: none;
}		
	
	#TB_firstLine {
		position: relative;
		display: block;
		padding: 0 0 5px 15px;
		font-size: 11px;
		font-weight: bold;
		color: #f1f1f1;
	}
	
	#TB_secondLine {
		position: relative;
		display: block;
		padding: 0 0 0 15px;
		font-size: 10px;
		font-weight: normal;
		color: #999999;
	}
	
		#TB_prev {
			position: absolute;
			top: -10px;
			right: 15px;
			display: block;
			width: 24px;
			height: 24px;
			text-indent: 50px;
			white-space: nowrap;
			overflow: hidden;
			cursor: pointer;
			background: url(../../res_img/icons/24/play_back.png) 0 0 no-repeat;
			}
			
			
		#TB_next {
			position: absolute;
			top: -10px;
			right: -15px;
			display: block;
			width: 24px;
			height: 24px;
			text-indent: 50px;
			white-space: nowrap;
			overflow: hidden;
			cursor: pointer;
			background: url(../../res_img/icons/24/play.png) 0 0 no-repeat;
			}

#TB_closeWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color: #999999;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color: #999999;
}



#TB_ajaxWindowTitle{
	float:left;
	padding:10px 0 5px 10px;
	margin-bottom:1px;
	font-weight: regular;
	color: #999999;
}

#TB_title{
	position: absolute;
	left: -3px;
	top: -5px;
	background: transparent url('TB_title_bg.png') top left no-repeat;
	display: block;
	height:31px;
	width: 100%;
}

	a#TB_closeWindowButton:link, a#TB_closeWindowButton:visited {
		position: absolute;
		top: 0;
		right: -6px;
		display: block;
		width: 100px;
		height: 31px;
		background: url('TB_closeWindowButton.png') 0 0 no-repeat;
		}
		
	a#TB_closeWindowButton:hover, a#TB_closeWindowButton:active, a#TB_closeWindowButton:focus {
		background: url('TB_closeWindowButton.png') 0 -31px no-repeat;
		}


#TB_ajaxContent{
	position: relative;
	clear:both;
	padding: 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:13px;
	width:208px;
	z-index:103;
	top: 220px;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_load img {padding: 40px;}

.TB_load2  {
	position: fixed;
	display:none;
	height:40px;
	width:40px;
	z-index:103;
	top: 220px;
	left: 50%;
	padding: 10px;
	background: url('../../res_img/utils/loading10.gif') center center no-repeat;
	
}

* 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;
}
