/* 
    Document   : tabelle
    Created on : 25.04.2013, 10:10:17
    Author     : me-apps
    Description:
        Purpose of the stylesheet follows.
*/

.jqm .dw, div.dwo {
    z-index: 1200;
}

#Spielerheim, #Spielergast {
    float: left;
    width: 15%;
    height:100%;
}

#Spielerheim > div, #Spielergast > div {
    height: 588px;
    overflow-y: auto;
}

#Spielerheim table, #Spielergast table {
    font-size: 14pt;
    width: 148px;
    color: black;
    border-collapse: collapse;
    /*text-align: center;*/
    overflow: scroll;
}

#Spielerheim > thead, #Spielergast > thead {
    height: 5%;
    color: white;
}

#Spielerheim tbody > tr, #Spielergast tbody > tr {
    background-color: white;
    height:35px;
}

#Spielerheim td, #Spielergast td {
    background-color: white;
    border: 1px #0C54A4 solid;
    overflow: hidden;
}

.NamenAnzeigen td {
    text-align: left;
    font-size: 10pt;
}

#tab3-spielerAktiv tr.manuellHinzugefuegt > td,
#tab2-spielerAktiv tr.manuellHinzugefuegt > td,
#Spielerheim tr.manuellHinzugefuegt > td,
#Spielergast tr.manuellHinzugefuegt > td {
    background-color: #ccc;
}

#tab3-spielerAktiv tr > td.ohneNummer,
#tab2-spielerAktiv tr > td.ohneNummer,
#Spielerheim tr > td.ohneNummer,
#Spielergast tr > td.ohneNummer {
    background-color: #D00;
    color: white;
}


#Spielerheim  tr.UeberzaehligeSpieler > td,
#Spielergast  tr.UeberzaehligeSpieler > td
{
    background-color: black;
    color: white;
}

#Spielerheim  tr.UeberzaehligeSpieler.manuellHinzugefuegt > td,
#Spielergast  tr.UeberzaehligeSpieler.manuellHinzugefuegt > td {
    background-color: chocolate;
    color: white;
}

#Spielerheim td:first-child, #Spielergast td:first-child,
#Spielerheim th:first-child, #Spielergast th:first-child
{
    width: 25px;
    text-align:center;
}

#Spielerheim td:nth-child(2), #Spielergast td:nth-child(2),
#Spielerheim th:nth-child(2), #Spielergast th:nth-child(2) {
    width: 25px;
    text-align:center;
}

#Spielerheim td:nth-child(3), #Spielergast td:nth-child(3),
#Spielerheim th:nth-child(3), #Spielergast th:nth-child(3) {
    width: 94px;
}

#Spielerheim td:nth-child(4), #Spielergast td:nth-child(4),
#Spielerheim th:nth-child(4), #Spielergast th:nth-child(4) {
    max-width: 94px;
    width: 94px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}
