

body {
    background-color : Black;
    color : #CAAC35;
    font-family : 'sans-serif';
    font-size : 14px;
  }


a:link {
    text-decoration: none;
    color: #CAAC35;
  }


a:visited {
    text-decoration: none;
    color: #CAAC35;
  }


a:hover {
    text-decoration: underline;
  }


.headerTitle {
    font-weight: bold;
    font-size: xx-large;
    padding-top: 20px;
    padding-bottom: 10px;
  }


.headerSubtitle {
    font-weight: bold;
    padding-bottom: 2px;
    text-align: right;
  }


.menu li {
    margin-right: 10px;
    list-style-type: none;
  }


.menutitle {
    font-weight: bold;
    margin-left: -30px;
    margin-bottom: 5px;
  }


.menuitem {
    margin-top: 3px;
    margin-bottom: 3px;
    color: gray;
  }


.menuitem a:hover {
    text-decoration: none;
    font-weight: bold;
    margin-left: +10px;
    color: #A9A9A9;
  }


.mainPanelTitle {
    font-size: large;
  }


.mainPanelTitleCenter {
    font-size: large;
    text-align: center;
  }


.mainPanelEntry {
    background-image: url(../images/main/dot.png);
    background-repeat: repeat-y;
    background-position: left;
    border-style: solid;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: black;
    padding-left: 5px;
  }


.mainPanelEntryNoDotsCenter {
    border-style: solid;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: black;
    padding-left: 5px;
    text-align: center;
  }


.adminPanelTitle {
    background-image: url(../images/main/dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: bold;
    border-bottom-width: 5px;
    border-left-width: 10px;
    border-right-width: 2px;
  }


.adminPanel {
    border-left-width: 2px;
    border-right-width: 2px;
  }


.loginPanelTitle {
    background-image: url(../images/main/dot.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
  }


.loginPanel {
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }


.inputField {
    background-color : #000000;
    border-bottom-color : #5f000e;
    border-bottom-style : solid;
    border-left-color : #5f000e;
    border-left-style : solid;
    border-right-color : #5f000e;
    border-right-style : solid;
    border-top-color : #5f000e;
    border-top-style : solid;
    color : #CAAC35;
  }


.button {
    background-color : black;
    border-bottom-color : #5f000e;
    border-bottom-style : solid;
    border-left-color : #5f000e;
    border-left-style : solid;
    border-right-color : #5f000e;
    border-right-style : solid;
    border-top-color : #5f000e;
    border-top-style : solid;
    color : #CAAC35;
  }

