﻿body {
    padding-right: 7px;
}

.user-comments-bg {
    background-color: #0080ff;
}

.user-comments-border {
    border-color: #0080ff;
}

.user-comments-square {
    border-width: 1px;
}

.poll-bg {
    background-color: #e67300;
}

.poll-border-color {
    border-color: #e67300;
}

.square-holder {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.user-poll {
    overflow: auto;
    margin-bottom: 25px;
    max-width: 800px;
}

.user-poll-normal {
    min-height: 300px;
}

.user-poll-compact {
    float: none;
}

.user-pole-recent-vote {
    border-color: blue;
}

.user-poll-user {
    clear: both;
    margin-top: 2px;
    float: left;
    font-size: 0.9em;
}

.user-poll-expired {
    margin: 2px 0 0 5px;
    color: blue;
    font-weight: bold;
    font-size: 0.9em;
}

.user-poll-votes {
    padding-left: 5px;
    font-size: 0.8em;
    font-weight: bold;
}

.user-poll-expires {
    margin: 2px 0 0 5px;
    color: green;
    font-size: 0.9em;
}

.user-poll-comment {
    clear: both;
    padding: 5px 0 2px 0;
    font-size: 1.1em;
}

.user-poll-league-settings {
    clear: both;
    padding: 3px 0 6px 0;
    margin-left: 10px;
}

.user-poll-options {
    clear: both;
}

.user-poll-option {
    padding: 3px;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid #bfbfbf;
}

.user-poll-option-correct {
    color: green;
    font-weight: bold;
}

.user-poll-percent {
    padding: 4px 3px 3px 3px;
}

.user-poll-correct-button {
    padding: 4px 3px 3px 3px;
}

.user-poll-choice {
    padding: 3px 0 2px 0;
}

.user-poll-option-comment {
    padding: 0 0 0 0;
}

.user-poll-players {
    padding: 0 0 0 0;
}

.user-poll-buttons {
    clear: both;
    padding: 8px 0 2px 5px;
    font-size: 0.9em;
    text-align: right;
}

.copyright {
    clear: both;
    padding: 10px 10px 10px 0;
    text-align: right;
    color: black;
    font-size: 8pt;
    margin: 10px 0 10px 0;
}

    .copyright a {
        color: black;
    }

    .copyright p {
        margin: 3px 0 3px 0;
    }


/*AutoComplete flyout */
.completionList {
    text-align: left;
    font-size: 1em;
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #FFFFFF;
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: #F58020;
    color: white;
}


/*.icon_btn_border {
    border-width: 1px;
    border-color: gainsboro;
}

.icon_btn_no_border {
    border-width: 0px;
}*/

.icon_btn {
    border-width: 1px;
    box-shadow: none;
    border-color: gainsboro;
    background-color: white;
    padding: 1px 5px 1px 5px;
    margin: 0px;
}

    .icon_btn:hover {
        border-color: #006600;
    }

.badge-mail {
    background-color: #990099;
    color: white;
}

.badge-messages {
    background-color: #00b300;
    color: white;
}

.badge-polls {
    background-color: #e67300;
    color: white;
}

.badge-comments {
    background-color: #0080ff;
    color: white;
}

.badge-chat {
    background-color: #999966;
    color: white;
}

.carousel-text a {
    color: white;
    font-weight: bold;
}

    .carousel-text a:hover {
        text-decoration: underline;
        color: white;
    }

.light-border {
    border-color: #8c8c8c;
    border-style: solid;
}

.adv-controls input[type=radio],
.adv-controls input[type=checkbox] {
    display: none;
}

    .adv-controls input[type=radio] + label,
    .adv-controls input[type=checkbox] + label {
        display: inline-block;
        margin: -2px;
        padding: 4px 12px;
        margin-bottom: 0;
        line-height: 20px;
        color: #333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
        background-image: -o-linear-gradient(top, #fff, #e6e6e6);
        background-image: linear-gradient(to bottom, #fff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #ccc;
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0) filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .adv-controls input[type=radio]:checked + label,
    .adv-controls input[type=checkbox]:checked + label {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #ccffcc;
    }

.adv-tb {
    margin: 0 10px 0 10px;
    padding: 0 0 0 0;
    overflow: auto;
}

    .adv-tb input[type=text] {
        font-size: 1em;
        height: 25px;
    }

.adv-controls-smaller input[type=radio] + label, .adv-controls-smaller input[type=checkbox] + label {
    padding: 1px 10px;
}

.control-holder {
    float: left;
    padding: 5px 0 0 0;
    margin-right: 5px;
}

.control-holder-text {
    margin: 0 10px 0 0;
    font-weight: bold;
}

.stat-display-type-filter {
    float: left;
    padding: 5px 0 0 0;
    margin-right: 20px;
}

table.datatable {
    margin: 0;
    border-collapse: collapse;
}

    table.datatable a {
        text-decoration: none;
    }

        table.datatable a:hover {
            text-decoration: underline;
        }

    table.datatable th {
        padding: 3px 4px 3px 4px;
        border: 1px solid #cccccc;
        white-space: nowrap;
        background-color: #0D384E;
        color: white;
        font-weight: normal;
    }

        table.datatable th a {
            text-decoration: none;
            color: white;
        }

            table.datatable th a:hover {
                text-decoration: underline;
                color: white;
            }

    table.datatable td {
        padding: 2px 2px 1px 3px;
        border: 1px solid #cccccc;
        border-collapse: collapse;
        display: table-cell;
    }
