@charset "utf-8";
/* style used for CMS _AND_ website */
.clear {
	clear:both;
}
form {
	margin: 0px;
}

.errormessage, .cms_errormessage {
	color: #FF0000;
	background-color:#FFFFFF;
}
.cms_label {
	width: 250px;
	height: 20px;
}
.cms_errorfield, .error_field {
	color: #FFFFFF;
	background-color: #FF0000;
}
.remark {
	color: #0000FF;
	background-color: #33CCFF;
	border: 1px solid #0000FF;
}
.lbl {
	background-image:url(/CM/images/label130.png);
	background-repeat:no-repeat;
	width: 127px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	height: 19px;
	color: #215DC6;
	vertical-align:top;
}

/* tooltip */
#menu_tip { 
	display:none; 
	background-color: #000000;
	font-size:11px; 
	padding:5px; 
	color:#ffffff;     
}

/* warning, error, info */
.cms_warning {
	background-color: #FFCCCC;
	background-image: url(/CM/images/icons/ico_W_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #FF4646;
	color: #FF4646;
	margin-top: 8px;
	margin-bottom: 8px;
}
.cms_error {
	background-color: #FFCCCC;
	background-image: url(/CM/images/icons/ico_E_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #FF4646;
	color: #FF4646;
	margin-top: 8px;
	margin-bottom: 8px;
}
.cms_information {
	background-color: #CCFFCC;
	background-image: url(/CM/images/icons/ico_I_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #009500;
	color: #009500;
	margin-top: 8px;
	margin-bottom: 8px;
}

/************************** Paging ******************************/
.cms_paging {
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
}
.cms_paging_pages a, .cms_paging_pages span { 
	border: solid 1px;
	text-decoration: none;
	padding: 5px;
}
.cms_paging span { 
	border: none;
}


.plus {
	width: 10px;
	height: 10px;
	background-image:url(/CM/images/icons/new.gif);
	display: block;
	float: left;
}
.plus:hover {
	background-image:url(/CM/images/icons/newh.gif);
}
/************************** table list ******************************/
.table_list td {
	padding-right: 5px;
}
.table_list th {
	vertical-align:bottom;
	padding-bottom: 4px;
}
.table_list th a {
	display: block;
	text-decoration: none;
}
.table_list th a:hover {
	text-decoration: none;
}
.table_list .odd {
	background-color: #E8E8E8;
}
.table_list .active {
	background-color: #F0F0F0;
}
.table_list .hover {
	background-color: #E0E0F0;
}
.table_list th.DESC, .table_list th.ASC {
	padding-right: 5px;
}
.table_list th.DESC a {
	background-image:url(/CM/images/desc.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.table_list th.ASC a {
	background-image:url(/CM/images/asc.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.oddeven td {
	padding-top: 8px;
	padding-bottom: 3px;
}
.attention, .attention a {
	color: #ff0000;	
}
.cms_blk_afbeelding_container.layover {
	position: relative;
}
.cms_blk_afbeelding_caption_layover {
    background-image: url("/CM/images/opacity50-black.png");
    bottom: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
	width: 100%;
}
.cms_blk_afbeelding_caption_layover span {
	display: block;
    margin: 24px;
}
a.cms_blk_afbeelding_caption_layover {
    color: #FFFFFF;
	display: block;
	text-decoration:none;
}
.template_picker {
	display:block;
	float:left;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 5px;
	width: 152px;
}

.template_picker.active {
	background-color: #666666
	}
.template_picker:hover {
	background-color:#e3e3e3;
}