/* ALGEMEEN
----------------------------------------------------------------------------------------*/

img {
  	border: none;
}

body {
	background-color:#f5ede6;
	background: url(../images/msg_bg5.jpg) no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

body.contentpane {
	width: auto; /* Printable */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* Standaard links */
a {
	color: black;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: red;
	text-decoration: underline;
}

table.contentpaneopen tr td span.hasTip a img {
display: none;
}


a.readon {
	float: left;
	margin-top: 10px;
	padding: 0px 5px 0px 14px;
	border: 1px solid #D7C5AB; /*#AAAAAA;*/
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #3e3f3f;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #B7997F; /*#FF0000;*/
	color: black;
	background: url(../images/arrow.png) no-repeat 5px 48% #EEE4E2;
}

/* Kleine tekst */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption { 
	font-size:11px;
	color:#666666;
}

/* Headings */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}


h4 {
	font-size: 100%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}


ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}


ul.pagination {
	margin: 10px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span {
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F0DED0;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #B7997F;
	background: #FFFFFF;
}

/*
.h2 .tab {
	background: black;
}
*/

/*
#eventtable .sectiontableheader TH {
	padding: 8px 5px;
	background: #EFE6E7;
	color: #000000;
	border: 1px solid #B7997F;
}
*/

tr.sectiontableheader {
	padding: 8px 5px;
	background: #EFE6E7;
	color: #000000;
	/* border: 1px solid #B7997F; */
}

/*
.sectiontableentry1 {
	border-left: 1px solid #B7997F;
	border-right: 1px solid #B7997F;
}

.sectiontableentry2 {	
	border-left: 1px solid #B7997F;
	border-right: 1px solid #B7997F;
}
*/






.sectiontableheader a {
	color: #000000;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #F5EDE6;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

/* Tabellen in content */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}


/* LAYOUT DIVS
-----------------------------------------------------------------------------------------------------*/

#wrap {
	width:908px;
	margin: 30px auto 80px;
	padding-bottom: 30px;
}

#header {
	background-image:url(../images/kop2.jpg);
	background-repeat:no-repeat;
	height:151px;
}

#content {
	/* background: url(../images/hoofd.jpg) #fff repeat-y; */
	/* float:right; */
	/* width:734px; */
	margin-right: 6px;
	overflow: hidden;
}

#main {
	padding: 0;
	float: left;
	width: 908px;
	min-height: 582px;
	background: url(../images/main2.jpg) #fff repeat-y;
}

#sidebar {
	/* clear: both; */
	text-align: left;
	float:left;
	width:174px;
}

#footer {
	clear:both;
	background-image:url(../images/voet2.jpg);
	height:24px;
}

#lastnews {
	height: 100px;
	width: 40%;
	float: right;
	padding-bottom: 0px;
}

#mostread {
	height: 100px;
	width: 40%;
	float: left;
	padding-bottom: 0px;
	/* border: 1px solid #B7997F; */
}


.inside {
	height: 100%;
	padding: 10px;
	padding-top: 5px;
}

.inside2 {
	height: 110px;
	padding-bottom:0px;
	padding-left: 15px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom:0px;
}

.inside3 {
	height: 100%;
	padding: 10px;
	padding-top: 5px;
}

#navi {
	padding: 0px 0px 15px 0px;
	/* border: 1px solid #B7997F; */
}



.contentheading {
	font-size: 14px;
	font-weight: bold;
	/* line-height: 0em; */
}

.column_separator {
	padding: 0 15px;
}

.article_separator {
	clear: both;
	display: block;
	height: 10px;
}

.componentheading:first-letter {
	color: red;
	font-style: italic;
}

.componentheading {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #B7997F;
	/* background: url(../images/hdot.gif) repeat-x bottom;	*/
}

.moduletable {
	padding: 0;
}

#alphabeticalbar div{
	background-color: #FBF5F6;
}

#jflanguageselection {
	margin-top: 104px;
	margin-right: 20px;
}


/* Ledenlijst */
#cbUserTable TR {
	text-align: left;
}

.cbUserListCol2, .cbUserListCol3 {
	white-space:nowrap;
}

.cbUserListDescription {
	font-size: 11px;
}

.cbFieldsContentsTab {
	border: 1px solid #B7997F;
}

.cbUserListFieldLine {
	font-size: 11px;
}

.cbUserListFC_name {
	font-weight: bold;
}

/* Latest news en most read */
#lastnews ul.latestnews li a,
#mostread ul.mostread li a {
	/* height: 14px; */
	font-size: 12px;
	padding: 0 0 0 0;
	display: block;
	color: #333333;
	text-decoration: none;
	outline: none;
}

#lastnews ul.latestnews li a:hover,
#lastnews ul.latestnews li a:active,
#lastnews ul.latestnews li a:focus,
#mostread ul.mostread li a:hover,
#mostread ul.mostread li a:active,
#mostread ul.mostread li a:focus
 {
	color: red;
	/* background: url(../images/hdot2.gif) repeat-x bottom #f0ded0; */
	text-decoration: none;
}

#lastnews h3:first-letter,
#mostread h3:first-letter {
	color: red;
	font-style:italic;
}

#lastnews h3,
#mostread h3 {
	font-size: 12px;
}

#lastnews ul.latestnews, 
#mostread ul.mostread { 
	margin: 0;
	/* padding: 0px 0 0; */
	padding: 0;
	list-style: none;	
	background: url(../images/hdot2.gif) repeat-x top;
}

#lastnews ul.latestnews li,
#mostread ul.mostread li {
	overflow: hidden;
	height: 18px;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#lastnews ul.latestnews li a ,
