/* Calender module */
.multiple_calendar .calendarrange {
	border: 1px solid #000;
	border-collapse: collapse;
    border-spacing: 1px;
}
.multiple_calendar .agenda_date {
	font-family: inherit;
	float: left;
	height: auto;
}
.agenda_date .current a {
	color: #000 !important;
	font-weight: bold;
}
.agenda_date .empty a {
	color: #fff !important;
}
.agenda_date .empty.active a {
	color: #fff !important;
	background: #fff !important;
}
.agenda_date .months, .agenda_date .day_type, .agenda_date .week {
	height: 20px;
	padding-top: 2px;
}
.day_type div, .row_on .day, .row_on .weeknr {
	background: none;
}
table.calendar td {
	text-align:center;
}
.multiple_calendar .agenda_date .day {
	height: auto;
	padding: 0px;
}
.multiple_calendar .month_prev, .multiple_calendar .month_next {
	display: none;
}
ul.daysinfo {margin:0px;padding:0px;margin-top:20px;margin-left:20px;list-style-type:none;}
ul.daysinfo li {line-height:24px;}
ul.daysinfo li a {padding:3px;padding-left:28px;}
ul.daysinfo li a.vergadering {background:url('../images/hamer.gif') no-repeat;}
ul.daysinfo li a.lezing {background:url('../images/boek.gif') no-repeat;}
ul.daysinfo li a.geld {background:url('../images/geld.gif') no-repeat;}

/* Download module */
.mod_download{
	margin: 0;
}
.mod_download .mapstructuur span {
	font-weight: bold;
}
.mod_download .mapstructuur a {
	color: #000000;
}
.mod_download .mapstructuur li {
	line-height: 22px;
}
.ie6 .mod_download ul.mapstructuur li.first img,
.ie6 .mod_download ul.mapstructuur li img,
.ie6 .mod_download ul.mapstructuur ul.mapstructuur li.first img.content_identifier,
.ie7 .mod_download ul.mapstructuur ul.mapstructuur li.first img.content_identifier,
.ie7 .mod_download ul.mapstructuur li.first img,
.ie7 .mod_download ul.mapstructuur li img{
	display: none;
}
.ie6 .mod_download ul.mapstructuur ul.mapstructuur img,
.ie6 .mod_download ul.mapstructuur ul.mapstructuur li img,
.ie6 .mod_download ul.mapstructuur ul.mapstructuur li.first ul.mapstructuur li img.content_identifier,
.ie7 .mod_download ul.mapstructuur ul.mapstructuur li.first ul.mapstructuur li img.content_identifier,
.ie7 .mod_download ul.mapstructuur ul.mapstructuur img{
	display: block;
}
.mod_download .mapstructuur li .mapstructuur li {
	list-style-type: none;
}


