/**
 * jQuery Thickbox Modification Stylesheet
 *
 * @based http://jquery.com/demo/thickbox/
 * @author Kim Meyer
 */


/***************************************
 * Global settings needed for thickbox *
 ***************************************/

#TB_window * {
	padding: 0;
	margin: 0;
	border: none;
}

/********************************************
 * Thickbox specific link and font settings *
 ********************************************/

#TB_window {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}

#TB_secondLine {
	margin-top: 8px;
	color:#666666;
}

#TB_window a:link {color: #CCCC00;}
#TB_window a:visited {color: #CCCC00;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #CCCC00;}
#TB_window a:focus {color: #CCCC00;}



/*********************
 * Thickbox settings *
 *********************/

#TB_closeButton img {
	width: 92px;
	height: 78px;
	position: absolute;
	border: none;
	top: 1px;
	right: 1px;
}

#TB_next a, #TB_prev a,
#TB_next a:link, #TB_prev a:link,
#TB_next a:visited, #TB_prev a:visited{
	text-decoration: none;
	font-weight: bold;
}

#TB_next a:hover, #TB_prev a:hover {
	text-decoration: none;
}


#TB_overlay {
	display: none;
	position: fixed;
	cursor: pointer;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
}

.TB_overlayMacFFBGHack {
	background: url("../../templates_IDE/images/galerie_macFFBgHack.png") repeat; /* uses png overlay so hide flash. */
}
.TB_overlayBG {
	background-color: black;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

* html #TB_overlay { /* ie6 hack */
/*
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	*/
}

#TB_window {
	z-index: 102;
	display: none;
	text-align: left;

	background-color: #1f1f1f;
	color: #e6e6e6;

	/*************************************/
	/* Sascha ändert zu Scroll-Fähigkeit */
	/*************************************/

	/*position: fixed;*/
	/*top: 50%;
	left: 50%;*/

	padding: 35px 35px 15px 35px;
  overflow: auto;
	position: fixed;
  top: 10;
  bottom: 0;
	left: 50%;
  height: 92%;
  border: none;

	/*************************************/
	/* Sascha ändert zu Scroll-Fähigkeit */
	/*************************************/

}

* 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 {
	/*margin: 1px 0 0 1px;*/
	border: 1px solid white;
}

#TB_textarea {
	padding: 5px 10px 14px 10px;
}

#TB_textarea div {
	line-height: 16px;
}

#TB_caption{
	width: 83%;
}

#TB_caption em {
	font-style: normal;
	color: #aaa;
}

#TB_closeWindow{
	float: right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

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

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 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: 50%;
	left: 50%;
	margin: -6px 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: white;
	border: none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

* 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_textarea .clear {
    height: 0;
}

