/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body							{	padding:0; margin:0; width:100%}
body form.popup					{	padding:0; margin:0; width:100%; float:left; display:inline}
body form.popup fieldset		{	padding:0; margin:0; width:100%; float:left; display:inline}
body form.popup fieldset .mandatory
								{	color:#FF0000 !important}
body form.popup fieldset h1		{	padding:20px 0; width:100%; float:left; display:inline;
									background:#eee; border-bottom:1px solid #dcdcdc; margin:0 0 10px 0}
body form.popup fieldset h1	span{	padding:0 0 0 20px; margin:0; float:left; display:inline;
									color:#f34a00; font-size:18px; font-weight:normal}
body form.popup fieldset .row	{	margin:10px 0 0 0; width:100%; float:left; display:inline}
body form.popup fieldset .row label
								{	width:30%; float:left; display:inline; padding:3px 10px 3px 0;
									font-weight:bold; color:#333; text-align:right}
body form.popup fieldset .row label.long
								{	width:440px; float:left; display:inline; padding:3px 10px 3px 20px;
									font-weight:bold; color:#333; text-align:left}
body form.popup fieldset .row input.text
								{	width:200px; float:left; display:inline;
									padding:2px; font-size:12px; color:#777;
									border-top:1px solid #CCC; border-left:1px solid #CCC;
									border-right:1px solid #999; border-bottom:1px solid #999}
body form.popup fieldset .row input.text.pass
								{	margin:0 0 0 20px}
body form.popup fieldset .row select
								{	width:50px; float:left; display:inline;
									padding:1px; font-size:12px; color:#777;
									border-top:1px solid #CCC; border-left:1px solid #CCC;
									border-right:1px solid #999; border-bottom:1px solid #999}
body form.popup fieldset .row textarea
								{	width:200px; float:left; display:inline; height:100px;
									padding:2px; font-size:12px; color:#777;
									border-top:1px solid #CCC; border-left:1px solid #CCC;
									border-right:1px solid #999; border-bottom:1px solid #999}
body form.popup fieldset .row input.captcha
								{	width:117px; float:left; display:inline;
									height:16px; border-top:1px solid #CCC;
									border-right:1px solid #999; border-bottom:1px solid #999}
body form.popup fieldset .row img
								{	width:80px; float:left; display:inline;
									height:20px; border-top:1px solid #CCC; border-left:1px solid #CCC;
									border-bottom:1px solid #999}
body form.popup fieldset .bottomline
								{	margin:20px 0 0 20px; float:left; display:inline; width:440px;
									padding:15px 0 0 0; border-top:1px solid #dcdcdc}
body form.popup fieldset .bottomline span
								{	float:left; display:inline; color:#777}
body form.popup fieldset .bottomline .btn
								{	float:right; display:inline; color:#111; cursor:pointer;
									text-align:center; padding:0; margin:0; width:68px; height:28px;
									background:url(../img/thick-btn.gif) top right no-repeat;}
body form.popup fieldset .bottomline .btn:HOVER
								{	background:url(../img/thick-btn.gif) top left}
body form.popup fieldset .table	{	margin:10px 0 10px 20px; width:931px; float:left; display:inline;
									border-left:1px solid #CCC; border-top:1px solid #CCC;
									border-bottom:1px solid #CCC}
body form.popup fieldset .header{	width:100%; float:left; display:table; background:#fdfbca}
body form.popup fieldset .column{	width:30%; display:table-cell; border-right:1px solid #CCC;
									padding:10px 0; vertical-align:top}
body form.popup fieldset .short	{	width:10%; font-weight:bold}
body form.popup fieldset .header .column select
								{	width:200px; display:inline; float:left; font-size:12px;
									font-family:Arial, Sans-serif, Helvetica; margin:0 0 0 10px}
body form.popup fieldset .row	{	width:100%; float:left; display:table; background:#FFF;
									margin:0}
body form.popup fieldset .row .column span,
body form.popup fieldset .row .column strong
								{	float:left; display:inline; color:#333; padding:0 5px}
body form.popup fieldset .row .column img
								{	float:left; display:inline; width:100px; height:auto;
									border:none}
*{padding: 0; margin: 0;}

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

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

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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:#FFFFFF;
	display:none;
	border: 4px solid #525252;
	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_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	color:#FFFFFF;
}

#TB_closeAjaxWindow{
	display:inline;
	float:right;
	height:16px;
	width:16px;
	margin:6px 6px 0 0;
}
#TB_closeAjaxWindow a{
	display:inline;
	float:right;
	height:16px;
	width:16px;
	background:url(../img/thick-close.gif) top right no-repeat;
	text-indent:50px;
	overflow:hidden;
	cursor:pointer;
}
#TB_closeAjaxWindow a:HOVER{
	background-position:top left
}

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

#TB_title{
	background-color:#e9af00;
	height:27px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:100%
}

#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:#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');
}

#TB_iframeContent{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:100% !important
}

