
table {
/*margin-left: 13%; margin-right: 13%;*/
margin-left: auto;
margin-right: auto;
}

table.table_white /* #### ROUND SHAPE TABLES ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 0px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
}

table.table /* #### ROUND SHAPE TABLES ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 0px;
	background-color: #D6E3E9;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
	width:100%;
}

/*.table #### ROUND SHAPE TABLES ####
{
	border: 1px SOLID #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	background-color: #D6E3E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/


table.table_yellow /* #### ROUND SHAPE TABLES ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 2px;
	background-color: #FEEFB3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}


table.table_green /* #### ROUND SHAPE TABLES ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 2px;
	background-color: #DFF2BF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}


table.table_red /* #### ROUND SHAPE TABLES ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 2px;
	background-color: 	#E77471;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}


table.table_darkblue /* #### ROUND SHAPE TABLES ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 2px;
	background-color: #007e96;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table.table_advertisement /* #### ROUND SHAPE TABLES ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 6px;
	background-color: #007e96;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table.noborder{
	border	: none;
}

tbody.table /* #### ROUND SHAPE TBODYS ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 2px;
	background-color: #D6E3E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input.input /* #### ROUND SHAPE SUBMIT BUTTONS ####*/
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 1px;
	background-color: #333366;
	color: #FFF;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: verdana;
	font-size: 12px;
}

/*
input /* #### ROUND SHAPE TEXTBOXES ####*/
/*{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
/*	padding: 1px;
	background-color: #FFFFFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: verdana;
	font-size: 12px;
}
*/

input.login
{
	/*border: 1px SOLID #666666;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.9em;*/
	padding: 1px;
	background-color: #007e96;
	color: #FFF;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: verdana;
	font-size: 12px;	
}

.onderwerp
{
background-color: #333366;
color:#FFF;
font-weight:bold;
border:none;
}

.sub_onderwerp
{
background-color: #40788F;
color:#FFF;
font-weight:bold;
}

.table-row	{
	display				: table-row;
}

div#table-cell-head_userinfo, div.table-header{
	display				: table-cell;
	padding-top			: 2px;
	padding-bottom		: 2px;
	padding-left		: 8px;
	
	color				: white;
	background			: #003F5A;
	
	font-weight			: bold;
	font-size			: 8pt;
	border-right		: 1px solid #003F5A;
	border-top			: 1px solid #003F5A;
	border-left			: 1px solid #003F5A;
	width				: 950px;
	height				: 15px;
	-moz-border-radius-topright : 5px;
	-moz-border-radius-topleft	: 5px;
	-webkit-border-top-right-radius	: 5px;
	-webkit-border-top-left-radius	: 5px;	
}

/* .roundedcornr_box_100412 {
   background: #003f5a;
}
.roundedcornr_top_100412 div {
   background: url(../../images/roundedcornr_100412_tl.png) no-repeat top left;
}
.roundedcornr_top_100412 {
   background: url(../../images/roundedcornr_100412_tr.png) no-repeat top right;
}
.roundedcornr_bottom_100412 div {
   background: url(../../images/roundedcornr_100412_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_100412 {
   background: url(../../images/roundedcornr_100412_br.png) no-repeat bottom right;
}

.roundedcornr_top_100412 div, .roundedcornr_top_100412, 
.roundedcornr_bottom_100412 div, .roundedcornr_bottom_100412 {
   width: 100%;
   height: 10px;
}
.roundedcornr_content_100412 { margin: 0 1px; height: 20px;} */