/*FAQ MODULE QUESTIONS TPL*/
/* FAQ MODULE */
/* FAQ MODULE CATEGORIES TPL*/
.mod_faq p {
	margin-bottom: 2px;
}
.mod_faq a {
	color: #000;
}
.mod_faq .questionform a {
	color: #3A00F4;
}
.mod_faq .questionform a:visited {
	color: #55198B;
}
.mod_faq a.readmore {
	float: right;
	text-decoration: underline;
}
.mod_faq .default .categories {
	margin: 0 0 10px 0;
}
.mod_faq .default .categories ul {
	padding: 13px 0;
	margin: 0 0 0 40px;
}
.mod_faq .default .categories ul li {
	list-style-type: disc;
}
.mod_faq .default .column {
	position: relative;
	float: left;
	padding: 0 10px 0 0;
}
.mod_faq .default .category {
}
.mod_faq .default .category .name {
}
.mod_faq .default .number_of_questions {	
}
.mod_faq .default .questions {
}
.mod_faq .default .questions ul {
	margin: 0;
	padding: 0;
}
.mod_faq .default .questions ul li {
	list-style-type: none;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #000066;
}
.mod_faq .default .questions.between {
	margin: 10px 0 0 0;
}
.mod_faq .default .question p {
	padding: 0 2px;
	margin: 11px 0 2px 0;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
.mod_faq .default .questionform {
	margin: 0 0 10px 0;
}
.mod_faq .default .answer {
	margin: 10px 0 0 0;
}
.mod_faq .default .answer.between {
	margin: 0 0 10px 0;
}
.mod_faq .default .answer p {
	padding: 2px 0 0 2px;
	margin: 0;
}
.mod_faq .default .cb {
	clear: both;	
}
/*FAQ MODULE QUESTION_FORM TPL*/
.mod_faq .form_rij {
	margin-top: 2px;
}
.mod_faq form {
	width: 100%;
}
.mod_faq .form_rij {
	width: 100%;
	display: block;
	overflow: hidden;
}
.mod_faq .form_rij .form_input_textfield input,
.mod_faq .form_rij textarea {
	border: 1px solid #ccc;
	width: 244px;
}
.mod_faq .form_rij textarea {
	height: 100px;
}
.mod_faq .form_rij .form_input_textfield input.radio {
	border: none;
	width: auto;
}
.mod_faq .text_label_large {
	width: auto;
}
.mod_faq form#faq_question_frm .form_rij {
	padding: 0px;
}
.mod_faq form#faq_question_frm input[type="text"] {
	width: 250px;
}
.mod_faq form#faq_question_frm .form_rij textarea {
	width: 400px;
}
.mod_faq form#faq_question_frm .form_rij label {
	padding: 0px;
	float: left;
	font-weight: normal;
}
.mod_faq form#faq_question_frm .form_rij .form_input_textfield {
	float: left;
	padding-left: 0px;
}
.mod_faq form#faq_question_frm .form_rij .form_input_textfield textarea.required {
	width: 90%;
}
.mod_faq form#faq_question_frm .form_rij .sbm_button input {
	background: #000066 none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	color: white;	
}
.mod_faq form#faq_question_frm .form_rij .sbm_button {	
	padding-left: 150px;
}
.mod_faq form#faq_question_frm .form_rij .sbm_button_2 {
	padding-left: 5px;
}

/* Medewerkers module */
.mod_employee .button {
	background: #000066 none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	color: white;
}
.mod_employee table {
	border: 1px solid #AAAAAA;
	width: 100%;
}
.mod_employee th {
	font-size: 14px;
	font-weight: bold;
	background: #F89518;
	color: white;
	padding: 5px;
}
.mod_employee td.label {
	width: 150px;
}
.mod_employee input {
	width: 200px;
}
.mod_employee input.button {
	width: auto;
}
.mod_employee ul li a {
	color: #000;
}
.mod_employee a {
	color: #000;
}
.mod_employee .alfabet {
	width: 100%;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	padding: 10px 0 10px 0;
	margin-top: 20px;
}
.mod_employee .alfabet a {
	color: #000;
	margin-left: 5px;
	margin-right: 4px;
}
.mod_employee .alfabet a.first {
	margin-left: 15px;
}
.mod_employee .alfabet a.selected {
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize
}
.mod_employee td.alfabet {
	border: none;
	width: auto;	
	padding: 0;
}
.mod_employee td.alfabet a {
	margin: 0 3px 0 0;
}
.mod_employee .txt_search {
	width: 100px;
}
.mod_employee .btn_search {
	border: 1px solid #999999;
	width: 40px;
}

