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

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

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_secondLine span.imageCount { display: none; }
a#TB_prev, a#TB_next {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 30005;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}
a#TB_prev { left: 0px; }
a#TB_next { right: 0px; }

span.ico {
	position: absolute; 
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#left_ico {
	left: -9999px;
	background: transparent url('/assets/images/fancybox/fancy_left.png') no-repeat;
}

span#right_ico {
	right: -9999px;
	background: transparent url('/assets/images/fancybox/fancy_right.png') no-repeat;
}

a#TB_prev:hover {
  visibility: visible;
}

a#TB_next:hover {
  visibility: visible;
}

a#TB_prev:hover span {
	left: 20px; 
}

a#TB_next:hover span {
	right: 20px; 
}


#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

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

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

#TB_window {
	position: fixed;
	background: #FFF;
	color:#000000;
	display:none;
	border: 0px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	z-index: 30006;
}

#TB_window img#TB_Image {
	display:block;
}

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

#TB_closeWindow {
	position: absolute;
	top: -16px;
	right: -19px;
	height: 38px;
	width: 35px;
	cursor: pointer;
	z-index: 30005;
	text-indent: -9999em;
	overflow: hidden;
}

#TB_closeAjaxWindow {
	position: absolute;
	top: -20px;
	right: -21px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	z-index: 30005;
	text-indent: -9999em;
	display: block;
	overflow: hidden;
}

#TB_closeWindow a, #TB_closeAjaxWindow a {
	width: 35px;
	height: 35px;
	background: url('/assets/images/fancybox/fancy_closebox.png') no-repeat 0 0;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}

* html #TB_closeWindow a, * html #TB_closeAjaxWindow a {background: url('/assets/images/fancybox/fancy_closebox.gif') no-repeat 0 0;}

#TB_closeWindow a:hover, #TB_closeAjaxWindow a:hover {
	background-position: 0 -38px !important;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 3003;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_n.png') repeat-x;
}
* html div.fancy_bg_n {background: none;}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_ne.png') no-repeat;
}
* html div.fancy_bg_ne {background: none;}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_e.png') repeat-y;
}
* html div.fancy_bg_e {background: none;}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_se.png') no-repeat;
}
* html div.fancy_bg_se {background: none;}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_s.png') repeat-x;
}
* html div.fancy_bg_s {background: none;}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_sw.png') no-repeat;
}
* html div.fancy_bg_sw {background: none;}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_w.png') repeat-y;
}
* html div.fancy_bg_w {background: none;}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/images/fancybox/fancy_shadow_nw.png') no-repeat;
}
* html div.fancy_bg_nw {background: none;}


#TB_ajaxWindowTitle{
	display: none;
	background:transparent;
}

#TB_title{
	display: block;
	position: relative;
	z-index: 10;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	border: none;
	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:47px;
	width:47px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -47px 0 0 -47px; /* -height/2 0 0 -width/2 */
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#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%;
}

#TB_iframeContent{
	padding:0;
	border: none;
	position: relative;
	z-index: 30004;
	margin-bottom:0px;
	margin-top:0px;
}