/*** Table ***/

.standard_table th.active{
    background: transparent url("/static/images/home/table_active.png") scroll repeat-x center;
}
table.standard_table {
    border-spacing: 0;
    border-collapse: separate;
    color: #4c4c4c;
    text-shadow: none;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Verdana;
}
table.standard_table td, table.standard_table th {
    padding: 2px 6px;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #dcdcdc;
    white-space: nowrap;

}
table.standard_table th {
    background: transparent url("/static/images/home/header_bg.png") scroll repeat-x top;
    height: 25px;
    padding: 0 2px 0 2px;
    color: #fff;
    text-shadow: 1px 1px #333;
    min-width: 25px;

    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #aaaaaa;
}

table.standard_table th.filtered{
    /*text-decoration: underline;*/
}

/*** Zebra ***/
table.standard_table tr:nth-child(2n+1) {
    background: transparent url("/static/images/icons/zebra.png") scroll repeat center;
}

/*** Rundeecken_an_bestimmten_Positionen ***/

table.standard_table tr th:first-child,
table.standard_table tr td:first-child {
    border-left: none;
}
table.standard_table th:last-child{
    border-right: none;
}

table.standard_table tr th.bdr:first-child,
table.standard_table tr td.bdr:first-child {
    border-left: 1px solid #DCDCDC;
}
table.standard_table th:last-child{
    border-right: 1px solid #DCDCDC;
}

.iconcell, .bool_cell{
    width: 16px;
}

.iconcell img, .bool_cell img {
    vertical-align: top;
    height: 16px;
    width: 16px;
    text-decoration: none;
}

.iconcell img {
    cursor: pointer;
}

.cbxcell{
    height          : 16px;
    width           : 16px;
    vertical-align  : middle;
    text-align      : center;
}

.activate_hover{
    cursor          : pointer;
}

table.standard_table tr.red_table_line {
    background-color    : #FFD4D4;
}

table.standard_table td.red_table_cell {
    background-color    : #FFD4D4;
}

/* markierte Zeilen werden gruen eingefaerbt */
table.standard_table tr.listpage_marked_row {
    background-color: rgba(204, 255, 204, 0.6);
}

#info_bar {
    line-height         : 25px;
    vertical-align      : middle;
    border              : 1px solid orange;
    border-radius       : 5px;
    padding             : 3px;
    color               : orange;
}
