﻿body {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: Tahoma;
    margin: 0;
    padding: 0;
}

/* HEADER */
#header {
    width: 100%;
    min-width: 100. 0px;
    height: 60px;
    background: url(Images/header_bg.gif);
    margin: 0;
    padding: 0;
}

#header-wrapper {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
}

    #header-wrapper .right-space {
        float: right;
        height: 60px;
        text-align: right;
        padding: 0;
    }

        /* Language */
        #header-wrapper .right-space .language {
            float: right;
            display: block;
            height: 24px;
            padding: 0;
            margin-right: 10px;
        }

            #header-wrapper .right-space .language .item {
                margin-left: 10px;
                float: right;
            }

            #header-wrapper .right-space .language img {
                border: 0;
            }

        /* PROFILE BOX */
        #header-wrapper .right-space .profile-box {
            clear: right;
            font-size: 12px;
            text-align: right;
            font-weight: 700;
            color: #fff;
            margin: 0 auto;
            padding: 10px 0;
        }

            #header-wrapper .right-space .profile-box a {
                color: #fff799;
                font-weight: bold;
            }

                #header-wrapper .right-space .profile-box a:hover {
                    text-decoration: none;
                }

            #header-wrapper .right-space .profile-box .login-status {
                margin-right: 10px;
            }

    /* LOGO */
    #header-wrapper .logo {
        float: left;
        width: 190px;
        height: 60px;
        padding: 0;
        margin-left: 10px;
    }

/* WRAPPER */
.wrapper {
    width: 100%;
    min-width: 1000px;
    height: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.home-wrapper {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

/* LEFT MENU */
.left-menu-container {
    float: left;
    text-align: left;
    font-size: 12px;
    width: 180px;
    margin: 10px 0 0 10px;
    padding: 0 0 10px;
}

    .left-menu-container .separator {
        width: 180px;
        height: 3px;
        background: #a1a1a1;
    }

    .left-menu-container a.root {
        display: block;
        width: 178px;
        background: #fafafa;
        text-indent: 10px;
        font-size: 13px;
        font-weight: 700;
        color: #333;
        text-decoration: none;
        border: 1px solid #ccc;
        border-width: 0 1px 1px;
        padding: 7px 0;
    }

        .left-menu-container a.root:hover {
            background: #c8e5f0;
            color: #333;
        }

    .left-menu-container a.child {
        display: block;
        width: 178px;
        background: #fff;
        text-indent: 20px;
        font-size: 12px;
        color: #606060;
        text-decoration: none;
        border: 1px solid #ccc;
        border-top: 0 none !important;
        border-width: 0 1px 1px;
        padding: 5px 0;
    }

        .left-menu-container a.child:hover {
            background: #c8e5f0;
        }

    .left-menu-container .group, .left-menu-container .group .child-container {
        width: 180px;
        padding: 0;
    }


.inner-wrapper {
    margin-left: 10px;
    float: left;
    width: 80%;
    min-width: 800px;
    text-align: left;
    overflow: auto;
}

.error-wrapper {
    margin: 0 auto;
    width: 1000px;
    padding: 10px 0;
    text-align: center;
}

    .error-wrapper .img {
        float: left;
        width: 150px;
    }

    .error-wrapper .text {
        float: right;
        width: 840px;
        text-align: left;
    }

        .error-wrapper .text h1 {
            font-size: 20px;
            color: #606060;
        }

        .error-wrapper .text p {
            font-size: 14px;
            color: #808080;
            border: 1px solid #ccc;
            background: #f0f0f0;
            padding: 5px;
        }

    .error-wrapper .button-pane {
        clear: both;
        margin: 0 auto;
        width: 1000px;
        text-align: right;
    }

/* PAGE HEADER */
#page-header {
    float: left;
    width: 100%;
    min-width: 800px;
    border-bottom: 1px solid #aaa;
    margin: 10px auto 0;
}

    #page-header .left {
        float: left;
        font-size: 18px;
        color: #ed1c24;
        padding: 5px 0;
    }

    #page-header .right {
        float: right;
        padding-top: 5px;
    }

        #page-header .right .item {
            float: right;
        }

            #page-header .right .item .image {
                float: left;
                width: 16px;
                height: 16px;
            }

            #page-header .right .item .text {
                float: left;
                font-size: 11px;
                color: #606060;
                font-weight: 700;
                padding: 3px 0 0 5px;
            }

            #page-header .right .item a {
                text-decoration: underline;
            }

                #page-header .right .item a:hover {
                    text-decoration: none;
                }

