/* Footer styles */
#footer {
    clear: both;
    height: 60px;
    background: url('../images/footer_bg.jpg') bottom left repeat-x;
}

/* Slide styles */
#slide {
    clear: both;
    height: 284px;
}

/* menu styles */
#menu {
    clear: both;
    height: 30px;
    background: url('../images/menutop_bg.jpg') 0 0 repeat-x;
}

/* menu styles */
#main {
    clear: both;
    background: #f3f9ff;
}

.news_detail_content img {
    max-width: 570px;
}

.box_left {
    height: 23px;
    background: url('../images/box/title/left.jpg') top left no-repeat;
}

.box_right {
    margin-left: 4px;
    height: 23px;
    background: url('../images/box/title/right.jpg') top right no-repeat;
}

.box_loop {
    margin-right: 4px;
    height: 23px;
    background: url('../images/box/title/loop.jpg') top repeat-x;
    padding-top: 5px;
    color: #010000;
    font-weight: bold;
}

    .box_loop a {
        color: #010000;
    }

.box_content {
    padding: 5px;
    background: #FFF;
    color: #606060;
    text-align: justify;
}

.box_tab {
    cursor: pointer;
}

.box_tab_select {
    color: yellow;
}

.box_tab_content {
    display: none;
}

.left_menu a {
    font-size: 12px;
}

a.link_title {
    font-weight: bold;
    font-size: 12px;
    color: #0476d7;
}

    a.link_title:hover {
        color: #de3900;
    }

.comment {
    font-size: 11px;
    font-style: italic;
    color: black;
    font-weight: normal;
}

/* paging */
div.paging {
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    color: green;
}

a.paged {
    padding: 5px 10px;
    background-color: #DDD;
    color: green;
}

span.disabled {
    color: red;
    padding: 5px 10px;
    background-color: #DDD;
}

span.paged {
    font-weight: bold;
    padding: 5px 10px;
    color: red;
    background-color: #DDD;
}

a.detail {
    float: right;
    color: red;
    text-decoration: underline;
}

a.slide_title {
    color: #0476d7;
    font-size: 12px;
}

    a.slide_title:hover {
        color: #de3900;
    }

/* start shape box */
.shape_top_left {
    height: 3px;
    background: url('../images/box/top_left.jpg') top left no-repeat;
}

.shape_top_right {
    margin-left: 3px; /* <= width of top_left.jpg */
    height: 3px;
    background: url('../images/box/top_right.jpg') top right no-repeat;
}

.shape_top {
    height: 3px;
    background: url('../images/box/top.jpg') top;
    margin-right: 3px; /* <= width of top_right.jpg */
}

.shape_bottom_left {
    height: 3px;
    background: url('../images/box/bottom_left.jpg') bottom left no-repeat;
}

.shape_bottom_right {
    margin-left: 3px; /* <= width of bottom_left.jpg */
    height: 3px;
    background: url('../images/box/bottom_right.jpg') bottom right no-repeat;
}

.shape_bottom {
    height: 3px;
    background: url('../images/box/bottom.jpg') bottom;
    margin-right: 3px; /* <= width of bottom_right.jpg */
}

.shape_left {
    background: url('../images/box/left.jpg') left;
}

.shape_right {
    margin-left: 3px; /* <= width of left.jpg */
    background: url('../images/box/right.jpg') right;
}

.shape_content {
    background: #FFF;
    margin-right: 3px; /* <= width of right.jpg */
}

.bullet_icon {
    padding: 5px 11px;
    background: url('../images/tinkhac.gif') 0 10px no-repeat; /* left top */
    border-bottom: 1px dotted #6e6b6b;
}

.advertising img {
    padding: 2px 0;
}

.news_detail_content, .news_detail_description, .news_detail_title {
    padding: 0 10px 10px 10px;
}

.inputbox_search {
    background: rgba(0, 0, 0, 0) url("../images/textbox_search.gif") no-repeat scroll 0 0;
    color: #555555;
    height: 17px;
    padding: 3px 1px 4px 0;
    width: 203px;
    text-align: center;
}

#mod_search_searchword {
    border: medium none;
}

.error {
    color: red;
}

input.error {
    border: 1px solid red;
}

#searchtext {
    width: 60%;
    padding: 2px 5px;
}

.download {
    margin-top: 10px;
    padding: 5px;
    background: #FFF9D1;
    border: 1px solid #D8A969;
}

.pagination {
    border-radius: 4px;
    margin: 0 0 20px;
    padding-left: 0;
    display: inline-block;
}

    .pagination ul {
        margin: 0;
        padding: 0;
    }

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            background-color: #fff;
            border: 1px solid #ddd;
            color: #337ab7;
            float: left;
            padding: 6px 12px;
            position: relative;
            text-decoration: none;
            border-width: 1px;
        }

        .pagination > li.active > a, .pagination > li.active > a:focus, .pagination > li.active > a:hover {
            background-color: #6faed9;
            border-color: #6faed9;
            color: #fff;
        }
