body {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    background-color: #565a4f;
    background: url(../images/bg.jpg) top left fixed;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 3px;
    padding: 6px 0 3px 0;
}

h2, h3 {
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
}

th {
    font-weight: bold;
    text-align: left;
}

p, ul, table {
    margin-top: 0;
    margin-bottom: 3px;
}

input, textarea, select {
    background-color: #eeeeee;
    border: 1px solid #000000;
}

h1, h2, h3, h4, h5, p, ul, form, table {
    background-color: #fff;
}

ul {
    padding-left: 16px;
    margin: 0;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    background-color: transparent;
}

a:hover {
    text-decoration: underline;
}

.alt {
    background-color: #eeeeee;
}

.highlight {
    background-color: #b2fd7b;
}

.spotlight {
    background-color: #ffcc66;
}

.bold {
    font-weight: bold;
}

.control {
    font-size: 7pt;
}

.pageswitcher {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.backlink {
	text-align: center;
}

.form_labelcell {
    text-align: right;
    vertical-align: top;
}

.form_elementcell {
    text-align: left;
    vertical-align: top;
}

.form_requirednotecell {
    text-align: left;
    vertical-align: top;
}

.form_label {
    font-weight: bold;
}

.form_translate {
    font-style: italic;
}

.form_langswitch_selected {
    text-decoration: underline;
}

.form_requiredstar, .form_error {
    color: #ff0000;
}

.form_requirednote {
    font-size: 7pt;
}

.module_separator {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    background-color:#eeeeee;
    height: 2px;
}

.module_separator_invisible {
    margin-top: 15px;
    margin-bottom: 15px;
}

.help {
    text-align: right;
    padding-right: 30px;
}

#mainbox {
    padding-bottom: 2em;
}

#adminmenubox {
    margin: 0;
    padding: 2px;
    background-color: #565a4f;
    text-align: center;
}

#adminmainmenu, #adminsubmenu {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#adminmainmenu li, #adminsubmenu li, #normalmenu li {
    list-style: none;
    white-space: nowrap;
    display: inline;
    margin-right: 0.3em;
}

#adminmenubox .selected a {
    font-weight: bold;
    text-decoration: underline;
}

#normalmenu {
    margin: 60px 0 0 20px;
    background-color: #fff;
    padding: 6px 0 3px 0;
}

#normalmenu a, #normalmenu .normalmenu_separator {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

#normalmenu a.selected {
    text-decoration: underline;
}

#submenu {
    margin: 3px 0 0 20px;
    background-color: #fff;
    padding: 6px 0 3px 0;
}

#submenu a {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 18pt;
    padding-right: 0.25em;
}

#submenu a.selected {
    text-decoration: underline;
}

#contentbox {
    width: 400px;
    margin: 100px 0 20px 20px;
}

#dmlogo {
    position: absolute;
    right: 7px;
    bottom: 3px;
    z-index: 1;
}
