* { 
    box-sizing      : border-box; 
    -moz-box-sizing : border-box; 
}
:focus { outline: 0; }

a {
	color: #275198;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}
body, td, select, input {
	font-family: verdana;
	font-size: 10px;
	color: #050505;
}
.header td {
	background: #6187C8;
	background-color: #275198;
}

.footer td {
	background: #275198;
	color: #ffffff;
}
.footer td a {
	color: #ffffff;
}

.content {
	padding: 10px;
	padding-top: 20px;
	line-height: 16px;
	background-image: url(../_Images/bg_verloop.jpg);
	background-repeat: repeat-x;
}

.content td {
	line-height: 14px;
}

.leftCol {
	background-image: url(../_Images/bg_verloop.jpg);
	background-repeat: repeat-x;
}

#logo {
	width: 220px;
	height: 70px;
	background-image: url(../_Images/logo_rounded.gif);
}
#logo a {
	display: block;
	height: 60px;
	text-indent: -999px;
}
#selectieHeader {
	width: 220px;
	height: 35px;
	border: 1px solid #cccccc;
	border-bottom: none;
	background: #fff;
	text-align: left;
	padding: 10px;
	margin-top: 25px;
}
#selectie {
	width: 219px;
	width: 220px;
	border-top: none;
	border-bottom: none;
	text-align: left;
	padding: 10px;
	padding-top: 0;
	background-image: url(../_Images/bg_selectie_mid.gif);
	background-repeat: repeat-y;
}
#selectieTop {
	margin-top: 35px;
	height: 25px;
	width: 219px;
	width: 220px;
	background-image: url(../_Images/bg_selectie_top.gif);
}
#selectieBottom {
	height: 15px;
	width: 219px;
	width: 220px;
	background-image: url(../_Images/bg_selectie_bottom.gif);
	margin-bottom: 20px;
}
		
#tabs {
	position: absolute;
	bottom: 0;
	width:100%;
	font-size: 11px;
	line-height: normal;
}
#tabs ul {
	margin: 0;
	padding: 0px 10px 0 10px;
	list-style: none;
}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a {
	float: left;
	background:url("../_Images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("../_Images/tabright.gif") no-repeat right top;
	padding: 5px 15px 6px 6px;
	color: #353535;
	color: #275198;
	font-weight: bold;
	margin-right: 2px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#000;
}
#tabs a:hover {
	xbackground-position:0% -24px;
}
#tabs a:hover span {
	xbackground-position:100% -24px;
}

#tabs #current a {
	background-position:0% -24px;
}
#tabs #current a span {
	background-position:100% -24px;
}

/*zelf */

#tabs .active a {
	background-position:0% -24px;
}
#tabs .active a span {
	background-position:100% -24px;
	color: #000;
}



.leftSpace {
	border-right: 1px solid #efefef;
}
.rightSpace {
	border-left: 1px solid #efefef;
}


.verloop {
	background-image: url(../_Images/bg_verloop.jpg);
	background-repeat: repeat-x;
}
.blue {
	background-image: url(../_Images/bg_header_ultra_right.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.green {
	background-image: url(../_Images/bg_header_green.jpg);
	background-image: url(../_Images/header_left_extra.jpg);
	background-position: right;
}

h2 {
	margin-top: 10px;
	color: #275198;
	font-size: 16px;
	text-transform: capitalize;
}
h3 {
	color: #275198;
}

.styledTable th {
	padding: 3px;
	font-size: 10px;
	text-align: left;
	background-color: #F3F3F3;
	border-bottom: 1px solid #E0E0E0;
}

.styledTable td {
	padding: 3px;
	border-bottom: 1px solid #E0E0E0;
}
.styledTable td.alt {
	background-color: #FCFCFC;
}
.styledTable table td {
	border: none;
	padding-left: 0;
}


.styledTable2 th {
	padding: 3px;
	font-size: 10px;
	text-align: left;
	background-color: #F2F2F2;
	background-color: #F3F3F3;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.styledTable2 td {
	padding: 3px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.styledTable2 tr.odd td {
	background-color: #FCFCFC;
}
.styledTable2 tr.even td {
	background-color: #FCFCFC;
	background-color: red;
}

.styledTable2 table td {
	border: none;
	padding-left: 0;
}


.textfield {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
	xborder: 1px solid #7F9DB9;
	margin-right: 2px;
}
.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	background-color: #275198;
	color:  #fff;
	padding: 1px;
	border: 1px solid #7F9DB9;
	margin-right: 2px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#tooltip{
	position:absolute;
	border:1px solid #000;
	background:#fff;
	padding:2px 5px;
	color:#000;
	display:none;
}

.trigger {
	padding-right: 10px;
	background-image: url(../_Images/button_bg.gif);
	background-position: right;
	height: 24px;
}
.trigger span {
	background-image: url(../_Images/button_bg.gif);
	background-position: left;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
	height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	cursor: pointer;
}

pre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
