html {
 
  padding: 0px;
  margin:0px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%;
  font-size: 78%;
 
  color: #666666;
  background-color: #FFFFFF;
}

body.mainLayout {
  background-color: #907294;
  margin: 0px;
  
  
}

body.miniLayout {
  background-color:#FFFFFF;
  margin: 0px;
}



#indekijker{
 padding: 0px;
 margin-left: 10px;
 background-color: #FFFFFF;
 }

#indekijker #tekst {
	margin: 0px;
	padding: 0px;
 	font-size: 80%;
	 width:170px;
 	background-color: #FFFFFF;
	 border: 1px solid rgb(51,153,204);
	 float: right;
}
#indekijker th{
	 width:170px;

 background: rgb(51,153,204);
   padding: 0px;
   color: #FFFFFF;
   margin: 0px;
   text-align: center;
   line-height: 25px;

}
 


.snellinks {
    border-right: 1px solid rgb(51,153,204);
    
    padding-right: 10px;
	height: 100%;
}

.normalA  {
	font-size: 10px;
	color: #514A4B;
	padding: 4px;
	margin-left: 16px;
	align: right;
	color: #514A4B;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;

}


.biggerA  {
	color: #514A4B;
	text-decoration: none;
		font-size: 15px;
	color: #514A4B;
	padding: 4px;
	padding-top: 5px;
	padding-bottom: 1px;
	align: right;

}



.biggestA  {
    
	color: #514A4B;
	text-decoration: none;
	font-size: 20px;
	color: #514A4B;
	padding: 4px;
	padding-top: 0;
	padding-bottom: 0;
	align: right;
}


div#center {
  
}

div#wrapper {
  background: #fff url("../images/bg_left.jpg") 0 0 repeat-y;
  
  margin-left: auto;
  margin-right: auto;
  min-width: 1000px;
  
}

div#wrapper_r {
  background: url("../images/bg_right.jpg") 100% 0 repeat-y;
  height: auto;
}

/*Header*/
div#header_m {
background: url("../images/header_m.jpg") 0 0 repeat-x;
height: 142px;
}

div#header_l {
background: url("../images/header_l.jpg") 0 0 no-repeat;
height: 142px;
}

div#header_logo {
padding: 47px 35px;
/*background: url("../images/schild.png") 0 0 no-repeat;*/
z-index: 10;
}

div#header_r {
  background: url("../images/header_r.jpg") 100% 0 no-repeat;
  height: 142px;
}

/*menu bovenaan*/

#topmenu {
  padding: 2px;
  margin: 0 40px;
  text-decoration:none;
  list-style-type:none;
  position: absolute;
  top: 1px;
  right: 30px;
}

#topmenu li {
  display: inline;
}

#topmenu a, #topmenu a:visited, #topmennu a:link {
  color: #fff;
  padding: 2px 5px;
  font-size: 78%;
}

/*#topmenu a:hover {
  text-decoration: underline;
}*/

div#bg_navcontainer {
background: url("../images/bg_tab.jpg") 0 0 repeat-x;
height: 31px;
margin: 0 31px;
}

/*Footer*/


div#bg_footer {
background: url("../images/footer_m.jpg") 0 0 repeat-x;
height: 40px;
}

div#footer_r {
background: url("../images/footer_r.jpg") 100% 0 no-repeat;
height: 40px;
}

div#footer_l {
background: url("../images/footer_l.jpg") 0 0 no-repeat;

}


.clr {
  clear: both;
}

p.daisy-error {
  border: 1px solid #c03333;
  background-color: #f1b2b2;
  margin: 4px;
  padding: 2px 4px;
}

img {
  border: 0px; /* otherwise img's inside a's have those fat blue boxes around them */
}

p img {
  padding: 5px;
}

.doclinks h2 {
    font-size: 1em;
    font-weight: bold;
}

