* {
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 11px;
}

body.in-app #wrapper {
	width: 716px;
	padding: 13px;
}

body.in-app .header a {
	display: block;
	text-indent: -5000px;
	width: 716px;
	height: 145px;
	background: url(/img/header_large_nl.jpg) no-repeat;
	margin-bottom: 13px;
}
body.in-app .header.fr a {
	background: url(/img/header_large_fr.jpg) no-repeat;
}

body.in-page .header a {
	display: block;
	text-indent: -5000px;
	width: 502px;
	height: 101px;
	background: url(/img/header_small_nl.jpg) no-repeat;
	margin-bottom: 13px;
}
body.in-page .header.fr a {
	background: url(/img/header_small_fr.jpg) no-repeat;
}

body.in-app .inner {
	border: 1px solid #ddd;
}
body.in-page .inner {
	border: 1px solid #ddd;
}

.controls {
	margin-top: 9px;
}
.controls .language {
	float: left;
	margin-left: 16px;
}
.controls .pager {
	float: right;
	margin-right: 16px;
}

.clear-box {
	clear: both;
	float: none;
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

table {
	clear: both;
	width: 100%;
	border-spacing: 0;
	border-padding: 0;
	margin-top: 3px;
}
tr.head {
	background: #fe020f;
	color: #fff;
	height: 30px;
}
th {
	vertical-align: middle;
	border-left: 1px solid #fff;
}
th.location {
	width: 140px;
}
th.share {
	width: 140px;
}

tr.odd {
	background: #f5f5f5;
}

th, td {
	padding-left: 16px;
	text-align: left;
}
th a {
	color: #fff;
}

td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	margin: 0;
	color: #fe020f;
}
p {
	margin: 0;
}

a {
	color: #fe020f;
	text-decoration: none;
}

a.facebook_icon {
	background: url(/img/share.gif) no-repeat;
	padding-left: 20px;
	display: block;
	height: 16px;
}

a.inactive {
	color: #666;
}

div.bottom {
	margin-top: 13px;
}

div.bottom a {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 22px;
	vertical-align: middle;
	color: #fff;
	margin: 0 auto;
	background: #fe020f;
	text-align: center;
}