/*
 * (c) 2006 Christian Zielinski
 *     All rights reserved.
 */

/* Layout */

body {
    padding: 15px;
    text-align: justify;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #FFFFFF;
}

div {
    text-align: justify;
    font-size: 13px;
    margin: 0px;
}

div.main {
    width: 900px;
    padding: 0px;
    text-align: justify;
    border-style: none;
}

table.head {
    margin: 0px;
    padding: 0px;
}

td.caption {
    padding: 0px;
    text-align: left;
    vertical-align: bottom;
}

td.time {
    padding: 2px 0px 2px 2px;
    text-align: right;
    vertical-align: bottom;
}

td.subcaption {
    padding: 3px;
    vertical-align: top;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #000000;
}

div.infobox {
    padding: 0px;
    color: #666666;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
}

div.footer {
    width: 100%;
    padding: 4px;
    color: #666666;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    background-color: #EEEEEE;
    border-style: dotted;
    border-width: 1px;
    border-color: #BBBBBB;
}

div.text {
    text-align: justify;
    text-indent: 25px;
    line-height: 20px;
}

img {
    margin: 0px;
    border-style: none;
}

span.notice {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-size: 11px;
    color: #000000;
    background-color: inherit;
}


/* Generic */

h1, h2, h3, strong, b {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background-color: inherit;
}

strong, b, h2 {
    font-variant: small-caps;
}

h2 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
    word-spacing: 2px;
}

h1, h3 {
    font-size: 13px;
}

h1 {
    color: #FF9900;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #444444;
    background-color: inherit;
}

ul {
    list-style-type: square;
}

li {
    margin-bottom: 1px;
}

input, select, textarea {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #F0F0F0;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    margin: 2px;
}

input.checkbox, input.radiobutton {
    color: #000000;
    background-color: #FFFFFF;
    border-style: none;
}

input[type=radio], input[type=checkbox] {
    color: #000000;
    background-color: #FFFFFF;
    border-style: none;
}

table {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    border-style: none;
    vertical-align: middle;
}

td {
    padding: 3px;
    text-align: justify;
    vertical-align: middle;
    border-style: none;
}


/* Links */

a {
    color: #000099;
    text-decoration: none;
    background-color: inherit;
}

a:hover {
    color: #0000FF;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    background-color: #FFB;
}

a.simple {
    color: #000099;
    text-decoration: none;
    border-style: none;
    background-color: inherit;
}

a.simple:hover {
    color: #990000;
    text-decoration: none;
    border-style: none;
    background-color: inherit;
}

a.homelink {
    border-style: none;
    text-decoration: none;
    background-color: transparent;
}

a.homelink:hover {
    border-style: none;
    text-decoration: none;
    background-color: transparent;
}


/* Data */

table.databox {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #999999;
}

td.data {
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    height: 22px;
}

td.data strong {
    font-size: 10px;
    font-variant: normal;
}

td.data:hover {
    color: #AA0000;
    background-color: #FFFFFF;
}

td.rawdata {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    padding: 3px;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
}

table.details {
    width: 100%;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #F0F0F0;
}

td.rawdata:hover {
    color: #AA0000;
    background-color: #FFFFFF;
}

tr.bright {
    color: inherit;
    background-color: #FFFFFF;
}

tr.dark {
    color: inherit;
    background-color: #F3F3F3;
}

td.settings {
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
}

td.timeline {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #990000;
}

td.diagramm {
    text-align: center;
    vertical-align: middle;
    background-color: #990000;
    font-weight: bold;
    color: #FFFFFF;
}

div.solarsystembox {
    position: relative;
    padding: 0px;
    width: 900px;
    height: 850px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
}

img.solarsystem {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0px;
}