p.note {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/note.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.warn {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/important.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

p.fixme {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 40px;
  background-image: url("../images/fixme.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  min-height: 24px;
}

pre.query {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/query.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 60px;
  background-image: url("../images/include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre.query-and-include {
  border: 1px solid gray;
  margin: 10px 10px 10px 10px;
  padding: 2px 2px 2px 100px;
  background-image: url("../images/query-and-include.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
}

pre {
  border: 1px solid gray;
  background-color: lightgrey;
}

h1.daisy-document-name {
  font-size: 130%;
  color: #907294;
  font-weight: bold;
  padding: 0.5em 0.5em 15px 0px;
 
}

h1 {
  font-size: 120%;
  font-weight: bold;
  color: #878079;
}

h2 {
  font-size: 110%;
  margin-top: 8px;
  margin-bottom: 4px;
  color: #878079;
  font-style: italic;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 4px;
  color: #CEBF93;
}

h4 {
  font-size: 100%;
  text-decoration: underline;
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #6B6E57;
}

h5 {
  font-size: 100%;
  color: #999999;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 4px;
}

table.footnotes {
    margin-top: 1em;
    padding-top: 0.5em;
    margin-bottom: 1em;
    border-top: 1px solid gray;
}

table.footnotes tbody tr td {
    vertical-align: top;
    padding-bottom: .3em;
}

#searchInput {
  margin: 0px;
  border: 1px solid black;
  font-size: 80%;
}

div#search {
	margin-left: 0px;
	position: absolute;
	left: 50px;
}

#searchButton {
  font-size: 80%;
}

#pageMessage {
  background-color: #a4e886;
  border: 1px solid #53803f;
  padding: 8px;
  margin: 8px;
}

.footer {
  vertical-align: bottom;
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: 78%;
  color: ##666666;
}

.footer a:link, .footer a:visited {
  color: #666666;
}

/*
  General layout styles
 */

.miniLayoutHeader {
  background-color: #CDCB96;
  border-bottom: 2px solid #907294;
  padding-bottom: 3px;
}

.miniLayoutHeader .documentName {
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
}

.miniLayoutContent {
  margin: 0px 4px 0px 4px;
  background-color: #FFFFFF;
}

.generalNavigation {
  position: absolute;
  font-size: 90%;
}

table.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
}

table.layout td {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.leftSideBlock {
  background: url("../images/bg_content.jpg") 0 0 repeat-x;
  width: 230px;
  min-height: 498px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0;
  float: left;
}

/*.rightSideBlock {
  vertical-align: top;
  width: 130px;
}*/

/*.mainBlock {
  padding-top: 10px;
}*/

.layout {
  
  margin: 10px 31px;
  vertical-align: top;
}

.content {
  background: url("../images/bg_content.jpg") 0 0 repeat-x;
  padding: 10px;
  margin-top: 0px;
  margin-left: 240px;
  margin-right: 0px;
  vertical-align: top;
  text-align: left;
  float: none;
  min-height: 498px;
  
}

.content p {
  padding-left: 0px;
  padding-top: 0px;
}

a:link {
  text-decoration: none;
  color: #907294;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #7B5480;
}
a:visited:hover {
  text-decoration: underline;
  
}


.pageNavigationBlock {
  background-image: url("../images/footer.gif");
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: center;
}


.pageNavigation {
  z-index: 10;
  font-size: 90%;
  margin: 4px;
  padding: 4px;
}

.pageNavigation ul {
  margin: 0px;
  padding: 0px;
  height: 10px;
  list-style-type: none;
}

.pageNavigation li {
  border-right: 1px solid #907294;
  display: inline;
}

.pageNavigation a {
  display: inline;
  color: #907294;
  width: 100%; /* 200 -4 -4 -3 -3 */
  padding: 1px 5px 1px 5px;
  text-decoration: none;
}

.pageNavigation a:visited {
  color: #634F66;
}

/*.pageNavigation ul a {
  border-bottom: 1px solid #bc0377;
}*/


.siteNavigation {
  font-size: 80%;
}

.siteNavigation a {
  color: black;
  text-decoration: none;
}

.siteNavigation a:hover {
  text-decoration: underline;
}

.documentInfo {
  border-top: 1px solid gray;
  color: gray;
  padding: 2px 2px 4px 4px;
  font-size: 67%;
}

/*
  Styles used for rendering the hierarchical navigation
 */

#navcontainer {
  font-size: 90%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 45px;
  
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  
}

#navcontainer ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  height: 31px;
  background: url("../images/scheiding_tab.gif") 100% 0 no-repeat;
}

#navcontainer ul li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0px;
  top: 100px;
}

#navcontainer ul li ul li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  left: auto;
  top: auto;
  
  
}


