/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{ 
	margin : 0;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
	font : 12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
	color:#666666;
	font : 10px Arial, Helvetica, sans-serif;
}

#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 {
	height  : 100%;
	position: fixed;
	top     : 0px;
	left    : 0px;
	width   : 100%;
	z-index : 100;
}

.TB_overlayMacFFBGHack {
	background:url(../img/macFFBgHack.png) repeat left top;
}
.TB_overlayBG {
	background-color: #000;
	filter          : alpha(opacity=75);
	-moz-opacity    : 0.75;
	opacity         : 0.75;
}
* html #TB_overlay { /* ie6 hack */
     height  : expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     position: absolute;
}

#TB_window {
	color     : #000000;
	display   : none;
	height    : 443px;
	position  : fixed;
	text-align: left;
	top       : 50%;
	left      : 50%;
	width     : 720px;
	z-index   : 102;
}

* html #TB_window { /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	position  : absolute;
}

#TB_window img#TB_Image {
	border-bottom: 1px solid #ccc;
	border-left  : 1px solid #666;
	border-right : 1px solid #ccc;
	border-top   : 1px solid #666;
	display      : block;
	margin       : 15px 0 0 15px;
}

#TB_caption{
	float  : left;
	height : 25px;
	padding: 7px 30px 10px 25px;
}

#TB_closeWindow{
	float  : right;
	height : 30px;
	padding: 11px 25px 10px 0;
}

#TB_closeAjaxWindow{
	float  : right;
	height : 30px;
	margin : 0 2px 0 0;
	padding: 0;
	width  : 144px;
}
#TB_closeAjaxWindow a{
	background : url(../../movie/img/btn_close.gif) no-repeat left top;
	display    : block;
	height     : 30px;
	text-indent: -5555px;
	width      : 144px;
}
#TB_closeAjaxWindow a:hover{
	background: url(../../movie/img/btn_close_on.gif) no-repeat left top;
}
#TB_ajaxWindowTitle{
	float        : left;
	margin-bottom: 1px;
	padding      : 7px 0 5px 10px;
}
#TB_title{
	margin    : 0px;
	padding   : 0px;
	text-align: right;
}
#TB_ajaxContent{
	clear      : both;
	line-height: 1.4em;
	padding    : 2px 15px 15px 15px;
	overflow   : auto;
	text-align : left;
}
#TB_ajaxContent.TB_modal{
	padding: 15px;
}
#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}
#TB_load{
	display : none;
	height  : 13px;
	margin  : -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	position: fixed;
	top     : 50%;
	left    : 50%;
	width   : 208px;
	z-index : 103;
}
* html #TB_load { /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	position  : absolute;
}

#TB_HideSelect{
	background-color: #fff;
	border          : none;
	filter          : alpha(opacity=0);
	height          : 100%;
	-moz-opacity    : 0;
	opacity         : 0;
	position        : fixed;
	top             : 0;
	left            : 0;
	width           : 100%;
	z-index         : 99;
}

* html #TB_HideSelect { /* ie6 hack */
     height  : expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     position: absolute;
}

#TB_iframeContent{
	border: none;
	clear : both;
	margin: 0;
	width : 720px;
}
