/* Body layout */
body {
	margin: 0px;
}

body, td, pre {
	font-family: Verdana;
	font-size: 11px;
	color: #505050;
}

/* -- Bullet list (e.g. menu) -- */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	background-repeat: no-repeat;
	background-position: left 0.14cm;
	line-height: 20px;
	padding-left: 8px;
	margin-right: 8px;
}

/*-- Images --*/
img {
	border: 0px;
}

/*-- Hyperlinks --*/
a,a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
a.level2 {
	font-weight: normal !important;
}
/* -- Kolom met content -- */
.blockmain_content {
	line-height: 18px;
	text-align: justify;	
}


/*-- Tables --*/
table.caiw {
	border-collapse	: collapse;
	width : 100%;
	margin-bottom : 8px;
}

.caiw th {
	background-color : #F2F2F2;
	font-weight	: bold;
	padding	: 2px;
	vertical-align : top;
}

.caiw td {
	height					: 24px;
	padding					: 1px 2px;
}

td.dotted {
	background-image		: url(/images/backgrounds/dotted.gif);
	background-position		: left bottom;
	background-repeat		: repeat-x;
}

td.dotted_end {
	background-image		: url(/images/backgrounds/dotted_end.gif);
	background-position		: center top;
	background-repeat		: repeat-y;
	width					: 1px;
}

td.faded {
	background-image		: url(/images/backgrounds/faded.gif);
	background-position		: right bottom;
	background-repeat		: no-repeat;
	width 					: 80px;
}

/*-- Other --*/
form {
	margin: 0px;
	padding-top: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

h1 {
	font-size : 100%;
	font-weight : bold;
	margin-bottom : 5px;
}

select{
	border : 1px solid #CECECE;
	font-family	: Verdana;
	font-size : 11px;
	margin : 0px;
}

h2,
.sIFR-active h2 {
	padding : 0px;
	margin : 0px;	
}

.sIFR-active h2 {
	font-size : 18px;
	line-height : 1em;
	visibility: hidden;
}

h2 {
	font-weight: bold;
    font-size: 14px;
}


h2,
.sIFR-active h2,
.sIFR-replaced h2 {
	height: 28px;
} 

sup {
	padding-left : 2px;
	padding-right : 2px;
}

ul li {
	background-position : left 0.2cm;
    line-height : 20px;
    padding-left : 10px;
    margin-right : 8px;
   	border : none;
}

.submenu ul li {
	background-position : left 0.14cm;
}

.submenu li a,
.submenu li a:visited {
	color : #585858;	
}

.popup {
	text-align: justify;
}

.popup .header {
	font-weight: bold;
    font-size: 14px;
}

.popup .header.rtv {
	color: #04B1FB;
}

/* registration process styles */
.registration span.registration-h3 {
	font-weight: normal;
	font-size: 18px;
	color: #003774;
	margin: 0 0 22px 0;
	line-height: 18px;
    
}

.registration {
	text-align: left;
}

.registration td {
	padding: 0 22px 10px 0;
}

.registration a.yellowButton { 
	display: block; 
	height: 30px; 
	background: url("/images/registration/yellow_button_right.jpg") top right no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0;
}

.registration a.yellowButton span { 
	cursor: default;
	cursor: pointer;
	display: inline; 
	height: 30px; 
	background: url("/images/registration/yellow_button_left.jpg") top left no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	float: left;
	padding: 2px 12px;
}

.registration .block_top {
    background: url("/images/registration/main_top.gif") no-repeat scroll left top transparent;
    height: 8px;
    width: 599px;
}

.registration .block_content {
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-align: left;
    width: 557px;
}

.registration .block_content th {
	text-align: left;
}

.registration .block_bottom {
    background: url("/images/registration/main_bottom.gif") no-repeat scroll left top transparent;
    height: 8px;
    width: 599px;
}