/* Menu module */
.mod_menu.login ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu .mod_menu {
	margin: 0 0 0 20px;
	width: auto;	
}
#menu .mod_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 204px;
}
#menu .mod_menu ul li {
	padding: 0;
	margin: 0;
}
#menu .mod_menu ul li a {
	display: block;
	font-size: 16px; 
	font-weight: bold;
	color: white;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 8px;
	background: transparent url('../images/menu.gif') repeat-y scroll 0 0;
}
#menu .mod_menu ul li a:hover, #menu .mod_menu ul li.current a {
	background: url('../images/menu_actief.gif');
	background-repeat: no-repeat;
}
#menu .mod_menu ul li ul {
	display:none;
}
#menu .mod_menu ul li.current ul {
	display:block;
}
#menu .mod_menu ul li.current ul li a {
	margin: 0;
	background: url('../images/menu_actief_sub.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#menu .mod_menu ul li.current ul li a:hover {
	color: white;
	background: url('../images/menu_actief.gif');
	background-repeat: no-repeat;
}
#menu .mod_menu ul li.current a:hover {
	background: url('../images/menu_actief.gif');
	background-repeat: no-repeat;
}
#menu .mod_menu ul li.current ul li ul {
	display: none;
}
#menu .mod_menu ul li.current ul li.current ul {
	display: block;
}
#menu .mod_menu ul li.current ul li.current ul li {
	display: block;
	margin: 0;
	font-weight: normal;
}
#menu .mod_menu ul li.current ul li.current a {
	background: url('../images/menu_actief_sub.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
#menu .mod_menu ul li.current ul li.current a:hover {
	color: white;
	background: url('../images/menu_actief.gif');
	background-repeat: no-repeat;
}
#menu .mod_menu ul li.current ul li.current ul li a {
	background: url('../images/menu_actief_subsub.gif');
	background-repeat: no-repeat;
}
#menu .mod_menu ul li.current ul li.current ul li a:hover {
	background: url('../images/menu_actief.gif');
	background-repeat: no-repeat;
}
#menu .mod_menu ul li.dubbel, #menu .mod_menu ul li.activedubbel {
	margin: 0;
}
#menu .mod_menu ul li.dubbel a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 28px;
	height: 56px;
	padding: 0 20px 0 8px;
	background: url('../images/menu_blauw_dubbel.gif');
	background-repeat: no-repeat;
}
#menu .mod_menu ul li.dubbel a:hover, #menu .mod_menu ul li.activedubbel a {
	background: url('../images/menu_blauw_dubbel_over.gif');
	background-repeat: no-repeat;
}
#main .mod_menu h3 {
	background-color: #000066;
	color: white;
	font-size:14px;
	font-weight:bold;
	padding:3px;	
}
#main .mod_menu ul {
	margin-top: 0;
	margin-bottom: 0;
}
.ie6 #main .mod_menu {
	margin-top: -15px;
}
#main .mod_menu ul li a {
	color: #000;
}

#main .mainheader .mod_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#main .mainheader .mod_menu ul {
	margin: 0;
	padding: 0;
}
#main .mainheader .mod_menu ul li {
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	margin: 2px 0 2px 0;
	line-height: 26px;
	font-weight:bold;
	padding:5px 35px 5px 5px;
	background: #EF2F22 url(../images/butsmall.png) no-repeat scroll right top;
	border-right: 2px solid #FFFFFF;
}
#main .mainheader .mod_menu ul li:hover {
	background:transparent url(../images/butsmall_over.png) no-repeat scroll right top;	
	background-color: #F8981D;
}



/* Formulier module */
#main .mod_form {
	width: 522px;
}
.mod_form .form_form .form_intro {
	padding: 0;
}
.mod_form .form_form .form_intro strong {
	color: #000000;
}
.mod_form .form_rij {
	display: block;
    clear: both;
    padding-top: 0.2em;
}
.mod_form .form_rij.empty {
	height: 18px;
}
.mod_form .form_rij label.text_label {
	width: 25%;
    float: left;
	text-align: left;
	font-weight: normal;
}
.mod_form .form_rij label.form_required_label {
	width: 1em;
    float: left;
	color: #000066;
}
.mod_form .form_rij .form_input_textfield {
	width: 70%;
	float: right;
	text-align: left;
	padding: 1px 0;
}
.mod_form .form_rij .form_input_textfield input,
.mod_form .form_rij textarea {
	border: 1px solid #ccc;
	width: 250px;
	height: 16px;
}
.form_rij .form_input_textfield input.required[type="text"] {
	border: 1px solid #ccc;
	width: 250px;
}
.mod_form .form_rij .form_input_textfield input.radio {
	width: auto;
	border: none;
}
.mod_form .form_rij textarea {
	height: 100px;
	width: 97%;
}
.mod_form .form_rij .form_input_textarea {
	float: left;
	width: 76%;
}
.mod_form .rij {
	display: block;
    clear: both;
    float: left;
	margin: 6px 0 0 0;
	width: 97%;
}
.mod_form .rij span {
	color: #000066;
}
.mod_form .rij .form_buttons {
	width: 70%;
	float: right;
	text-align: left;
}
.mod_form .rij .form_submit, .mod_form .rij .form_reset {
	background-color: #000066;
	border: 1px solid #DDDDDD;
	color: white;
	font-size: 1em;
	font-weight: normal;
	margin: 0 1em 0 0;
}


