
/* ##################### OVERALL SETTINGS ##################### */
body {
  background       : url(../images/body_background.gif) #000000 repeat-x;
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  text-align       : left;
}

hr {
  color            : #000000;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### */
.firetopleft {
  background       : url(../images/fireback_topleft.gif) #fa8b15 no-repeat;
  width            : 115px;
  height           : 49px;
}

.firetop {
  background       : url(../images/fireback_top.gif) #000000 no-repeat;
  width            : 780px;
  height           : 49px;
}

.firetopright {
  background       : url(../images/fireback_topright.gif) #fa8b15 no-repeat;
  width            : 115px;
  height           : 49px;
}

.fireright {
  background       : url(../images/dropshadow_right.gif) left repeat-y;
  width            : 115px;
}

.fireleft {
  background       : url(../images/dropshadow_left.gif) right repeat-y;
  width            : 115px;
}

.firebottom {
  background       : url(../images/dropshadow_bottom.gif) top repeat-x;
  width            : 780px;
}

.contentlogo {
  background       : url(../images/logo_background.gif) #999999 top no-repeat;
  width            : 200px;
  height           : 150px;
}

.contentimage {
  background       : #840200;
  height           : 150px;
}

.contentmenu {
  background       : url(../images/menu_background.gif) #ffaa50 top no-repeat;
  padding-left     : 5px;
  width            : 200px;
}

.contentmain {
  background       : url(../images/content_background.gif) #d9d9d9 top no-repeat;
  padding          : 10px;
}

.maincontent {
  background       : #ffffff;
  width            : 780px;
}

/* ##################### MODULE SETTINGS ###################### */
table.moduletable {
  width            : 100%;
  table-layout     : auto;
}

table.moduletable th {
  padding          : 2px;
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #660000;
}

table.moduletable td {
  padding          : 1px;
}

/* ##################### FORMULAR SETTINGS #################### */
.button {
  background-color : #993333;
  color            : #FFFFFF;
  border           : 1px solid #660000;
  font-size        : 12px;
  margin           : 5px;
}

.inputbox {
  border           : 1px solid #333333;
  background       : #ffffff;
  color            : #666666;
  margin           : 5px;
}

/* ################# SECTION LISTING SETTINGS ################# */
.sectiontableheader {
  background       : #eeeeee;
  font-size        : 12px;
  text-align       : center;
  letter-spacing   : 1px;
  line-height      : 14px;
  color            : #000000;
  vertical-align   : middle;
  padding          : 0px 10px;
}

.sectiontableentry1 {
  background       : #ffffff;
  padding          : 3px 5px;
}

.sectiontableentry2 {
  background       : #eeeeee;
  padding          : 3px 5px;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# */
a.mainlevel  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 12px;
  width            : 190px;
  text-indent      : 10px;
}

a.mainlevel: link {
  text-indent      : 10px;
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  padding          : 0px;
  margin           : 1px;
  text-indent      : 10px;
}

a.mainlevel:hover {
  text-decoration  : none;
  text-indent      : 10px;
  background       : #cccccc;
  filter           : Alpha(opacity=50, finishopacity=50, style=1);
  -moz-opacity     : 0.50;
}

#active_menu {
  font-weight      : bold;
  color            : #660000;
}

.sublevel {
  font-size        : 10px;
}

/* ########################### LINKS ########################## */
a:link, a:visited {
  color            : #3A808C;
  text-decoration  : none;
}

a:hover {
  color            : #34666F;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### */
.pagenavbar {
  background-color : #ffffff;
  text-align       : center;
}

.pagenavbar div {
  font-size        : 12px;
  letter-spacing   : 1px;
}

.contenttoc {
  width            : 180px;
  background-color : #eeeeee;
  padding          : 2px;
}

.contenttoc th {
  padding          : 3px 5px;
  font-size        : 12px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #660000;
}

.contenttoc td {
  padding          : 2px 5px;
}

/* ################### SMALL FONT SETTINGS #################### */
.small {
  font-size        : 10px;
  color            : #993333;
}

.smalldark {
  font-size        : 10px;
  color            : #000000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #999999;
}

/* ##################### VOTING SETTINGS ###################### */
.content_rating {
  font-size        : 10px;
  color            : #FEC56A;
}

.content_vote {
  font-size        : 10px;
  height           : 20px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background-color : #F0F0F0;
  border           : 1px solid #e0e0e0;
}

/* ##################### PATHWAY SETTINGS ##################### */
.pathwaycontainer {
  width            : 100%;
  border-bottom    : 1px solid #666666;
  padding          : 4px;
  height           : 15px;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 14px;
  letter-spacing   : 1px;
}

.pathway {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 14px;
  letter-spacing   : 1px;
}

a.pathway:link, a.pathway:visited {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 14px;
  letter-spacing   : 1px;
}

a.pathway:hover {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 14px;
  letter-spacing   : 1px;
}

/* ################### CONTENT PAGE SETTINGS ################## */
.contentpane {
  padding          : 0px;
}

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
  padding          : 0px;
  font-size        : 12px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #660000;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
  text-decoration  : none;
}

/* ###################### BUTTON SETTINGS ##################### */
a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background       : url(../images/readon_normal.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 12px;
  text-decoration  : none;
}

a.readon:hover {
  color            : #993333;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background       : url(../images/readon_hover.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 12px;
  text-decoration  : none;
}

.back_button a:link, .back_button a:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background       : url(../images/back_normal.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 12px;
  text-decoration  : none;
}

.back_button a:hover {
  color            : #993333;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background       : url(../images/back_hover.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 12px;
  text-decoration  : none;
}

.pagenav {
  color            : #000000;
}

.pagenav a:link, .pagenav a:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 12px;
  text-decoration  : none;
}

.pagenav a:hover {
  color            : #993333;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 12px;
  text-decoration  : none;
}

.buttonheading a:link, .buttonheading a:visited {
  padding          : 2px 10px;
}

.buttonheading a:hover {
  padding          : 2px 10px;
}

.mosimage_caption {
  color            : #660000;
  font-size        : 10px;
}
