	@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #555555;
	font-size: 12px;
	line-height: 18px;
}
TB_secondLine  {    
  clear: both;
  padding-top: 10px;
}
#TB_window a {
	color: #0087ea;
}
#TB_window a:hover {
	color: #cd4800;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 200000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background: url(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: #f9f9f9;
	z-index: 200002;
	color: #000000;
	display: none;
	/*border: 4px solid #525252;*/
	-moz-box-shadow: 1px 1px 100px #111;
	-webkit-box-shadow: 1px 1px 100px #111;
	box-shadow: 1px 1px 100px #111;
	text-align: left;
	top: 50%;
	left: 50%;
	background-image: url(/img/bg.thickbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}
* 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;*/
	margin: 15px auto 0;	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {    
	padding: 9px 30px 18px 25px;
	color:#585757;
}
#TB_caption div.caption {
  margin-bottom: 6px;  
  padding:0 3px;
  display: block;
}
#TB_closeWindow {
	position: absolute;
	z-index: 200004;
	top: 15px;
	right: -27px;
	padding: 4px 4px 4px 0;
	background-color: #f9f9f9;
}
#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin: -4px 0 0;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}
#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: 28px;
	z-index: 200003;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -28px;
/* -height/2 0 0 -width/2 */
}
#TB_load img {
	background-color: #f9f9f9;
	padding: 5px;
	border: 1px solid #525252;
}
* 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: 199999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f9f9f9;
	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 {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
#TB_next, #TB_next a, #TB_next span, #TB_prev, #TB_prev a, #TB_prev span {
	display: block;
	float: left;
	line-height: 27px;
	font-weight: bold;
	color:#3a3a3a;
	height: 27px;
}
#TB_next a, #TB_prev a, #TB_next a:hover, #TB_prev a:hover {
	background-image: url(/img/bg.thickbox.btn.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 10px;
	_padding-top: 7px;;
	color:#3a3a3a;	
	text-decoration: none;
}
#TB_next, #TB_prev {
 	background-image: url(/img/bg.thickbox.btn.left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
}
#TB_next img {
	padding-left: 5px;
}
#TB_prev img {
	padding-right: 5px;
}
#TB_next span, #TB_prev span {
 	background-image: url(/img/bg.thickbox.btn.right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 3px;
}
#TB_next {
	float: right;
}
#TB_foto {
  margin:0 auto;  
	text-align: center;
  color:#999999;
  line-height: 27px;
	font-size: 11px;  
}
