/* ###################### 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 ###################### */
.buttonbar {
  display          : block;
  -moz-opacity     : 0.75;
  font-family      : Arial, Helvetica, serif;
  width            : 100%;
  text-align       : center;
  filter           : Alpha(opacity=75, finishopacity=75, style=1);
  font-weight      : normal;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  padding-top      : 5px;
  padding-bottom   : 5px;
  border           : 1px solid #FFFFFF;
  background       : #FFFFFF;
  color            : #000000;
}
a.buttonbar:hover {
  padding-top      : 5px;
  padding-bottom   : 5px;
  text-decoration  : none;
  border           : 1px solid #FFFFFF;
  background-color : #285078;
  color            : #FFFFFF;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  color            : #F0F0F0;
}

a.pathway:link, a.pathway:visited {
  color            : #8CA0B4;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #F0F0F0;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  width            : 180px;
}

a.mainlevel:link, a.mainlevel:visited {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #CFCFCF;
  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 #C0C0C0;
}

a.sublevel:link, a.sublevel:visited {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #B0B0B0;
  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  : none;
  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;
}