/*
	Title:      Print style
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* common tags 
============================================================= */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto !important;
	padding: 0 5%;
	background-color: #fff;
	background-image:none;
	color: #000;
}

body, td, p, li, div {
	font-size: 10pt !important;
}

#pageBase{
	background:none;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}


h4, h5, h6 {
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
}

h2, h3, h4, h5, h6 {
	margin-top: 30px;
}

p {
	margin:-top: 5px;
}

td, th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important; /* Let op! Zet de font-sizes in punten (pt) */
}
a {
	color: #000;	
}
a img {
	border: none;
}

ul {
	list-style: square;
	margin: 10px 0 20px 0px;
	padding: 0;
}

ul li {
	margin-left: 20px;	
}

ul li img {
	margin-right: 10px;
}

ul.inlineList a {
	text-decoration: none;
}

/* tables
============================================================= */

table {
	margin-bottom: 20px;
}

table thead,
table .footerNav {
	display: none;
}

table td {
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid #ccc;
}

table td a {
	text-decoration: none;
}

/* hr
============================================================= */

hr {
	margin: 0 !important;
	padding: 0;
	height: 0px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	clear: both;
	position: relative;
}

/* clubNames
============================================================= */

.clubNames {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* blockitem
============================================================= */

.blockItem {
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0px;
	border-top: 1px solid #ccc;
}

.blockItem h5 {
	margin-top: 0;
}

.blockItem img {
	float: left;
}

.blockItem .blockBody {
	margin-left: 107px;
}

/* result
============================================================= */

.result {
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0px;
	border-top: 1px solid #ccc;
}

.result h2 {
	margin: 0 0 10px 0;
	font-size: 14pt;
}

.result h4 {
	margin-top: 0;
}

.result h4 a {
	text-decoration: none;
}

.result .price {
	font-weight: bold;
	margin: 10px 0;
}

.result .price a {
	font-size: 14px;
	text-decoration: none;
}

.result .image {
	float: left;
	width: 205px;
}

.result .location,
.result .name,
.result .details,
.result .price,
.result .priceper,
.result .icons  {
	margin-left: 205px;
}

.result a {
	text-decoration: none;
}

/* matchCol1 (VR05)
============================================================= */

.matchCol1 {
	width: 80%;
	float: left;
}

.matchCol2 {
	width: 20%;
	float: right;
}

/* trip_content
============================================================= */

#trip_content {
	clear: both;
}

#trip_content .tripCol1 {
	width: 48%;
	float: left;
}

#trip_content .tripHeader {
	margin-bottom: 10px;
}

#trip_content .headerItems {
	position: relative;
}

#trip_content .headerItems .icons {
	width: 80px;
	float: left;
}

#trip_content .tripCol2 {
	width: 48%;
	float: right;
}

#trip_content .headerItems .tripCol2 .icons {
	float: left;
	width: 60px;
}

#trip_content .headerItems .matchTickets {
	position: absolute;
	right: 0;
	top: 0;
}

/* print stylesheet redesign
============================================================= */

#header {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

/* footer
============================================================= */

#footer {
	margin-top: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .col4 {
	margin-top: 10px;
	width: 70px;
	float: left;
}

#footer .col5 {
	margin-top: 10px;
	width: 10cm;
	float: left;
}

#footer .col6 {
	float: right;
}

/* expandingHeader (VR07)
============================================================= */

.expandingHeader h2,
.expandingHeader h2 a {
	font-size: 14px;
	text-decoration: none;
}

/* vul onderstaande aan met elementen die niet nodig zijn voor de print
============================================================= */

.non_print,
.breadcrumb,
#header #navigation,
#visual,
.paging,
.search-controls,
.more-price-info,
.print,
#sidebar,
.footerNav,
#footer .col1,
#footer .col2,
#footer .col3 {
	display:none;
}