/*
 * DasForum - a PHP BulletinBoardSystem
 * Copyright 2005 Heiko Rothkranz <heiko_rothkranz (at) arcor (dot) de>
 * 
 * This file is part of DasForum
 * 
 * DasForum is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DasForum is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DasForum; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

/*        Styles für Das Forum         */

body   {
        font-family:         sans-serif;
        font-size:           12px;
        background-color:    #FFFFEE;
        color:               #505050;
}


table {
        empty-cells:         show;
}

table.indextable
{
        border-style:        solid;
        border-color:        #FdCB02;
        border-width:        1px;
        width:               95%;
        height:              95%;
        background-color:    #FFFFFB;
        width:               95%;
        height:              95%;
        padding:             8px;
}

table.maintable {
        border-style:        solid;
        border-color:        #FDCB02;
        border-width:        2px;
}

td {
        font-size:           11px;
        vertical-align:      top;
        margin:              0px;
        padding:             4px;
}

td.postautorfeld {
        border-top:          1px solid #FDCB02;
}

td.postnachrichtfeld {
        border-top:          1px solid #FDCB02;
}

td.postdatumfeld {
        border-top:          1px solid #FDCB02;
}

td.postlinksfeld {
        border-top:          1px solid #FDCB02;
}

td.liste {
        border-top:          1px solid #FDCB02;
}

tr.umfrage {
        background-color:    #FFFFDD;
}

tr.nav_bar {
        text-align:          left;
}

.inputtext  {
        background-color:    #FFFFDD;
        border-style:        solid;
        border-width:        1px;
        color:               #505050;
}

.inputtext:focus {
        background-color:    #FFFFFF;
}

.row1 {
        background-color:    #FFFFCC;
}

.row2 {
        background-color:    #FFFFDD;
}

.rowüberschrift {
        background-color:    #FFEC80;
        color:               #E88B00;
        text-align:          center;
        font-weight:         bold;
}

a:link,a:active,a:visited {
        color:               #E88B00;
        text-decoration:     none;
}

a:hover {
        text-decoration:     underline;
}

.leftnav {
        background-color:    #FFFFCC;
        width:               100px;
        border-right:        2px solid #FC9800;
}

td.pollbar_m {
        background-color:    #FFEC80;
}

div.kalenderhead {
        background-color:    #FFFFCC;
        width:               70px;
}

div.kalenderbody {
        background-color:    #FFFFDD;
        width:               70px;
        height:              70px;
}

img {
        border-width:        0px;
}


td.fehlerüberschrift {
        background-color:    #FF0000;
}

td.fehlertext {
        background-color:    #FFCC00;
}

span.debuginfo {
        white-space:         nowrap;
}

input.infotext {
        background-color:    #FFFFDD;
        border-width:        0px;
        color:               #505050;
        font-size:           10px;
}

td.timerow {
        text-align:          center;
        font-weight:         bold;
}

td.footer {
        text-align:          center;
        font-weight:         bold;
}

span.announcementtitel {
        font-weight:         bold;
}