

/* ~~~~~~~~~~~~~~xForum Styles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Baum und Teilbaumdarstellung */

.ulli li{
    padding: 0.2em;
}

/* Führender Listeneintrag in einem Thread */
.rootli{
    /* bullet */
    list-style-type: square;
    color: #369;
    padding: 0.2em
}

/* Unter einem Thread liegende Listeneinträge */
.subli{
    /* bullet */
    list-style-image: url(/astro/fup.gif);
    color: #369;
    padding: 0.2em
}

.hide{
    display: none;
}


/* a-Tags ohne Verwendung */
.idle{
    /* text-decoration: none; */
    /* color: blue; */
    cursor: pointer;
}

/* Gelesen Ungelesen */
.dejavu{
    text-decoration: none;
    color: gray;
}

/* Die gerade angeklickte Nachricht */
.current{
    color: navy;
    font-weight: bold;
}



/* Throbber Grafic */
.throbber{
    opacity: 0.5;
    background: url(/astro/load.gif) center fixed no-repeat;
}


/* Headline h3 zum Einbinden Forum */
#main_index{
    cursor: pointer;
    padding-top: 1em;
}


/* Hervorhebung Eingabefeldbeschriftung */
.formtable tr.preemphasis{
    background-color: #369;
    color: white;
}

/* Tabelle f. Eingabeforumular */
.formtable{
    width: 100%;
}

.formtable th{
    text-align: left; 
    padding: 0.3em;
}

/* Tabellenzelle in der sich die Buttons befinden */
.buttoncell{
    text-align: center;
}

/* Button f. Senden */
.put_button{
    width: 40%;
    cursor:pointer;
    border-style: solid;
    border-width: thin;
    padding: 0.2em;
    color: white;
    background-color: #369;
    height: 2.2em;
}
#put_button{
    width: 40%;
    cursor:pointer;
    border-style: solid;
    border-width: thin;
    padding: 0.2em;
    color: white;
    background-color: #369;
    height: 2.2em;
}

/* Button f.Vorschau */
#pre_button{
    width: 40%;
    cursor:pointer;
    border-style: solid;
    border-width: thin;
    padding: 0.2em;
    color: white;
    background-color: #369;
    height: 2.2em;
}


/* Hier steht die Nachricht  */
.mesg{
    color: navy;
    background-color: WHITE;
    border-style: solid;
    border-width: thin;
    padding: 7px;
    border-color: #D5D8E6;
    word-spacing: -0.3em;
    font-family : "Courier New", Courier, monospace;
    max-width: 100%;
}

.mesg.current{
    color: green;
    background-color: WHITE;
    border-color: green;
}


.legend{
    background-color:#369;
    color:white;
    width:99.5%; 
    padding:0.3em;
}

legend{
    background-color:#369;
    color:white;
    width:99.5%; 
    padding:0.3em;
}

