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;
}
.hidden { display: none; } 

ul {
	list-style:none
	}

clear {
	clear:both;
}

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;
}

.inputtext {
	padding: 2px;
	font-size: 13px;
	padding: 3px 0px 3px 5px;
}

.inputbutton {
	font-size: 12px;
	min-width: 110px;
	padding: 10px 10px;
	text-decoration: underline;
	cursor: pointer;
}

.redborder {
	border-color: #AA0000;
}
.text-red { color: #aa000; }
.text-grey { color: #c0c0c0; }
.text-success { color: #00AA00; }
.text-secondary { color: #787878; }
H1 {
	font-size: 16px;
	margin: 0px 0px 5px 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;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #F16623;
	border-bottom: 1px solid #dfdfdf;
}
hr {
	border: 1px solid #dfdfdf;
	width: 100%;
	margin-bottom: 10px;
}

div {
	position: relative;
	float: left;
}

div.clickable {
	cursor: pointer;
}

p {
	margin-bottom: 10px;
}

p.clear {
	margin: 0;
}

#centercontainer 	{ 
	display: block;
	width:980px;
	left:50%; 
	margin-left:-490px; 
}
#centercontainer.wide 	{ 
	display: block;
	width:90%;
	left:50%; 
	margin-left:-45%; 
}

#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 {
	border: 1px solid #565656;
	background-color: #ffeeee;
}

/*Bars*/
#transpbar			{ width:100%; background-color: transparent; }
#orangebar			{ width:100%; background-color: #F16623; }
#whitebar			{ width:100%; background-color: #ffffff; }
#lgraybar			{ width:100%; background-color: #f2f2f2; }


/*Login*/
.loginbox {
	border: 1px solid #888888;
	width: 400px;
	padding: 30px 0px;
	background-color: #f2f2f2;
	color: #454545;
}

#menubar a {
	color: #1B458F;
	background: url('/img/menubar_sep.jpg') no-repeat top right;
	text-decoration: none;
	padding-right: 12px;
	margin-right: 12px;
}
#menubar a:hover {
	color: #0000FF;
}
#menubar a.active {
	color: #083784;
	font-weight: bold;
}
table.overview {
	border: 1px solid #888888;
	border-right:0;
}
table.overview tr.colheader td {
	background-color: #f2f2f2;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	font-weight: bold;
	color: #666666;
}
table.overview tr.topheader td.clean {
	background-color: #FFFFFF;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	text-align:center;
}
table.overview tr.topheader td.risk1 {
	background-color: #FFDDDD;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	font-weight: bold;
	color: #343434;
	text-align:center;
}
table.overview tr.topheader td.risk2 {
	background-color: #DDFFDD;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	font-weight: bold;
	color: #343434;
	text-align:center;
}
table.overview tr.row2 td {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #888888;
	background-color: #f1f1f1;
}
table.overview tr.row1 td {
	border-right: 1px solid #888888;
}
table.overview tr.error { background-color: #FFE2E2; }

table.overviewlight {
	border: 1px solid #888888;
	border-right: 0;
	background-color: #ffffff;
}
table.overviewlight tr.colheader td {
	background-color: #777777;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	font-weight: bold;
	color: #f2f2f2;
}
table.overviewlight tr.row2 td {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #888888;
	background-color: #f1f1f1;
}
table.overviewlight tr.row1 td {
	border-right: 1px solid #888888;
}
table.overviewlight tr.error td { background-color: #FFE2E2; }
table.overviewlight tr.removed td { background-color: #e2e2e2; color: #aaaaaa; }

#aangiftehead {
	width:100%;
}
.searchform {
	width:100%;
	line-height: 50px;
	height:70px;
}
a.lnkPagerank {
	text-decoration: none;
	background-color: #f0f0f0;
	padding: 3px 5px;
	border: 1px solid #c0c0c0;
}
a.lnkPagerank:hover {
	background-color: #d9d9d9;
	border: 1px solid #888888;
}
a.lnkPagerank.selected {
	background-color: #ffffff;
	border: 1px solid #0000FF;
}

.imgItem {
	width:120px;
	height: auto;
	padding: 10px;
	border: 1px solid #f2f2f2;
	margin: 0 10px 10px 0;
}
.imgItem img{
	width:120px;
	height: auto;
}
.button.excel {
	background-image: url('/img/icons/ico_excel.png');
	background-repeat: no-repeat;
	background-position-x: 95%;
	padding-right:25px;
}

table.overviewlight tr td.stat-open-,
table.overviewlight tr td.stat-open-onwaar,
table.overviewlight tr td.stat-open-Onwaar,
table.overviewlight tr td.stat-open-false,
table.overviewlight tr td.stat-open-False
	{ background-color: #DD8888; color:#FFBBBB; }
table.overviewlight tr td.stat-open-waar,
table.overviewlight tr td.stat-open-Waar,
table.overviewlight tr td.stat-open-true,
table.overviewlight tr td.stat-open-True
	{ background-color: #88DD88; color:#F2f2f2; }
table.overviewlight a { cursor: pointer; }
