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, html.noscroll {
  overflow: hidden;
}
body.noscroll div.page0 {
  overflow: auto;
}

/*
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.noscroll { 
    overflow: visible;
  }
  body.noscroll div.page0 {
    overflow: visible;
  }

  body {
    visibility: hidden;
  }
  div.printcontents {
    visibility: visible;
    margin-left: -160px;
    margin-top: -82px;
/*
    position: absolute;
    left: 0px;
    top: 0px;
    width: 700px;
*/
  }
  div.noprintcontents {
    display: none;
  }
  div.pagebreak {
    page-break-after: always;
  }
  img#printbutton {
    visibility: hidden;
  }
}

a, input, select, textarea {
  -moz-user-input: enabled;
  -moz-user-focus: normal;
}

body,td,th,li,p,ul,ol,dd,dt,h1,h2,h3,h4,h5,a,a:link,a:active,a:visited,a:hover{
  font-family: "Arial", "Helvetica", "sans-serif";
  line-height: 133%;
}

body,td,th,li,p,ul,ol,dd,dt,h1,h2,h3,h4,h5 {
  color: black;
}

body,td,th,li,p,ul,ol,dd,dt,a,a:link,a:active,a:visited,a:hover,select,input{
  font-size: 12px;
}

.editableregion {
        -moz-user-modify: read-write;
        -moz-user-input: enabled;
        -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;
}


h1, h2, h3, h4, h5 {
  font-weight: bold;
  line-height: 120%;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}

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

.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,
span.hoofdnav, span.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,
span.hoofdnav_f2, span.subnav_f2 {
  color: grey;
}

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

div.dragOutline {
  position: absolute;
  left: -280px;
  top: -2px;
  z-index: 100;
  width: 275px;
  height: 20px;
  border: 1px dashed black;
  visibility: hidden;
}

ul.shortcutlist {
  list-style-image: url(images/admin/shortcutarrow.gif);
  list-style-position: outside;
  padding-left: 0ex;
  margin-left: 2ex;
  margin-top: 0ex;
}

ul.shortcutlist li a, ul.shortcutlist li a:link, ul.shortcutlist li a:visited, ul.shortcutlist li a:hover, ul.shortcutlist li a:active {
  color: black;
}

div.divMarker {
  width: 100%;
  height: 2ex;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

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

td.grafx img {
  border: 0px;
}


td.pagecontents {
    padding: 1ex;
}

td.contribution_invited_unconfirmed {
  background-color: #bbffff;
  background-image: url(images/yellowstripes.gif);
}

td.contribution_invited {
  background-color: #bbffff;
}

td.contribution_accepted {
  background-color: #ccffcc;
}

td.contribution_rejected {
  background-color: #ffcccc;
}

td.contribution_unassigned {
  background-color: #ffffbb;
}

td.contribution_incomplete {
  background-color: #ffffff;
}

td.contribution_highdeviation {
  background-color: #cccccc;
  background-image: url(images/greystripes.gif);
}

td.contribution_complete {
  background-color: #eeeeee;
}

td.user_admin {
  background-color: #bbffff;
  background-image: url(images/yellowstripes.gif);
}

td.user_chairmember {
  background-color: #bbffff;
}

td.user_illcburo {
  background-color: #eeeeee;
}

td.user_unknown {
  background-color: #cccccc;
  background-image: url(images/greystripes.gif);
}


td.user_complete {
  background-color: #ccffcc;
}

td.user_incomplete {
  background-color: #ffcccc;
}

td.user_unassigned {
  background-color: #ffffbb;
}


td.review_requested {
  background-color: #eeeeee;
}

td.review_notapplicable {
  background-color: #bbffff;
}

td.review_complete {
  background-color: #ccffcc;
}

td.review_denied {
  background-color: #ffcccc;
}

td.review_incomplete {
  background-color: #ffffbb;
}

td.review_unassigned {
  background-color: #ffffff;
}

.editlistrecord td, .editlistrecord th { 
  background-color: #eeeeee;
}

.editlistrecordbogus td {
  background-color: #ffdddd;
}


th {
  font-weight: bold;
}


.titlebar {
  font: bold 14px/16px Arial, Helvetica, sans-serif;
  color: black;
  white-space: nowrap;
  vertical-align: middle;
  padding-top: 6px;
}

.menu1only td {
  padding: 2px 2ex;
}


a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: #4877BE;
}

a:hover { 
  text-decoration: underline;
  color: #4877BE;
}

.menu1only, .menu1only a, .menu1only a:link, .menu1only a:visited,
.menu1only a:active {
  font: bold 12px/13px px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px/13px;
  text-decoration: none;
  background-color: 9a9fa6;
}

span.navbutton {
  font: bold 12px/13px px Arial, Helvetica, sans-serif;
  color: white;
}

span.navbutton_f2 {
  font: bold 12px/13px px Arial, Helvetica, sans-serif;
  color: #d8d8d8;
}