#navcontainer ul li ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: none;
  height: auto;
  background-color: #CEBF93;
  background-image: none;
  border-top: 1px solid #907294;
}

#navcontainer ul li ul li ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  left: 0px;
  height: auto;
  background-color: #907294;
  background-image: none;
  border-top: 1px solid #CEBF93;
}

#navcontainer ul li ul li ul li ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  left: 0px;
  height: auto;
  background-color: #D5D7C2;
  background-image: none;
  border-top: 1px solid #fff;
}

#navcontainer a {
  display: block;
  color: #878079;
  padding: 2px 0.7em 0px 0.7em;
  text-decoration: none;
  text-align: left;
  height: 26px;
  width: 65px;
  line-height: 100%;
  
}

#navcontainer a:hover {
  /*background: url("../images/bg_tab_hover.gif") 0 0 repeat-x;*/
  color: #907294; 
  /*border-bottom: 3px solid #B4B400;*/
}

#navcontainer a.navgroup-clickable {
  background: url("../images/arrow.png") middle right no-repeat;
}

#navcontainer a.navgroup {
  cursor: default;
}

#navcontainer a.navgroup:hover {
  color: black;
}

#navcontainer li li a
{
  display: block;
  color: #907294;
  width: 180px;
  padding: 3px 1em 3px 1em;
  text-decoration: none;
  text-align: left;
  height: auto;
  line-height: normal;
}

#navcontainer li li a:hover {
  border-bottom: none;
  background-color:#D9CBA7;
}

#navcontainer li li li a
{
  display: block;
  color: #CEBF93;
  background-image: none;
  width: 180px;
  padding: 3px 1em 3px 1em;
  text-decoration: none;
  text-align: left;
  height: auto;
}

#navcontainer li li li a:hover {
  border-bottom: none;
  background-color:#9C7FA1;
  color: #CEBF93;
}

#navcontainer li li li li a
{
  display: block;
  color: #666666;
  width: 180px;
  padding: 3px 1em 2px 1em;
  text-decoration: none;
  text-align: left;
}

#navcontainer li li li li a:hover {
  border-bottom: none;
  background-color:#E3E4CF;
  color: #666666;
}

#navcontainer li li li li li a
{
  display: block;
  color: black;
  background-color: #FEDEA1;
  width: 156px;
  padding: 3px 1px 3px 46px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  background-position: 39px .6em;
}


#navcontainer a.active-navnode {
  color: #907294;
}

#navcontainer li li a.active-navnode {
  border: none;
  font-weight: bold;
}

#navcontainer li li li a.active-navnode {
   font-weight: bold;
   border: none;
   color: #CEBF93;

}

#navcontainer a.naverror {
  cursor: default;
  background-color: #907294;
  color: white;
}

#navcontainer li a.navnode-open {
  /*border-bottom: 3px solid #B4B400;*/
  color: 907294;
}

#navcontainer li li a.navnode-open {
  border: none;
}

#navcontainer li li li a.navnode-open {
  border: none;
}

/*#navcontainer li a.navnode-closed {
  background: url("../images/arrow.png") 100% 50% no-repeat;
}*/

#navcontainer li li a.navnode-open {
  background: url("../images/arrowopen.png") 100% 50% no-repeat;
}

#navcontainer li li a.navnode-closed {
  background: url("../images/arrow.png") 100% 50% no-repeat;
}

/*#navcontainer a.navnode-open:hover {
  background-image: url("../images/bg_butmore.gif");
  background-repeat: no-repeat;
}

#navcontainer a.navnode-closed:hover {
  background-image: url("../images/bg_butmore.gif");
  background-repeat: no-repeat;
}*/

div#gotonavigation {
  position: relative;
  text-align: left;
  bottom: 20px;
  left: 25px;
}

/*
 * Styles used for the general menu.
 */
#menu {
  z-index: 20;
  top: 0px;
  left: 5px;
  margin: 0px 0px 0px 0px;
}

#menu ul {
  list-style : none;
  width: auto;
  padding: 0;
  margin : 0;
  position : absolute;
  visibility : hidden;
  white-space : nowrap;
  background-color: #fff;
}
  
#menu li {
  display : inline;
  border-right: 1px solid #907294;
}
#menu li.separator {
  border-bottom: 1px solid #907294;
}
#menu li a {
  padding : 2px 3px 2px 3px;
  text-decoration : none;
  color: #666666;
  font-weight: 500;
}

