/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a {color: #000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat #000; opacity:0.5;}
.TB_overlayBG {
	background: url('../images/black-bg.png') repeat 0 0 #000;
	opacity:0.5;
}
#TB_ajaxContent {background: #000;opacity: 1;}
#TB_ajaxContent p {color: #000}
#TB_ajaxContent img {display:block;margin:0 auto}

* 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: 20px solid #000;
	border-bottom:0;
	text-align:left;
	top: 42%;
	left:50%;
	background-color:#fff;
}*/

#TB_window {
	background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 6px;*/
    color: #000000;
    display: none;
    left: 50%;
    position: fixed;
    text-align: left;
    top: 42%;
    z-index: 102;
    -webkit-box-shadow: 0 0 4px 4px #c9c9c9;
	-moz-box-shadow: 0 0 4px 4px #c9c9c9;
    box-shadow: 0 0 4px 4px #c9c9c9;
    /*width: 765px !important;*/
}

* 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: 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_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	text-align:right;
	float:right;
}

/*#TB_closeWindowButton{
	height: 72px;
	line-height: 72px;
	display: block;
	padding-right: 40px;
	background: url('../images/fancybox.png') no-repeat 90% 50%;
	color: #fff !important;
	text-decoration: none;
}*/

#TB_closeWindowButton {
	background: rgba(0, 0, 0, 0) url("../images/fancybox.png") repeat scroll -40px 0;
    color: #fff !important;
    display: block;
    height: 30px;
    /*line-height: 72px;
    padding-right: 40px;*/
    position: absolute;
    right: -15px;
    text-decoration: none;
    top: -15px;
    width: 30px;
}

#TB_ajaxWindowTitle{
	display: none;
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background:#fff url("../images/controliss-logo.jpg") no-repeat scroll 0px 15px / 170px auto;
	height:72px;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin-left: 28px;
    margin-right: 28px;
}
#TB_ajaxContent h3 {color:#000;}
#TB_ajaxContent{
	padding:30px 30px 5px 30px;
	overflow:auto;
	text-align:left;
	line-height:1.5em;
	background-color:#FFFFFF;
	/*border-radius: 6px;*/
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -104px; /* -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_ajaxContent .col{width: 330px;}
#TB_ajaxContent .col h3{color: #1a1a1a;font: normal 17px/0.8em 'InterstateMonoRegular';text-transform: uppercase;margin-bottom: 25px;}
#TB_ajaxContent .col h4{color: #1a1a1a;font-size: 12px;line-height: 1em;margin-bottom: 4px;}
#TB_ajaxContent .col p{font-size: 12px;margin-bottom: 24px;}
