body {
    background: url("../images/bg_default.jpg") repeat-y #ffd800;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 8px;
}

h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12.5pt;
    font-weight: bold;
    margin-bottom: 3px;
}

h3 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10.5pt;
    font-weight: bold;
    margin-bottom: 3px;
}

p, div, li, td {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    text-decoration: none;
}

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

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    border: 1px solid #000;
}

input[type=submit], input[type=button] {
    background-color: #ddd;
}

img {
    border: 0;
    text-decoration: none;
}

a {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #c73303;
    background-color: transparent;
}

a:hover img {
    text-decoration: none;
}

a.navbig {
    color: #000;
    letter-spacing: 3px;
    font-size: 12pt;
    font-weight: bold;
}

a.navbig:active, .navbig:hover {
    color: #c73303;
}
               
a.navsmall {
    color: #000;
    font-size: 9pt;
    font-weight: normal;
    margin: 0 6px 0 0;
}

a.navsmall:active, a.navsmall:hover {
    color: #c73303;
}

a.navsmall_selected {
    color: #000;
    font-size: 9pt;
    font-weight: normal;
    margin: 0 6px 0 0;
    text-decoration: underline;
}

#languagemenu a.navsmall {
    color: #c73303;
}

#languagemenu a.navsmall_selected {
    text-decoration: none;
}

.alt {
    background-color: #ffdf2c;
}

.highlight {
    background-color: #64ff5c;
}

.spotlight {
    background-color: #5cbcff;
}

.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_langswitchlink.selected {
    color: #000;
    text-decoration: none;
}

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

.form_requirednote {
    font-size: 7pt;
}

.module_separator {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color:#ffe471;
    height: 2px;
}

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

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

.selected a {
    color: #000;
}

.confirmdialog, .noticedialog {
    /* See themes/<theme>/javascripts/jquery.js.tpl */
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: center; 
}

.confirmdialog input, .noticedialog input {
    margin-top: 0.5em;
}

#topmenubox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 2px;
    background-color: #ffe471;
    text-align: center;
}

#adminmenu {
    margin: 0;
    padding: 0;
}

#adminmenu .selected a, #submenu .selected a {
    color: #600;
    text-decoration: underline;
}

#submenu {
    margin: 0;
    padding: 0;
}

#adminmenu a, #submenu a {
    padding: 0 3px;
}

#languagemenu a {
    margin: 0;
    padding: 0;
}

#adminmenu li,
#submenu li,
#languagemenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    display: inline;
}

#barbox {
    background: url("../images/bar_default.jpg");
    width: 304px;
    height: 1000px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#logobox {
    background: url("../images/logo_default.png");
    width: 165px;
    height: 109px;
    position: fixed;
    top: 53px;
    left: 110px;
    z-index: 2;
}

/* IE 6 doesn't support 'fixed' */
* html #barbox {
    position: absolute;
}
* html #logobox {
    position: absolute;
}

#mainbox {
    padding: 100px 1em 1em 350px;
}

#languagemenu {
    margin: 0;
    padding: 0;
}

#normalmenubox {
    margin-top: 15px;
    width: 350px;
}

#normalmenu {
    margin: 0;
    padding: 0;
}

#normalmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    display: inline;
}

#contentbox {
    margin-top: 5em;
    width: 470px;
    display: table;
}

#footerbox {
    margin-top: 3em;
    border-top: 1px dotted #000;
    padding-top: 3px;
    width: 470px;
    font-size: 7pt;
}

@media print {
    #barbox, #logobox, #languagemenu, #normalmenubox, #footerbox {
        display: none;
    }
    
    #mainbox {
        padding: 0;
    }
    
    #contentbox {
        margin-top: 0;
        width: 70%;
    }
    
    a:link, a:visited {
        color: #000;
    }
    
    a[href]:after {
        content:" <"attr(href)">";
    }
}

