body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  -moz-user-input: none;
  -moz-user-focus: normal;
}

/*
Everything in <DIV class="page0"> is subject to the scrollbar.
Everything outside (such as edit buttons) is fixed to the screen
*/
body.noscroll {
  overflow: hidden;
}
body.noscroll div.page0 {
  overflow: auto;
/*
  position: absolute;
  left: 0px;
  top: 0px;
*/
}

/*
On printer, we need to have everything visible, in order that the printer
doesn't just print the top half of the DIV.
Uncomment & adapt the commented subsection in order to have only the 
specified printcontents section visible when printing
*/
@media print {
  body.noscroll {
    overflow: auto;
  }
  body.noscroll div.page0 {
    overflow: visible;
  }

/*
  body {
    visibility: hidden;
  }
  div.printcontents {
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 700px;
  }
  img#printbutton {
    visibility: hidden;
  }
*/
}

a, input, select, textarea {
  -moz-user-input: enabled;
  -moz-user-focus: normal;
}
.pagecontents {
  padding: 10px;
}

body, p, td, th, select, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

.editableregion {
        -moz-user-modify: read-write;
        -moz-user-input: enabled;
        -moz-user-select: normal;
        -moz-user-focus: normal;
        -moz-outline: dotted black 1px;
        background-color: #FFFFFF;
        border: 1px solid black;
        overflow: auto;
        overflow-x: auto;
        overflow-y: visible;
        margin: 0px;
        padding: 3px;
        width: 100%;
        min-height: 10ex;
}

img.inlineInserted, object.inlineInserted, embed.inlineInserted {
  border: none;
}

img.inlineInsertedWithBorder, object.inlineInsertedWithBorder,
  embed.inlineInsertedWithBorder {
  border: black solid thin;
}

div.editableregion img.inlineInserted,
div.editableregion object.inlineInserted {
  border: #CCCCCC inset thin;
}

div.editableregion table.noBorder, div.editableregion table.noBorder td {
  border: #CCCCCC dashed thin;
}

div.editableregion table.inlineitemCaptionTable {
  border: #CCCCCC dashed thin;
}

div.menusetup {
    position: relative;
    left: 0px;
    top: 0px;
}

div.browserNetscape div.menusetup {
    left: 200px;
    top: 200px;
    margin-left: -200px;
    margin-top: -200px;
}

div.browserKonqueror td > div.menusetup {
    height: 29px;
}

div.dropdownmenu {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 400;
    visibility: hidden;
    display: block;
}
div.dropdownmenu div.dropdownmenu {
/* this applies to submenus */
    left: 130px;
    top: -20px;
    z-index: 500;
}

div.dropdownmenucontents {
  border: 1px solid;
  width: 130px;
  padding: 1px;
  background-color: #DEDEDE;
}
.browserOpera div.dropdownmenucontents { 
  width: 134px;
}
div.dropdownmenucontents a, div.dropdownmenucontents a:link, div.dropdownmenucontents a:active, div.dropdownmenucontents a:visited, div.dropdownmenucontents a:hover {
  display: block;
  width: 130px;
  white-space: nowrap;
  text-decoration: none;
}
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  padding: 0px;
  background-color: #E4E4E4;
}


div.dropdownmenuSFXline {
  position: absolute;
  background-color: #808080;
  visibility: hidden;
  z-index: 501;
/*
vertical line for horizontal movement of dropdown SFX
*/
  height: 20px;
  left: 60px;
  width: 2px;
  top: 0px;
/*
horizontal line for vertical movement of dropdown SFX
  height: 2px;
  width: 20px;
  left: 0px;
  top: 60px;
*/
}


h1, h2, h3, h4 {
  font-weight: bold;
}
h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}


a:link, a:hover, a:visited, a:active {
  font-family: Arial, Helvetica, sans-serif;
}
a:link {color: "blue"; text-decoration: none; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #600080; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: underline; }

div.contents, div.contents p, div.intro, div.intro p {
  margin-top: 1ex;
  margin-bottom: 1ex;
}
div.intro, div.intro p, .intro {
  font-style: italic;
}

.logentry_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #33CC00;
}

.logentry_content { background-color: #EAEAEA; }
.logentry_options { background-color: #CACACA; }
.logentry_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;
}
.cmsmessage {
  color: green;
}
.cmswarning {
  color: red;
}


a.opener, a:visited.opener {
  border: solid 1px black;
}


h4.statsformheader {
  line-height: 10px;
  font-size: 9pt;
  font-weight: bold;
  color: black;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 8px 0px 2px 0px;
}

h3.statsformheader {
  font-weight: bold;
  color: black;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.stats, .stats td, .stats th {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
  word-wrap: break-word;
}
.statsform td, .statsform th, .statsform select {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
}

.statsbutton{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}
.statsradiobutton{
  width: 11px;
  height : 11px;
  margin-top: 0px;
  margin-right: 5px;
  color: #cccccc;
  vertical-align: text-bottom;
}
a.hoofdnav, a:visited.hoofdnav, a:hover.hoofdnav, a:active.hoofdnav,
a.subnav, a:visited.subnav, a:hover.subnav, a:active.subnav {
  color: black;
}
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 {
  color: gray;
}

span.restricttoadmin, span.restricttoadminhidden {
  font-style: italic;
}

span.restricttouser, span.restricttouserhidden {
  font-style: oblique;
}

span.restricttohidden {
  text-decoration: line-through;
}

.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;
}

ul.sublist {
  list-style-type: none;
  display: none;
  margin-left: 1ex;
  margin-top: 0ex;
  padding-left: 1ex;
}

li{
  margin-top: 1ex;
}

.myavenueclass1 {
  color: red;
}

.slideshow {
  color: #FFFFFF;
  font-weight: bold;
}

.hideInLastRow {
  visibility: hidden;
}

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;
}

td.grafx, th.grafx { 
  line-height: 100%;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}

td.grafx img {
  border: 0px;
}

.titlebar {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: black;
  margin-top: 8px;
}

td.pagecontents {
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 133%;
    padding: 1ex;
}

.menu1 td {
  padding: 2px 1ex;
}

.menu1 {
  font: bold 12px/13px px Arial, Helvetica, sans-serif;
  text-decoration: none;
  background-color: #e7dbe7;
  background-image: url(images/menubalk_achtergrond_illc2.gif);
  background-repeat: repeat-x;
}

.menu1 a {
  font: bold 12px/13px px Arial, Helvetica, sans-serif;
}

.menu1 .selected a {
  color: #ff00ff;
}