/* FOOTER */
#footer {
    width: 100%;
    min-width: 800px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 11px;
    margin: 0 auto;
    padding: 5px 0 10px 0;
}

    #footer .left {
        float: left;
        text-align: left;
        color: gray;
        margin-left: 10px;
    }

    #footer .right {
        float: right;
        text-align: right;
        color: #0076a3;
        margin-right: 10px;
    }

/* DASHBOARD */
.dashboard {
    clear: left;
    width: 100%;
    min-width: 800px;
    text-align: left;
    margin: 0 auto 20px;
    padding: 10px 0 0;
}

    .dashboard .dashboard-group {
        float: left;
        width: 250px;
        margin-left: 15px;
        margin-bottom: 10px;
        padding: 0;
    }

        .dashboard .dashboard-group .header {
            width: 250px;
            text-align: left;
            border-bottom: 2px solid #ccc;
            padding: 5px 0;
        }

            .dashboard .dashboard-group .header .image {
                float: left;
                width: 32px;
                height: 32px;
            }

            .dashboard .dashboard-group .header .text {
                float: left;
                font-size: 15px;
                color: #0076a3;
                font-weight: 700;
                padding: 8px 0 0 10px;
            }

        .dashboard .dashboard-group .item {
            width: 250px;
            padding: 0;
        }

            .dashboard .dashboard-group .item a {
                display: block;
                font-size: 13px;
                color: gray;
                font-weight: 700;
                text-decoration: none;
                width: 250px;
                text-indent: 10px;
                padding: 5px 0;
            }

                .dashboard .dashboard-group .item a:hover {
                    color: #333;
                    background: #c8e5f0;
                }

/* SUBJECT TABLE */
.dashboard-subject-table {
    float: left;
    margin-left: 33px;
    margin-top: 30px;
    width: 350px;
    padding: 0;
    margin-bottom: 10px;
}

    .dashboard-subject-table .header {
        /*width:980px;*/
        width: 350px;
        height: 30px;
        background: url(Images/subject_table_bg.gif);
        padding: 0;
    }

        .dashboard-subject-table .header .left {
            float: left;
            width: 10px;
            height: 30px;
            background: url(Images/subject_table_top_left.gif) #fff;
        }

        .dashboard-subject-table .header .content {
            float: left;
            font-size: 14px;
            color: #fff;
            font-weight: 700;
            padding: 7px 0 6px 10px;
        }

        .dashboard-subject-table .header .right {
            float: right;
            width: 10px;
            height: 30px;
            background: url(Images/subject_table_top_right.gif) #fff;
        }

    .dashboard-subject-table .footer {
        /*width:980px;*/
        width: 350px;
        height: 20px;
        background: url(Images/subject_table_bg.gif);
        padding: 0;
    }

        .dashboard-subject-table .footer .left, .dashboard-subject-table .footer .right {
            width: 10px;
            height: 20px;
        }

        .dashboard-subject-table .footer .left {
            float: left;
            background: url(Images/subject_table_bottom_left.gif) #fff;
        }

        .dashboard-subject-table .footer .right {
            float: right;
            background: url(Images/subject_table_bottom_right.gif) #fff;
        }

    .dashboard-subject-table .crop {
        /*width:978px;*/
        width: 348px;
        border: 1px solid #ccc;
        background: #f0f0f0;
        border-width: 0 1px;
        padding: 20px 0;
    }

    .dashboard-subject-table .group {
        /*width:938px;*/
        width: 308px;
        margin-left: 20px;
        border: 1px solid #ccc;
        background: #fff;
        margin-bottom: 10px;
        border-width: 1px 1px 0;
        padding: 0;
    }

        .dashboard-subject-table .group .item {
            /*width:938px;*/
            width: 308px;
            border-bottom: 1px solid #ccc;
            font-size: 12px;
            padding: 5px 0;
        }

            .dashboard-subject-table .group .item .image {
                float: left;
                padding: 0 0 0 10px;
            }

            .dashboard-subject-table .group .item .text {
                float: left;
                font-weight: 700;
                color: #606060;
                padding: 0 0 0 10px;
            }

                .dashboard-subject-table .group .item .text a {
                    text-decoration: none;
                    color: #606060;
                }

                    .dashboard-subject-table .group .item .text a:hover {
                        text-decoration: underline;
                    }

            .dashboard-subject-table .group .item .number {
                float: right;
                font-weight: 700;
                padding-right: 10px;
            }

