/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 98%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#TB_window a:link {color: #333333; text-decoration: none;}
#TB_window a:visited {color: #333333;  text-decoration: none;}
#TB_window a:hover {color: #FFFFFF;  text-decoration: none;}
#TB_window a:active {color: #FFFFFF;  text-decoration: none;}
#TB_window a:focus{color: #FFFFFF;  text-decoration: none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#808080;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
	text-align:left;
	/*background: yellow;*/
	/*display:none;*/
	/*border: 4px solid #525252;*/
}

#TB_window img {
	display:block;
	margin: 0px 0 0 0px;
	border: 2px solid #FFFFFF;
}

#TB_plaque{
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 100%;
	background-color: inherit;
}

#TB_plaque_insert{
	padding: 5px;
}

#TB_caption{
	display: block;
	padding:0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	/*height:25px;*/
	/*float:left;*/
	/*background-color: blue;*/
}

#TB_closeWindow{
	display: none;
	padding:0;
	width: 20%;
	background-color: #00FFFF;
	/*float:right;*/
	/*height:25px;*/
}

#TB_closeAjaxWindow{
	padding:5px 50px 7px 0px;
	margin-bottom:1px;
	text-align:right;
	float:right;
	font-weight: bold;
}

#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 5px 15px 5px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

