html, body {
	width: 100%;
	height: 100%;
}

body, img, form, p, h1, h2, h3,  ul, li, div {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	background-color: #f9f9f9;
}
#popupbar { background-color: #FFFFFF;width:calc(100% - 60px); padding:20px 30px; }
#map-canvas { width:calc(100% - 60px);height:450px;margin:20px 0px; }
#map-canvas.small { height: 310px; margin:0; }
ul {
	list-style:none
	}

clear {
	clear:both;
}
.hidden { display: none; }
a {
	text-decoration: underline;
	color: #0062A3;
}

a:hover {
	color: #00416E;
}

a.verder {
	text-decoration: underline;
	color: #0062A3;
	padding-right: 14px;
	background: url('/img/icons/link_arrow.png') no-repeat right;
}

a.verder:hover {
	color: #00416E;
}

input {
	padding: 2px;
	font-size: 11px;
}
.btn-small { padding-top:3px; padding-bottom: 3px;font-size: 11px !important;}
.btn-large { line-height:24px; padding:0 20px;font-size: 13px !important;}

.inputtext {
	padding: 2px;
	font-size: 11px;
}

/* Chrome and firefox workaround for up/down arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.redborder {
	border-color: #AA0000;
}
H1 {
	font-size: 16px;
	margin: 0px 0px 3px 0px;
	color: #343434;
	letter-spacing: 0px;
	font-weight: bold;
}

H2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-transform: none;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #1B458F;
	text-transform: uppercase;
}

hr {
	width: 100%;
	margin-bottom: 20px;
}

div {
	position: relative;
	float: left;
}

div.clickable {
	cursor: pointer;
}

p {
	margin-bottom: 10px;
}

p.clear {
	margin: 0;
}

#centercontainer 	{ 
	display: block;
	z-index: 1;
	width:980px;
	left:50%; 
	margin-left:-490px; 
}

#smallcentercontainer 	{ 
	display: block;
	z-index: 1;
	width:900px;
	padding: 5px 30px 10px 50px;
	left:50%; 
	margin-left:-490px; 
}

#headcontainer {
	width: 980px;
	height: 80px;
	background-color: #ffffff;
	font-size: 11px;
}

#navbar {
	width: 900px;
	padding: 0px 30px 8px 50px;
	color: #666666;
	font-size: 11px;
}

#navbar a {
	color: #333388;
	text-decoration: underline;
}
#navbar a:hover { color: #1111BB; }

#footer {
	width: 960px;
	border-top: 12px solid #4D96C9;
	padding: 10px 10px;
	margin-top: 10px;
}

#footer .footbox {
	width: 120px;
	margin-right: 20px;
}

#footer h1 {
	color: #666666;
	margin-bottom: 2px;
	font-size: 13px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
	background: url('/img/icons/link_stripe.png') no-repeat left;
}

#footer a:hover { color: #777777; }

#head_tab		{
	position: relative;
	float: left;
	width: 840px;
	height: 65px;
	padding: 5px 60px 10px 80px;
	overflow: hidden;
	background: url('/img/head_tab.png') no-repeat;
	margin-bottom: 10px;
}

.inputarea {
	width: 100%;
	padding: 5px;
	font-size: 12px;
	font-family: Arial;
}

.verplicht {
	font-size:10px;
	color:#666666;
}

#stepcontainer {
	margin-left: 50px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
}

#stepcontainer #step, #stepcontainer #stepactive, #stepcontainer #stepdone  {
	width: 110px;
	height: 33px;
	background: url('/img/step_separator.png') 95% no-repeat;
	padding: 2px 5px 0px 0px;
	color: #565656;
}

#stepcontainer #step:hover, #stepcontainer #stepactive:hover, #stepcontainer #stepdone:hover  {
	color: #000000;
}

#stepcontainer span.step {
	font-size: 10px;
}

#stepcontainer #stepactive {
	font-weight: bold;
	color: #000000;
}
#stepcontainer #stepdone {
	color: #a0a0a0;
	background: url('/img/step_separator_done.png') 95% no-repeat;
}

.exclamation {
	width: 98%;
	padding: 15px 10px;
	background-color: #FFFFDD;
	background-image: url('/img/icons/ico_exclamation.png');
	background-repeat: no-repeat;
	background-position: 875px 10px;
	border: 1px solid #888888;
	border-left: 0;
	border-right: 0;
}

/*Bars*/
#transpbar			{ width:100%; background-color: #ffffff; }
#orangebar			{ width:100%; background-color: #F16623; }
#whitebar			{ width:100%; background-color: #ffffff; }
#lgraybar			{ width:100%; background-color: #f2f2f2; }

/*div tables*/
.head_tab { width: 100%; background-color: #000055; }
.head_tab .col_head { padding: 8px 5px; color:#ffffff; font-weight: bold; }
.gridrow  { width: 100%; border: 1px solid transparent; }
.gridrow:hover {border: 1px solid #c0c0c0; cursor:pointer; }
#row1, #row2 { background-color: transparent; }
#row1 div, #row2 div { padding: 5px; }

#results {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}

/*table grid*/
table#grid 				{ font-size: 11px; }
table#grid tr.col		{ min-height: 40px; background-color:#F16623; font-weight:bold; color: #ffffff;}
table#grid tr.col td 	{ padding: 5px; vertical-align: bottom; }
table#grid td			{ padding: 3px 3px; vertical-align: top;}
table#grid tr.row2		{ background-color: #efefef;}
