@charset "utf-8";

/* Blue Theme Replacement */
#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    text-decoration: none;
    background: #3a8afd;
    color: #fff
}

#bo_cate #bo_cate_on {
    z-index: 2;
    background: #3a8afd;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3a8afd;
    -webkit-box-shadow: inset 0 2px 5px rgba(58, 138, 253, 0.5);
    -moz-box-shadow: inset 0 2px 5px rgba(58, 138, 253, 0.5);
    box-shadow: inset 0 2px 5px rgba(58, 138, 253, 0.5)
}

.chk_box input[type="checkbox"]:checked+label span {
    background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
    border-color: #3a8afd;
    border-radius: 3px
}

.bo_cate_link {
    float: left;
    display: inline-block;
    margin-right: 10px;
    background: #e2eaf6;
    color: #3a8afd;
    font-weight: normal !important;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.95em
}

.bo_current {
    color: #3a8afd
}

#bo_list .cnt_cmt {
    background: #e9eff5;
    color: #3a8afd;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle
}

#bo_v_file li:hover {
    border-color: #bed4f4;
    color: #bed4f4
}

#bo_v_file li:hover i {
    color: #3a8afd
}

#bo_v_file li:hover .bo_v_file_cnt {
    color: #99c2fc
}

#bo_v_title .bo_v_cate {
    display: inline-block;
    line-height: 20px;
    background: #e2eaf6;
    color: #3a8afd;
    padding: 0 10px;
    border-radius: 3px;
}

.cmt_btn span.total {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 1em;
    color: #3a8afd
}

.cmt_btn span.total:after {
    position: absolute;
    bottom: -17px;
    left: 0;
    display: inline-block;
    background: #3a8afd;
    content: "";
    width: 100%;
    height: 2px
}

.bo_vc_act li a:hover {
    color: #3a8afd
}

/* Main List Style Updates from Request (Blue) */
#bo_list {
    border-top: 2px solid #3a8afd;
}

#bo_list th {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-weight: bold;
    color: #333;
}

#bo_list td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: #555;
}

.bo_tit a {
    color: #333;
    font-weight: 500;
}

.bo_tit a:hover {
    color: #3a8afd;
    text-decoration: underline;
}