.teamlisttable { border:1px solid #A2A2C1; background-color: #AAAACC; padding: 0px; margin:0px; color: #ccccff; }

.TeamListTable {
/*    border:1px solid #A2A2C1; */
    background-color: #AAAACC;
    padding: 0px;
    margin:0px;
    color: #4444ff;
}

.TeamListTable thead tr,
.TeamListTable .thead .tr {
    background-color: #AAAACC;
}

.TeamListTable thead th,
.TeamListTable tfoot td,
.TeamListTable .thead .th,
.TeamListTable .tfoot .td {
/*    background-color: #3F709B; */
/*    color: white; */
/*    text-shadow: 0 1px 1px black; */
/*    border-right: 1px solid #213B52; */
/*    height: 30px; */
    font-weight: bold;
    padding: 0px 2px;
    white-space: nowrap;
    margin: 0px;
}

.TeamListTable tbody tr td {
    font-size: 10pt;
    padding: 0px 2px;
    white-space: nowrap;
}

.TeamListTable thead th:last-child,
.TeamListTable tfoot td:last-child { border-right: none; }
.TeamListTable td, .TeamListTable th { padding-left: 4px; }
#.TeamListTable tbody tr:nth-child(odd) { background-color: #E8E8E8; }

.scrollable-container { max-height: 300px; }
