﻿body {
    background-color: #ececec;
    padding: 0px;
    margin: 0px;
    font-family: Tahoma;
    font-size: 14px;
}

/*=========================================== Dialog ==========================================*/
.Dialog {
    background-color: white;
    display: none;
    position: fixed;
    z-index: 65535;
    padding: 5px;
}

.divEPaySlip {
    height: 195px;
    width: 460px;
    float: left;
}


/*=========================================== Other Class ==========================================*/
.TxtRight {
    text-align: right;
}

.BGc2c2c2 {
    background-color: #c2c2c2;
}

.width80 {
    width: 80px;
}

.width100 {
    width: 100px;
}


.CopyRight {
    position: fixed;
    bottom: 0px;
    background-color: #d7d7d7;
    width: 100%;
    padding: 10px;
    text-align: center;
}

#Loading {
    position: fixed;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    z-index: 65534;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.mgl-8 {
    margin: 0 0 0 8px;
}

.ta-center {
    text-align: center;
}
/*popup*/
.divFramePopup {
    display: none;
    background-color: white;
    border: 1px solid black;
    height: auto;
    position: absolute;
    width: 620px !important;
    z-index: 2000;
    top: 0px;
    left: 0px;
}

.btnCloseSearch {
    border: 1px solid black;
    cursor: pointer;
}

.pd-rl5px {
    padding: 0 5px;
}

.pst-abs {
    position: absolute;
}

.t-10px {
    top: 10px;
}

.r-10px {
    right: 10px;
}
