/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 11px Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#TB_secondLine {
	font: 11px Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #b41a0e;
}
#TB_window a:link {
	color: #222222;
	text-decoration: none;
}
#TB_window a:visited {
	color: #222222;
	text-decoration: none;
}
#TB_window a:hover {
	color: #222222;
	text-decoration: none;
}
#TB_window a:active {
	color: #222222;
	text-decoration: none;
}
#TB_window a:focus {
	color: #222222;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}
#TB_window {
	position: absolute;
	background: white;
	z-index: 102;
	color: rgb(255,51,0);
	display: none;
	text-align: left;
	border: 1px solid #333333;
    margin-bottom: 3px;
}
#TB_window img {
	display: block;
	margin: 15px 0 0 15px;
	border: 1px dashed #333333;
}
#TB_caption {
    font-weight: normal;
	height: 22px;
	padding: 15px 0px 0px 17px;
	float: left;
}
#TB_closeWindow {
	height: 22px;
	padding: 15px 17px 10px 0px;
	float: right;
}
#TB_closeAjaxWindow {
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 0px 10px;
	margin-bottom: 1px;
}
#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}
#TB_ajaxContent {
	clear: both;
	padding: 2px 0px 0px 0px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}
#TB_load {
	position: absolute;
	display: none;
	height: 58px;
	width: 100px;
	padding-top: 42px;
	text-align: center;
	z-index: 101;
	background: #FFFFFF;
	border: 1px solid black;
}
#TB_HideSelect {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
