/* global styles */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-family: Arial, helvetica, sans-serif;
    font-size: small;
    line-height: 1.5;
}

h1 {
    font-weight: bold;
    font-size: 150%;
    margin: 1ex 0;
}

tr {
    /*border: 1px solid #b0b0b0;
    border-width: 1px 0;*/
}

thead tr {
    border-bottom-width: 2px;
    background: #B8DBB6;
}

a {
    color: #319C2C;
    font-weight: bold;
    text-decoration:none;
}

#nav a {
    font-weight: bold;
    text-decoration:none;
    font-size: 110%;
}

#nav a:hover, a:active { text-decoration:underline; }


tbody tr:hover {
    border-color: #b3b9c4;
    background: #EEEEEE;
}

td, th {
    padding: 1px .5ex;
}

button {
    background: #dbdddf;
    border: 1px outset #b3b9c4;
    padding: 1px 1ex;
    cursor: pointer;
}

.cal {
    vertical-align:middle;
}

.missing, .missing {
    background: #ffdddd;
}

textarea, input, select {
    padding: 2px;
    border: 1px solid #b3b9c4;
}

textarea:focus, input:focus, select:focus {
    background: #fff4d1;
}

textarea, input[disabled], select[disabled], button[disabled] {
    color: #7f7f7f;
}

button[disabled]:hover {
    background: #dbdddf;
    cursor: default;
}

/* layout */

.nested {
    border-style: none;
    text-align: center;
}

.form_legend {
    padding: 5px;
    text-align: right;
}

.form_element {
    padding: 5px;
}

#wrapper {
    width: 100%;
    margin: 1em auto 0 auto;
}

#header {
    margin-bottom: .5ex;
}

#nav {
    background: #EEEEEE;
    border-top: 1px solid #319C2C;
    border-bottom: 1px solid #319C2C;
}

#main {
    width: 100%;
    float: left;
    padding-top: 1ex;
    padding-bottom: 1em;
}

#content {
    float: left;
    width: 100%;
}

#help {
    float: right;
    width: 13%;
    padding-right: 1%;
}

#footer {
    border-top: 1px solid #319C2C;
    color: #319C2C;
    padding: 0.5em 0.5ex;
    clear: both;
}

/* header styles */

#header p {
    text-align: right;
    font-size: 80%;
/*    background: url('../img/tes_logo_beide.png') 0% 0 repeat-y;*/
    height: 20px;
}

#nav li {
    display: inline;
    padding: 0 1ex;
}

/* content area styles */

/* help area styles */

#help {
    font-size: 90%;
    line-height: 1.2;
}

#help p {
    margin: 1em 0;
}

#help dt {
    font-weight: bold;
}

#help dd {
    margin-left: 1em;
}

.error {
    color: #FF0000;
}
