body, html, div#browserNameDiv, div#browserFullnameDiv {
  background-color: #FFFFFF;
}


/* 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;
}

body, p, td, th, select, input,textarea {
  font-family: Arial, "Lucida Grande", "Lucida Sans Unicode",  Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

p, div, span {
	line-height:15px;
}
h1 {
  font-size: 18px;
  color:#000000;
  font-weight: normal;
}

h1.defaultheader {
  font-size: 18px;
  color:#000000;
  padding-top:15px;
  padding-bottom:7px;
  margin:0px;
}

h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}

.editformtitle {
  font-size: 18px;
}

p {
	margin-top:0px;
}

a:link, a:visited, a:active {
  	color: #00D800;
  	outline:none;
  	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.grey_intro {
	margin: 15px 0px 0px 18px;
	width: 270px;
	height: 160px;
	color: white;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.grey_intro p  {
	color: white;
}

.black, .black a {
	color: #000000;
}
.black a.tweet_link:hover { 
  text-decoration: none;
}

.tweet_date, .tweet_date a.tweet_link, .black .tweet_date a.tweet_link {
	color: #999999;
}

.sublistMask {
	width: 615px;
	overflow:hiddden;
}

/* 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 {
	/*width: 130px;  MRV: Do NOT put this on the same element as padding!!! */
	color: black;
	/* white-space: nowrap */
}

a.navbutton span, a.navbutton_f2 span {
	background-color: #FFFFFF;
	padding-top:6px;
}

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 */
	font-weight: bold;
}

a.navbutton_bottom, a.navbutton_bottom_f2 {
	color: #000000;
	text-decoration:none;
	font-size: 11px;
}

a.navbutton_bottom, a.navbutton_bottom span { 
	/* set styles specific for NON-selected nav-items here */
	color: #000000;
}

a.navbutton_bottom_f2, a.navbutton_bottom_f2 span {
	/* set styles specific for selected nav-items here */
	color: #000000;
	text-decoration:underline;
}

/* subnav navigation buttons */

.subnav a.navbutton, .subnav a.navbutton span { 
 
  	color: #00D800;
  	outline:none;
  	text-decoration:none;
}

.subnav a.navbutton_f2, .subnav a.navbutton_f2 span {
 
  	color: #00D800;
  	outline:none;
	font-weight:normal;
  	text-decoration:underline;
}

/* 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 */

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;
}
*/

/* 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 */

#linksRowNew .hideInLastRow {
  visibility: hidden;
}

td.dropdown_bottom {
	background-image:url(../images/wv/dropdown_border_bottom.png); 
	background-repeat:repeat-x;
}

td.dropdown_right {
	background-image:url(../images/wv/dropdown_border_right.png);
	background-repeat:repeat-y;
}

td.dropdown_left {
	background-image:url(../images/wv/dropdown_border_left.png);
	background-repeat:repeat-y;
}

td.dropdown_top {
	background-image:url(../images/wv/dropdown_border_top.png);
	background-repeat:repeat-x;
}

@font-face {
    font-family: "Lucida Grande";
    src: url(../images/wv/Lucida_Grande.ttf);
}

td.searchheader {
	letter-spacing:0px;
	font-size: 13px;
	color:#000000;
}

td.searchtext {
	font-size: 12px;
}

td.searchexplanation {
	font-size: 11px;
	color: #666666;
	line-height:14px;
	padding-left:1px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:18px;
}

.cellout .celloveronly, .cellover .celloutonly { 
  display: none;
}

a.defaultbutton span, input.defaultbutton {
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;
	border: none;
	outline: none;
	cursor: pointer;
	text-decoration: none;	
}
a.defaultbutton, a.defaulbutton_f2 {
	text-decoration: none;
}
a.defaultbutton_f2 span, input.defaultbutton_f2 {
	color:#FFFFFF;
	text-align:center;
	background-color: #00D800;
	border: none;
	outline: none;
	cursor: pointer;
}