/* Aladin module */
.mod_aladin .aladin_table {
	width: 512px;
}
.mod_aladin h1 {
	color:#ED1F24;
	font-size:1.6em;
	margin:2px 0 0;
	padding:0;
}
.mod_aladin h3 {
	margin: 0;
	padding: 3px;
	background-color: #990000;
	color: white;
	font-size: small;
	font-weight: bold;
}
.mod_aladin textarea {
	border: 1px solid #AAAAAA;
	width: 510px;
	height: 80px;
}
.mod_aladin input[type='button'] {
	background-color:#990000;
	border:1px solid #660000;
	color:white;
	font-size:1em;
	font-weight:normal;
}

/* Gids2 module */
.mod_gids {
	margin: 20px 0 0 0;
}
.mod_gids h3 {
	font-size: 13px;
}
.mod_gids a {
	color: #000000;
	text-decoration:underline;	
}
.mod_gids p {
	margin: 8px 0 20px 0;
	padding: 0;
}
.mod_gids hr {
	border: none;
	border-top: 1px solid #990000;
}
.mod_gids .google_map {
	position: relative;
	background:	#D4EEFF;
	width: 500px;
	height: 350px;
}

/* Googlemaps */
.google_map {
	position: relative;
	background:	#FFFFFF;
	width: 400px;
	height:	500px;
	border: 1px solid #990000;
}

/* Nieuws module */
.mod_news.home .kopgroot {
	margin-bottom: 20px;
}
.mod_news .news_block {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #000066;
	width: 522px;
}
.mod_news .news_block p {
	margin: 0 0 14px 0;
	padding: 0px;
}

.ie6 .mod_news span.news_title{
	margin-bottom: 3px;
}
.ie6 .mod_news .news_block p{
	line-height: 10px;
}
.mod_news .news_item_block {
	position: relative;
	display: block;
	float: right;
	width: 372px;	
}
.mod_news .news_item_block .read_more {
	position: relative;
	float: right;
}
.mod_news .news_item_block .news_reacties {
	position: relative;
	float: left;
	width: auto;
}
.mod_news .news_item_block .news_reacties a {
	color: #3375A6;
	text-decoration: underline;
}
.mod_news .news_item_block .news_intro_title a {
	color:#000066;
	font-weight:bold;
	text-decoration: underline;
}
.mod_news .news_block img {
	width: 140px;
}
.mod_news .news_item_img_block {
	position: relative;
	display: block;
	float: left;	
	margin-right: 10px;
	width: 140px;
}
.mod_news .kopgroot {
	display: block;
	background-color: #006;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 3px 10px;
	margin: 2px 0 20px 0;
}
.ie6 .mod_news .news_item_img_block,
.ie6 .mod_news .news_block img{
	width: 100px;
	margin-right: 2px;
}
.mod_news h2 {
	margin: 0;
	padding: 0;
	color:#ED1F24;
	font-weight:bold;
	font-size: 13px;
}
.mod_news a h2 {
	text-decoration:underline;
}
.mod_news .news_title {
	display: block;
	color: #3366CC;
	font-weight: bold;
	margin: 0 10px;
	padding-bottom: 0;
	padding-right: 10px;
	text-decoration: underline;	
}
.mod_news .news_title.nolink {
	text-decoration: none;
}
.mod_news .news_intro {
	padding: 0 0 10px 0;
}
.ie6 .mod_news .news_title{
	padding-top: 15px;
}
.mod_news .read_more a {
	text-decoration: underline;	
	color: #3375A6;
	float: right;
}
.mod_news .news_item_img_detail_block {
	margin: 0;
}
.news_detail_block  .news_item_img_detail_block {
	position: relative;
	float: left;
	padding: 0 10px 0 0;
}
.news_detail_block .news_intro_title {
	color:#000066;
	font-weight:bold;
	margin-top:20px;
}
.news_detail_block  .news_intro {
	font-weight: bold;
	padding: 0 0 0 0;
	color: #000000;
	line-height: 1.4em;
	text-decoration: none;	
}
.news_detail_block  .news_intro p {
	padding: 0;
	margin: 0;
}

