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;
  }
}
*/
.displayNormal {
color: red;
}
.displayNone {
display: none;
color: blue;
}
.pagecontents {
  padding: 0px;
}

body, p, td, th, select, input,textarea {
  font-family: Arial, 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;
}

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 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}


a:link, a:hover, a:visited, a:active {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

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 */
}

.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: #FFFFFF;
  border-bottom:1px solid #999999;
}
td.calendarday {
  background-color: #FFFFFF;
  border-bottom:1px solid #999999;
  color:#999999;
  font-weight:bold;
  font-size:12px;
}
td.calendartoday {
  background-color: #F2F2F2;
  border-bottom:1px solid #999999;
  color:#000000;
  font-weight:bold;
  font-size:12px;
}
td.calendareventday {
  background-color: #868686;
  border-bottom:1px solid #999999;
  color:#FFCC33;
  font-weight:bold;
  font-size:12px;
}

td.calendartoday a, td.calendartoday a:visited, td.calendartoday a:hover, td.calendartoday a:active {
  color:#000000;
  background-color:F2F2F2;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
}

td.calendareventday a, td.calendareventday a:visited, td.calendareventday a:hover, td.calendareventday a:active { 
  color:#FFCC33;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
}

/* MRV: Engelse nav gebruikt voornamelijk images, maar misschien in de toekomst niet, dus bereid het alvast voor */

.hoofdnav, .hoofdnav_f2 { 
  display: block;
  width: 152px;
  height: 32px;
  font-size: 13px;
  text-decoration: none;
  text-align: right;
}

.subnav, .subnav_f2 { 
  display: block;
  width: 153px;
  height: 17px;
  font-size: 12px;
  text-decoration: none;
  text-align: right;
}
 .subnav span.navTitle, .subnav_f2 span.navTitle {
 padding-top: 0px; padding-bottom: 0px;
 }
 
.browserMozilla .hoofdnav, .browserMozilla .hoofdnav_f2 {
  height: auto;
  min-height: 32px;
}
.browserMozilla .subnav, .browserMozilla .subnav_f2 {
  height: auto;
  min-height: 17px;
}

a.hoofdnav,
    a:visited.hoofdnav,
    a:hover.hoofdnav,
    a:active.hoofdnav
	{
  cursor: pointer;
  color: black;
  background-color: #E8E8E8;
  background-image: url(images/shahrzad/en/navarrow.png);
  background-repeat: no-repeat;
  background-position: top right;
}

a.hoofdnav_f2,
    a:visited.hoofdnav_f2,
    a:hover.hoofdnav_f2,
    a:active.hoofdnav_f2 {
  cursor: pointer;
  color: orange;
  background-color: white;
  background-image: url(images/shahrzad/en/navarrow_f2.png);
  background-repeat: no-repeat;
  background-position: top right;	
	}

    a.subnav,
    a:visited.subnav,
    a:hover.subnav,
    a:active.subnav {
  cursor: pointer;
  color: black;
  background-color: white;
  background-repeat: no-repeat;
  background-position: top right;
}	
	
    a.subnav_f2,
    a:visited.subnav_f2,
    a:hover.subnav_f2,
    a:active.subnav_f2 {
  cursor: pointer;
  color: orange;
  background-color: white;
  background-repeat: no-repeat;
  background-position: top right;
} 

span.navTitle { 
  display: block;
  padding-left: 30px;
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* stijlen alleen gebruikt voor farsi nav */

.languageSelectedfa a.hoofdnav,
    .languageSelectedfa a:visited.hoofdnav,
    .languageSelectedfa a:hover.hoofdnav,
    .languageSelectedfa a:active.hoofdnav
  background-image: url(images/shahrzad/fa/navarrow.png);
}

.languageSelectedfa a.hoofdnav_f2,
    .languageSelectedfa a:visited.hoofdnav_f2,
    .languageSelectedfa a:hover.hoofdnav_f2,
    .languageSelectedfa a:active.hoofdnav_f2
{
  background-image: url(images/shahrzad/fa/navarrow_f2.png);
}

.languageSelectedfa .hasChildren a.hoofdnav_f2,
    .languageSelectedfa .hasChildren a:visited.hoofdnav_f2,
    .languageSelectedfa .hasChildren a:hover.hoofdnav_f2,
    .languageSelectedfa .hasChildren a:active.hoofdnav_f2 {
  background-image: url(images/shahrzad/fa/navarrow_f2children.png);
}

.languageSelectedfa span.navTitle {
  padding-left: 0px;
  padding-right: 30px;
}

.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;
}

/* 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;
}
*/

a.navtop, a:visited.navtop, a:hover.navtop, a:active.navtop,
span.navtop, td.navtop {
  color: #FFFFFF;
  text-decoration:none;
  font-size:11px;
  font-weight:bold;
}
a.navtop_f2, a:visited.navtop_f2, a:hover.navtop_f2, a:active.navtop_f2,
span.navtop_f2, td.navtop_f2 {
  color: #FFFFFF;
  text-decoration:none;
  font-size:11px;
  font-weight:bold;
}

.bigheader {
font-size: 16px;
}

a.articletitle, a:visited.articletitle, a:hover.articletitle, a:active.articletitle {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
}

td.articlesubtitle, span.articlesubtitle {
  color:#878787;
  font-size:12px;
}
.smalltext {
font-size: 9px;
}
td.calendarheader {
  background-color:#F2F2F2;
  color:#666666;
  font-weight:bold;
  font-size:12px;
  border-bottom:1px solid #999999;
}

span.calendarmonth {
  color:#333333;
  font-weight:bold;
  font-size:12px;
}

td.caption {
  background-color:#FFCC33;
  padding-left:15px;
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
  color:#993300;
  font:15px;
  font-weight:bold;
}

div.subtitle {
  color:#000000;
  font-size:16px;
  font-weight:bold;
}
div.subtitle2 {
  color:#878787;
  font-size:11px;
}

a.articlelink, a:visited.articlelink, a:hover.articlelink, a:active.articlelink,
span.articlelink {
  font-weight: bold;
  color: #000000;
  font-size:13px;
}
a.articlelink_f2, a:visited.articlelink_f2, a:hover.articlelink_f2,a:active.articlelink_f2,
span.articlelink_f2 {
  font-weight: bold;
  color: #F96300;
  font-size:13px;
}
div.footnote, div.footnote a {
  font-size:13px;
  color:#999999;
}

/* 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: 9px;
background-image: url(images/flexcroll/vscrollerbase.png);
background-color: transparent;
}
.vscrollerbar {
width: 10px;
#height: 2px;
#background-image: url(images/flexcroll/scroller_bar.png);
#background-repeat: no-repeat;
#background-color: transparent;
background-color: black;
}
.hscrollerbase {
height: 6px;
background-image: url(images/flexcroll/hscrollerbase.jpg);
background-color: transparent;
}
.hscrollerbar {
height: 6px;
padding: 9px;
background-image: url(images/flexcroll/scroller_bar.jpg);
background-repeat: repeat-x;
#background-color: transparent;

}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
width: 8px;
height: 6px;
background-image: url(images/flexcroll/hscrollbarbeg.jpg);
background-repeat: no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 6px;
width: 9px;
background-image: url(images/flexcroll/hscrollbarend.jpg);
background-repeat: no-repeat;
}

#videoList {
	}
#photoimageList {
	}

.alignFurthest {
  text-align: right;
}
.languageSelectedfa .alignFurthest {
  text-align: left;
}
