body, html, div#browserNameDiv, div#browserFullnameDiv, #tinymce.mceContentBody {
 /* background-color: #E6E6E6;*/
	background-image: none;
}


/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing.
	IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
   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;
}

p {
	padding:0px;
	margin:0px;
}

body, p, td, th, select, input, textarea, #tinymce.mceContentBody {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height:20px;
}

a:link, a:hover, a:visited, a:active {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  outline:none;
}

/* 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.
*/

a.navbutton, a.navbutton_f2 {
	/* MRV: Do NOT put this on the same element as padding!!! */
	color: #000000;
	/* white-space: nowrap */
}

a.navbutton span, a.navbutton_f2 span {
	
}

a.navbutton, a.navbutton span { 
	/* set styles specific for NON-selected nav-items here */
}

a.navbutton_f2, a.navbutton_f2 span {
	/* set styles specific for selected nav-items here */
	background-color:#EC008C;
}

/* subnav navigation buttons */

.subnav a.navbutton2, .subnav a.navbutton2 span { 
	color:#FFFFFF;
	text-decoration:none;
}

.subnav a.navbutton2_f2, .subnav a.navbutton2_f2 span {
	color:#D83E7E;
	text-decoration:none;
}

a.navbutton_bottom, a.navbutton_bottom_f2 {
	padding-left: 16px;
	padding-top:6px;
	padding-bottom:4px;
	background-color: #000000;
	text-decoration:none;
}

a.navbutton_bottom, a.navbutton_bottom span { 
	/* set styles specific for NON-selected nav-items here */
	color:#FFFFFF;
}

a.navbutton_bottom_f2, a.navbutton_bottom_f2 span {
	/* set styles specific for selected nav-items here */
	color:#CBFF00;
}

a.navbutton_bottom2, a.navbutton_bottom2_f2, span.navbottom {
	padding: 2px;
	color: #000000;
	text-decoration:none;
	font-size: 9px;
	font-style:italic;
}

a.navbutton_bottom2, a.navbutton_bottom2 span { 
	/* set styles specific for NON-selected nav-items here */
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a.navbutton_bottom2_f2, a.navbutton_bottom2_f2 span {
	/* set styles specific for selected nav-items here */
	color: #000000;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Drop-down menu navigation styles */

div.dropdownmenucontents {
  width: 130px;
  background-color: #DEDEDE;
  border: 1px solid;
  padding: 1px;
}
.browserOpera div.dropdownmenucontents { 
  width: 134px;
}

/* Dropdown submenu's and their navigation buttons */

div.dropdownmenu div.dropdownmenu {
    left: 130px;
    top: -20px;
    z-index: 500;
}

div.dropdownmenucontents div.dropdownmenucontents {
  padding: 0px;
  background-color: #E4E4E4;
}

div.dropdownmenucontents a.navbutton,
   div.dropdownmenucontents a.navbutton span { 
  color: black;
  background-color: #E6E6E6;
}

div.dropdownmenucontents a.navbutton_f2,
   div.dropdownmenucontents a.navbutton_f2 span {
  color: white;
  background-color: black;
}

/* 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: 500px;
}

.twocolumn div.contents, .twocolumn div.intro {
  width: 235px;
}

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;
}
*/

/** 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 */
/* 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;
}
*/

span.displayNormal {
	display:block;
}

#pageTextScrollContainer { 
  overflow:hidden;
}

a.pinklink:link, a.pinklink:hover, a.pinklink:visited, a.pinklink:active {
	color: #F82790;
	font-size:10px;
	text-decoration:none;
}

a.blacklink:link, a.blacklink:hover, a.blacklink:visited, a.blacklink:active {
	color: #000000;
	font-size:10px;
	text-decoration:none;
}

a.articlelink:link, a.articlelink:hover, a.articlelink:visited, a.articlelink:active {
	color: #000000;
	font-size:12px;
	text-decoration:none;
}

a.articlelink_f2:link, a.articlelink_f2:hover, a.articlelink_f2:visited, a.articlelink_f2:active {
	color: #F82790;
	font-size:12px;
	text-decoration:none;
}

a.header, a.header_f2 {
	text-decoration:none;
}

a.header span {
	color: #000000;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}

a.header_f2 span {
	color: #F82790;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}

.header {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	line-height:16px;
}

td.contactinfo {
	font-size:9px;
	line-height:11px;
}

td.mediaitemdescription { 
	font-size:10px;
}

td.guestbookshowformpadding {
	padding-left:15px;
	padding-right:16px; 
}

span.favbooktext{
	color:#EC008C;
}

span.tipoutside {
	font-size: 10px;
	line-height: 15px;
}

a.blackmenulink:link, a.blackmenulink:hover, a.blackmenulink:visited, a.blackmenulink:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.pinkmenulink:link, a.pinkmenulink:hover, a.pinkmenulink:visited, a.pinkmenulink:active {
	color:#EC008C;
	text-decoration:none;
	font-weight:bold;
}

div.audiotext {
	color:#FFFFFF;
	padding: 11px 10px 10px 21px;
}

td.quoteheader {
	color:#EC008C;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	padding-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:26px;
}

td.source {
	font-size:13px;
	padding-bottom:13px;
	padding-top:8px;
}

td.reportheader {
	padding-top:33px;
	color:#EC008C;
	font-size:13px;
	font-weight:bold;
}

a.twitterlink:link, a.twitterlink:hover, a.twitterlink:visited, a.twitterlink:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

td.twitterdate {
	color:#EC008C;
	font-size:14px;
	font-weight:bold;
}

a.twitterreplylink:link, a.twitterreplylink:hover, a.twitterreplylink:visited, a.twitterreplylink:active {
	color:#CCFF00;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

/* prepares the background image to full capacity of the viewing area */
#bg { position:absolute; z-index:1; top:0px; left:0px; width:100%; }
/* pushes the page to the full capacity of the viewing area and places the content ontop of the background image */
#content { position:absolute; z-index:2; top: 0px; left: 0px; width: 100%;}




