/*********************/
/* thickbox settings */
/*********************/

div#TB_overlay {
	height:100%; 
	left:0px; 
	position:fixed; 
	top:0px; 
	width:100%; 
	z-index:100;
	}
div.TB_overlayMacFFBGHack {
	background:url(../img/elements/body-transparent-bkg.png) repeat;
	}
div.TB_overlayBG {
	background-color:#000; 
	filter:alpha(opacity=60); 
	-moz-opacity:0.60; 
	opacity:0.60;
	}
div#TB_window {
	font:bold 10px verdana, arial, sans-serif;
	position:fixed;
	background:#ffffff;
	z-index:102;
	color:#000000;
	display:none;
	border:4px solid #525252;
	text-align:left;
	bottom:50%;
	left:50%;
	}
div#TB_window img#TB_Image {
	display:block;
	margin:6px 0 4px 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
	}
div#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}
div#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	}
div#TB_title {
	background-color:#e8e8e8;
	height:27px;
	}
div#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}
div#TB_ajaxContent.TB_modal {
	padding:15px;
	}
div#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
	}
div#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px; /* -height/2 0 0 -width/2 */
	}
div#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%;
	}
iframe#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	}
	
/*******************/
/* custom settings */
/*******************/

span.title {
	display:block;
	padding-top:10px;
	margin:4px 18px 0 14px;
	color:#c00;
	text-align:center;
	}
div.hasTitle span.title {
	padding-top:0;
	}
div#TB_caption span.caption { /* title/caption area */
	color:#333;
	display:block;
	line-height:15px;
	margin:0 15px;
	padding-bottom:8px;
	text-align:center;
	}
div#TB_caption div#TB_secondLine { /* area with controls */
	background:#cecece;
	height:16px;
	padding:5px;
	overflow:hidden;
	position:relative;
	}
span#TB_counter {
	background:url(../img/elements/count.png) 0 0 no-repeat;
	color:#333;
	display:block;
	height:16px;
	line-height:16px;
	margin:0 auto;
	padding-left:16px;
	text-align:right;
	width:50px;
	}
span#TB_next a, span#TB_prev a {
	display:block;
	height:16px;
	overflow:hidden;
	position:absolute;
	text-indent:-100px;
	top:5px;
	width:16px;
	}
span#TB_next a {
	background:url(../img/elements/next.png) 0 0 no-repeat;
	right:5px;
	} 
span#TB_prev a {
	background:url(../img/elements/prev.png) 0 0 no-repeat;
	left:5px;
	}
div#TB_closeWindow a {
	background:url(../img/elements/close.png) 0 0 no-repeat;
	cursor:pointer;
	height:16px;
	overflow:hidden;
	position:absolute;
	right:3px;
	text-indent:-100px;
	top:3px;
	width:16px;
	}
div#TB_load {
	background:#fff url(../img/elements/loading.gif) center center no-repeat;
	border:4px solid #525252;
	height:50px;
	width:50px; 
	}

