/*
css file for coma

contact: www.ncc-funclan.de / kugelfang@ncc-funclan.de
*/
body {
    background-color: #000000;
    color: #ffffff;
    font-family: arial, helvetican, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 24pt;
    margin: 0px;
    background-image: url("/coma/data/styleelements/fade_black2white_down.png");
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    margin-left: 2px;
    margin-right: 5px;
}

.baselined {
    vertical-align: baseline;
}

h2,h3 {
    background-color: #111144;
    color: #ffffff;
    background-image: url("/coma/data/styleelements/fade_black2white_down.png");
    background-repeat: repeat-x;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    font-size: 12pt;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

h4 {
    font-size: 8pt;
}

p,pre {
    margin: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

ul {
    padding-left: 0px;
}

li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;
}

.grid {
    border: solid;
}

td.place {
    padding-left: 25px;
}

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

a:visited {
    color: #ffffff;
}

a:hover {
    color: #dddddd;
}

a:active {
    color: #ffffff;
}

a.return {
    padding-left: 20px;
    padding-right: 15px;
    color: #000000;
}

a.linkpadding {
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

a.extern {
    background-image: url("/coma/data/styleelements/arrow-diag_up-triple.png");
    background-position: center left;
    background-repeat: no-repeat;
}

a.stdlink {
    background-image: url("/coma/data/styleelements/link_std.png");
    background-position: center left;
    background-repeat: no-repeat;
}

a.critical {
    background-image: url("/coma/data/styleelements/action_warn.png");
    background-position: center left;
    background-repeat: no-repeat;
}

a.warning {
    background-image: url("/coma/data/styleelements/action_attn.png");
    background-position: center left;
    background-repeat: no-repeat;
}

a.ok {
    background-image: url("/coma/data/styleelements/action_ok.png");
    background-position: center left;
    background-repeat: no-repeat;
}

a.dl {
    background-image: url("/coma/data/styleelements/arrow-down-triple.png");
    background-position: left;
    background-repeat: no-repeat;
}

.add {
    background-image: url("/coma/data/styleelements/obj_add.png");
    background-position: left;
    background-repeat: no-repeat;
}

a.email {
    background-image: url("/coma/data/styleelements/email.png");
    background-position: left;
    background-repeat: no-repeat;
}

.arrow-left-single {
    background-image: url("/coma/data/styleelements/arrow-left-single.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.arrow-left-triple {
    background-image: url("/coma/data/styleelements/arrow-left-triple.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.arrow-right-single {
    background-image: url("/coma/data/styleelements/arrow-right-single.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.arrow-right-triple {
    background-image: url("/coma/data/styleelements/arrow-right-triple.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#navigation {
    position: absolute;
    left: 0px;
    padding-left: 2px;
    padding-top: 5px;
    text-align: left;
    width: 120px;
}

#right {
    position: absolute;
    right: 0px;
    padding-right: 4px;
    padding-top: 5px;
    text-align: left;
    width: 160px;
}

#content {
    position: absolute;
    left: 0px;
    right:160px;
    margin-left : 118px;
    margin-right: 0px;
    padding: 5px;
}

textarea {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #7777ff;
    font-size: 8pt;
}

input {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #7777ff;
    font-size: 8pt;
}

select {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #7777ff;
    font-size: 8pt;
}

input.attention {
    color: #ff0000;
}

img {
    border-style: none;
}

img.thumb {
    height: 125px;
}

img.imagelink {
    max-width: 140px;
}
    

img.small {
    height: 60px;
    width: 50px;
}

img.medium {
    height: 120px;
    width: 100px;
}

img.bigger {
    height: 180px;
    width: 150px;
}

img.standard {
    height: 300px;
    width: 250px;
}

img.display {
    max-width: 100%;
}

.nobreak {
    display: inline-table;
}

.nopadding {
    padding: 0px;
}

.framed {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

.framedplus50 {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    margin-left: 50px;
}

.pad50 {
    padding-left: 50px;
}

.nowrap {
    white-space: nowrap;
}

.strong {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.obj_ok {
    color: #00ff00;
}

.obj_warn {
    color: #ffff00;
}

.obj_fail {
    color: #ff0000;
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.px2margin {
    margin-top: 2px;
}

.padded {
    padding-left: 5pt;
}

.toppadded {
    padding-top: 5pt;
    padding-bottom: 5pt;
}

.fullpadded {
    padding-left: 20pt;
    padding-right: 20pt;
}

.topped {
    vertical-align: top;
}

.textbarlight {
    background-color: #5555ff;
    padding: 5px;
}

.textbardark {
    background-color: #5555aa;
    padding: 5px;
}

