table.foro {
    border-color: #000000;
    border-style: solid;
    font-family: Verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    text-align: center;
}

table.foro tbody {
    background: none repeat scroll 0 0 #97866E;
}

table.foro th, table.foro td {
    border-color: #FFFFFF #000000 #000000 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

table.foro th {
    height: 41px;
    color: #FFFFFF;
}

table.foro a {
    color: #333333;
    text-decoration: none;
}

table.foro a.delete{
    background: url("images/forum/basura.png") no-repeat left;
    float: right;
    height: 24px;
    padding-right: 5px;
    text-indent: -9000px;
    width: 24px;
}

table.foro a.quote{
    background: url("images/forum/quote.png") no-repeat left;
    float: right;
    height: 24px;
    padding-right: 5px;
    text-indent: -9000px;
    width: 24px;
}

table.foro a.edit{
    background: url("images/forum/editar.png") no-repeat left;
    float: right;
    height: 24px;
    padding-right: 5px;
    text-indent: -9000px;
    width: 24px;
}

table.foro a.open{
    background: url("images/forum/abierto.png") no-repeat left;
    float: right;
    height: 24px;
    padding-right: 5px;
    text-indent: -9000px;
    width: 24px;
}

table.foro a.closed{
    background: url("images/forum/cerrado.png") no-repeat left;
    float: right;
    height: 24px;
    padding-right: 5px;
    text-indent: -9000px;
    width: 24px;
}

table.foroCelda th, table.foroCelda td {
    border-width: 0;
    text-align: left;
}

.foroOutHeader {
    background: none repeat scroll 0 0 #E0BE8F;
    height: 41px;
}

.foroHeader {
    background: url("images/forum/menuscreen.png") repeat-x scroll 0 0 transparent;
    height: 41px;
    padding-top: 13px;
    font-size: 14px;
}

.foroCol1 {
    background: none repeat scroll 0 0 #E8DBAE;
    color: #333333;
}

.foroCol2 {
    background: none repeat scroll 0 0 #EEE8D4;
    color: #333333;
}

.foroFilTitulos {
    background: none repeat scroll 0 0 #B4A38B;
    color: #000000;
    height: 30px;
}

.foroFilTitulos div{
    padding-top:7px;
}

.foroFil1 {
    background: none repeat scroll 0 0 #E8DBAE;
    color: #333333;
    font-size:12px;
}

.foroFil2 {
    background: none repeat scroll 0 0 #EEE8D4;
    color: #333333;
    font-size:12px;
}

.foroFil1 div,.foroFil2 div{
    padding:5px;
}

.postdetails{
    background: url("images/forum/icon_minipost.gif") no-repeat left;
    padding-left: 10px;
}

#divNewPost{
    display:none;
}