/* ###################### OVERALL SETTINGS ###################### ok */
body {
  margin           : 0px;
  background-color : #6699CC;
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : x-small;
  color            : #000000;
}

.contentbox {
  background-repeat: no-repeat;
  background-position: right top;
  background-color : #FFF;
  border           : 1px solid #000;
}

td, tr, p, div {
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : x-small;
  color            : #000;
}

hr {
  color            : #91B2C5;
  height           : 1px;
  width            : 100%;
}

/* ######################## BUTTON BAR ######################## ok */
.buttonbar {
  font-family      : Arial, Helvetica, serif;
  font-size        : x-small;
  width            : 100%;
  text-align       : center;
}

a.buttonbar:link, a.buttonbar:visited {
  color            : #FFFFFF;
}
a.buttonbar:hover {
  text-decoration  : none;
  color            : #FFFFFF;
}

/* ##################### MODULE SETTINGS ###################### ok */
table.moduletable {
  width            : 100%;
  border           : 1px solid #C2D6EB;
}

table.moduletable th {
  font-size        : x-small;
  font-weight      : bold;
  color            : #C2D6EB;
  text-align       : center;
  letter-spacing   : -1px;
}

table.moduletable td {
  padding          : 2px;

}

/* ##################### FORMULAR SETTINGS #################### ok */
.button {
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : x-small;
  color            : #000;
  background       : #C7E2F1;
  border           : 1px solid #91B2C5;
}

.inputbox {
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : x-small;
  color            : #000;
  background       : #f0f0f0;
  border           : 1px solid #C0C0C0;
}

/* ################# SECTION LISTING SETTINGS ################# ok */
.sectiontableheader {
  visibility	   : hidden;
  padding          : 2px;
  color            : #6699CC;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 2px;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 2px;

}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */
.mainlevel {
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : 10;
  font-weight      : bold;
  color            : #6699CC;
  text-align       : center;
}

a.mainlevel:link, a.mainlevel:visited {
  font-weight      : normal;
  text-align       : left;
  background       : transparent;
  color            : #6699CC;
  letter-spacing   : 0px;
  border           : none;
}

a.mainlevel:hover {
  font-weight      : normal;
  text-align       : left;
  background       : transparent;
  color            : #6699CC;
  letter-spacing   : 0px;
  border           : none;
}

.sublevel {
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : xx-small;
}

/* ########################### LINKS ########################## ok */
a:link, a:visited {
  color            : #6699CC;
  text-decoration  : none;
}

a:hover {
  color            : #CC3333;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

a.readon:link {
  padding-left     : 21px;
  margin-left      : 5px;
  background-image : url('../images/rm_icon.png');
  background-repeat: no-repeat;
  background-position: left;
}

/* ##################### PAGE NAVIGATION ###################### ok */
.pagenavbar {
  border           : 1px solid #C0C0C0;
  padding          : 2px;
  background       : #EFF7FB;
}

.pagenav {
  color            : #CC3333;
  font-weight      : bold;
}

a.pagenav:link, a.pagenav:visited {
  color            : #6699CC;
  text-decoration  : none;
}

a.pagenav:hover {
  color            : #6699cc;
  text-decoration  : underline;
}

/* ################### SMALL FONT SETTINGS #################### ok */
.small {
  font-size        : xx-small;
  color            : #6699CC;
}

.smalldark {
  font-size        : xx-small;
  color            : #6699CC;
}

.createdate, .modifydate {
  font-size        : xx-small;
  color            : #489ED0;
}

/* ##################### VOTING SETTINGS ###################### ok */
.content_rating {
  font-size        : xx-small;
  color            : #6699CC;
}

.content_vote {
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : xx-small;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background       : #EFF7FB;
  border           : 1px solid #C0C0C0;
}

/* ##################### PATHWAY SETTINGS ##################### ok */
.pathway {
  letter-spacing   : -1px;
  font-size        : x-small;
  color            : #6699CC;
}

a.pathway:link, a.pathway:visited {
  font-size        : x-small;
  letter-spacing   : -1px;
}

a.pathway:hover {
  font-size        : x-small;
  letter-spacing   : -1px;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentpane {
  padding-left     : 4px;
  padding-right    : 4px;
}

.contentpaneopen {
  padding-left     : 4px;
  padding-right    : 4px;
}

.contentheading, .componentheading {
  font-family      : Verdana,Helvetica,Arial,Sans;;
  font-size        : medium;
  font-weight      : bold;
  color            : #6699CC;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #6699CC;
}

/* ###################### TABBED EDITING ###################### ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #25668D;
  padding          : 5px;
}
.offtab {
  background-color : #EFF7FB;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #25668D;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #C0C0C0;
  border-right     : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  background-color : #FFF;

}

/* ###################### OLD CSS ###################### ok */
.frame
{
  width : 140px;
  padding : 4px;
  border-style : solid;
  border-width : 1px;
  border-color : #C2D6EB;
}

body {
  margin-bottom : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 0px;
  background-color : #6699CC;
}



.separation {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 8pt;
  font-weight : bold;
  color : #C2D6EB;
}

.separationlarge {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 15pt;
  font-weight : bold;
  color : #C2D6EB;
}

.searchbox {
  font-family : Helvetica,Arial,Sans;
  font-size : 9pt;
  width : 110px;
}

.textnormal {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 10pt;
  color : #000000;
}

.textwhite {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 10pt;
  color : #FFFFFF;
}

.textwhitesmall {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 8pt;
  color : #FFFFFF;
}

.textred {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 10pt;
  color : #FF0000;
}

.contentheadline {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 15pt;
  font-weight : bold;
  color : #6699CC;
}

.headlinenormal {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 10pt;
  font-weight : bold;
  color : #6699CC;
}

.headlinenormalgrey {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 10pt;
  font-weight : bold;
  color : 808080;
}

.overlay {
  color : #6699CC;
  text-decoration : underline;
}

.overlay:hover {
  color : #FFFFFF;
  background : #6699CC;
  text-decoration : none;
}

.sectionheadline {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 10pt;
  font-weight : bold;
  color : #6699CC;
}

.sectioncolor {
  font-family : Verdana,Helvetica,Arial,Sans;
  font-size : 10pt;
  font-weight : normal;
  color : #6699CC;
  text-decoration : none;
}

.sectioncolor:hover {
  color : #FFFFFF;
  text-decoration : underline;
}

.scrollbar {scrollbar-3dlight-color:#C2D6EB;
           scrollbar-arrow-color:#000000;
           scrollbar-base-color:#C2D6EB;
           scrollbar-darkshadow-color:#C2D6EB;
           scrollbar-face-color:#6699CC;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:}