body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  margin: 0px;
  padding: 0px;
  background-color: #9B999A;
  background-image: url(images/spark/page_back.jpg);
  background-repeat: repeat-x;
  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: 10px;
}

body, p, td, th {
//  font-family: Arial, Helvetica, sans-serif;
  font-family: Verdana, Arial;
  font-size: 11px;
  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: 400px;
        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;
}
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, h5 {
  font-weight: bold;
  font-style: normal;
}
h1, h3, h5 {
  font-size: 15px;
  margin: 2px;
  padding: 0px;
  line-height: 16px;
}
h2, h4 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  line-height: 13px;
}
h1 { color: #000000; }
h2, h3 { color: #FFFFFF; }
h4, h5 { color: #C66800; }


a:link, a:hover, a:visited, a:active {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

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: #D96C00;
}
.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: #CCCCCC;
}

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

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

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

li{
  margin-top: 1ex;
}

.myavenueclass1 {
  color: red;
}

div.newslist {
  font-size: 10px;
  font-style: italic;
  line-height: 16px;
}
a:active.newshead, a:link.newshead, a:visited.newshead, a:hover.newshead {
  font-weight: bold;
  text-decoration: none;
}

div.vasteitems {
  font-weight: bold;
  font-style: italic;
}

.weblogtitle, a.weblogtitle {
  color: #F4F4F4;
  font-weight: bold;
  text-decoration: none;
}

div.guestbookdate {
  color: #444444;
  font-size: 10px;
}

.weblogsubjects {
  color: #8B8B8B;
  font-weight: bold;
}

td {
  background-image: none;
}

td.ph {background-color: #2A9215;}
td.tu {background-color: #004377;}
td.gu {background-color: #D2AE00;}
td.sa {background-color: #A41801;}
td.nl {background-color: #D87000;}
td.default {background-color: #D87000;}
td.sa, td.sa a:link, td.sa a:visited, td.sa a:hover, td.sa a:active, td.ph, td.ph a:link, td.ph a:visited, td.ph a:hover, td.ph a:active, td.tu, td.tu a:link, td.tu a:visited, td.tu a:hover, td.tu a:active, td.gu, td.gu a:link, td.gu a:visited, td.gu a:hover, td.gu a:active, td.sa, td.gu a:link, td.gu a:visited, td.gu a:hover, td.gu a:active, td.nl, td.nl a:link, td.nl a:visited, td.nl a:hover, td.nl a:active, td.default, td.default a:link, td.default a:visited, td.default a:hover, td.default a:active {color: white;}