@charset "utf-8";
/* CSS Document */

* {
    margin: 0 auto;
}
htm,
body {
    background: #FFFFFF;
    background: #ebe5d9;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -50px;
}
#bannerBg1 {
    width: 100%;
    height: 108px;
    background: url(../images/bannerBg1.jpg) repeat-x;
}
#bannerBg2 {
    width: 100%;
    height: 89px;
    background: url(../images/bannerBg2.jpg);
}
#logoBg {
    margin: 0 auto;
    width: 1000px;
    height: 109px;
    background: #7f7c75 url(../images/logoBg.jpg) no-repeat
}
#adminIcon {
    margin: 0 auto;
    width: 910px;
    height: 89px;
    background: url(../images/adminIcon.jpg) no-repeat;
}
#tenantIcon {
    margin: 0 auto;
    width: 910px;
    height: 89px;
    background: url(../images/tenantIcon.jpg);
}
#innerBanner {
    margin: 0 auto;
    width: 910px;
    height: 197px;
    background-image: url(../images/innerbanner.jpg);
}
#pindutanDaw {
    margin: 0 auto;
    width: 100%;
    height: 42px;
    background: url(../images/menuBg.jpg) repeat-x;
}
.pindutan {
    margin: 0 auto;
    width: 910px;
}
.pindutan ul {
    margin: 0 auto;
    padding: 0;
    padding-left: 10px;
    font: normal 11px verdana;
    list-style-type: none;
}
.pindutan li {
    display: inline;
    margin: 0;
}
.pindutan li a {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 14px 15px 14px 15px;
    border-right: 1px solid #987b58;
    color: white;
}
.pindutan li a:visited {
    color: #cdc1a8;
}
.pindutan li a:hover,
.pindutan li.selected a {
    color: #cdc1a8;
    padding-top: 12px;
}
#bodyWrapper {
    width: 1000px;
    margin: 0 auto;
    background: #7f7c75;
    padding-bottom: 20px;
}
#bodyContent {
    min-height: 400px;
    width: 930px;
	background: #fff url(../images/bg_login.jpg);
}
.titleTable {
    height: 35px;
    background: url(../../template/images/menuBg.jpg);
    color: #fff;
    font: bold 11px tahoma;
    border-bottom: solid 2px #000000;
    text-align: center;
}
#loginBanner {
    width: 351px;
    height: 101px;
    background: #fff url(../images/loginBanner.jpg);
    margin: 0 auto;
}

#loginBannerVertical {
    width: 200px;
    height: 350px;
	background-size: 200px 350px;
	background-repeat: no-repeat;

    background: #fff url(../images/logo_final.png);
    margin-left: 60px;
	position: fixed;
	top:0;
}

.push {
    height: 100%;
}
.footer {
    background: url(../images/bannerBg2.jpg);
    width: 100%;
    height: 50px
}