html, body {margin:0;padding:0;}

table {font-family:Verdana, Ariel, sans-serif;font-size:8pt;line-height:25px;}

#country_container {
	background-color:#FFEAAB;
	color:white;
	background-image: url(../images/bg_landen.gif);
	background-repeat: repeat-y;
}

#countries {
	height:100%;
	width:100%;
	border: 0px solid #FFEAAB;
	border-collapse: collapse;
	list-style: none;
	padding: 0;
	margin:0;
}

#countries img {
	margin-left: 15px;
}

#countries li.empty {height:10px;border-right:1px solid #FFC20E;}

#countries .active {
	background-color: white;
	border-left: 1px solid #FFC20E;
	border-top: 1px solid #FFC20E;
	border-bottom: 1px solid #FFC20E;
	border-right: 1px solid white;
	color: black;
}

#countries td {
	padding-left: 15px;
}

.inactive {
	border-right: 1px solid #FFC20E;
	cursor: pointer;
	color: black;
}


table#nl {display:table;}
table#be {display:none;}
table#fr {display:none;}
table#de {display:none;}

table.countryInfo {
	background-color: white;
	color: #646464;
	border: 1px solid white;
	border-collapse: collapse;
}
table.countryInfo caption {font-size:150%;font-weight:900;padding-bottom:10px;}

table.countryInfo thead th {
	background-color: black;
	color: white;
	border: 1px solid white;
	padding: 1px 4px; 
}

table.countryInfo thead th.meta {
	background-color: #FFC20E;
	color: black;
	border: 1px solid white;
	padding: 1px 4px; 
}

table.countryInfo thead th.empty {
	background-color: white;
	border: 1px solid white;
	padding: 1px 4px; 
}

table.countryInfo tbody th {
	background-color: #D9D9D9;
	text-align: left;
	padding: 1px 4px; 
	border: 1px solid white;
}

table.countryInfo tbody td.price {
	background-color: #FFF0C3;
	text-align: right;
	padding: 1px 4px; 
	border: 1px solid white;
	width: 75px;
}

table.countryInfo tbody td.payout {
	background-color: #FFEAAB;
	text-align: right;
	padding: 1px 4px; 
	border: 1px solid white;
	width: 75px;
}
img {margin-right:5px;}
p {font-size:smaller;font-style:italic;line-height:10pt;text-align:left;}

ul.note {
	font-size:smaller;
	font-style:italic;
	line-height:10pt;
	text-align:left;
	margin:0;
	padding:0;
	margin-top: 1em;
	list-style-type:none;
}

ul.note li {
	margin:0;
	padding: 0.1em 1em;
}

