@charset "utf-8";
body {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background: #87949b;
}


body, form, h1, h2, h3, h4, h5, p { margin: 0; }
h5 {
	color: #000;
	margin: 0 0 2px 0;
}

a{
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

.imgbrdwhite{
	border: 1px solid #fff;
}

.whitebold {
	font-weight:bold;
	color: #fff;
}

.admin_menu_btn, .admin_menu_header {
	border: 2px outset #cecfd6; 
	background: #cecfd6;
	width: 100%;
	height: 15px;
	font-weight:bold;
}

.admin_menu_btn:hover {
	border: 2px inset #cecfd6;
	cursor:pointer;
}

.admin_menu_header {
	background: #ededed;
}

.blackborder {
	border: 1px solid #000;
}

#tooltip {
	display: none;
    position: absolute;
    border: 1px solid #000;
    text-align: left;
	z-index: 200;
	background: #fff;
}

.minibutton {
	border: 2px outset #cecfd6;
	background: #cecfd6;
}
.minibutton:hover, .minihover {
	border: 2px inset #cecfd6;
	cursor: pointer;
}

.disabled {
	background: #f00;
}

.table_white, .table_dark_grey, .table_light_grey , .table_medium_grey {
	font-size:10px;
	padding: 1px 5px 1px 5px;
}
.table_white {
	color: #717478;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table_blue {
	color: #717478;
}
.table_dark_grey {
	color: #fff;
}
.table_light_grey {
	color: #000;
}
.table_medium_grey {
	color: #000;
}
.fileinput {
	width: 150px;
	font-size:10px;
}
.inputbutton {
	font-size: 9px;
}

.flImage {
	float: left;
}
.editTxt {
	width: 400px;
	font-size:10px;
}

.btnActive, .btnNotActive {
	width: 20px;
}
.btnActive, .btnActiveArchief {
	border: 2px outset #1eb001;
	background: #1eb001;
}
.btnActiveArchief:hover{
	border: 2px inset #1eb001;
	cursor:pointer;
}

.btnNotActive {
	border: 2px outset #cecfd6;
	background: #cecfd6;
}

.btnNotActive:hover {
	border: 2px inset #cecfd6;
	cursor:pointer;
}

.editielijst:hover {
	background: #cdced0;
	cursor:pointer;
}

.inputText {
	width: 200px;
	font-size:10px;
}




