div.box {float:left;width:100%;}

div.box_content {
	float:left;
	border:1px solid #7e9db9; 
	padding:3px;
	margin-bottom:10px;
	width:620px;
	clear:both;
}
div.box_content h3 {
	/*background:#eaf3fa;*/
	color:#000;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	margin: 0; /* 0 10px;*/
	cursor:pointer;}

table.flights {
	border-collapse: collapse;
	width: 600px;
	margin: 10px;
	font-size: 1em;
}
table.flights th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2em;
}
table.flights td {
	padding: 6px 5px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
table.flights td * {padding: 6px 5px;}
table.flights tr.alt td {	background: #ecf6fc;}
table.flights tr.over td {background: #bcd4ec;}
/*tr.alt:hover td {background:#ffc;}*/
table.flights tr.empty td {background:#fff;}

table.flights a:link, a:visited, a:hover {color:#e03e34;text-decoration:none;}

table.tbl {
	border-collapse:collapse;
	width:620px;
	margin:10px;
	font-size:0.95em;
}

table.tbl td {
	padding:3px;
}

table.tbl hr {height:1px; padding:0px; border-top:1px dashed #a7d4e9;}

table.tbl tr.hdr td {background:#f1f9fc;border-bottom:1px solid #7e9db9;border-top:1px solid #7e9db9;font-size:1em;font-weight:bold;margin-top:10px;}
table.tbl tr.rs td {border-top:1px solid #a7d4e9;padding:5px 5px 5px 15px;}

.kopsps {font-weight:bold;padding:0px 5px 5px 5px;border-bottom:2px solid #a7d4e9;font-size:1.1em;}
.spsrow {padding:2px;border-top:1px solid #a7d4e9;border-bottom:1px solid #a7d4e9;}

a.blue:link, a.blue:visited {color:#3e83c9;text-decoration:none;}
a.blue:hover {color:#7e9db9;text-decoration:underline;}

span.blue {padding:0 3px 0 3px;}
/* Toegevoegd aan rekallstyle voor de vluchten a.g.v. moeten weghalen van site.js voor het kalendertje */
#winkelwagentje {min-height:420px !important;}

.klein {font-size:0.9em;color:#666;font-weight:normal;}

#loading {
    display: none;    
    width: 500px;
    background:#fff;	/*f1f9fc;*/
    border:1px solid #3c8ac4;	/*7e9db9;*/
    color:#df3e34;
    font-size:1.2em;
    font-weight:bold;
    padding:5px;
    text-align:center;
}

div.bluebox	{
	float:left;
	background:#f1f9fc;
	border:1px solid #a7d4e9;
	padding: 15px 10px 15px 10px;
	color:#002a69;	/*0e3f9b;*/
}

.bluebox input, select {
	border: 1px solid #7e9db9;
	width:150px;
	font-size:0.83em;
	padding:1px;
}

.error {font-weight:bold;color:red;}

.pickerImg {margin-left:3px;padding-bottom:1px;cursor:pointer;}
input.picker {padding-left:2px;}

.alt {background:#f1f9fc;}

.inner {width:270px;float:left;margin-right:5px;border-right:1px dashed #a7d4e9;}

.bluebox a:link, .bluebox a:visited {color:#70bfea;text-decoration:underline;}
.bluebox a:hover {color:#7e9db9;text-decoration:none;}

div.bluebox table {margin:7px;}
div.bluebox td {padding:3px;}
.dik {font-weight:bold;}

input.knop {
	background:#8acaee;	/*#202962;/*#c6d5e9;*/
	border:0;
	padding:1px;
	color:#fff;	/*#30426A;*/
	cursor:pointer;
	font-size:0.83em;
	font-weight:bold;
}

input.knop:hover {
	background:#7e9db9;	/*#c42e2d;	/*202962;*/
	cursor:pointer;
}

#result {min-height:240px !important;width:100%;float:left;}

label span.agerange, .info {
	font-size:9px;
	color:#c42e2d;
}


