/** ranking.css **/


table.LayoutTable {
    font-family: sans-serif;
    font-size: small;
    border-spacing: 0;
    padding: 0;
    border: 1px solid black;
    margin: 4pt 12pt;
}

table.LayoutTable th {
    color: white;
    background-color: navy;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    border: 0;
    margin: 0;
}

table.LayoutTable td {
    text-align: left;
    vertical-align: top;
    padding: 2px;
    border: 1px solid black;
    margin: 0;
}




table.DataTable {
    font-family: sans-serif;
    font-size: x-small;
    border-spacing: 0;
    padding: 0;
    border: 0;
    margin: 0;
}

table.DataTable thead th, table.DataTable tfoot th {
    color: navy;
    background-color: white;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding: 2px 4pt 2px 4pt;
    border-bottom: 1px solid black;
    margin: 0;
}

table.DataTable tbody th {
    color: black;
    background-color: transparent;
    text-align: left;
    white-space: nowrap;
    padding: 0px 12pt 1px 4pt;
    border-top: 0;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 0;
    margin: 0;
}

table.DataTable tbody td {
    text-align: right;
    white-space: nowrap;
    padding: 0px 6pt 1px 6pt;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid silver;
    border-left: 0;
    margin: 0;
}



/**eof**/
