body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  background-color: #FFFFFF;
}

body, p, td, th, select, input,textarea {
  font-family: verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
}

.header {
	font-family: Helvetica, arial, tahoma, verdana;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}

.header2 {
	font-family: arial, tahoma, verdana;
	font-size: 15px;
	font-weight: bold;
}

.header3 {
	font-family: Helvetica, arial, tahoma, verdana;
	font-size: 26px;
	line-height: 26px;
	height: 28px;
	color: #FF9900;
}

input.custom {
	width: 185px;
	height: 17px;
	font-size: 11px;
	padding: 1px 4px 0px;
	background-image: url(images/spin/input_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px;
}

input.custom2 {
	width: 77px;
	height: 17px;
	font-size: 11px;
	padding: 1px 4px 0px;
	background-image: url(images/spin/input_bg_2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px;
}

input.custom_big {
	width: 352px;
	height: 17px;
	font-size: 11px;
	padding: 1px 4px 0px;
	background-image: url(images/spin/input_bg_big.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px;
}

input.custom_big2 {
	width: 265px;
	height: 17px;
	font-size: 11px;
	padding: 1px 4px 0px;
	background-image: url(images/spin/input_bg_big_2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px;
}

span.select {
	position: absolute;
   width: 352px;
   height: 17px;
	font-size: 11px;
   padding: 1px 4px 0px;
   background-image: url(images/spin/select_bg_big.gif);
	background-repeat: no-repeat;
   overflow: hidden;
}

span.select2 {
	position: absolute;
   width: 94px;
   height: 17px;
	font-size: 11px;
   padding: 1px 4px 0px;
   background-image: url(images/spin/select_bg_2.gif);
	background-repeat: no-repeat;
   overflow: hidden;
}

span.select3 {
	position: absolute;
   width: 63px;
   height: 17px;
	font-size: 11px;
   padding: 1px 4px 0px;
   background-image: url(images/spin/select_bg.gif);
	background-repeat: no-repeat;
   overflow: hidden;
}
span.select4 {
	position: absolute;
   width: 230px;
   height: 17px;
	font-size: 11px;
   padding: 1px 4px 0px;
   background-image: url(images/spin/select_bg.gif);
	background-repeat: no-repeat;
   overflow: hidden;
}

span.option_selected {
	font-size: 10px;
   font-weight: bold;
	color: #FF9900;
}

span.grey {
	font-size: 10px;
	color: #808080;
}

div.avatar_div {
	border: 0px solid green;
	width:90px;
	height:90px;
	overflow: hidden;
}

#userJobRowNew .hideInLastRow {
  visibility: hidden;
}

#portfolioitemMediaRowNew .hideInLastRow {
  visibility: hidden;
}

div.dropdownmenucontents {
  width: 153px;
  border:0px;
  margin-top:6px;
  padding:0px;
}
.browserOpera div.dropdownmenucontents { 
  width: 157px;
}

.dotted_top{
	width: 166px;
	padding: 4px 0px 10px 0px;
	background-image: url(images/spin/dotted_line_repeat.gif);
	background-repeat: repeat-x;
}

.dotted_top2{
	padding: 4px 0px 7px 0px;
	background-image: url(images/spin/dotted_line_repeat.gif);
	background-repeat: repeat-x;
}

.smaller_font {
	font-size: 9px;
}

/*
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: 153px;
  /* white-space: nowrap */
}
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  /*background-color: #393939; */
}

span.navbutton { 
  color: black;
  display: block;
}

span.navbutton_f2 {
  color: grey;
  display: block;
}

.grey_span {
	background-color: #F2F2F2;
	padding-right: 4px;
}

.white_span {
	background-color: #FFFFFF;
	padding-right: 4px;
}

div.dragOutline { 
  position: absolute;
  left: -280px;
  top: -2px;
  z-index: 100;
  width: 275px;
  height: 20px;
  border: 1px dashed black;
  visibility: hidden;
}

div.transparent_div, span.transparent_div {
    display: block;
	filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.7;
	background-color: #EEEEEE;
	position: absolute;
}

div.dropdownmenuSFXline {
  /*background-color: #393939;*/
/*
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;
*/
}

div.menusetup {
  z-index: 99;
}

h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}


