BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: verdana,arial;
	font-size: 13px;
}

a {
	font-weight: bold;
	color: #0080C0;
	text-decoration: none;
}

a.wit {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

hr {
	border: none;
	border-bottom: 1px solid #999999;
	align: left;
}

.select_full {
	padding: 5px 5px 5px 5px;
	border: 1px solid #dcdcdc;
	background: #e6e5e5;
	font-family: Verdana, Arial;
	font-style: normal;
	font-size: 16px;
	color: #000000;	
}

.input_full {
	padding: 5px 5px 5px 5px;
	border: 1px solid #dcdcdc;
	background: #e6e5e5;
	font-family: Verdana, Arial;
	font-style: normal;
	font-size: 16px;
	color: #000000;	
}

.textarea_full {
	padding: 5px 5px 5px 5px;
	border: 1px solid #dcdcdc;
	background: #e6e5e5;
	font-family: Verdana, Arial;
	font-style: normal;
	font-size: 16px;
	color: #000000;	
}

.button_full {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#2CA4B4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}.button_full:hover {
	background-color:#57C7D7;
}.button_full:active {
	position:relative;
	top:1px;
}

table {
	border: 0px solid #FFFFFF;
}

.table_right {
	text-align: right;
}

.table_center {
	text-align: center;
}

.table_header {
	height: 30px;
	background: #008080;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;			
}

.table_header_blue {
	height: 30px;
	background: #2CA4B4;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;			
}

.table_header_grijs {
	height: 30px;
	background: #AAAAAA;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;			
}

.table_sub_header {
	height: 30px;
	padding: 2px 3px 0px 3px;
	background: #2CA4B4;
	margin-top: auto;
	margin-bottom: auto;
	color: #FFFFFF;
	font-weight: bold;			
}

.table_sub_header_small {
	padding: 0px 3px 0px 3px;
	background: #808080;
	margin-top: auto;
	margin-bottom: auto;
	color: #FFFFFF;
	font-weight: bold;			
}

.table_toprow_fatline {
	border-top: 3px solid #FFFFFF;		
}

.table_row_line {
	padding: 2px 3px 0px 3px;
	margin-top: auto;
	margin-bottom: auto;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;			
}

.table_border_style {
	border: 1px solid #DDDDDD;
}

.table_dialog_size {
	width: 600px;
	margin-left: auto;
	margin-right: auto;	
}

.table_overview_size_big {
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
}

.table_overview_size {
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
}

.table_screen_size {
	width: 95%;
	margin-left: auto;
	margin-right: auto;	
}

.table_error_message {
	float:right;	
	color: #FF0000;
	font-weight: bold;		
}

.td_row_title {
	font-weight: bold;
	width: 150px;
}

.h1_noline {
	font-size: 22px;		
}

.h1_line {
	font-size: 22px;	
	border-bottom: 1px solid #008080; 	
}

.top_header {
	width: 100%;
	height: 60px;
	background: #DDDDDD;
	line-height: 60px;
}

.top_header_wit {
	width: 100%;
	background: #FFFFFF;
}

.top_header_title {
	font-size: 28px;
	font-weight: bold;	
}

.top_header_logo {
	padding: 7px 0px 0px 7px;
}

.top_header_wie {
	float: right;
	padding: 7px 7px 0px 0px;
}

.top_header_wie2 {
	float: right;
}

.sub_header {
	width: 100%;
	height: 25px;
	background: #008080;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 25px;	
}

.content_main {
	width: 100%;	
}

.footer_stats {
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 25px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;		
}

