.countdown_section { display: inline; }

#cluetip {
    border: 2px solid #f20059;
    color: #000000;
}

.profile_entry {
    height: 30px;
}

.profile_key {
    text-align: right; 
    padding: 0px 20px 0px 20px; 
}

.profile_value {
    background-color: #0d0d0f; 
    margin: 0px; 
    padding: 0px 20px 0px 20px;
    border:0px;
    border-bottom:1px solid #ffffff;  
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 955px;
/*left: 0;*/
top: 0;
visibility:hidden;
margin: 0 auto;
z-index: 9999;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: black;
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/

}


#geomap {
	
}

.point {
	width: 15px;
	height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	background: url('/images/puntje.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.country {
    padding: 15px 0px 0px 10px;
	width: 161px;
	height: 111px;
	background: url('/images/action-speech.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 999;
}

.loader {
    background: url('/images/laden.gif');
    background-repeat: no-repeat;
}


.flag {
    display: inline;
}

#wereldkaart {
	float:left;
	width:700px;
	height:300px;
	background-image:url('/images/wereldkaart.jpg');
	background-position:center center;
}

.quickstats_item {
	clear:both;
	border-bottom:1px solid #2a2a2a;
	height:20px;
	line-height:22px;
	font-size:9pt;

}

.quickstats_landnaam {
	float:left;
	margin:0px;
	padding:0px;
}
.quickstats_landnaam a {
	color:#ffffff;
	text-decoration:none;
}	
.quickstats_landnaam a:hover {
	color:#25bee3;
	text-decoration:none;
}	

.quickstats_cijfer {
	float:right;
	color:#ffffff;
}