/* LAST UPLOAD */
.upload-last-date {
    width: 100%;
    min-width: 800px;
    border: 1px solid #ccc;
    border-width: 1px 0;
    margin: 10px auto 0;
    padding: 10px 0;
}

    .upload-last-date .image {
        float: left;
    }

    .upload-last-date .text {
        float: left;
        margin-left: 10px;
        font-weight: 700;
        font-size: 12px;
    }

/* Term selection */
.term-selection {
    width: 100%;
    min-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
}

    .term-selection .item {
        float: right;
        margin-left: 15px;
    }

        .term-selection .item .label {
            float: left;
            font-size: 12px;
            padding: 5px 0;
        }

        .term-selection .item .input {
            float: left;
            padding-left: 5px;
            padding-top: 2px;
        }

    .term-selection .item-label {
        float: left;
        font-size: 14px;
        font-weight: 700;
        color: #606060;
        margin-right: 10px;
    }

        .term-selection .item-label a {
            color: #0076a3;
            text-decoration: underline;
        }

            .term-selection .item-label a:hover {
                text-decoration: none;
                color: #333;
            }

.this-term {
    width: 100%;
    min-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0;
}

    .this-term .left {
        float: left;
        font-size: 13px;
        color: #0076a3;
        font-weight: 700;
    }

    .this-term .right {
        float: right;
    }

        .this-term .right .item {
            float: right;
            margin-left: 15px;
        }

            .this-term .right .item .label {
                float: left;
                font-size: 12px;
                padding: 5px 0;
            }

            .this-term .right .item .input {
                float: left;
                padding-left: 5px;
                padding-top: 2px;
            }

/* EMPTY DATA */
.empty-data {
    width: 400px;
    font-size: 12px;
    background: #f0f0f0;
    font-weight: 700;
    color: #606060;
    border: 0 none !important;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

/* BUTTON */
.btn-100, .btn-100-30 {
    width: 100px;
    font-size: 12px;
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
    border-radius: 5px;
    opacity: 1;
}

    .btn-100:hover {
        background-color: #008CBA;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        color: white;
    }

.btn-100-30 {
    height: 30px;
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
    border-radius: 5px;
    opacity: 1;
}

    .btn-100-30:hover {
        background-color: #008CBA;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        color: white;
    }

.btn-150-30 {
    font-size: 12px;
    width: 150px;
    height: 30px;
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
    border-radius: 5px;
    opacity: 1;
}

    .btn-150-30:hover {
        background-color: #008CBA;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        color: white;
    }
/* TEXT */
.grey-text {
    color: #606060;
}

.red-text {
    color: #ed1c24;
}

.green-text {
    color: #00a651;
}

/* TEXTBOX */
.text-200-20,
.text-180-20,
.text-100 {
    font-size: 11px;
}

.text-200-20 {
    width: 200px;
    font-size: 11px;
}

.text-180-20 {
    width: 180px;
    font-size: 11px;
}

.text-100 {
    width: 100px;
}

.cbb-186-21 {
    width: 186px;
    height: 21px;
    font-size: 11px;
}

/* Nav-bar */
#nav-bar {
    width: 1000px;
    height: 28px;
    border-bottom: 1px solid #666;
    margin: 0 auto;
    padding: 0;
}

    #nav-bar ul {
        list-style-type: none;
        margin: 10px auto 0;
        padding: 0;
    }

        #nav-bar ul li {
            float: left;
        }

            #nav-bar ul li a, #nav-bar ul li a.last, #nav-bar ul li a.selected {
                display: block;
                font-size: 12px;
                font-weight: 700;
                text-decoration: none;
                border: 1px solid #ccc;
                background: #f0f0f0;
                padding: 3px 5px;
            }

            #nav-bar ul li a {
                color: #606060;
                padding-top: 10px;
                border-width: 1px 0 0 1px;
            }

                #nav-bar ul li a.last {
                    padding-top: 10px;
                    border-width: 1px 1px 0;
                }

                #nav-bar ul li a.selected {
                    font-weight: 700;
                    background: url(Images/nav_bg.gif) repeat-x;
                    color: #fff;
                    border: 1px solid #666;
                    font-size: 14px;
                    padding-bottom: 8px;
                    border-width: 1px 2px 0 1px;
                }

                #nav-bar ul li a:hover {
                    background: #fff799;
                }

                #nav-bar ul li a.selected:hover {
                    color: #606060;
                    background: #d5e9f1;
                }

