/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px;
  padding          : 0px;
  background-color : #8CA0B4;
  color            : #000000;
}

td, tr, p, div {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;	
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

/* ###################### UPPER BUTTON BAR ###################### */
.hoofdmenu {
  display          : block;
  -moz-opacity     : 0.15;
  font-family      : Trebuchet MS, Arial, Helvetica, serif;
  width            : 100%;
  text-align       : left;
  filter           : Alpha(opacity=55, finishopacity=55, style=1);
  font-weight      : normal;
  text-decoration  : none;
}

a.hoofdmenu:link, a.hoofdmenu:visited {
  padding-top      : 3px;
  padding-bottom   : 3px;
  padding-left     : 5px;
  border           : 1px solid #000000;
  background       : #FFFFFF;
  color            : #C1CFA9;
  text-decoration  : none;
}

a.hoofdmenu:hover {
  padding-top      : 3px;
  padding-bottom   : 3px;
  padding-left     : 5px;
  text-decoration  : none;
  border           : 1px solid #000000;
  background-color : #C1CFA9;
  color            : #000000;
}

/* ###################### UPPER BUTTON BAR ###################### */
.menu_h {
  font-family      : Trebuchet MS, Arial, Helvetica, serif;
  font-weight      : normal;
  text-decoration  : none;
}

a.menu_h:link, a.menu_h:visited {
  text-decoration  : none;
  color            : #FFFFFF;
}

a.menu_h:hover {
  text-decoration  : none;
  background-color : #C1CFA9;
  color            : #000000;
}

.menu_index {
  font-family      : Trebuchet MS, Arial, Helvetica, serif;
  font-size        : 18px;
  text-decoration  : none;
}

a.menu_index:link, a.menu_index:visited {
  font-size        : 18px;
  text-decoration  : none;
  color            : #000000;
}

a.menu_index:hover {
  font-size        : 18px;
  text-decoration  : none;
  background-color : #7E9849;
  color            : #FFFFFF;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  color            : #3C4E10;
}

a.pathway:link, a.pathway:visited {
  color            : #3C4E10;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #3C4E10;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  width            : 160px;
}

a.mainlevel:link, a.mainlevel:visited {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #3C4E10;
  font-weight      : normal;
}

a.mainlevel:hover {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #DFDFDF;
}

.sublevel {
  padding-top      : 2px;
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  width            : 167px;
  border-top       : 1px solid #3C4E10;
}

a.sublevel:link, a.sublevel:visited {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #3C4E10;
  font-weight      : normal;
}

a.sublevel:hover {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #DFDFDF;
}

table.moduletable {
  width            : 95%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #000000;
  text-align       : center;
  letter-spacing   : 2px;
  border-bottom    : 2px solid #F0F0F0;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background       : url('/templates/akosolution/images/mid_back.png');
  background-color : #285078;
  color            : #FFFFFF;
  height           : 20px;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #002850;
  text-decoration  : none;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  text-align       : justify;
  background       : #F0F0F0;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentpaneopen {
  text-align       : justify;
  background       : #F0F0F0;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentheading, .componentheading {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12  px;
  color            : #000000;
  border           : 1px solid;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  background       : #FFFFFF;
  border           : 1px solid;
}

/* ###################### LINKS ###################### */
/*a:link, a:visited {
/*  font-size        : 11px;
/*  color            : #285078;
/*  text-decoration  : underline;
/*  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
/*}

/*a:hover {
/*  color            : #CC6600;
/*  text-decoration  : none;
/*}

/*a.category:link, a.category:visited {
/*  color            : #285078;
/*  font-weight      : bold;
/*  letter-spacing   : 1px;
/*}

/*a.category:hover {
/*  color            : #CC6600;
/*}