@charset "utf-8";
/* CSS Document */

body {
	overflow: hidden;
	}

#TB_overlay {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}

.TB_overlayBG {
	background-color:#000000;
	opacity:0.75;
	filter:alpha(opacity=75);
}

#TB_window {
	background:#052e58 none repeat scroll 0 0;
	color:#000000;
	display:none;
	left:50%;
	position:absolute;
	text-align:left;
	top:50%;
	z-index:102;
	margin-left: -275px !important;
	margin-top: -200px !important;
}

#TB_title {
	position: relative;
	display: block;
}

#TB_ajaxWindowTitle {
	float:left;
	margin-bottom:1px;
	padding:7px 0 5px 10px;
}


#TB_closeAjaxWindow {
	margin-bottom:1px;
}

#TB_closeWindowButton {
	float: right;
	background-image:url(/img/btn_sluiten.png);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	}
	
#TB_closeWindowButton a {
	color: #FFFFFF;
	}

#TB_window a:link {
	color:#666666;
}

#TB_ajaxContent {
	clear:both;
	overflow:hidden;
}

span.none {
	position: absolute;
	left: -9999px;
	}
