body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  background-color: #FFFFFF;
}

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

div.maincontainer {
	position: relative;
	width: 919px;
	margin:0 auto;
}
table.maintable {
	margin-top: 10px;
	width: 919px;
}
td.contents_td {
	padding: 20px 0px;
	background-color: #FFFFFF;
	background-image: url(images/nw/bg_big.png);
	background-repeat: repeat-x;
}

.pagecontents {
  padding: 0px;
}

body, p, td, th, select, input,textarea {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

div.dropdownmenucontents {
  width: 130px;
  background-color: #DEDEDE;
}
.browserOpera div.dropdownmenucontents { 
  width: 134px;
}

/*
To set minimum height for nav-items, use 'padding' in the span.navbutton(_f2)
classes: using 'height' will interfere with multiline navitems in Firefox,
and min-height doesn't work in Explorer.

To disable multiline nav links, set white-space: nowrap in
div.dropdownmenucontents a, and remove the display: block from the
span.navbutton(_f2) classes
*/
div.dropdownmenucontents a, div.dropdownmenucontents a:link, div.dropdownmenucontents a:active, div.dropdownmenucontents a:visited, div.dropdownmenucontents a:hover {
  width: 130px;
  /* white-space: nowrap */
}
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  background-color: #E4E4E4;
}

td.pageheader {
	background-image: url(images/nw/page_bg_top.png);
	background-repeat: no-repeat;
	width: 508px;
	height: 124px;
}

td.gold_header {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #B79E4F;
  text-transform: uppercase;
  font-weight: bold;  
}

td.purple_header {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #F92891;
  text-transform: uppercase;
  font-weight: bold;  
}

.pagetitle {
	color: #B79E4F;
	font-weight: bold;
	font-size: 17px;
	width: 350px;
	text-transform: uppercase;
	margin: 45px 0px 0px 23px;	
}

.pagetitle2 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 25px 0px 0px;
	/*border: 1px solid green;*/
}

.no_result {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	/*margin: 6px 25px 0px 5px;	*/
}

.writer_info {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 6px 25px 0px 5px;
}

td.gold_bg {
	background-image: url(images/nw/banner_bg.png);
	background-repeat: repeat-y;
	width: 158px;
}

td.gold_bg_small {
	background-image: url(images/nw/banner_bg.png);
	background-repeat: repeat-y;
	width: 158px;
	padding: 3px 0px;
}

td.purple_bg {
	background-image: url(images/nw/banner_bg_purple.png);
	background-repeat: repeat-y;
	width: 158px;
	padding: 3px 0px;
}

div.nothingfound {
	padding: 10px;
	font-size: 13px;
}

td.pagemiddle {
	background-image: url(images/nw/page_bg_center.png);
	background-repeat: repeat-y;
	width: 508px;
}

div.contentsdiv {
	margin: 0px 41px 20px 23px;
	width: 400px;
}

span.navbutton { 
  color: black;
  display: block;
}

span.navbutton_f2 {
  color: grey;
  display: block;
}

div.dropdownmenuSFXline {
  background-color: #808080;
/*
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 {
	margin: 0px;
	padding: 0px;
}

h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 16px;
}

td.sixwordstd h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

td.boldheader h1, td.pagemiddle h1 {
	font-size: 12px;
	font-weight: bold;
}

td.breadcrumbs h1 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 25px 0px 0px;
	padding-bottom: 25px;
}

td.pageheader h1 {
	color: #B79E4F;
	font-weight: bold;
	font-size: 17px;
	width: 350px;
	text-transform: uppercase;
	margin: 45px 0px 0px 23px;	
}

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

div.contents, div.intro {
  /* width: 500px; equal to width of contenteditableregion */
}