a.defaultbutton span, a.defaultbutton_f2 span{
	padding-top:3px;
	padding-bottom:3px;
	padding-right:8px;
	padding-left:8px;

}

input.defaultbutton, input.defaultbutton_f2 {
	padding-top:3px;
	padding-bottom:3px;
}

.browserSafari input.defaultbutton, .browserSafari input.defaultbutton_f2 {
	padding:4px 8px;
}

.browserSafari a.defaultbutton span, .browserSafari a.defaultbutton_f2 span {
	padding:4px 8px;
}

input.greytextfield {
	background-color: #B3B3B3;
	color: white;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 6px;
	height:18px;
}

input.greybordertextfield, .greybordertextfield {
	color: #000000;
	border: 1px solid #B3B3B3;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 6px;
	padding-left: 6px;
}

textarea.greytextareafield {
	background-color: #F2F2F2;
	color: #000000;
	border: 0px;
	padding: 4px;
}

td.header {
	color: #000000;
	font-size: 18px;
	padding-bottom: 7px;
}

td.header_green {
	color: #00D800;
	font-size: 18px;
}

a.graylink:link, a.graylink:visited, a.graylink:active {
  	color: #666666;
  	outline:none;
  	text-decoration:none;
}

a.graylink:hover {
	text-decoration:underline;
}

td.mouseoverlabel {
	color: #00D800;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
}

td.mouseovertext {
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
}

td.mouseouttext {
	color: #999999;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
}

span.mouseoverlabel {
	color: #00D800;
	font-size: 11px;
}

span.mouseovertext {
	color: #FFFFFF;
	font-size: 11px;
}

span.mouseouttext {
	color: #999999;
	font-size: 11px;
}

td.mouseoverlabel_home {
	color: #00D800;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
}

td.mouseovertext_home {
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
}

td.mouseouttext_home {
	color: #999999;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
}

span.mouseoverlabel_home {
	color: #00D800;
	font-size: 12px;
}

span.mouseovertext_home {
	color: #FFFFFF;
	font-size: 12px;
}

span.mouseouttext_home {
	color: #999999;
	font-size: 12px;
}

td.fieldlabel {
	font-size: 12px;
	color:#000000;
	font-weight:bold;
}

td.fieldtext {
	font-size: 12px;
	color:#000000;
}

.field {
	width: 570px;
}

.richtext {
  width: 500px;
  border:0px;
}

.fewbuttons {
  width: 590px;
  border:0px;
}

td.block_gradient{
    background-image:url(../images/wv/block_top_bg.jpg);
    background-repeat:repeat-x;
}

a.prevnextlink, a.prevnextlink:link, a.prevnextlink:visited, a.prevnextlink:active {
 
  	color: #00D800;
  	outline:none;
  	text-decoration:none;
	cursor:pointer;
}

a.prevnextlink:hover {
	text-decoration:underline;
}

input.loginfield {
	width:146px;
}
.darkinput label.overTxtLabel {
   color: #FFFFFF;
}

.darkinput label.overTxtLabel {
   color: #FFFFFF;
}

.titleinput label.overTxtLabel {
   font-size:18px;
}

label.overTxtLabel { 
	padding-top: 3px;
}

span.breadcrumb ,a.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
  	color: #999999;
	font-size:11px;
  	outline:none;
  	text-decoration:none;
	cursor:pointer;
}

a.breadcrumb:hover {
	text-decoration:underline;
}

.desctext p {
	line-height:14px;
}

a.social img.linkedin{
	background-image:url('../images/wv/social_linkedin.png');
}

a.social_f2 img.linkedin{
	background-image:url('../images/wv/social_linkedin_f2.png');
}

a.social img.twitter{
	background-image:url('../images/wv/social_twitter.png');
}

a.social_f2 img.twitter{
	background-image:url('../images/wv/social_twitter_f2.png');
}

a.social img.facebook{
	background-image:url('../images/wv/social_facebook.png');
}

a.social_f2 img.facebook{
	background-image:url('../images/wv/social_facebook_f2.png');
}


