div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  background-color: #FFFFFF;
}

body, html {
  background-color: #EFEFEF;
}

* {
	outline:none;
}

/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
  body {
    visibility: hidden;
  }
  div.printcontents {
    visibility: visible;
    position: relative;
    left: -320px;
    margin-top: -170px;
    width: 700px;
  }
  .browserMSIE div.printcontents {
    top: -170px;
    margin-top: 0px;
  }
  img#printbutton, input[type=submit], .noprint {
    visibility: hidden;
  }
  option {
    visibility: hidden;
    color: white;
  }
  select {
    color: white;
    height: 2ex;
  }
}
*/

.pagecontents {
 padding: 0px 0px 20px 0px; 
/*  padding: 20px 19px 40px 19px; */
}

body, p, td, th, select, input,textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
}

div.dropdownmenucontents {
  border:1px solid #5E106F;
  background-color: #B7BBBC;
  padding:0px;
}
.browserOpera div.dropdownmenucontents { 
  width: 134px;
}

/*
To set minimum height for nav-items, use 'padding' in the span.navbutton(_f2)
classes: using 'height' will interfere with multiline navitems in Firefox,
and min-height doesn't work in Explorer.

To disable multiline nav links, set white-space: nowrap in
div.dropdownmenucontents a, and remove the display: block from the
span.navbutton(_f2) classes
*/
div.dropdownmenucontents a, div.dropdownmenucontents a:link, div.dropdownmenucontents a:active, div.dropdownmenucontents a:visited, div.dropdownmenucontents a:hover {
  white-space: nowrap;
	font-weight: normal;
  }
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  background-color: #E4E4E4;
	font-weight: normal;
  }

span.navbutton { 
  color: #ffffff;
  font-size:10pt;
  font-weight:bold;
  display: block;
}

span.navbutton_f2 {
  color: #5E106F;
  font-size:10pt;
  font-weight:bold;
  display: block;
}

/* subnav disabled */
/*
span.subnavbutton { 
  color: #ffffff;
  font-size:11px;
  display: block;
  padding:6px 11px 6px 11px;
}

span.subnavbutton_f2 {
  color: #ffffff;
  font-size:11px;
  display: block;
  background-color:#5E106F;
  padding:6px 11px 6px 11px;
}
*/


h1 {
  font-size: 14pt;
  font-weight: normal;
  color:#5F0D72;
  padding:0px;
  margin:0px;
}
/* h2, h3 undefined in huisstijlguide */
h2 {
  font-size: 12px;
  font-weight:bold;
  color:#5F0D72;
  padding:0px;
  margin:0px;
}
h3 {
  color: #3E7FDE;
  font-size:11px;
  font-family:verdana;
  font-weight: bold;
  margin:0px;
  display:inline;
}

h4 {
  color: #0070CF;
  font-weight: normal;
	}
	

td.headerbox_blue {
-moz-box-sizing:padding-box;
border-right:1px solid #B7BBBC;
border-left:1px solid #B7BBBC;
background-color:#0070CF;
color: #FFFFFF;
font-weight: bold;
padding: 5px;
}	

td.headerbox_purple {
border-right:1px solid #B7BBBC;
border-left:1px solid #B7BBBC;
background-color:#5E106F;
color: #FFFFFF;
font-weight: bold;
padding: 5px;
}	

a:link, a:hover, a:visited, a:active {
  color: #5E106F;
  text-decoration:none;
  font-weight: bold;
}

table.page_show_rightcolumn td a:link, table.page_show_rightcolumn td a:hover, table.page_show_rightcolumn td a:visited, table.page_show_rightcolumn td a:active {
color: #0070CF;
}
table.page_show_rightcolumn td a:hover {
text-decoration: underline;
}

.inlineitemCaption {
font-size: 10px;
}

div.contents, div.intro {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

div.intro, div.intro p, .intro {
}

div.contents, div.intro {
  width: 607px; /* equal to width of contenteditableregion */
}

div.contentsWide, div.introWide {
  width: 100%;
  padding:0px 30px 0px 0px;
  -moz-box-sizing:padding-box;
}

.weblogentry_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #CCCCCC;
  padding:5px;
}

.weblogentry_content { background-color: #EAEAEA; padding:5px; }
.weblogentry_options { background-color: #CACACA; }
.weblogentry_line    { background-color: #000000; }

.forum_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #999999;
}

.forum_content { background-color: #EAEAEA; }
.forum_options { background-color: #CACACA; }
.forum_line {    background-color: #000000; }

table.poll {
  border: 1px solid #66cc66;
  background-color: #66cc66;
}

th.pollhead {
  border: 0px solid #66cc66;
  font-size: 11px;
  color: #000000;
  background-color: #EEEEEE;
}

td.pollbody {
  border: 1px solid #EEEEEE;
  font-size: 11px;
  background-color: #EEEEEE;
}

td.calendar {
  background-color: #666666;
}
td.calendarday {
  background-color: #c6cce8;
}
td.calendartoday {
  background-color: #596dbf;
}

a.hoofdnav, a:visited.hoofdnav, a:hover.hoofdnav, a:active.hoofdnav,
a.subnav, a:visited.subnav, a:hover.subnav, a:active.subnav,
span.hoofdnav, span.subnav {
  color: #FFFFFF;
  font-size:10pt;
  font-weight:bold;
}
a.hoofdnav_f2, a:visited.hoofdnav_f2, a:hover.hoofdnav_f2,a:active.hoofdnav_f2,
a.subnav_f2, a:visited.subnav_f2, a:hover.subnav_f2, a:active.subnav_f2,
span.hoofdnav_f2, span.subnav_f2 {
  color: #5E106F;
  font-size:10pt;
  font-weight:bold;
}

.submitbutton{
  font-size: 8pt;
  font-weight: bold;
  background-color: #EEEEEE;
  border: 2px ridge #DDDDDD;
}

td.quotehead {
  font-weight: bold;
  font-size: small;
}

td.quoteline {
  height: 1px;
  color: #666666;
}

td.quotebody {
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EEFFEE;
}

td.quotebody td.quotebody {
  background-color: #DDFFDD;
}

td.quotebody td.quotebody td.quotebody {
  background-color: #CCFFCC;
}

table.quote { 
 width: 400px;
}


li{
  margin-top: 1ex;
  list-style-image: url(images/bid/druppel.gif);
 }

.myavenueclass1 {
  color: red;
}

td.statscounter { 
  background-image: url(images/bg_counter.gif);
  color: #FFFFFF;
  font-family: "Courier New", Courier, mono;
  font-weight: bold;
  font-size: 16px;
}

table.evententry { 
  border: 1px solid #CCCCCC;
}

table.evententry th { 
  background-color: #666666;
  color: white;
}

table.evententry td { 
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

/* Flexcroll Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
*/

a:link.breadcrumb, a:visited.breadcrumb {
	color:#ffffff;
	font-family:verdana;
	font-size:12px;
	font-weight: normal;
}

a:link.nodecoration, a:visited.nodecoration {
	color:#000000;
	font-family:verdana;
	font-size:12px;
	
}

.kwadrant {
	width:475px;
}

.kwadrantCell {
	width:475px;
	height:179px;
}
/*
.caseText, .caseText p, .caseText span {
	font-family:verdana;
	font-size:11px;
}
*/

.caseListHead {
	font-family:arial;
	font-size:13px;
	color:#999999;
	padding:0px 0px 0px 12px;
}

.caseListItem {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 12px;
}