#menu li a:hover {
  background-color: #907294;
  color: #fff;
}

#menu li a.menuLink:hover {
  text-decoration: none;
  cursor: default;
  background-color: #907294;
}

#menu ul li {
 
  display: block;
  float: none;
  margin: 0px;
  padding : 0px;
  white-space : normal;
  border-right: 1px solid #907294;
  border-bottom: 1px solid #907294;
  border-left: 1px solid #907294;
}
#menu ul li a {
  padding : 0px;
  text-decoration: none;
  color: #666666;
  background-color: #fff;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  width: 150px;
  display: block;
}
#menu ul li a:hover {
  background-color: #907294;
  color: #fff;
}

/* Styles used for the various tables such as version overview table, search result table, ... */
table.default {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.default tr td {
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}
table.default tr th {
  border: 1px solid gray;
  background-color: lightgrey;
  padding: 2px 4px 2px 4px;
}

/* Normal tables that are part of the document content. */
/* Normal tables that are part of the document content. */
table.content {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
  background-image: url();
  margin-left: 0px;
}
table.content tr td {
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}
table.content tr th {
  border: 1px solid gray;
  background-color: lightgrey;
  padding: 2px 4px 2px 4px;
}

/* Special 'borderless' tables part of document content. */
table.borderless {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.borderless tbody tr td {
  padding: 2px 4px 2px 4px;
}
table.borderless tbody tr th {
  background-color: lightgrey;
  padding: 2px 4px 2px 4px;
}

/*
* Styles specific for the document page
*/
div.info-message {
  border: 1px solid gray;
  padding: 8px;
  margin: 8px;
  background-color: #f5fd9d;
}

.commentsTitle {
  font-size: 130%;
  font-weight: bold;
}

div.comments {
  margin-top: 20px;
  margin: 8px;
}

div.comment {
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.publicComment {
  border: 1px solid #729c9a;
  /* background-color: #b4fdf9; */
}

div.editorsComment {
  border: 1px solid #ee7600;
  /* background-color: #eebd8d; */
}

div.privateComment {
  border: 1px solid #de005e;
  /* background-color: #d9a3ba; */
}

div.commentheader {
  font-size: small;
  font-weight: bold;
  padding-left: 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.publicComment div.commentheader {
  background-image: url("../images/public_comment.gif");
}

div.privateComment div.commentheader {
  background-image: url("../images/private_comment.gif");
}

div.editorsComment div.commentheader {
  background-image: url("../images/editors_comment.gif");
}

span.commentActions {
  font-size: small;
}

span.commentVisibility {
  font-size: small;
  font-weight: bold;
}

div.commentbody {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
}

div.addCommentTitle {
  font-weight: bold;
  margin-top: 12px;
  padding-left: 23px;
  background-image: url("../images/speak.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

div.addComment {
  margin-left: 23px;
}

/*
 * Styles specific for fulltext search result page
 */
div.fulltext-doc-summary {
  margin-left: 1em;
  margin-right: 2em;
}

div.fulltext-infoline {
  margin-left: 1em;
  margin-right: 2em;
  color: gray;
}

/*
 * Styles specific for document editing page
 */
table.docedit-links tr.targetrow td {
  padding-bottom: 8px;
}

.saveOptions {
  font-size: 80%;
  margin: 3px 0px 3px 0px;
}

a.button:link, a.button:visited {
  text-decoration: none;
  color: #907294;
  padding: 3px;
  background-color: #CEBF93;
  border: 1px solid #52AFDE;
  font-size: 80%;
}

a.button:hover {
  background-color: #D9CBA7;
}

ul.doceditor-tabs {
  margin: 0 0 0 10px;
  padding: 0;
}

ul.doceditor-tabs li {
  display: inline;
  border: 1px solid black;
  padding: 2px 10px 0 10px;
  margin: 0 5px 0 0;
  position: relative;
  text-align: center;
}

ul.doceditor-tabs li.here {
  border-bottom: 1px solid white;
  z-index: 1;
}

ul.doceditor-parts {
  margin: 5px 0 0 10px;
  padding: 0;
}

ul.doceditor-parts li {
  display: inline;
  border: 1px solid black;
  padding: 3px 5px 2px 5px;
  margin: 0 5px 0 0;
  position: relative;
  font-size: 80%;
  line-height: 1.3em;
  text-align: center;
}

ul.doceditor-parts li.here {
  border-bottom: 1px solid ButtonFace;
  background: ButtonFace;
  z-index: 1;
}

ul.doceditor-tabs li a, ul.doceditor-parts li a {
  text-decoration: none;
}

div.editor-outerframe {
  padding: 10px 10px 10px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: relative;
  z-index: 0;
}

div.doceditor-parteditor {
  padding: 5px 10px 10px 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  position: relative;
  z-index: 0;
  background: ButtonFace;
}

/*
 * Styles specific for the doctype selection page.
 */
.doctypeLabel {
}

.doctypeDescription {
    font-style: italic;
    padding-bottom: 10px;
    padding-left: 20px;
}

/*
 * Styles specific for the diff page.
 */
div.diff-added {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  background-color: #ccffcc; /* light green */
  border-left: 4px solid darkgreen; /* light green */
}
div.diff-removed {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  background-color: #fdc6c6; /* light red */
  border-left: 4px solid darkred; /* dark red */
}
div.diff-unchanged {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
  border-left: 4px solid lightgrey;
}
span.diff-added {
  background-color: #58ff87;
}
span.diff-removed {
  background-color: #ff8686;
  text-decoration: line-through;
}

span.diffpage-nochanges {
  font-style: italic;
}

div.diffpage-contentdiff-title {
  border: 1px solid gray;
  text-align: center;
  border-bottom: 0px;
}
div.diffpage-contentdiff {
  border: 1px solid gray;
}

span.diffpage-removedfield {
  text-decoration: line-through;
}


/*
 * Styles specific for the versions overview page.
 */
tr.live {
  background-color: lightgreen;
}

/*
 * Styles specific for the site index page.
 */
table.siteindex td {
  padding: 6px;
}

a.sitelink {
  padding-left: 10px;
  background-image: url("../images/bullet.png");
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/*
 * Styles specific for the faceted navigation
 */
div.facetbrowser-resultcount {
  font-weight: bold;
  font-size: 110%;
}

div.facetbrowser-docsummary {
  margin-top: 3px;
  font-style: italic;
}

div.facetbrowser-facet {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.facetbrowser-facettitle {
  font-weight: bold;
  border-bottom: 1px solid black;
}

div.facetbrowser-morevalues {
  font-style: italic;
}

div.facetbrowser-filters {
  border: 1px solid gray;
  padding: 3px;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 90%;
}

div.facetbrowser-docdetails {
  font-size: 90%;
  padding-left: 1em;
}

a.facetbrowser-doclink {
  font-weight: bold;
}

div.facetbrowser-resultdoc {
  border-bottom: 1px dotted gray;
  padding: 0.5em;
}


/*
 * Styles specific for the book management pages
 */
table.books {
  border-spacing: 0pt;
  border-collapse: collapse;
  font-size: small;
  margin-top: 4px;
  margin-bottom: 4px;
}
table.books tbody tr td {
  padding: 2px 4px .3em 4px;
}

tr.bookgroup {
    border-bottom: 1px solid gray;
}

tr.bookAltRow {
    background-color: rgb(238, 238, 238);
}


/*
* The following rules are taken from Mozilla's quirck mode stylesheet.
* See http://lxr.mozilla.org/seamonkey/source/layout/html/document/src/quirk.css
* They avoid the top and bottom margin of elements in table cells.
*/
td > form:-moz-first-node, th > form:-moz-first-node,
td > p:-moz-first-node, th > p:-moz-first-node,
td > dl:-moz-first-node, th > dl:-moz-first-node,
td > multicol:-moz-first-node, th > multicol:-moz-first-node,
td > blockquote:-moz-first-node, th > blockquote:-moz-first-node,
td > h1:-moz-first-node, th > h1:-moz-first-node,
td > h2:-moz-first-node, th > h2:-moz-first-node,
td > h3:-moz-first-node, th > h3:-moz-first-node,
td > h4:-moz-first-node, th > h4:-moz-first-node,
td > h5:-moz-first-node, th > h5:-moz-first-node,
td > h6:-moz-first-node, th > h6:-moz-first-node,
td > listing:-moz-first-node, th > listing:-moz-first-node,
td > plaintext:-moz-first-node, th > plaintext:-moz-first-node,
td > xmp:-moz-first-node, th > xmp:-moz-first-node,
td > pre:-moz-first-node, th > pre:-moz-first-node,
td > ul:-moz-first-node, th > ul:-moz-first-node,
td > menu:-moz-first-node, th > menu:-moz-first-node,
td > dir:-moz-first-node, th > dir:-moz-first-node,
td > ol:-moz-first-node, th > ol:-moz-first-node {
   margin-top: 0;
}

td > p:-moz-last-node, th > p:-moz-last-node {
   margin-bottom: 0;
}

td > form:empty:-moz-first-node, th > form:empty:-moz-first-node,
td > p:empty:-moz-first-node, th > p:empty:-moz-first-node,
td > dl:empty:-moz-first-node, th > dl:empty:-moz-first-node,
td > multicol:empty:-moz-first-node, th > multicol:empty:-moz-first-node,
td > blockquote:empty:-moz-first-node, th > blockquote:empty:-moz-first-node,
td > h1:empty:-moz-first-node, th > h1:empty:-moz-first-node,
td > h2:empty:-moz-first-node, th > h2:empty:-moz-first-node,
td > h3:empty:-moz-first-node, th > h3:empty:-moz-first-node,
td > h4:empty:-moz-first-node, th > h4:empty:-moz-first-node,
td > h5:empty:-moz-first-node, th > h5:empty:-moz-first-node,
td > h6:empty:-moz-first-node, th > h6:empty:-moz-first-node,
th > listing:empty:-moz-first-node,
th > plaintext:empty:-moz-first-node,
td > xmp:empty:-moz-first-node, th > xmp:empty:-moz-first-node,
td > pre:empty:-moz-first-node, th > pre:empty:-moz-first-node,
td > ul:empty:-moz-first-node, th > ul:empty:-moz-first-node,
td > menu:empty:-moz-first-node, th > menu:empty:-moz-first-node,
td > dir:empty:-moz-first-node, th > dir:empty:-moz-first-node,
td > ol:empty:-moz-first-node, th > ol:empty:-moz-first-node {
   margin-bottom: 0;
}

td > form:empty:-moz-last-node, th > form:empty:-moz-last-node,
td > p:empty:-moz-last-node, th > p:empty:-moz-last-node,
td > dl:empty:-moz-last-node, th > dl:empty:-moz-last-node,
td > multicol:empty:-moz-last-node, th > multicol:empty:-moz-last-node,
td > blockquote:empty:-moz-last-node, th > blockquote:empty:-moz-last-node,
td > h1:empty:-moz-last-node, th > h1:empty:-moz-last-node,
td > h2:empty:-moz-last-node, th > h2:empty:-moz-last-node,
td > h3:empty:-moz-last-node, th > h3:empty:-moz-last-node,
td > h4:empty:-moz-last-node, th > h4:empty:-moz-last-node,
td > h5:empty:-moz-last-node, th > h5:empty:-moz-last-node,
td > h6:empty:-moz-last-node, th > h6:empty:-moz-last-node,
td > listing:empty:-moz-last-node, th > listing:empty:-moz-last-node,
td > plaintext:empty:-moz-last-node, th > plaintext:empty:-moz-last-node,
td > xmp:empty:-moz-last-node, th > xmp:empty:-moz-last-node,
td > pre:empty:-moz-last-node, th > pre:empty:-moz-last-node,
td > ul:empty:-moz-last-node, th > ul:empty:-moz-last-node,
td > menu:empty:-moz-last-node, th > menu:empty:-moz-last-node,
td > dir:empty:-moz-last-node, th > dir:empty:-moz-last-node,
td > ol:empty:-moz-last-node, th > ol:empty:-moz-last-node {
  margin-top: 0;
}


/*
* Styles specific for the calendar query styling
*/


/* divider voor kalender */
#calendar {
 width: 160px;
 border: none;
 padding: 5px;
 margin-top: 5px;

}

/* tabel */
#calendarTable {
   width: 100%;
   border: 1px solid rgb(51,153,204);
   border-collapse: collapse;
   font-family: verdana;
   	font-size: 80%;
  
}


/* header van tabel, hierin komt de geselecteerde maand en jaar */
#calendarTable #calendarHeader {
   color: rgb(255,255,255);
   background: rgb(51,153,204);
   /*padding: 2px;*/
   cursor: default;
}
#calendarTable #calendarHeader th  {
     background: rgb(51,153,204);
   padding: 0px;
  }

/* opmaak voor navigatiepijltjes in header */
#calendarTable #calendarHeader th.arrow{
   font-family: verdana;
   font-size: 8px;
   color: rgb(255,255,255);
   text-decoration: none;
   cursor: pointer;
   padding: 0px;
}


/* MA DI WO DO VR ZA ZO */
#calendarTable #daysofweek {
   background: rgb(200,200,200);
   color: rgb(20,20,20);
   cursor: default;
}

/* algemene opmaak voor een cel in de kalender */
#calendarTable #tableBody td {
 height: 20px;
 color: rgb(20,20,20);
 background: rgb(245,245,245);
 text-decoration: none;
}

/* wanneer muis over een cell beweegt */
#calendarTable #tableBody td.cellover {
 cursor: pointer;
 background: rgb(235,235,150);
}
/* geselecteerde cell */
#calendarTable #tableBody td.cellselected {
 color: rgb(255,255,255);
 background:  rgb(51,153,204);
}

