/* -------------------------------------------*/
/* -------->>> thickbox settings <<<----------*/
/* -------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.9;
}
.TB_overlayMacFFBGHack{
	background-color:#e9e1bd;
}
#TB_window {
	z-index: 102;
	display:none;
}
#TB_window img#TB_Image {
	display:block;
	border:none;
}
#TB_closeWindow{
	text-align:center;
}
#TB_closeAjaxWindow{
	position:absolute;
	top: 0px;
	left: 640px;
}
#TB_closeAjaxWindow a{
	display: block;
}
#TB_closeAjaxWindow a img{
	opacity: 0.8;
}
#TB_closeAjaxWindow a:hover img{
	opacity: 1;
}
#TB_ajaxContent{
	clear:both;
	padding: 0;
	margin: 0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding: 0;
	margin: 0;
}
#TB_ajaxContent p{
	padding: 0;
	margin: 0;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 45%;
	left: 50%;
	margin-left: -23px;
}
/*
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity: 100;
	opacity: 100;
	height:100%;
	width:100%;
}
*/
#TB_iframeContent{
	clear:both;
	border:none;
}
