body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}
.logo {
	width: 150px;
	text-align: center;
}
.td_filter {
	vertical-align: top;
	padding: 8px;
	width: 280px;
	border-right: 1px solid #CCC;
	position: fixed;
	height: 100%;
}
a {
	text-decoration: none;
	color: #09F;
}
.login {
	position: absolute;
	top: -webkit-calc(50% - 60px);
	left: -webkit-calc(50% - 125px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(62%,#ededed), color-stop(100%,#dbdbdb));
	-webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.6);
	padding: 10px 50px 7px 50px;
	border-radius: 4px;
}
.login img {
	margin-bottom: 20px;
}
.login input {
	margin-bottom: 3px;
	width: 100%;
}
.login input[type="submit"] {
	float: right;
	width: 50px;
}
.afbeelding {
	width: 278px;
	height: 278px;
	border: 1px solid #CCC;
	background-image: url(../data/placeholder.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.td_filter h3 {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	margin-top: 15px;
	padding-bottom: 3px;
}
.td_filter h3:first-child {
	margin-top: 0px;
}
.message {
	padding: 8px;
	margin: 8px;
	background: rgba(51,51,51,1);
	font-size: 10px;
	color: white;
	position: absolute;
	border-radius: 5px;
	right: 0px;
	top: -40px;
	-webkit-animation: anim_message 3s;
}
@-webkit-keyframes anim_message {
    0%   {top: -40px;}
    20%  {top: 0px;}
	80%  {top: 0px;}
	100% {top: -40px;}
}
.list_images {
	border-collapse: collapse;
	font-size: 12px;
	width: -webkit-calc(100% - 297px);
	text-shadow: 1px 1px rgba(220,220,220,0.5);
	margin-left: 297px;
}
.list_images th {
	text-transform: uppercase;
	background: url(../data/th.png) repeat-x;
	padding: 3px 15px 4px 15px;
}
.list_images td:not(:nth-child(3)) {
	text-align: center;
}
.list_images td {
	padding: 2px 10px 2px 10px;
	height: 27px;
}
.list_images tr:nth-child(odd) {
	background-color:#F9F9F9;
}
.list_images a {
	color: #17C700;
	text-decoration: inherit;
	opacity: 0.2;
	cursor: pointer;
}
.list_images tr:hover a {
	opacity: 0.6;
}
.list_images tr:hover a:hover {
	opacity: 1 !important;
}
.list_images tr:hover {
	background-color: #EDEDED;
	cursor: default;
}
.filter {
	width: 100%;
	margin-top: 3px;
}
.norecords td {
	background: #F00;
	text-shadow: 1px 1px rgba(175,0,0,0.5);
}

