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

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

img { border: none; } 
a.thickbox {
    color:000;

 } 
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	z-index: 102;
	display:none;

}

#TB_window img {
	
	margin:0 ;

}

#TB_caption{
	
	float:left;
}

#TB_closeWindow{
	
	float:right;
}

#TB_closeAjaxWindow{

	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;

}

#TB_title{
	
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;

}

#TB_ajaxContent p{
	
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;

}
