#wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: none;
    height: 100%;
}

body {
    margin: 0px auto 0px;
    padding: 0px;
    font-family: "Arial";
    font-size: 12px;
    color: #000;
    width: 100%;
    height: 100vh;
    background-position: top;
    background-color: #817656;
}

#header {
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    border-bottom: 5px solid #C8BF9D;
}

.table-main {
    clear: both;
    text-align: left;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    background: #817656;
    border: none;
    width: 100%;
    height: 100%;
}

.table-main td {
    color: #685840;
    border-collapse: collapse;
    vertical-align: center;
    padding: 0px;
    border: none;
}

.table-main ul {
    padding: 0px;
    margin: 0px 5px;
    width: 100%;
}

.table-main li {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.table-main li a {
    padding: 5px;
    margin: 0px 0px 0px 0px;
    color: #877252;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: url(../images/list.gif) repeat-x;
}

.table-main li a:hover {
    color: #FFFFFF;
}

.table-common {
    clear: both;
    text-align: left;
    border-collapse: collapse;
    margin: 10px 0px 10px 0px;
    background: #B3A779;
}

.table-common th {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 2px 2px 2px;
    padding: 5px 5px;
    background: url(../images/Background_td.gif) repeat-x top #fff;
    border-bottom: 1px solid #5D4E39;
    border-top: 2px solid #666666;
}

.table-common td {
    color: #000;
    font-size: 12px;
    border-color: #fff;
    border-collapse: collapse;
    vertical-align: center;
    padding: 3px 5px;
    border-bottom: 0px #C8BF9D solid;
}

.table-list {
    clear: both;
    text-align: left;
    border-collapse: collapse;
    margin: 0px 0px 10px 0px;
    background: #BFB58E;
}

.table-list th {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 2px 2px 2px;
    padding: 5px 5px;
    background: url(../images/Background_td2.gif) repeat-x top #817656;
    border-bottom: 1px solid #C8BF9D;
    border-top: 2px solid #EFDFBD;
}

.table-list tr {
}

.table-list td {
    color: #45392A;
    font-size: 12px;
    border-color: #45392A;
    border-collapse: collapse;
    vertical-align: center;
    padding: 3px 5px;
    border-bottom: 1px #817656 solid;
}

.table-user {
    clear: both;
    text-align: left;
    border-collapse: collapse;
    margin: 0px 0px 10px 0px;
    background: #fff;
}

.table-user th {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 2px 2px 2px;
    padding: 5px 5px;
    background: url(../images/Background_td2.gif) repeat-x top #fff;
    border-bottom: 1px solid #C8BF9D;
    border-top: 2px solid #FF9900;
}

.table-user td {
    color: #000;
    font-size: 12px;
    border-color: #fff;
    border-collapse: collapse;
    vertical-align: center;
    padding: 3px 5px;
    border-bottom: 1px #C8BF9D solid;
}

.table-main textarea:focus {
    background: #FFFF66;
}

.table-main input:focus {
    background: #FFFF66;
}

.table-main select:focus {
    background: #FFFF66;
}

input.angkaC {
    text-align: center;
}

input.angkaL {
    text-align: left;
}

input.angkaR {
    text-align: right;
}

#footer {
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-top: none;
}

#mssgBox {
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 0px;
    padding: 0px;
    float: left;
}

#imgBox {
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 0px;
    padding: 0px;
    float: left;
}