#mostread ul.mostread li a {
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat 5px 7px;
}



/* Menu zijbalk */
#sidebar h3:first-letter {
	color: red;
	font-style:italic;
}

#sidebar ul.menu {
	margin: 0;
	padding: 0px 0 0;
	list-style: none;
	background: url(../images/hdot2.gif) repeat-x top;
}

#sidebar ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#sidebar ul.menu li a {
	padding: 0;
	display: block;
	color: #333333;
	background: url(../images/hdot2.gif) repeat-x bottom;
	text-decoration: none;
	outline: none;
}

#sidebar ul.menu li a span {
	padding-left: 16px;
	background: url(../images/bullet.gif) no-repeat 5px 5px;
}

#sidebar ul.menu li a:hover,
#sidebar ul.menu li a:active,
#sidebar ul.menu li a:focus {
	color: black;
	background: url(../images/hdot2.gif) repeat-x bottom #f0ded0;
	text-decoration: none;
}

#sidebar ul.menu li a:hover:first-letter,
#sidebar ul.menu li a:active:first-letter,
#sidebar ul.menu li a:focus:first-letter {
	color: red;
}

#sidebar ul.menu li.active a {
	background: url(../images/hdot2.gif) repeat-x bottom  #e1d6cd; /* #FFFFFF;*/
	color: #645b54; /* black; */
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul.menu li.active a span {
	background: url(../images/bullet-red.gif) no-repeat 5px 5px;
}

#sidebar ul.menu li li a span {
	background: none;
}

#sidebar ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.menu li li {
	padding: 0 0 0 15px !important;
	list-style: none;
}

#sidebar ul.menu li li a {
	color: #333333;
	background: none !important;
	font-size: 92%;
	font-weight: normal;
}

#sidebar ul.menu li li a:hover,
#sidebar ul.menu li li a:active,
#sidebar ul.menu li li a:focus {
	color: red;
}


#sidebar ul.menu li li a span {
	background: url(../images/bullet.gif) no-repeat 5px;
	font-weight: normal;
}


.mod_login a {
	
}

.mod_login TD {
	font-size: 11px;
	padding-bottom: 7px;
}

.mod_login span {
	font-size: 12px;
}

/* Eventlist */

div#eventlist a.modal img,
div#eventlist img.modal,
div#eventlist .catimg img,
div#eventlist .map {
/* border: 1px solid #d3bca8; */
border: none;
padding:1px;
display: none;
}

/* Tabel */
div#eventlist table.eventtable
{ margin: 0 4px; width: 99%; font-size: 1em; border-collapse: collapse; border: 1px solid #d3bca8; }

div#eventlist table.eventtable th
/* { background-color: #efe6e7; color: #000; font-weight: bold; padding: 0.4em; text-align: left; border: none;} */
{ background-color: #efe6e7; color: #000; font-weight: bold; padding: 2px 4px 2px 4px; text-align: left; border-bottom: 1px solid #d3bca8; border-right: 1px solid #d3bca8; } 

/* Section headlines */
div#eventlist h2 {
font-size: 1.2em; font-weight: bold;
border-bottom: 1px solid #d3bca8; 
padding:0.5em 0.3em; margin: 0.8em 0;
}

div#eventlist h2 img {
border: none;
}

div#eventlist table.eventtable th img
{ margin: 0 0 5px 5px; vertical-align: middle; border: none; }

div#eventlist table.eventtable td
{ padding: 0.4em; border-bottom: 1px solid #d3bca8; border-right: 1px solid #d3bca8; vertical-align: top; background:none; }

div#eventlist table.eventtable tr.sectiontableentry2 td
{ background: #F4F4F4; }

div#eventlist table.eventtable tr:hover td
{ background: #F8F8F8 }


/* Section Categoryview */
div#eventlist .catimg {
margin: 0 0 0 0;
float: left;
position: relative;
}

div#eventlist .catimg p {
font-size: 0.9em; line-height: 70%;
margin: 0 0 0 4px;
}

div#eventlist .catdescription {
line-height: 70%;
margin: 0 0 0 4px;
}



/* Meta */
.article-tools {
	border-top: 1px solid #B7997F; /* #DDDDDD; */
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
	display: block;
	background: #f5f2f1; /* #f6f3f3;*/
}

.article-meta {
	padding: 1px;
	width: 80%;
	float: left;
}

.createby {
	/* white-space:nowrap; */
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
	font-style:italic;
}

div.buttonheading {
	float: right;
	/*width: 15%;*/
}



/* Modules
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 10px;
	margin-bottom: 7px;
	/* background: url(../images/hdot.gif) repeat-x bottom; */
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 4px;
	margin: 0;
	color: black;
	font-size: 125%;
	font-weight: bold;
	/* text-transform: uppercase; */
}



/* Module rounded */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}



/* Forms */
/*
.button {
	padding: 3px 5px;
	border: 1px solid #8c7561;
	background: url(../images/grad1.gif) repeat-x top #b7997f;
	color: black;
	font-size: 85%;
	text-transform: uppercase;
}
*/

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

/*
#birthdays {
	height: 600px;
	width: 40%;
	padding-bottom: 0px;
}
*/

#system-message dt.notice {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#system-message dt.message {
	visibility: hidden;
	width: 0px;
	height: 0px;	
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0 0 4px 0;
	width: 622px;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 0 0 0 4px;
	margin: 0;
	color: #FFFFFF;
	height: 20px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: black;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #c72525;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #c72525;
	border: none;
}



.clr {
	clear: both;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

div.contentpaneopen_edit span.hasTip a img {
     display: none;
} 