/* @override http://uden.kliknieuws.dev/css/report.css */

/* @group Main */
#center {
	float: left;
	width: 705px;
}

#right {
	display: none;
}
/* @end */

/* @group Photo */
.photo {
	width: 705px;
}

.photo .active {
	float: left;
	width: 466px;
}

.photo .thumbs {
	float: right;
	margin-left: 9px;
	width: 212px;
}

.photo .date {
	background: url(/images/sprites.gif) no-repeat -172px -203px;
	color: white;
	float: left;
	font-size: 9px;
	font-weight: bold;
	height: 12px;
	line-height: 12px;
	margin: 3px 9px 0 0;
	text-align: center;
	width: 60px;
}

.photo h1 {
	color: #666;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo .header {
	background: url(/images/sprites.gif) no-repeat -3px -401px;
	height: 10px;
	position: relative;
}

.photo .content {
	background: url(/images/components/report_border_bg.gif) repeat-y;
	padding: 0 9px;
}

.photo .footer {
	background: url(/images/sprites.gif) no-repeat -3px -409px;
	height: 8px;
}
/* @end */

/* @group Thumbs Pager */
.photo .row {
	margin-bottom: 9px;
}

.photo .thumb-odd {
	float: left;
	width: 100px;
}

.photo .thumb-even {
	float: right;
	width: 100px;
}
/* @end */

/* @group Navbar */
.report_navbar {
	background: url(/images/sprites.gif) no-repeat -3px -419px;
	height: 32px;
	margin: 0 0 9px 0;
	width: 460px;
}

.report_navbar_border {
	background: url(/images/sprites.gif) no-repeat -58px -419px;
	height: 30px;
	margin-left: 5px;
	position: relative;
	width: 461px;
}

.report_navbar .overview,
.report_navbar .vorige,
.report_navbar .volgende {
	background: url(/images/sprites_pijl.gif) no-repeat 0 -164px;
	color: white;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 21px;
	line-height: 15px;
	margin-top: 3px;
	padding: 4px 0 0 30px;
}

.report_navbar .vorige {
	background-position: right -190px;
	color: #8a8a8a;
	left: 150px;
	padding: 4px 30px 0 0;
	position: absolute;
}

.report_navbar .volgende {
	background-position: 0 -215px;
	color: #8a8a8a;
	left: 235px;
	margin-left: auto;
	position: absolute;
}

.photo_actions {
	float: right;
	margin-right: 5px;
	position: relative;
	text-align: right;
	width: 120px;
}

.photo_actions a.print,
.photo_actions a.download {
	color: white;
	background: none;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	position: absolute;
	right: 0;
	top: 2px;
}
.photo_actions a.download {
	height: 1em;
	top:  15px;
}
/* @end */

/* @group Pager */
.page_nav {
	margin-bottom: 6px;
}
/* @end */

