@charset "utf-8";
/* CSS Document */
html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005281;
	margin:0;
	background-color:#005281;
}
#container{
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header{
	width:800px;
	height:100px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#main{
	width:760px;
	padding:20px;
	min-height:500px;
	height:500px;
	height:auto;
}
#main h1{
	font-size:18px;
	color:#0099CC;
}
#main h2{
	font-size:16px;
	color:#0099CC;
}
#main h3{
	font-size:14px;
	color:#0099CC;
}
#main a{
	color:#005281;
	text-decoration:none;
}
#debug{
	border-top:20px #005281 solid;
	width:760px;
	padding:20px;
	background-color:#FFFFFF;
	font-size:10px;
	color:#FF6600;
}
#tabpage{
	background-color:#E9F1FE;
	margin:0px;
}
.alertBack{
	width:100%;
	height:200%;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.alert{
	color:#FF0000;
	width:500px;
	border:1px solid #FF6600;
	background-color:#FFD9D9;
	padding:10px;
	margin:10px;
}
.selectiekeuze, .vragen{
	list-style:none;
	margin-left:0px;
}
.user_error{
	color:#FF0000;
}
.password_error{
	color:#FF0000;
}
.button180_30{
	background:url(../images/btn_back_180.jpg) no-repeat;
	border:none;
	width:180px;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:6px;
	cursor:pointer;
}
.button120_20{
	background:url(../images/btn_back_120.jpg) no-repeat;
	border:none;
	width:120px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:6px;
	margin-top:6px;
	cursor:pointer;
}
.btnDelete{
	background:url(../images/icons/binS.png) no-repeat;
	border:none;
	width:20px;
	height:20px;
	cursor:pointer;
}
.btnRestore{
	background:url(../images/icons/restore.png) no-repeat;
	border:none;
	width:20px;
	height:20px;
	cursor:pointer;
}
/* tables */
table.tablesorter {
	font-family:Calibri, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color:#069;
	color:#FFFFFF;
	font-size: 12px;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	border-top:1px dotted #CCCCCC;
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
