body, html, div#browserNameDiv, div#browserFullnameDiv {
  background-color: #FFFFFF;
  height: 100%;
}

div.contents, div.intro, body.mceContentBody {
  width: 500px;
}


/* 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;
}

body, p, td, th, select, input,textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a:link, a:hover, a:visited, a:active {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #009cdd;
  outline:none;
}

a:hover {
  text-decoration: underline;
}

/* NAVIGATION STYLES */

/* navigation buttons */

/*
To set minimum height for nav-items, use an auxiliary spacer image:
using 'height' will interfere with multiline navitems in Firefox,
and min-height doesn't work in Internet Explorer.

To disable multiline nav links, set white-space: nowrap in
a.navbutton and a.navbutton_f2, and remove the display: block from the
a.navbutton(_f2) span classes

To have different settings for hoofdnav/top menu items and
subnav/submenu items, first do the settings for top menu items, and
then do submenu items as more-specific overrides. See below for an
example.
*/

ul.dropdownmenu {
  display: block;
  margin:0px;
  padding: 0px;
}

ul.dropdownmenu li {
  display: block;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
}

ul.dropdownmenu li ul.dropdownmenu {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 1;
  background-color: #282828;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  border-top: 1px solid white;
}

ul.dropdownmenu li:hover ul.dropdownmenu {
  display: block;
}

ul.dropdownmenu a.navbutton, ul.dropdownmenu a.navbutton_f2 {
	color: white;
	/* white-space: nowrap */
  height: 30px;
  margin: 0px;
  text-decoration: none;
  border-right: 1px solid white;
}

ul.dropdownmenu a.navbutton span,
ul.dropdownmenu a.navbutton_f2 span {
	padding: 7px 15px;
	font-weight: bold;
}

ul.dropdownmenu li ul.dropdownmenu a.navbutton,
  ul.dropdownmenu li ul.dropdownmenu a.navbutton_f2 {
   border-right: 0px none;
	width: 200px; /* MRV: Do NOT put this on the same element as padding!!! */
}

ul.dropdownmenu a.navbutton, ul.dropdownmenu a.navbutton span { 
	/* set styles specific for NON-selected nav-items here */
}

ul.dropdownmenu a.navbutton_f2,
ul.dropdownmenu a.navbutton_f2 span,
ul.dropdownmenu a.navbutton:hover,
ul.dropdownmenu a.navbutton:hover span {
	/* set styles specific for selected nav-items here */
   background-color: #751B68;
}

/* left subnav navigation buttons */
div.leftmenu div {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.leftmenu a.navbutton, div.leftmenu a.navbutton_f2 {
	/* white-space: nowrap */
}

div.leftmenu a.navbutton span,
div.leftmenu a.navbutton_f2 span {
	padding: 3px 15px;
	font-weight: bold;
}

div.leftmenu a.navbutton, div.leftmenu a.navbutton span { 
	/* set styles specific for NON-selected nav-items here */
	color: #555555;
}

div.leftmenu a.navbutton_f2,
div.leftmenu a.navbutton_f2 span {
	/* set styles specific for selected nav-items here */
   background-color: #751B68;
	color: white;
}

div.leftmenu a.navbutton:hover,
div.leftmenu a.navbutton:hover span {
   text-decoration: underline;
}



/* END OF NAVIGATION STYLES */

h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}


div.contents, div.contents p, div.intro, div.intro p,
    body.mceContentBody, body.mceContentBody p {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

div.intro, div.intro p, .intro {

}

div.contents, div.intro, body.mceContentBody {
  width: auto;
  min-width: 500px;
  max-width: none;
}

td.calendar {
  background-color: #E5EFFD;
}
td.calendardayname {
  background-color: #85BAE4;
  font-weight:bold;
  color:#FFFFFF;
  width:120px;
  border-bottom: 1px solid #338BD4;
  border-right: 1px solid #338BD4;
}
td.mmcalendardayname {
  background-color: #85BAE4;
  font-weight:bold;
  color:#FFFFFF;
  width:60px;
  border-bottom: 1px solid #338BD4;
  border-right: 1px solid #338BD4;
}
td.calendarday {
  background-color: #FFFFFF;
}
td.calendartoday {
  background-color: #e4e4e4;
}

td.calendar_top_bg {
  background-image:url(../images/calendar/calendar_top_bg.jpg);
  background-repeat:repeat-x;
}

.labeltextarea {
  color:#FFFFFF;
  font-weight:bold;
  font-size:11px;
  padding-left:5px;
}

.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;
}

/*
.myavenueclass1 {
  color: red;
}
*/

/* 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;
}
*/

/** TinyMCE-styles */
html, #tinymce.mceContentBody {
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
}

#tinymce.mceContentBody p, #tinymce.mceContentBody td, #tinymce.mceContentBody span, #tinymce.mceContentBody ul,  #tinymce.mceContentBody ol{	
	color: #000000;
}
/** End of TinyMCE-styles */

div#topbanner {
  position:relative;
  top:0px;
  left:0px;
}

div#topbanner, div#topbanner img { 
  width:984px;
  height:125px;
}

div#topbanner div {
  position:absolute;
  top:0px;
  right:0px;
  background-color: rgb(117,27,104);
  background-color: rgba(117,27,104,0.5);
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  z-index: 2;
}

div.browserMSIE div#topbanner div { 
  background: transparent;
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80751B68, endColorstr=#80751B68);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80751B68, endColorstr=#80751B68)";
}

div#maintitle {
  margin:0 190px 17px 0px;
  min-height:47px;
  height:47px;
  height:auto!important;
}

div#maintitle h1 {
  font:bold 16px/20px Arial, Helvetica, sans-serif;
  color:#666;
  margin-bottom:3px;
  padding-bottom: 0px;
  border-bottom:1px solid #000;
}