a:link, a:hover, a:visited, a:active {
  font-family: verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  outline: none;
}

a.nav_bottom:link, a.nav_bottom:hover, a.nav_bottom:visited, a.nav_bottom:active {
  font-family: verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #808080;
  text-decoration: none;
}

a.nav_bottom:hover, a.nav_bottom:active {
	color: #FF9900;
}

a.no_line:link, a.no_line:hover, a.no_line:visited, a.no_line:active {
  text-decoration: none;
  color: #000000;  
}

a.no_line:hover, a.no_line:active {
	text-decoration: underline;
	color: #000000;	
}

a.grey:link, a.grey:hover, a.grey:visited, a.grey:active {
  text-decoration: none;
  color: #808080;
  font-size: 10px;
}

a.grey:hover, a.grey:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

a.option_selected:link, a.option_selected:hover, a.option_selected:visited, a.option_selected:active {
  text-decoration: none;
  color: #FF9900;
  font-weight: bold;
  font-size: 10px;
}

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: 664px; /* equal to width of contenteditableregion */
}

.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-color: #666666;
}
td.calendarday {
  background-color: #c6cce8;
}
td.calendartoday {
  background-color: #596dbf;
}

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;
}


#bannerContainer {
	height:60px; 
	width:230px;
}

#bannerContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	border:0px solid #000000;
	margin-left: -50px;
}

/* 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;
}
*/
 
 .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 9px;
background-image: url(images/flexcroll/vscrollerbase.gif);
background-color: transparent;
}
.vscrollerbar {
width: 10px;
#height: 2px;
#background-image: url(images/flexcroll/scroller_bar2.jpg);
#background-repeat: no-repeat;
#background-color: transparent;
background-color: #383838;
}
.hscrollerbase {
height: 10px;
background-color: black;
}
.hscrollerbar {
height: 1px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

a.medialink, a:visited.medialink, a:hover.medialink, a:active.medialink, span.medialink {
  color: #808080;
  text-decoration: none;
  font-size:11px;
}
a.medialink_f2, a:visited.medialink_f2, a:hover.medialink_f2,a:active.medialink_f2, span.medialink_f2 {
  color: #373737;
  text-decoration: none;
  font-size:11px;
}
td.caseheader {
  font-weight:bold;
}
td.casevalue {
  color:#808080;
  padding-bottom:10px;
}

a.casewebsite, a:visited.casewebsite, a:hover.casewebsite, a:active.casewebsite, span.casewebsite {
  color: #808080;
  text-decoration: none;
  font-size:11px;
}
a.casewebsite_f2, a:visited.casewebsite_f2, a:hover.casewebsite_f2,a:active.casewebsite_f2, span.casewebsite_f2 {
  color: #373737;
  text-decoration: none;
  font-size:11px;
}

div.cmsmessagessetup {
  position: absolute;
  left: 774px;
  top: -86px;
  z-index: 100;
  color: green;
  font-size: 10px;
}
div#cmsmessagescontainer {
  border:1px solid #383838;
  width: 204px;
  background: white;
}
div#cmsmessagescontainer div {
  padding: 2px;
}

/* CSS code for custom_form_elements.js */
input.styled {
  display: none;
}
select.styled {
  position: relative;
  width: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5;
}
select.styled2 {
  position: relative;
  width: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5;
}
select.styled3 {
  position: relative;
  width: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5;
}
td.eventheader {
	font-family: verdana, Helvetica, arial, tahoma;
	font-size: 11px;
	color: #FF9900;
	font-weight:bold;
	padding-bottom:3px;
}

td.radiocell_on { 
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(images/spin/switchboxpart_middle_on.gif);
}

td.radiocell_off { 
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(images/spin/switchboxpart_middle_off.gif);
}

td.radiocell_on#firstRadioCell { 
  background-image: url(images/spin/switchboxpart_top_on.gif);
}

td.radiocell_off#firstRadioCell { 
  background-image: url(images/spin/switchboxpart_top_off.gif);
}

td.radiocell_on#lastRadioCell { 
  background-image: url(images/spin/switchboxpart_bottom_on.gif);
}

td.radiocell_off#lastRadioCell { 
  background-image: url(images/spin/switchboxpart_bottom_off.gif);
}

