/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_caption {
	color:#FFFFFF; 
	padding:0px 10px 5px 10px;
	font-size:18px;
	text-align:left;
}
#TB_subtitle {
	font-size:13px;
	font-weight:normal;
}
#TB_closeWindow {
	background:none;
	padding:0px 2px 0px 0px;
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
}
a.TB_closeWindowButton:link, a.TB_closeWindowButton:hover, a.TB_closeWindowButton:active, a.TB_closeWindowButton:visited { padding:1px 2px 1px 2px; color:#FFFFFF; font-size:16px; font-weight:bold; text-decoration:none; }
a.TB_closeWindowButton:hover { text-decoration:underline; }

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background:url(../imagens/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:none;
	z-index: 102;
	color:#000000;
	display:none;
	border:none;
	text-align:center;
	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{
	background-color:#FFFFFF;
	text-align:center;
	font-size:18px;
	font-weight:300;
	position: fixed;
	display:none;
	width:208px;
	padding:30px 0px 20px 0px;
	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');
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> settings needed for modal <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#modal_content {
	border:1px solid #DFDFDF;
	background:#F8F8F8 url(../imagens/ico_title.jpg) repeat-x top;
}
#modal_content .title_confirm {
	background:url(../imagens/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(../imagens/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(../imagens/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;
}