* {
	font-family: Verdana, Arial, Helvetica;
}

table {
	empty-cells: show; border-collapse: collapse; border: none;	padding: 0px;
}

td {
	padding: 0px;
}

form {
	margin: 0px; padding: 0px;	
}

hr {
	margin: 0px; padding: 0px; color: black;
}

input {
	border: solid 1px #404040; font-size: 11px;
}

input.button {
	border: solid 1px #a5a5a5; background-color: black; color: white; font-weight: bold; padding: 0px 10px 0px 10px; margin: 2px; cursor: pointer; font-size: 11px;
}

input.checkbox {
	border: 0; margin: 0 3px 0 0; background-color: transparent;
}

select {
	border: solid 1px #404040; font-size: 11px;
}

textarea {
	border: solid 1px #404040; font-size: 11px;
}

a.link {
	color: black;
}

a.link:hover {
	color: red;
}


#buttons {
	height: 60px; background-color: #688b9a;
}

#buttons td {
	width: 80px; text-align: center; color: white; border-left: solid 1px white; cursor: pointer;
}

#buttons td a {
	color: white; text-decoration: none;
}

#buttons td a:hover {
	text-decoration: underline;
}


/* BEGIN: tags voor formulieren */
table.formheader {
	height: 30px; text-align: left; margin-left: auto; margin-right: auto; padding: 0;
}

table.formheader th {
	background-color: #3883c3; color: white; font-weight: bold;
}

td.column {
	background-color: #3883c3; color: white; font-weight: bold; padding: 2px 0 2px 5px;
}


table.inform {
	margin-left: 5px;
}

table.inform th {
	vertical-align:top; width: 130px; font-size: 11px; text-align: left; height: 22px;
	padding: 2px 0 2px 5px; background-color: #f3f3f3; border-bottom: solid white 1px;
}

table.inform th.error {
	color: red;
}

table.inform td {
	font-size: 11px; padding: 2px 0 2px 5px; border-bottom: solid white 1px;
}
/* END: tags voor formulieren */

table.sitemap {
	text-align: left;
}

table.sitemap tr {
	height: 20px;
}

table.sitemap td.item {
	padding-left: 5px; cursor: pointer; border-bottom: solid 1px #e5e5e5;
}

table.sitemap td.hover {
	padding-left: 5px; cursor: pointer; background-color: #f5f5f5; border-bottom: solid 1px #e5e5e5;
}

table.sitemap a {
	color: black; text-decoration: none;
}

table.sitemap a:hover {
	text-decoration: underline;
}

table.startpage {
	margin-left: auto; margin-right: auto;
}

table.group {
	width: 244px; height: 30px; text-align: left; margin-left: auto; margin-right: auto; margin-top: 20px; padding: 0;
}

table.group th {
	background-color: #3883c3; color: white; font-weight: bold;
}


table.link {
	width: 234px; text-align: left; margin-left: auto; margin-right: auto; border-bottom: solid 1px #e5e5e5;
}

table.link td {
	padding: 3px 5px 3px 5px; margin-left: 5px; font-size: 11px; cursor: pointer; height: 12px; border-top: solid 1px #e5e5e5;
}

table.link tr.hover {
	background-color: #e5e5e5;
}

table.link td a {
	text-decoration: none; color: black;
}

table.link td a:hover {
	text-decoration: underline;
}


div.messagebox {
	width: 500px; text-align: center; border: solid 1px #dddddd; background-color: #f2f2f2; padding: 15px;
}