body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #4e4e4e;
}

html, body {
    padding: 0px;
    margin: 0px;
}

h1 {
    color: #d2580c;
    font-weight: normal;
    font-size: 1.4em;
}

h2 {
    color: #d2580c;
    font-weight: bold;
    font-size: 1.0em;
}

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

input, textarea, select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #eeeeee;
    border: 1px solid #000000;
}

img {
    border: 0px;
}

a {
    color: #d2580c;
    text-decoration: none;
}

a:hover {
    color: #3e3e3e;
}

.alt {
    background-color: #eeeeee;
}

.highlight {
    background-color: #b2fd7b;
}

.spotlight {
    background-color: #ffcc66;
}

.bold {
    font-weight: bold;
}

.control {
    font-size: 0.85em;
}

.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: 0.85em;
}

.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;
}

#loginform {
    margin-top: 45px;
    margin-bottom: 10px;
}
#loginform td {
    font-size: 0.7em;
}

#topmenu {
    background: #d2580c;
    color: white;
    padding: 5px;
}

#adminmenu, #adminsubmenu {
    margin: 0px;
    padding: 0px;
}

#adminmenu li, #adminsubmenu li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}

#adminmenu li a, #adminsubmenu li a {
    color: white;
}

#adminmenu li a:hover, #adminsubmenu li a:hover {
    color: #4e4e4e;
}

#adminsubmenu {
    margin-left: 200px;
}

#menu, #submenu, #languagemenu {
    width: 40em;
    margin: 0px 0px 0px 340px;
    padding: 0px;
}

#menu li, #submenu li, #languagemenu li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}

#languagemenu {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 10px;
}

#submenu {
    margin-top: 0px;
}

#submenu li {
    font-size: 0.9em;
}

#menu .selected a,
#adminmenu .selected a,
#submenu .selected a,
#adminsubmenu .selected a,
#languagemenu .selected a {
    color: #4e4e4e;
    font-weight: bold;
}

#top_bar {
    width: 40em;
    margin-left: 175px;
    margin-top: 10px;
}

#bottom_bar {
    width: 40em;
    margin: 5px 0px 20px 175px;
    clear: both;
}

#logo {
    float: left;
    width: 292px;
    padding: 12px 20px;
    text-align: right;
}

#cite {
    text-align: right;
    margin-top: 10px;
    color: #888888;
}

#partners {
    margin-top: 60px;
    line-height: 3.0em;
    color: #888888;
}

#content {
    width: 40em;
    margin-left: 340px;
    min-height: 300px;
}

#footerbox {
    color: #aaaaaa;
    font-size: 0.85em;
    margin-left: 340px;
    margin-top: 20px;
}

