/* #################### MISC SETTINGS #################### */
BODY {
  padding          : 0px;
  background-color : #cfe3eb;
  color            : #000000;
}

TD, TR, P, DIV {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
}

HR {
  height           : 1px;
  width            : 75%;
  border: 0px;
  border-bottom: 1px dashed #CCCCCC;
}

.navigationline {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #CCCCCC;
}

/* ###################### LINKS ###################### */

a:link, a:visited {
  font-size        : 11px;
  font-weight      : bold;
  color            : #000066;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color:#0066CC;
  text-decoration  : none;
}

a:active {
  text-decoration  : underline;
  color            : #000066;
}

/* ###################### UPPER BUTTON BAR ###################### */
.buttonbar {
  display          : block;
  font-family      : Arial, Helvetica, serif;
  width            : 100%;
  text-align       : center;
  font-weight      : normal;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  font-size        : 9px;
  padding-top      : 1px;
  padding-bottom   : 1px;
  text-decoration  : none;
  border-top       : 1px solid #95BFD1;
  border-left      : 1px solid #95BFD1;
  border-right     : 1px solid #427D96;
  border-bottom    : 1px solid #427D96;
  background-color : #50A9DC;
  color            : #FFFFFF
}
a.buttonbar:hover {
  padding-top      : 1px;
  padding-bottom   : 1px;
  border-top       : 1px solid #427D96;
  border-left      : 1px solid #427D96;
  border-right     : 1px solid #95BFD1;
  border-bottom    : 1px solid #95BFD1;
  background-color : #308CC0;
  color            : #FFFFFF
}

/* ################ MAIN AND SUB MENU SYSTEM ################ */
a.mainlevel:link, a.mainlevel:visited {
  color            : #808080;
}

a.mainlevel:hover {
  color            : #7DB1C7;
}

/* ################### MODULE SETTINGS ################### */
table.moduletable {
  font-size        : 11px;
  border           : 0px;
  width            : 100%px;
  margin-bottom: 2px;
  margin-top: 2px;
}

table.moduletable2 {
  font-size        : 11px;
  border           : 0px;
  width            : 100%px;
  margin-bottom: 15px;
  margin-top: 2px;
}

table.moduletable th {
  font-weight      : bold;
  text-align       : center;
  color            : #333333;
  height           : 27px;
}

table.moduletable td {
  font-weight      : normal;
}

table.moduletable2 th {
  font-weight      : bold;
  text-align       : center;
  color            : #333333;
  height           : 27px;
}

table.moduletable2 td {
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentpaneopen {
  padding-left     : 5px;
  padding-right    : 5px;
}


.contentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #333333;
  text-indent: 40px;
  background-image:url(../images/news.jpg);
  background-repeat:no-repeat;
  line-height: 39px;
  padding-bottom: 0px;
}

.componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #333333;
  text-indent: 50px;
  background-image:url(../images/snow.jpg);
  background-repeat:no-repeat;
  line-height: 37px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #CCCCCC;
}
.article_seperator {
 width: 100%;
 border-bottom: 1px dashed #CCCCCC;
}

.contentdescription {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #cccccc;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background       : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

/* ################### SECTION LISTING SETTINGS ################### */
.sectiontableentry1 {
  background-color : #F9F9F9;
}

.sectiontableentry2 {
  background-color : #F0F0F0;
}

.sectiontableheader {
  background-color : #CCCCCC;
  color            : #2A7CA9;
  font-weight      : bold;
}

.devtime2 {
  color		: #808080;
  font-size	: 8px;
}

.dev2 {
  color		: red;
  font-weight	: bold;
  font-size	: 10px;
}

.dev3 {
   font-size       : 9px;
}

.dev1 {
    font-size     : 9px;
}

a.smallink:link, a.smallink:visited {
   font-size	: 9px;
}

/* ##################### SMALL FONT SETTINGS ##################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : medium;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : medium;
}