div.item_list {
	width: 480px;
	/*height: 300px;*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #CDCDCD;
	border: 0px dotted green;
}

.weblogentry_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #CCCCCC;
  padding:5px;
}

.weblogentry_content { background-color: #EAEAEA; padding:5px; }
.weblogentry_options { background-color: #CACACA; }
.weblogentry_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-image: url(images/nw/noday.gif);*/
  font-size: 11px;
}
td.calendarday {
  background-image: url(images/nw/day.gif);
  font-size: 11px;
  height: 19px;
}
td.calendartoday {
  background-image: url(images/nw/today_2.gif);
  font-size: 11px;
}
td.calendareventtoday {
  background-image: url(images/nw/eventtoday.gif);
  font-size: 11px;
  height: 19px;
  color: #FFFFFF;
}
td.calendareventday {
  background-image: url(images/nw/eventday.gif);
  font-size: 11px;
  height: 19px;
}

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

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

td.statscounter { 
  background-image: url(images/bg_counter.gif);
  color: #FFFFFF;
  font-family: "Courier New", Courier, mono;
  font-weight: bold;
  font-size: 16px;
}

table.evententry { 
  border: 1px solid #CCCCCC;
}

table.evententry th { 
  background-color: #666666;
  color: white;
}

table.evententry td { 
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

td.event_header {
	font-family: arial, verdana, tahoma;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
}

input.big_pink {
	width: 380px;
	height: 19px;
	background-color: #FFFFFF;
	border: 0px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 3px;
}

/* ------- ALLE LINKS -----------*/
a, a:link, a:hover, a:visited, a:active {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  outline: none;
}

a.no_line, a.no_line:link, a.no_line:visited {
  text-decoration: none;
}

a.no_line:hover, a.no_line:active {
  text-decoration: underline;
}

a.no_line_small, a.no_line_small:link, a.no_line_small:visited {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

a.no_line_small:hover, a.no_line_small:active {
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
}

a.newsitem_link, a.newsitem_link:link, a.newsitem_link:hover, a.newsitem_link:visited, a.newsitem_link:active {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
}

a.newsitem_link:hover, a.newsitem_link:active {
  text-decoration: underline;
}

a.gold, a.gold:link, a.gold:hover, a.gold:visited, a.gold:active {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #B79E4F;
  text-transform: uppercase;
  font-weight: bold;  
}

a.writer_link, a.writer_link:link, a.writer_link:hover, a.writer_link:visited, a.writer_link:active {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

a.writer_link:hover, a.writer_link:active {
  text-decoration: underline;
}

a.writer_link_current, a.writer_link_current:link, a.writer_link_current:hover, a.writer_link_current:visited, a.writer_link_current:active {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #F92891;
}

a.writer_link_current:hover, a.writer_link_current:active {
  text-decoration: underline;
}

a.writer_property_link, a.writer_property_link:link, a.writer_property_link:hover, a.writer_property_link:visited, a.writer_property_link:active {
	font-family: arial, verdana, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;  
	color: #000000;
	margin-left: 15px;
}

a.writer_property_link:hover, a.writer_property_link:active {
  text-decoration: underline;
}

a.top_link, a.top_link:link, a.top_link:hover, a.top_link:visited, a.top_link:active {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  margin-top: 15px;
}

a.top_link:hover, a.top_link:active {
  text-decoration: underline;
}

a.searchresult, a.searchresult:link, a.searchresult:hover, a.searchresult:visited, a.searchresult:active {
  font-family: arial, verdana, tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  line-height: 17px;
}

a.searchresult:hover, a.searchresult:active {
  text-decoration: underline;
}

a.writer_story_link, a.writer_story_link:link, a.writer_story_link:hover, a.writer_story_link:visited, a.writer_story_link:active {
	font-family: arial, verdana, tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

a.writer_story_link:hover, a.writer_story_link:active {
  text-decoration: underline;
}

.mediatitle {
	color: #B79E4F;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}
/* tweet style */
.twitter p {
  font-size: 11px;
}
.twitter a, .twitter a:link, .twitter a:hover, .twitter a:visited, .twitter a:active {
  font-size: 11px;
}


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