/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
    display:none;
}

.TB_overlayMacFFBGHack {background: url('../images/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 9999;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:30px;
	left:50%;
	margin-top:0 !important;
}
/*
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
*/
#TB_window #TB_ImageOff {
	display:block;
	width:100%;
	text-align:center;
margin:0 0 15px 0;
}
#TB_window #TB_ImageOff img#TB_Image {
	border:1px solid #b1b3b4;
}

#TB_caption{
    padding:0px 15px 15px 15px;
    float:left;
    font-weight:bold;
}
#TB_secondLine{
    font-weight:normal;
    color:grey;
    font-size:11px;
    line-height:22px;
}
#TB_secondLine a{
    color:grey !important;
}

#TB_closeWindow, #TB_closeAjaxWindow {
    height:15px;
    text-align:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	overflow:visible;
}

#TB_ajaxContent{
	padding:0 15px 0px 15px;
	text-align:left;
	line-height:1.4em;
	margin:0 0 10px 0;
	display:none;
	position:relative;
	overflow-y:auto;
	overflow-x:hidden;
	height:auto;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#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 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/** CUSTOMIZE **/

#TB_closeWindowButton {
    display:block;
    text-decoration:none;
    width:30px;
    height:30px;
    margin:0;
    position:absolute;
    top:-13px;
    right:-13px;
    z-index:9999;
    background:transparent url('../images/close.png') center center no-repeat;
}

* html #TB_closeWindowButton {
    background:transparent url('../images/close.gif') center center no-repeat;
}

#TB_closeWindowButton:focus { outline:0; }
