/* coda.css */
html, body {
    color: #00415a; /* 1 #00b8ff 2 #009bd6 3 #00719c 4 #00415a */
    margin: 0;
    padding: 0;
    font-family: monospace;
    font-size: 1.2em;
    width: 100%;
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
    padding-right: 5px;
}

.right {
    text-align: right;
}

.centrum {
    text-align: center;
}

.underscore {
    font-size: 1em;
    font-style: italic;
}
.titel {
    min-width: 150px;
}

.bold {
    font-weight: bold;
}

.redbold {
    font-weight: bold;
    color: red;
    text-align: right;
}
.dotted {
    border-bottom: 1px dashed;
}

.dotall {
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    
}

.comm {
    margin: 10px;
    padding: 10px;
    background-color: silver;
}

.formhide {
    display: none;
}

#stattext, #statval{
    display: none;
}

#intro {
    margin-left: 30%;
    margin-right: 30%;
}

#intro h3 {
    text-align: center;
}

#page {
    clear: both;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5px;
}

#nav {
    float: left;
    background-color: #00415a;
    display: block;
    width: 100%;
}

#nav a {
    text-decoration: none;
    color: white;
}

#nav a:visited {
    color: white;
}

#nav a:hover {
    color: #00b8ff;
}

#nav button {
    border: none;
    background-color: #00415a;
    color: white;
    text-decoration: none;
    font-family: monospace;
    font-size: 100%;
}

.navul {
    list-style-type: none;
    padding-left: 50px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #00415a;
    color: white;
    float: left;
}

.navul li {
    position: relative;
    float: left;
    text-align: center;
    padding: 3px;
}

.navbutton {
    position: relative;
}

.navbutton:hover .navcontent {
    display: block;
}

.navcontent {
    display: none;
    position: absolute;
    padding: 0;
    background-color: white;
    border: 1px solid #00415a;
}

#nav .navcontent ul {
    padding: 0;
}

#nav .navcontent li {
    list-style-type: none;
    display: block;
    text-align: left;
    color: #00415a;
}

#nav .navcontent li a, #nav .navcontent li a:visited {
    list-style-type: none;
    display: block;
    text-align: left;
    padding: 3px;
    color: #00415a;
    background-color: white;
    z-index: 1;
}

#coda_error {
    background-color: red;
    font-weight: bold;
    color: white;
    padding-left: 5px;
    margin-left: 10%;
    margin-right: 10%;
}