.sub-nav-bar {
    width: 100%;
    min-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}

    .sub-nav-bar .item, .sub-nav-bar .selected-item {
        float: left;
        margin-right: 10px;
    }

        .sub-nav-bar .item .left {
            background: url(Images/no_hover_left.gif) no-repeat;
        }

        .sub-nav-bar .selected-item .left {
            background: url(Images/hover_left.gif) no-repeat;
        }

        .sub-nav-bar .item .center, .sub-nav-bar .selected-item .center {
            float: left;
            font-size: 12px;
            font-weight: 700;
            padding: 10px;
        }

        .sub-nav-bar .item .center {
            background: url(Images/no_hover_bg.gif) repeat-x;
            color: #333;
        }

        .sub-nav-bar .selected-item .center {
            background: url(Images/hover_bg.gif) repeat-x;
            color: #005b7f;
        }

        .sub-nav-bar .item .right {
            background: url(Images/no_hover_right.gif) no-repeat;
        }

        .sub-nav-bar .selected-item .right {
            background: url(Images/hover_right.gif) no-repeat;
        }

        .sub-nav-bar .selected-item .center a, .sub-nav-bar .item .center a {
            text-decoration: none;
            font-weight: 700;
            padding: 10px;
        }

        .sub-nav-bar .selected-item .center a {
            color: #ffffee;
        }

        .sub-nav-bar .item .center a {
            color: gray;
        }

        .sub-nav-bar .selected-item .center a:hover {
            text-decoration: underline;
        }

        .sub-nav-bar .item .center a:hover {
            color: #333;
        }

        .sub-nav-bar .item .left, .sub-nav-bar .selected-item .left, .sub-nav-bar .item .right, .sub-nav-bar .selected-item .right {
            float: left;
            width: 5px;
            height: 30px;
        }

/* Nav-Search */
.nav-search {
    width: 100%;
    min-width: 800px;
    font-size: 11px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #606060;
    margin: 20px auto 0;
    padding: 10px 0 5px;
}

    .nav-search .item-input, .nav-search .item-label, .nav-search .item-end {
        float: left;
        margin-right: 10px;
    }

    .nav-search .item-input {
        padding: 2px 0 0;
    }

    .nav-search .item-label {
        font-weight: 700;
        padding: 4px 0 0;
    }

    .nav-search .item-end {
        padding: 0;
    }

.submit-date {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #005e20;
    text-align: center;
    background: #efefef;
    margin: 10px auto 0;
    padding: 15px 0;
}

/* SEARCH */
.search-container {
    width: 400px;
    background: #eaeaea;
    margin: 10px auto 0;
    padding: 20px 0;
}

    .search-container .wrap {
        clear: both;
        width: 400px;
        font-size: 12px;
        margin: 0;
    }

        .search-container .wrap .left {
            float: left;
            font-weight: 700;
            color: #333;
            text-align: right;
            width: 190px;
            padding-top: 5px;
        }

        .search-container .wrap .right {
            float: right;
            width: 200px;
            margin-bottom: 5px;
            text-align: left;
        }

    .search-container .button-pane {
        clear: both;
        width: 400px;
        margin: 0;
        padding: 10px;
        text-align: center;
    }

.error-pane, .success-pane {
    text-align: center;
    background: #eaeaea;
    font-size: 12px;
    font-weight: 700;
    margin: 10px auto;
    padding: 10px 20px;
}

/* CUSTOM PANE */
.error-pane {
    border: 1px solid #9e0b0f;
    color: #9e0b0f;
}

.success-pane {
    border: 1px solid #005e20;
    color: #005e20;
}

