body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  margin: 0px;
  padding: 0px;
  background-color: #F2F7F9;
  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, html {
    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: 11px;
}
.pagecontentshome {
  padding: 0px;
}

body, p, td, th {
  font-family: Verdana, 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: #045366 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 #045366;
  width: 130px;
  padding: 1px;
  padding-right: 1ex;
  background-color: #CDE1E6;
}

div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  padding: 0px;
  background-color: #CDE1E6;
}


.browserOpera div.dropdownmenucontents {
  width: 134px;
}

h1, h2, h3, h4, .h1, a.h1, a:link.h1, a:hover.h1, a:active.h1, a:visited.h1 {
  font-weight: bold;
  margin: 0px;
}
h1, .h1, a.h1, a:link.h1, a:visited.h1, h1 a:link, h1 a:visited {
  font-size: 13px;
  color: #045366;
  text-decoration: none;
}
a:hover.h1, a:active.h1, h1 a:hover, h1 a:active {
  font-size: 13px;
  color: #FC890F;
  text-decoration: none;
}
strong, b {
  color: #045366;
}

div.dropdownmenucontents a,
div.dropdownmenucontents a:link,
div.dropdownmenucontents a:active,
div.dropdownmenucontents a:visited,
div.dropdownmenucontents a:hover {
  display: block;
  white-space: nowrap;
}

.browserMozilla div.dropdownmenucontents a,
.browserMozilla div.dropdownmenucontents a:link,
.browserMozilla div.dropdownmenucontents a:active,
.browserMozilla div.dropdownmenucontents a:visited,
.browserMozilla div.dropdownmenucontents a:hover {
  width: 130px;
  overflow: hidden;
}


h2 {
  font-size: 14px;
}
h3, h4 {
  font-size: 13px;
}


a:link, a:visited, a:active, a:hover {
  color: #000000;
}
a:hover, a:active {
  color: #FC890F;
}

a.noline, a:link.noline, a:hover.noline, a:visited.noline, a:active.noline {
  text-decoration: none;
}

a.nav, a:link.nav, a:visited.nav, a:hover.nav, a:active.nav {
  color: #004455;
  text-decoration: none;
}

a.nav_f2, a:link.nav_f2, a:visited.nav_f2, a:hover.nav_f2, a:active.nav_f2 {
  color: #FC890F;
  text-decoration: none;
}

a.helpnav, a:link.helpnav, a:hover.helpnav, a:visited.helpnav, a:active.helpnav, div.helpnav {
  color: #045366;
  font-size: 10px;
  text-decoration: none;
}

a.helpnav_f2, a:link.helpnav_f2, a:hover.helpnav_f2, a:visited.helpnav_f2, a:active.helpnav_f2 {
  color: #FC890F;
  font-size: 10px;
  text-decoration: none;
}

a.articlelink, a:link.articlelink, a:visited.articlelink {
  color: #045366;
}
a:hover.articlelink, a:active.articlelink {
  color: #FC890F;
  
}
div.contents, div.contents p, div.intro, div.intro p {
  margin-top: 1ex;
  margin-bottom: 1ex;
}
div.contents_small, div.contents_small p, div.intro_small, div.intro_small p {
  margin-top: 1ex;
  margin-bottom: 1ex;
  font-size: 10px;
}
/* div.intro, div.intro p, .intro {
  font-style: italic; 
} */
div.eventtitle, a.eventtitle, a:link.eventtitle, a:visited.eventtitle, a:hover.eventtitle, a:active.eventtitle, div.eventtitle a {
  font-weight: bold;
  font-size: 12px;
}
div.eventtext {
  font-size: 12px;
}

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

.logentry_content { background-color: #F2F7F9; }
.logentry_options { background-color: #CDE1E6; }
.logentry_line    { background-color: #A5C9D2; }

.forum_head {
  font-size: 14px;
  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: 12px;
  color: #000000;
  background-color: #EEEEEE;
}

td.pollbody {
  border: 1px solid #EEEEEE;
  font-size: 12px;
  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 {
  font-style: italic;
}

span.restricttouser {
  font-style: oblique;
}

.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;
}
ul.knowledgesublist {
  list-style-type: none;
  display: none;
  margin-left: 2px;
  margin-top: 0ex;
  margin-bottom: 0ex;
  padding-left: 2px;
}

li{
  margin-top: 1ex;
}

.myavenueclass1 {
  color: red;
}

input.vast, select.vast {
  font-size: 10px;
  line-height: 12px;
  height: 19px;
}

.hideInLastRow {
  visibility: hidden;
}

.contentfilterselect, .contentfilterinput {
  background-color: #eff3ef;
  color: black;
  width: 165px;
  height: 17px;
  font-size: 10px;
  arrow: #99cc00;
  border: 1px 1px 1px 1px solid white;
}

.contentfilterlink {
//  color: #DFDFDF;
//  font-weight: bold;
  font-size: 12px;
}

.contentfilterheader {
  color: #045366;
  font-weight: bold;
}

.contentfilterarticle, a.contentfilterarticle, a:link.contentfilterarticle, a:visited.contentfilterarticle, a:hover.contentfilterarticle, a:active.contentfilterarticle {
  color: #045366;
  font-size: 12px;
  text-decoration: none;
}
.contentfiltersubmit{
  font-size: 10px;
  background-color: #EEEEEE;
  border: 1px ridge #DDDDDD;
}

div.noarticle {
  color: #045366;
  font-style: italic;
  margin-bottom: 1ex;
  margin-top: 1ex;
  margin-left: 3ex;
}

select.selectarticle {
  font-family: Tahoma;
  width: 120px;
  size: 5px;
  font-size: 10px;
  height: 80px;
}

div.adminboxhead {
 font-weight: bold;
 font-size: 14px;
 color: #FFFFFF;
 margin-top: 2px;
 margin-bottom: 2px;
}

div.adminboxprevnext, a.adminboxprevnext, a:active.adminboxprevnext, a:hover.adminboxprevnext, a:visited.adminboxprevnext, a:link.adminboxprevnext {
 color: #FFFFFF;
}

td.adminboxtdhead {
  border-color: #FFFFFF;
  background-color: #888888;
}
td.adminboxline {
  background-color: #888888;
}
td.adminboxtdcontent {
  padding: 2px;
  background-color: #EEEEEE;
}

.adminsmalltext {
  font-size: 10px;
  color: #333333;
}

td.adminboxtdbutton {
  border-color: #333333;
  background-color: #EEEEEE;
}
tr.adminboxbuttonbg {
  background-color: #FEFEFE;
}

table.contentfilterbox {
  border-color: #045366;
  border-style: solid;
  border-width: 1px;
}

table.contentfilterbox td {
  border-style: none;
  border-width: 0px;
}
