/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> gbackup - settings needed for thickbox <<<--------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(/imgs/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
* 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:none;
	text-align:left;
	top:50%;
	left:50%;
}
* 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_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:#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');
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> gbackup - settings needed for modal <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#modal_content {
	border:1px solid #DFDFDF;
	background:#F8F8F8 url(/imgs/ico_title.jpg) repeat-x top;
}
#modal_content .title_confirm {
	background:url(/imgs/ico_title_confirm.jpg) no-repeat;
	height:41px;
}
#modal_content .title_confirm h3 {
	color:#333333;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 0px 50px;
}
#modal_content .title_error {
	background:url(/imgs/ico_title_error.jpg) no-repeat;
	height:41px;
}
#modal_content .title_error h3 {
	color:#333333;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 0px 50px;
}
#modal_content .content {
	margin:0px;
	padding:0px 10px 10px 50px;
}
#modal_content .content p {
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	line-height:20px;
	margin:0px;
}
#modal_content .buttons {
	margin:0px;
	padding:0px 0px 10px 0px;
	text-align:center;
}
.button {
	color:#333333;
	background:url(/imgs/bg_button.jpg) repeat-x;
	border:1px solid;
	border-top-color:#999999;
	border-right-color:#333333;
	border-bottom-color:#333333;
	border-left-color:#999999;
	font:Verdana;
	font-size:13px;
	font-weight:bold;
	height:28px;
	width:auto;
}
.button:active {
	border-top-color:#333333;
	border-right-color:#999999;
	border-bottom-color:#999999;
	border-left-color:#333333;
}