/* NOTICE */
.notice-container,
.error-container {
    margin: 0 auto;
    width: 100%;
    min-width: 800px;
    margin-top: 20px;
    padding: 0;
}

    .notice-container .notice-header,
    .error-container .error-header {
        margin: 0 auto;
        min-width: 800px;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        text-align: left;
        font-size: 14px;
        color: #0076a3;
    }

    .error-container .error-header {
        color: #ed1c24;
    }

        .notice-container .notice-header img,
        .error-container .error-header img {
            border: 0;
        }

        .notice-container .notice-header a,
        .error-container .error-header a {
            float: left;
            font-size: 14px;
            text-decoration: none;
            margin-right: 10px;
        }

        .notice-container .notice-header .text,
        .error-container .error-header .text {
            float: left;
        }

    .notice-container .notice-detail,
    .error-container .error-detail {
        margin: 0 auto;
        min-width: 800px;
        width: 100%;
        font-size: 12px;
        text-align: left;
        color: #606060;
        padding: 0;
    }

        .notice-container .notice-detail ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .notice-container .notice-detail ul li {
                padding: 5px 0 0 20px;
            }

        .notice-container .notice-detail .wrap {
            clear: both;
            margin: 0 auto;
            width: 1000px;
            text-align: center;
            font-size: 12px;
            color: #606060;
        }

            .notice-container .notice-detail .wrap .label,
            .notice-container .notice-detail .wrap .data {
                float: left;
                padding: 5px 0;
                width: 200px;
            }

            .notice-container .notice-detail .wrap .label {
                font-weight: bold;
                text-align: right;
            }

            .notice-container .notice-detail .wrap .data {
                text-align: left;
                width: 790px;
                color: #0076a3;
                padding-left: 10px;
            }

            .notice-container .notice-detail .wrap .summary {
                float: left;
                margin: 10px 0 0 50px;
                width: 400px;
                padding: 0;
            }

                .notice-container .notice-detail .wrap .summary .wrap {
                    clear: both;
                    padding: 0;
                    width: 400px;
                }

                    .notice-container .notice-detail .wrap .summary .wrap .left,
                    .notice-container .notice-detail .wrap .summary .wrap .right {
                        font-size: 12px;
                        padding: 5px 0;
                        text-align: left;
                    }

                    .notice-container .notice-detail .wrap .summary .wrap .left {
                        float: left;
                        font-weight: bold;
                        color: #333;
                        width: 100px;
                    }

                    .notice-container .notice-detail .wrap .summary .wrap .right {
                        float: right;
                        width: 290px;
                        color: #606060;
                        margin-bottom: 5px;
                    }

/* UPLOAD */
.upload {
    margin: 0 auto;
    width: 400px;
    padding: 20px 0;
    background: #f0f0f0;
    border: 1px soild #ccc;
    margin-top: 20px;
    text-align: center;
}

    .upload .button-pane {
        margin: 0 auto;
        width: 400px;
        padding: 10px 0;
    }

.confirm-container {
    margin: 0 auto;
    width: 100%;
    min-width: 800px;
    padding: 20px 0;
    text-align: right;
}

/* SUBJECT DETAIL */
.subject-info {
    width: 45%;
    min-width: 390px;
    float: left;
    margin: 20px auto 0;
    padding: 0;
}

    .subject-info .header {
        width: 100%;
        min-width: 390px;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        text-align: left;
        color: #0076a3;
        font-weight: 700;
        margin: 0;
        padding: 5px 0;
    }

    .subject-info .body {
        padding: 10px 0;
    }

        .subject-info .body .wrap {
            clear: both;
            width: 100%;
            min-width: 390px;
            font-size: 12px;
            margin: 0;
            padding: 0;
        }

            .subject-info .body .wrap .label {
                float: left;
                width: 40%;
                min-width: 180px;
                font-weight: 700;
                color: #333;
                text-align: left;
            }

            .subject-info .body .wrap .data {
                float: right;
                width: 50%;
                min-width: 210px;
                text-align: left;
                color: #606060;
                margin-bottom: 10px;
            }

                .subject-info .body .wrap .data a {
                    color: #0076a3;
                    text-decoration: none;
                }

                    .subject-info .body .wrap .data a:hover {
                        color: #606060;
                        text-decoration: underline;
                    }

