@CHARSET "ISO-8859-1";

.results tr[visible='false'],
.no-result{
    display:none;
}

.results tr[visible='true']{
    display:table-row;
}

.counter{
    padding:8px;
    color:#ccc;
}

body {
    padding-top: 65px;
}

.memberstatusbox {
    float: left;
    width: 200px;
    height: 40px;
    margin: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}

.clearafter{
    clear: both;
}
.placecenter{
    left: 50%;
}





.BlueTable {
    margin: 0px;
    padding: 0px;
    width: 70%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.BlueTable table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.BlueTable tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.BlueTable table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.BlueTable table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.BlueTable tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.BlueTable tr:hover td {
}

.BlueTable tr:nth-child(odd) {
    background-color: #56aaff;
}

.BlueTable tr:nth-child(even) {
    background-color: #ffffff;
}

.BlueTable td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 10px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}

.BlueTable tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.BlueTable tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.BlueTable tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.BlueTable tr:first-child td {
    background: -o-linear-gradient(bottom, #003f7f 5%, #005fbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #003f7f
        ), color-stop(1, #005fbf));
    background: -moz-linear-gradient(center top, #003f7f 5%, #005fbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f7f",
        endColorstr="#005fbf");
    background: -o-linear-gradient(top, #003f7f, 005fbf);
    background-color: #003f7f;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.BlueTable tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #003f7f 5%, #005fbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #003f7f
        ), color-stop(1, #005fbf));
    background: -moz-linear-gradient(center top, #003f7f 5%, #005fbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f7f",
        endColorstr="#005fbf");
    background: -o-linear-gradient(top, #003f7f, 005fbf);
    background-color: #003f7f;
}

.BlueTable tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.BlueTable tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}
.versionDisp
{
        float: center;
    width: 50%;
    margin: 30px auto 0;
    background: white;
        font-family: Segoe UI, Verdana;
        font-size: 12px;
        border: 1px solid #9bc9da;
}
.versionTitle{
        font-size: 16 px;
        text-align: center;
        }