/*
 * restrictie module
 */
.mod_restriction .login_large {
	width: 310px;
}
.mod_restriction .register {
	border: 1px solid #AAA;
	width: 410px;
}
#main .mod_restriction h1 {
	color: #fff;
}
#main .mod_restriction .register h2 {
	background-color: #F89518;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	padding: 5px;
	margin: 2px;
}
.mod_restriction label.restr_label_large {
	text-align: left;
	font-weight: normal;
	margin: 2px;
	width: 150px;
}
.mod_restriction .login th {
	background-color: #F89518;
	padding: 4px;
	margin: 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.mod_restriction .login table {
	border: 1px solid #AAAAAA;	
}
.mod_restriction .loginbox span {
	background-color: #F89518;
	display: block;
	padding: 4px;
	margin: 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.mod_restriction .regform_textfield {
	float: right;
	width: 62%;
}
.mod_restriction .logout, .mod_restriction .error_message {
	background: #AA3333 none repeat scroll 0 0;
	padding: 4px;	
	color: #fff;
	font-weight: bold;
}
.mod_restriction label.restr_label_logout, .mod_restriction label.restr_error_message {
	color: #fff;
	font-weight: bold;	
}
.mod_restriction input.login_large_input,
.mod_restriction label.restr_remember {
	width: 200px;
	border: 1px solid #AAA;
}
.mod_restriction .regform_textfield input.login_large_input[type="text"], .regform_textfield input.login_large_input[type="password"], .mod_restriction label.restr_remember {
	width: 250px;
	padding: 2px 0;
}
.mod_restriction input[type="checkbox"] {
	float: left;
	margin: 0 5px;
}
.mod_restriction input.checkbox {
	width: 1em;
	float: left;
	margin-right: 5px;
}
.mod_restriction .approve_txt {
	width: auto;
	float: left;
}
.mod_restriction .success {
	background-color: #33AA33;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}
.mod_restriction .register label.error {
	background-color: #FFFFFF;
	color: #F00;
	font-weight: bold;	
}
.mod_restriction .register .error {
	background-color: #FFFFFF;
	color: #FFF;
	font-weight: bold;
}

.mod_restriction .login_large .error {
	background-color: #FFFFFF;
	padding: 4px;
	color: #AA3333;
	font-weight: bold;
}

.mod_restriction .error {
	background-color: #AA3333;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
}


.mod_restriction label.error {
	display: block;
	position: relative;
	float: left;
	width: auto;
	color: red;
	padding-left: 5px;
	text-align: left;
}
.mod_restriction input.sbm_btn_login[type="submit"] {
	width: auto;
}
.mod_restriction input.sbm_btn_login {
	background-color :#006;
	border: 1px solid #DDD;
	color: white;	
}
.mod_restriction .button {
	background: #000066 none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	color: white;
}
.mod_restriction .restr_rgs {
	width: 100%;	
}
.mod_restriction label.restr_register {
	position: relative;
	width: 100%;
}
.mod_restriction label.restr_register a {
	color: #000;
}
.mod_restriction .registrationform .sbm_button {
	display:block;
	padding: 0 0 0 150px;
}
.mod_restriction .registrationform .req {
	color: red;
	width: 16px;
}

/* Tekst module */
#main .mod_text h3 {
	background-color: #EF2F22;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;	
}
.ie6 #main .mod_text ul,
.ie7 #main .mod_text ul{
	padding-left: 15px;
	margin-left: 0;
	
}
.ie6 #main .mod_text ul li,
.ie7 #main .mod_text ul li{
	list-style-type: inherit;
}



.agenda_date {
	background:none;		
	border:1px solid #999999;
	margin:1px;
	height:193px;
	width:146px;
	padding-right:0 !important;
	font-size:16px;
}
.agenda_date, .agenda_date a {		
	color:black !important;
	font-weight:normal;	
}
.day_type {
	background: #CCCCCC;
}
.agenda_date .day {
	height:16px;	
}
.agenda_date .active a {
	background-color: #3366CC !important;
	color:white !important;
	font-weight:bold;
}
.agenda_date .months a {
	font-weight:bold;
}