.subject-download-shortcut {
    width: 100%;
    min-width: 800px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
}

    .subject-download-shortcut .item {
        float: right;
        margin-right: 30px;
    }

        .subject-download-shortcut .item img {
            border: 0;
        }

        .subject-download-shortcut .item .img {
            float: left;
            width: 32px;
            padding: 0;
        }

        .subject-download-shortcut .item .text {
            float: left;
            padding: 8px 0 0 10px;
        }

    .subject-download-shortcut a {
        font-weight: 700;
        color: gray;
        font-size: 11px;
        text-decoration: none;
    }

        .subject-download-shortcut a:hover {
            color: #333;
        }

/* POST SECTION */

.post-form,
.post-form .wrap {
    margin: 0 auto;
    min-width: 800px;
    width: 100%;
    padding: 0;
    font-size: 12px;
}

.post-form {
    margin-top: 20px;
}

    .post-form .wrap {
        clear: both;
    }

        .post-form .wrap .left {
            float: left;
            width: 100px;
            text-align: left;
            font-weight: bold;
            padding-top: 3px;
        }

        .post-form .wrap .right {
            float: right;
            width: 890px;
            text-align: left;
            margin-bottom: 5px;
        }

    .post-form .button-pane {
        clear: both;
        min-width: 800px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: right;
    }

/* THESIS SCORE */
.thesis-score {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    min-width: 800px;
    padding: 0;
}

    .thesis-score .wrap {
        clear: both;
        margin: 0 auto;
        width: 100%;
        min-width: 800px;
        padding: 0;
    }

        .thesis-score .wrap .label,
        .thesis-score .wrap .input {
            float: left;
            text-align: left;
            font-size: 12px;
            padding: 5px 0;
        }

        .thesis-score .wrap .label {
            width: 150px;
            font-weight: bold;
            color: #333;
        }

        .thesis-score .wrap .input {
            color: #606060;
            margin-bottom: 5px;
        }

    .thesis-score .button-pane {
        clear: both;
        text-align: center;
        padding: 10px 0;
    }

.record-count {
    margin: 0 auto;
    width: 1000px;
    padding: 10px 0;
}

    .record-count .left {
        float: left;
        font-size: 12px;
        text-align: left;
    }

        .record-count .left .content {
            font-weight: bold;
        }

        .record-count .left .data {
            margin-left: 10px;
        }

.item-count {
    float: right;
    padding: 5px 0;
    font-size: 12px;
}

    .item-count .left {
        float: left;
        font-weight: bold;
        color: #0076a3;
        text-align: left;
    }

    .item-count .right {
        float: left;
        color: #606060;
        text-align: left;
        margin-left: 10px;
        text-decoration: underline;
    }

#loader {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    vertical-align: middle;
    text-align: center;
}

#loader-inner {
    margin: 0 auto;
    margin-top: 20%;
}

.warning {
    margin: 0 auto;
    width: 600px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    background: #f0f0f0;
    color: #606060;
    font-weight: bold;
    font-size: 13px;
}

.icon-comment {
    text-align: center;
}

    .icon-comment .wrapper {
        clear: both;
    }

    .icon-comment .icon {
        float: left;
        margin-right: 10px;
    }

    .icon-comment .desc {
        float: left;
        font-size: 12px;
        margin-bottom: 10px;
    }

.errorHandler {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .errorHandler .errorHandlerHeader {
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        font-weight: bold;
        color: #B40404;
        padding: 10px 0 10px 10px;
    }

    .errorHandler .errorHandlerDetail {
        padding: 10px 0;
        font-size: 14px;
        color: #606060;
    }

        .errorHandler .errorHandlerDetail .errorHandlerCause {
            font-weight: bold;
        }

        .errorHandler .errorHandlerDetail .errorHandlerSuggestion {
        }

        .errorHandler .errorHandlerDetail .errorHandlerContact {
        }

    .errorHandler .errorHandlerButtonPane {
        text-align: right;
        padding: 10px 0;
    }

        .errorHandler .errorHandlerButtonPane a {
            font-size: 14px;
            font-weight: bold;
            color: #333;
            padding: 10px 0;
            text-align: center;
            width: 150px;
            text-decoration: none;
            display: block;
            background: #ccc;
            float: right;
        }

            .errorHandler .errorHandlerButtonPane a:hover {
                color: #fff;
                background: #808080;
            }