/* muis over geselecteerde cell */
#calendarTable #tableBody td.cellselectedover {
 cursor: pointer;
 color: rgb(255,255,255);
 background: rgb(51,153,204);
}

/* voor dagen die niet tot geselecteerde maand behoren*/
#calendarTable #tableBody td.hidden {
 color: rgb(100,100,100);
 background: rgb(245,245,245);
 cursor: default;
}

/* opmaak voor tekst (! niet de cell) van datum van vandaag */
#calendarTable #tableBody td a.today {
 color: rgb(200,0,0);
}

/* opmaak voor tekst (! niet de cell) van datum van vandaag, als er een activiteit is */
#calendarTable #tableBody td a.todayact {
 color: rgb(200,0,0);
 font-weight: bolder;
}

/* opmaak voor tekst (! niet de cell) van datum van vandaag, als geselecteerd is */
#calendarTable #tableBody td.cellselected a{
 color: rgb(255,255,255);
 background: rgb(51,153,204);
}

/* opmaak voor tekst (! niet de cell) van datum van vandaag, als geselecteerd is en muis erover */
#calendarTable #tableBody td.cellselectedover a{
 color: rgb(255,255,255);
 background: rgbrgb(51,153,204);
}

/* opmaak voor tekst (! niet de cell) voor een dag zonder activiteiten*/
#calendarTable #tableBody td a.day {
}

