body {
    background: url('../images/bg.gif') repeat-x #fdfcf3;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

div.container_box {
    margin: 0 auto;
    margin-top: 110px;
    width: 875px;
}

div.container {
    float: left;
    width: 100%;
    background: url('../images/box_bg.gif') repeat-x;
    background-color: #eaeae4;
    border: 1px solid #dadfdd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

div.container_admin_panel {
    margin: 0 auto;
    width: 875px;
}

div.container_user_panel {
    margin: 0 auto;
    width: 875px;
}

div.container_panel {
    float: left;
    position: relative;
    background: url('../images/panel_box_bg.gif') repeat-x;
    background-color: #eaeae4;
    width: 875px;
    border: 1px solid #dadfdd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

div.content_left {
    float: left;
    width: 520px;
}

div.content_user_left {
    float: left;
    margin: 10px 0;
    width: 575px;
}

    div.content_user_left h2 {
        float: left;
        width: 90%;
        margin: 0 0 0 35px;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        color: #1099d1;
        border-bottom: 1px solid #D8D8D7;
    }

    div.content_user_left h3 {
        float: left;
        width: 90%;
        margin: 10px 0 0px 40px;
        font-family: Tahoma;
        font-size: 13px;
        font-weight: normal;
        color: #1099d1;
    }

    div.content_user_left div.wybierz_okres {
        margin-top: 20px;
    }

div.underline {
    float: right;
    margin-right: 15px;
    border-top: 1px solid #d8d8d7;
    width: 90%;
}

div.table {
    float: left;
    width: 90%;
    margin: 20px 0 5px 35px;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
    color: #606060;
}

    div.table div.lp {
        float: left;
        text-align: center;
        width: 35px;
        height: 30px;
        font-weight: bold;
    }

    div.table div.lp_n {
        float: left;
        text-align: center;
        width: 35px;
        height: 30px;
        color: #0193cf;
        font-weight: bold;
    }

    div.table div.skladnik {
        float: left;
        text-align: center;
        width: 135px;
        height: 30px;
        background: #e8e9e5;
        font-weight: bold;
    }

    div.table div.skladnik_n {
        float: left;
        text-align: center;
        width: 135px;
        /* height: 30px; */
        background: #e8e9e5;
    }

    div.table div.ilosc {
        float: left;
        text-align: center;
        width: 75px;
        height: 30px;
        font-weight: bold;
    }

    div.table div.ilosc_n {
        float: left;
        text-align: center;
        width: 75px;
        height: 30px;
    }

    div.table div.jednostka {
        float: left;
        text-align: center;
        width: 110px;
        height: 30px;
        background: #e8e9e5;
        font-weight: bold;
    }

    div.table div.jednostka_n {
        float: left;
        text-align: center;
        width: 110px;
        height: 30px;
        background: #e8e9e5;
    }

    div.table div.cena {
        float: left;
        text-align: center;
        width: 70px;
        height: 30px;
        font-weight: bold;
    }

    div.table div.cena_n {
        float: left;
        text-align: center;
        width: 70px;
        height: 30px;
    }

    div.table div.kwota {
        float: left;
        text-align: center;
        width: 70px;
        height: 30px;
        background: #e8e9e5;
        font-weight: bold;
    }

    div.table div.kwota_n {
        float: left;
        text-align: center;
        width: 70px;
        height: 30px;
        background: #e8e9e5;
    }

    div.table div.tr_line {
        clear: both;
        background: url('../images/tr_line.png') no-repeat bottom left;
        margin-left: 2px;
        width: 100%;
        height: 1px;
    }

div.hr_line {
    display: inline-block;
    clear: both;
    background: url('../images/tr_line.png') no-repeat bottom center;
    margin-left: 2px;
    width: 100%;
    height: 1px;
}

div.teble_roz {
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    display: table-row;
    background: url('../images/tr_line.png') no-repeat bottom left;
}

div.rozliczenia_row {
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    display: table-row;
    background: url('../images/tr_line.png') no-repeat bottom left;
    cursor:pointer;
    height: 30px;
}

    div.rozliczenia_row:hover {
        color: #0193cf;
    }

div.table div.inside_table {
    border: 1px solid #d8d8d7;
    display: none;
    clear: both;
    width: 100%;
    padding: 2px;
}

div.table div.expand {
    float: left;
    text-align: left;
    width: 32px;
    height: 30px;
    font-weight: bold;
}

div.table div.expand_n {
    float: left;
    text-align: left;
    width: 32px;
    height: 30px;
    background: url('../images/box_plus.png') no-repeat center center;
}
div.table div.expand_y {
    float: left;
    text-align: left;
    width: 32px;
    height: 30px;
    background: url('../images/box_minus.png') no-repeat center center;
}

div.table div.miesiac {
    float: left;
    text-align: left;
    width: 100px;
    height: 30px;
    font-weight: bold;
}

div.table div.miesiac_n {
    float: left;
    text-align: left;
    width: 100px;
    height: 30px;
}

div.table div.naleznosc {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 28px;
    background: #e8e9e5;
    font-weight: bold;
    display: table-cell;
}

div.table div.naleznosc_n {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 28px;
    background: #e8e9e5;
    display: table-cell;
}

div.table div.wplata {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 30px;
    font-weight: bold;
}

div.table div.wplata_n {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 30px;
}

div.table div.ikona {
    float: left;
    text-align: right;
    width: 32px;
    padding-right: 20px;
    height: 30px;
    font-weight: bold;
}

div.table div.ikona_wodomierz {
    float: left;
    text-align: right;
    width: 32px;
    padding-right: 20px;
    height: 30px;
    background: url('../images/wodomierz.png') no-repeat center center;
}

div.generally {
    float: right;
    margin: 20px 50px 0 0;
    font-family: Tahoma;
    font-weight: bold;
    color: #0070b7;
}

    div.generally span {
        color: #76a12e;
    }

div.wybierz_okres {
    float: left;
    margin: 5px 0 0 40px;
}

    div.wybierz_okres select {
        width: 120px;
        margin: 2px 2px 2px 2px;
    }

div.description {
    float: left;
    margin: 20px 0 0 50px;
    font-family: Tahoma;
    color: #1099d1;
}

div.header {
    width: 875px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 5px;
}

div.admin_welcome {
    float: right;
    width: 460px;
}

    div.admin_welcome h2 {
        float: right;
        text-align: right;
        margin: 0 15px 0 0;
        font-family: Arial;
        font-size: 25px;
        font-weight: bold;
        color: #606060;
    }

    div.admin_welcome span.login {
        float: right;
        clear: both;
        margin: 0 15px 0 0;
        font-family: Arial;
        font-size: 15px;
        color: #646464;
    }

fieldset {
    width: 85%;
    margin: 10px 0 20px 20px;
    color: #76A12E;
}

    fieldset legend {
        text-align: center;
    }

    fieldset p {
        color: #000000;
        margin: 5px 0 5px 0;
    }


div.address {
    float: right;
    width: 90%;
    text-align: right;
    margin: 4px 15px 0 0;
    font-family: Arial;
    font-size: 14px;
    color: #007fb3;
    padding: 5px 0;
    border-bottom: 1px solid #D8D8D7;
}

    div.address span {
        font-weight: bold;
    }

div.change_community {
    float: left;
    margin: 5px 0 0 30px;
}

div.logout {
    float: right;
    margin: 5px 15px 0 0;
}

    div.logout a, div.change_community a {
        font-size: 13px;
        font-family: Arial;
        font-weight: bold;
        color: #76a12e;
    }

        div.logout a:hover, div.change_community a:hover {
            text-decoration: underline;
        }

div.logo {
    margin: 0 auto;
    text-align: center;
    height: 240px;
    vertical-align: middle;
    display: table-cell;
    width: 520px;
}

div.logo_panel {
    float: left;
    height: 100px;
    text-align: left;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

div.owner_name {
    float: right;
    text-align: right;
    margin-top: 25px;
    margin-right: 10px;
}

    div.owner_name span {
        font-size: 25px;
        font-weight: bold;
        color: #606060;
    }

div.details {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 26px;
    color: #5a5a5a;
    width: 100%;
}

div.owner_details {
    float: left;
    margin: 0 0 20px 20px;
}

    div.owner_details img {
        float: left;
        margin: 6px 10px 0 0;
    }

    div.owner_details span {
        float: left;
        font-size: 18px;
    }

div.owner_phone {
    float: left;
    margin: 0 0 20px 20px;
}

    div.owner_phone img {
        float: left;
        margin: 6px 10px 0 0;
    }

    div.owner_phone span {
        float: left;
        font-size: 18px;
    }

div.separator_panel {
    float: left;
    background: url('../images/separator_big.png') no-repeat;
    margin-top: 60px;
    width: 2px;
    height: 381px;
}

div.content_right {
    float: right;
    width: 350px;
    padding: 25px 0 0 5px;
    background: url('../images/separator.png') no-repeat left center;
}

div.content_user_right {
    float: right;
    margin-top: 15px;
    width: 298px;
    background: url('../images/separator.png') no-repeat left center;
    min-height: 400px;
}

    div.content_user_right h2 {
        float: right;
        width: 90%;
        text-align: right;
        margin: 0 20px 0 0;
        font-family: Arial;
        font-size: 25px;
        font-weight: bold;
        color: #606060;
    }

        div.content_user_right h2 span {
            color: #0070b7;
        }

    div.content_user_right span.login {
        float: right;
        width: 90%;
        text-align: right;
        margin: 0 20px 0 0;
        font-family: Arial;
        font-size: 15px;
        color: #646464;
    }

    div.content_user_right div.address {
        float: right;
        width: 87%;
        text-align: right;
        margin: 10px 20px 0px 0;
        font-family: Arial;
        font-size: 14px;
        color: #007fb3;
        padding: 0 0 10px 0;
    }

        div.content_user_right div.address span {
            font-weight: bold;
        }

    div.content_user_right div.logout {
        float: right;
        margin: 5px 20px 0 0;
    }

        div.content_user_right div.logout a {
            font-size: 13px;
            font-family: Arial;
            font-weight: bold;
            color: #76a12e;
        }

            div.content_user_right div.logout a:hover {
                text-decoration: underline;
            }

div.admin_menu {
    margin-top: 12px !important;
}

div.user_menu {
    float: right;
    margin-top: 20px;
    width: 100%;
}

    div.user_menu ul {
        width: 265px;
        margin: 0 auto;
        list-style: none;
        padding: 0;
    }

        div.user_menu ul li {
            background: url('../images/li_line.png') no-repeat bottom left;
            width: 265px;
            height: 35px;
            line-height: 35px;
            padding-left: 30px;
            font-family: Tahoma;
            font-size: 11px;
            color: #4b4b4b;
        }

            div.user_menu ul li:hover, div.user_menu ul li.active {
                background: url('../images/li_hover.png') no-repeat;
                width: 265px;
                height: 35px;
                line-height: 35px;
                padding-left: 30px;
                font-family: Tahoma;
                font-size: 11px;
                color: #0070b7;
                font-weight: bold;
            }

            div.user_menu ul li a {
                color: #4b4b4b;
            }

                div.user_menu ul li a:hover, div.user_menu ul li a.active {
                    font-weight: bold;
                    color: #0070b7;
                }

div.content_admin_left {
    float: left;
    width: 300px;
    background: url('../images/separator_big.png') no-repeat right center;
    padding-bottom: 15px;
}

div.content_admin_right {
    float: right;
    width: 560px;
    margin-bottom: 20px;
}

    div.content_admin_right h1 {
        margin: 20px 0 20px 20px;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        color: #0193cf;
    }

div.details_form {
    margin: 0 20px 0 20px;
    font-family: Tahoma;
    font-size: 12px;
    color: #1099d1;
}

    div.details_form div.long {
        width: 400px;
    }

    div.details_form div.short {
        float: left;
        width: 180px;
        margin-right: 40px;
    }

div.long p {
    float: left;
    text-align: left;
    line-height: 20px;
    margin: 5px 0;
    padding: 0;
    color: #000;
}

div.long span {
    float: left;
    width: 100%;
}

div.long p input[type=radio] {
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}

div.details_form input {
    margin: 5px 0 10px 0;
    background: #fff;
    width: 100%;
    height: 20px;
    border: 1px solid #b5cfd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}

div.details_form input.submit {
        float: right;
        margin: 10px 110px 0 0;
        background: url('../images/submit_button.png');
        font-family: Tahoma;
        font-size: 12px;
        width: 86px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: none;
        text-shadow: 0px 0px 4px #000;
        cursor: pointer;
        color: #fff;
    }

div.details_form textarea {
    margin: 5px 0 10px 0;
    background: #fff;
    width: 100%;
    height: 260px;
    border: 1px solid #b5cfd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}

div.change_password_user {
    margin-left: 130px;
}

div.change_password {
    margin: 40px 0 0 30px;
}

    div.change_password span {
        display: block;
        font-family: Tahoma;
        font-size: 12px;
        color: #1099D1;
    }

    div.change_password input {
        width: 300px;
        margin: 5px 0 20px 0;
    }

        div.change_password input.submit {
            float: left;
            display: block;
            margin: 0 0 0 218px;
            background: url('../images/submit_button.png');
            font-family: Tahoma;
            font-size: 12px;
            width: 86px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            text-shadow: 0px 0px 4px #000;
            border: none;
            cursor: pointer;
            color: #fff;
        }

div.change_communicat {
    margin: 40px 0 0 30px;
}

    div.change_communicat span {
        display: block;
        font-family: Tahoma;
        font-size: 12px;
        color: #1099D1;
    }

    div.change_communicat textarea {
        margin: 10px 0 10px 0;
        width: 90%;
        height: 100px;
    }

    div.change_communicat input.submit {
        float: right;
        margin-right: 47px;
        background: url('../images/submit_button.png');
        font-family: Tahoma;
        font-size: 12px;
        width: 86px;
        height: 28px;
        line-height: 27px;
        text-align: center;
        border: none;
        cursor: pointer;
        color: #fff;
    }

div.footer {
    position: absolute;
    bottom: 5px;
    left: 30px;
    height: 28px;
    font-size: 10px;
    color: #b7b6b6;
}

    div.footer span {
        float: left;
        height: 28px;
        line-height: 28px;
        padding-right: 13px;
        background: url('../images/footer.png') no-repeat right center;
    }

    div.footer a {
        float: left;
        line-height: 28px;
        margin-left: 12px;
        color: #b7b6b6;
    }

div.footer_panel {
    float: left;
    height: 28px;
    margin-top: 70px;
    margin-left: 30px;
    font-size: 10px;
    color: #b7b6b6;
}

    div.footer_panel span {
        float: left;
        height: 28px;
        line-height: 28px;
        padding-right: 15px;
        background: url('../images/footer.png') no-repeat right center;
    }

    div.footer_panel a {
        float: left;
        line-height: 28px;
        margin-left: 15px;
        color: #b7b6b6;
    }

div.last_update {
    position: absolute;
    bottom: 14px;
    right: 30px;
    font-size: 11px;
    font-family: Tahoma;
    text-shadow: 1px 1px 3px #F0F0F0;
    color: #76A12E;
}

div.news_info {
    float: left;
}

div.loginbox {
    float: left;
    margin: 0 15px;
    width: 320px;
    text-align: right;
}

    div.loginbox h1 {
        margin: 0 10px 0 0;
        font-weight: normal;
        font-size: 16px;
        font-family: Tahoma;
        color: #a0a0a0;
    }

div.box {
    margin-top: 5px;
    background: #d6e8eb;
    width: 312px;
    height: 110px;
    border: 4px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #5e858e;
}

    div.box span {
        margin: 8px 0 0 12px;
        float: left;
        font-size: 12px;
        clear: both;
    }

    div.box input {
        margin: 2px 0 0 10px;
        float: left;
        width: 190px;
        height: 20px;
        border: 1px solid #b5cfd6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        clear: both;
    }

        div.box input.login {
            background: url('../images/login.png') no-repeat;
            float: right;
            margin-top: -43px;
            margin-right: 20px;
            cursor: pointer;
            width: 63px;
            height: 63px;
            border: none;
            border-radius: none;
            clear: none;
        }

div.loginbox a {
    float: right;
    margin: 2px 15px 0 0;
    font-size: 10px;
    font-family: Arial;
    color: #a0a0a0;
    clear: both;
}

div.manager {
    float: right;
    width: 310px;
    margin: 50px 20px 0 0;
    font-size: 20px;
    font-weight: bold;
    font-family: Tahoma;
    color: #007fb3;
}

    div.manager div.manager_line {
        float: right;
        margin: 3px 0 3px 0;
        border-bottom: 1px solid #a4a4a4;
        width: 100%;
    }

    div.manager span {
        float: right;
    }

        div.manager span.manager {
            float: right;
            font-weight: normal;
            color: #5a5a5a;
            font-size: 18px;
            width: 100%;
            text-align: right;
        }

    div.manager a {
        float: right;
        margin-top: 20px;
        font-size: 16px;
        text-decoration: none;
        color: #a4a4a4;
        font-family: Arial;
        font-weight: normal;
    }

        div.manager a:hover {
            text-decoration: underline;
        }

a.edit_button {
    margin: 0px 2px 0 0px;
    padding-left: 24px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #000;
    background: url('../images/edit.png') no-repeat bottom left;
}

a.detail_button {
    margin: 0px 2px 0 0px;
    padding-left: 24px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #000;
    background: url('../images/detail.png') no-repeat bottom left;
}

a.attachment_button {
    margin: 0px 2px 0 0px !important;
    padding-left: 24px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #000;
    background: url('../images/attachment.png') no-repeat bottom left;
    width:auto !important;
    height: auto !important;
}
div.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C0C0C0;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    display: none;
    z-index: 9;
}

    div.full div.full_box {
        position: relative;
        top: 30%;
        left: 25%;
        width: 500px;
        height: 150px;
        border: 1px solid #fff;
        background: #000;
        color: #fff;
    }

        div.full div.full_box select[name='community_list'] {
            max-width: 470px;
        }

        div.full div.full_box h2 {
            border-bottom: none;
            width: 100%;
        }

        div.full div.full_box div.center {
            margin: 0 auto;
        }

            div.full div.full_box div.center p {
                margin: 10px 0;
                text-align: center;
            }

                div.full div.full_box div.center p.input {
                    margin: 5px 0;
                }

            div.full div.full_box div.center ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                text-align: center;
                height: 100px;
            }

        div.full div.full_box div.left {
            float: left;
            margin: 20px 0 0 10px;
            width: 190px;
            text-align: center;
        }

            div.full div.full_box div.left input.name {
                margin: 5px 0 0 0;
                width: 90%;
            }

        div.full div.full_box div.right {
            float: right;
            margin: 20px 10px 0 0;
            width: 190px;
            text-align: center;
        }

            div.full div.full_box div.right input.mail {
                margin: 5px 0 0 0;
                width: 90%;
            }

        div.full div.full_box a {
            float: left;
            margin: 40px 0 0 60px;
            background: url('../images/submit_button.png');
            font-family: Tahoma;
            width: 86px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 14px;
            color: #000000;
        }

        div.full div.full_box input.recovery {
            float: right;
            margin: 40px 60px 0 0;
            background: url('../images/submit_button.png');
            font-family: Tahoma;
            width: 86px;
            height: 28px;
            line-height: 28px;
            border: none;
            cursor: pointer;
            text-align: center;
            font-size: 14px;
            color: #000000;
        }

        div.full div.full_box input.glosuj {
            margin: 10px 0 0 0;
            background: url('../images/submit_button.png');
            font-family: Tahoma;
            width: 86px;
            height: 28px;
            line-height: 28px;
            border: none;
            cursor: pointer;
            text-align: center;
            font-size: 14px;
            color: #FFF;
            font-weight: bold;
        }

a.add_community {
    float: left;
    margin: 10px 0 0 20px;
    background: url('../images/submit_add_community.png');
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: none;
    text-shadow: 0px 0px 4px #000;
    cursor: pointer;
    color: #fff;
}



div.community_list {
    float: left;
    clear: both;
    margin: 20px 0 0 20px;
    font-size: 14px;
}

    div.community_list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div.community_list ul li {
            margin-bottom: 15px;
        }

        div.community_list ul a {
            color: #000;
        }

            div.community_list ul a:hover {
                text-decoration: underline;
            }

div.glosowania {
    float: left;
    clear: both;
    margin: 20px 0 0 20px;
    font-size: 14px;
    font-family: Tahoma;
    width:100%;
}

    div.glosowania ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

a.usun_wspolnote {
    float: left;
    margin: 10px 0 0 0;
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    font-size: 12px;
    width: 86px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: none;
    text-shadow: 0px 0px 4px #000;
    color: #fff;
}

div.water {
    margin: 20px 0 0 45px;
}

    div.water span {
        font-size: 12px;
        color: #76A12E;
    }

    div.water input {
        margin-top: 15px;
        width: 80px;
    }

        div.water input.submit {
            background: url('../images/submit_button.png');
            margin: 15px 0 0 10px;
            width: 86px;
            height: 28px;
            line-height: 27px;
            text-align: center;
            border: none;
            cursor: pointer;
            color: #fff;
        }

span.przejdz {
    font-size: 10px;
    width: 315px;
    line-height: 50px;
}

div.users_list {
    float: left;
    width: 550px;
}

div.lok_list {
    float: left;
    margin-bottom: 15px;
    color: #000;
}

div.file {
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 5px;
    margin-left: 20px;
}

div.show_all {
    float: right;
    font-size: 11px;
    color: #76A12E;
    cursor: pointer;
    margin-right: 110px;
}

    div.show_all:hover {
        text-decoration: underline;
    }

img {
    border: none;
}

a {
    text-decoration: none;
}

.suggestionsBox {
    position: absolute;
    top: 103px;
    width: 450px;
    background-color: #eee;
    border: 1px solid #000;
    color: #000;
    height: 350px;
    overflow: auto;
}

div.close_sugg {
    float: right;
    margin: 0px 3px 0 0;
    font-size: 15px;
    color: #111;
    cursor: pointer;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

    .suggestionList li {
        list-style-type: none;
        margin: 0px 0px 3px 0px;
        padding: 3px;
        cursor: pointer;
    }

        .suggestionList li:hover {
            background-color: #659CD8;
        }

div.generate_report {
    float: left;
    width: 500px;
    margin: 20px;
}

    div.generate_report p {
        margin-bottom: 4px;
    }

    div.generate_report select {
        width: 320px;
        height: 25px;
        padding: 2px;
    }

input[disabled="disabled"], input[readonly="true"], input.disabled {
    background-color: #E8E8E8 !important;
}

span.radio {
    float: left;
    width: 50%;
    line-height: 20px;
    color: #000;
    margin-top: 5px;
}

    span.radio input {
        float: left;
        width: 20px;
        height: 20px;
        margin: 0;
    }

div.content_admin_right div.table {
    margin-top: 0px;
    margin-bottom: 20px;
}

div.content_admin_right div.generally {
    margin-top: 5px;
}

#add_new_attach {
    float: left;
    cursor: pointer;
    clear: both;
    font-size: 15px;
    margin-top: 10px;
}

#attach_new {
    float: left;
    width: 100%;
}

    #attach_new input[type="file"] {
        float: left;
        clear: both;
    }

span.delete_document a {
    color: #f00 !important;
}

div.content_user_left div.community_list {
    margin-left: 40px;
    width: 500px;
}

th.even {
    background: #e8e9e5;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}

th.odd {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}

td.even {
    background: #e8e9e5;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}

td.odd {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}
