@charset "utf-8";
/* CSS Document */

.subMenuX {
    list-style-type: none;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    border: 2px solid #712c11;
}
.docsItem {
    margin-bottom: 12px;
}
.docsTitle {
    width: 100%;
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    /* Point */
    
    overflow: hidden;
    white-space: nowrap;
}
.docsDateTime {
    width: 100%;
    display: inline-block;
    text-align: right;
}
.subMenuSelected {
    font-weight: bolder;
    margin-left: -22px;
}
a.subMenuItemLinkX,
a.subMenuItemLinkX:active {
    text-decoration: none;
}
a.subMenuItemLinkX:hover {
    position: relative;
    top: 2px;
    left: 2px;
    text-decoration: none;
}
a.docsItemLink,
a.docsItemLink:active {
    color: rgba(120, 100, 80, 1);
    text-decoration: none;
}
a.docsItemLink:hover {
    color: rgba(110, 90, 70, 1);
    font-weight: bolder;
    position: relative;
    top: 2px;
    left: 2px;
    text-decoration: none;
}
.recNums {
    text-align: right;
    margin-bottom: 15px;
}
.itemController {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.itemControllerBtn {
    margin: 3px;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}
.btnNum {
    display: none;
}
@media (min-width: 768px) {
    .btnNum {
        display: inline-block;
    }
    .docsTitle {
        width: 65%;
    }
    .docsDateTime {
        width: 30%;
    }
}
@media (min-width: 992px) {
    .subMenuX {
        line-height: 38px;
        margin-top: 36px;
        margin-left: 70px;
        border: none;
    }
    .xH_topItem {
        background-image: url(../images/header_bg_docs.jpg);
    }
    .xB_content {
        padding: 20px;
        padding-top: 40px;
    }
}
/****************
** BODY AREA 	**
****************/

.xBody {
    background-image: url(../images/body_bg_docs.jpg);
}