/* opmaak voor tekst (! niet de cell) voor een dag mét activiteiten*/
#calendarTable #tableBody td a.dayact {
 font-weight: bolder;
}

/* opmaak van select-boxes als "dropdown=true" */
#chooseDate select {
 border: none;
 color: rgb(255,255,255);
 font-weight: bold;
 background: rgb(200,0,0);
}
#actList{
list-style-type:none;
font-size: 100%;
padding: 0;
margin-left: 0;
}
#actList li{

padding-left: 0;
margin-left: 0;
}

/*
* Styles specific for the stratenplan query styling
*/

div.rightside {
 font-family: helvetica, verdana, arial;
 font-size: 8pt;     padding:5px;
}

div.window {
 background-color: white;
 border: solid 1px rgb(51,153,204);
}

  div.window .title {
 background-color: rgb(51,153,204);
 font-size: 9pt;
 color:white;
 font-weight: bold;
 padding: 3px;
}

div.window .searchbox {
 background-color: rgb(255,255,255);
 padding: 5px;
}

div.window .searchbox #field {
 margin-top:5px;
 padding: 2px;
 border: solid 1px rgb(230,230,230);    }

div.window .searchbox #noresult {
 color: rgb(150,150,150);    }

div.window .searchbox #results {
 color: rgb(200,200,200);
 padding:5px;
}

div.window .searchbox #button {
 margin-top:2px;
 border: solid 1px rgb(230,230,230);
 background-color: rgb(230,230,230);
}

div.window .markers {
 overflow: auto;
 height: 130px;
}
div.window .markers td {
 font-family: helvetica, verdana, arial;
 font-size: 8pt;
 padding: 2px;    font-weight: bold;

}




