/* Paginanummering vermist */

a.pagingButton
{
	border: 1px solid #1d1d1d;
	padding: 5px;
	min-width: 12px;
	margin: 2px;
	text-decoration: none;
}

a.pagingButton:visited
{
	border: 1px solid #1d1d1d;
	padding: 5px;
	min-width: 12px;
	margin: 2px;
	text-decoration: none;
}

a.pagingButton:hover
{
	text-decoration: underline;
}

a.pagingButton:active
{
    color: #d8ad3b;
}


/* vermist */

.vermist_antwoord {
	background-color: #1d1d1d;
	color: #ffffff;
	width:685px;
	height:20px;
	font-size: 10px;
    padding-top: 5px;
    padding-left: 5px;
}

.vermist_head {
	background-color: #3e3e3e;
	color: #ffffff;
	width:685px;
	height:20px;
	font-size: 10px;
    padding-top: 5px;
    padding-left: 5px;
	margin-top: 20px;
}

.vermist_head a {
	text-decoration:none;
	color: #ffffff;
	font-size: 10px;
}

.vermist_head a:hover {
	text-decoration:underline;
	color: #ffffff;
}

.vermist_content {
	background-color: #e3e3e3;
	color: #000000;
	width:678px;
	min-height:45px;
    padding: 5px;
	border: 1px solid #3e3e3e;
}

.login-button { 
	float: left; 	
	color: #000000; 
	padding: 0 0 2px 0; 
	cursor: pointer; 
	border: none; 
	width: 56px; 
	height: 20px; 
	background: url('/images/login-button.gif') top left no-repeat; 
}
