/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px;
  padding          : 0px;
  background-color : #506576;
  color            : #666666;
}

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.50;
  font-family      : Arial, Helvetica, serif;
  width            : 100%;
  text-align       : center;
  filter           : Alpha(opacity=30, finishopacity=30, style=1);
  font-weight      : normal;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  padding-top      : 6px;
  padding-bottom   : 7px;
  border           : 0px solid #FFFFFF;
  background       : transparent;
  color            : #000000;
}
a.buttonbar:hover {
  padding-top      : 6px;
  padding-bottom   : 7px;
  text-decoration  : none;
  border           : 0px solid #FFFFFF;
  background-color : #285078;
  color            : #FFFFFF;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  color            : #3f3f3f;
}

a.pathway:link, a.pathway:visited {
  color            : #8CA0B4;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #FF6600;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 15px;  
  padding-bottom   : 0px;
  letter-spacing   : 0px;
  width            : 166px;
}

a.mainlevel:link, a.mainlevel:visited {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  padding          : 0px 2px 0px 2px;
  color            : #00008B;
  background-color : transparent;
  font-weight      : normal;
  font-size        : 11px;
}

a.mainlevel:hover {
  padding          : 0px 2px 0px 2px;
  color            : #FFFFFF;
  filter           : Alpha(opacity=80, finishopacity=0, style=1);
  font-size        : 11px;
  background-color : #990000;
}

.sublevel {
  padding-top      : 2px;
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  font-size        : 10px;
  width            : 147px;
  border-top       : 1px solid #C0C0C0;
}

a.sublevel:link, a.sublevel:visited {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  background-color : #C5C5C5;
  font-size        : 10px;
  font-weight      : normal;
  filter           : Alpha(opacity=80, finishopacity=0, style=1);  
}

a.sublevel:hover {
  padding          : 2px 10px 2px 5px;
  color            : #000000;
  font-size        : 10px;
  background-color : #DFDFDF;
}

table.moduletable {
  width            : 95%;
}

table.moduletable th {
  font-size        : 12px;
  font-family      : Arial, Tahoma, Verdana;
  font-weight      : bold;
  color            : #6E6E6E;
  text-align       : left;
  padding-left     : 18px;
  background       : url('../images/modulebg.gif') no-repeat left;
  letter-spacing   : 1px;
  border-bottom    : 0px solid #F3F3F3;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background       : url('/templates/simplesolution/images/mid_back.png');
  background-color : #D1D595;
  color            : #FFFFFF;
  height           : 20px;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
  vertical-align   : middle;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
  vertical-align   : middle;
}

/* ###################### 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       : #FFFFFF;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentpaneopen {
  text-align       : justify;
  background       : #FFFFFF;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #990000;
  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        : 10  px;
  color            : #666666;
  background       : #f0f0f0;
  border           : 1px solid #5C6F7B;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background       : #FFFFFF;
  border           : 1px solid #9BAAB4;
}

/* ###################### 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;
}