/*----------------------- ROUTEPLAN --------------- */
.start_addr{
	margin-bottom:15px;
}
.dest_addr{
	margin-top:15px;
}
.table_steps{
	width:790px;
	border-top:1px dashed #A6B5CC;
}

.table_steps td{
	border-bottom:1px dashed #A6B5CC;
}
.step_duration{
	border-right:1px dashed #A6B5CC;
	width:50px;
	text-align:center;
}
.step_distance{
	border-right:1px dashed #A6B5CC;
	width:60px;
	text-align:right;
}
.step_image{	
	border-right:1px dashed #A6B5CC;
	width:50px;
	text-align:center;
}
.step_description{
}
.route_vak{
	border:1px solid #E0E0EC;	
	padding:10px 10px 10px 60px;
	margin-bottom:10px;
	text-align:left;	
}
#route_vak_afstand{
	margin-right:10px;
	background:url(../images/routeplanner/afstand.gif) 10px no-repeat #F7F7F7;
}
#route_vak_print{
	background:url(../images/routeplanner/afdrukken.gif) 10px no-repeat #F7F7F7;
}
#route_vak_wijzig{
	margin-right:10px;
	background:url(../images/routeplanner/zoek_wijzig.gif) 10px no-repeat #F7F7F7;
}
#route_vak_zoekopdracht{
	margin-right:10px;
	background:url(../images/routeplanner/zoek_nieuw.gif) 10px no-repeat #F7F7F7;
}
#route_vak_duurtijd{
	margin-right:10px;
	background:url(../images/routeplanner/duurtijd.gif) 10px no-repeat #F7F7F7;
}
#route_vak_terugreis{
	background:url(../images/routeplanner/terugreis.gif) 10px no-repeat #F7F7F7;
}


.route_adres{
	border:1px solid #E0E0EC;	
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	text-align:left;
}

.route_start, .route_dest{
	background-color: #F7F7F7;
	border:1px solid #E0E0EC;	
	padding:5px;
}
.route_uitleg{
	margin-bottom:10px;
	text-align:justify;
}
.route_dest{
	margin-top:10px;	
}
.route_zoek{
	margin-top:10px;
	padding-right:2px;
}
.route_start table th, .route_dest table th{
	font-weight:bold;
	font-size:12px;
}
#routeplan_imu{
	margin-top:10px;
}
#routeplan_cross{
	margin-top:10px;
}

/* ----------------MAP----------------------- */
.map_summary{
	margin-bottom:10px;
}
.map_adres{
	border:1px solid #E0E0EC;	
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	text-align:left;
}
.map_vak{
	border:1px solid #E0E0EC;	
	padding:10px 10px 10px 60px;
	margin-bottom:10px;
	text-align:left;	
}
#map_vak_print{
	margin-right:10px;
	background:url(../images/routeplanner/afdrukken.gif) 10px no-repeat #F7F7F7;
}
#map_vak_wijzig{ 
	margin-right:10px;
	background:url(../images/routeplanner/zoek_wijzig.gif) 10px no-repeat #F7F7F7;
}
#map_vak_zoekopdracht{
	background:url(../images/routeplanner/zoek_nieuw.gif) 10px no-repeat #F7F7F7;
}


/*----------------PRINT ----------------------------- */
.print_preview{	
	margin-left:5px;
	margin-right:5px;
	border:#E0E0EC 1px solid;
	padding:5px;
}
.print_preview_title{
	border-bottom:#E0E0EC 1px solid;
	color: #4F6F9E;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
}


