/**
* VWKweb_template 
* @version 1.0
* @package VWKweb_template
* @copyright (C) 2005 by Maarten van der Hoeven and Rob Sluijter yeah! Hoho en ik dan??? Frank??
* @license http://www.vwkweb.nl/
*/

/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px 0px 0px 0px;
  background-color : #FFFFFF;
  color            : #000000;
}

td, tr, p, div {
  font-family      :   Verdana, Arial, Helvetica, sans-serif;
  font-size          : 11px;
  color              : #000000;
}

TD.VWK
{
  background-color : #e0e0e0;
  width            : ;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
}


ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  list-style-image: url(/cms/images/M_images/spacer_list.png);
}

}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #f0f0f0;
}

a.pathway:link, a.pathway:visited {
  color            : #FFFFFF;
  font-weight      : text-decoration:underline;
}

a.pathway:hover {
  color            : #FF0000;
  font-weight      : normal;
}


/* ################### MAIN AND SUB MENU SYSTEM ################### */
a.mainlevel:link, a.mainlevel:visited {
  color            : #808080;
  font-weight      : normal;
}

a.mainlevel:hover {
  color            : #FF0000;
}

table.moduletable {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  width            : 100%;
  border           : 0px dotted #000080;
  padding-top      : 0px;
  padding-bottom   : 2px;
  padding-left     : 0px;
  margin-top : 0px;
}

table.menutable {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  width            : 100%;
  border           : 0px dotted #000080;
  padding          : 0px;
}


table.moduletable th {
font-family      : Verdana, Arial, Helvetica, sans-serif;
font-size        : 11px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : left;
  background-color : #000080;
  width            : 100%;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
  
}

table.moduletablebanner {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  width            : 100%;
  border           : 0px dotted #ffffff;
  padding          : 1px;
  text-align       : center;
  margin-top       : 15px;
  margin-bottom    : 15px;
  }


.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : ;
  background       : #d9d9f0;
  color            : #000000;
  text-align       : left;
    
}

.sectiontableentry1 {
  background-color : #e0e0e0;
  

}

.sectiontableentry2 {
  background-color : #f0f0f0;
  

}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #808080;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  background       : #FFFFFF;
  padding-top      : 0px;
  padding-bottom   : 0px;
  padding-left     : 0px;
  margin-top : 0px;

}

.contentpaneopen {
  background       : #FFFFFF;
  padding-top      : 0px;
  padding-bottom   : 0px;
  padding-left     : 0px;
  margin-top       : 0px;
  width            : 100%;
}

.contentheading   {
  width            : 100%;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  background       : #d9d9f0;
  color            : #000000; 
  text-align       : left;
  padding-left     : 10px;
  background-image : url(/cms/images/M_images/arrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}

th {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #000000; 
  background       : #d9d9f0;
  text-align       : left;
}


.componentheading {
  width            : 100%;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #FFFFFF; 
  background       : #819eca;
  text-align       : left;
  margin-left      : 0px;
  margin-right     : 0px;
  padding-left     : 10px;
  border-bottom    : solid 3px #ffffff;

  }



.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  font-weight      : normal;
  color            : #808080;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 11px;
  font-weight      : bold;
  background-color : #819eca;
  color            : #FFFFFF;
  border           : 1px solid #819eca;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #F0f0f0;
  border           : 1px solid #819eca;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 11px;
  color            : #000080;
  text-decoration  : normal;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #FF0000;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #A5D30C;
}
