﻿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;
    color: white;
    bottom: 0px;
    background-color: #0090c5;
    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;
}

.pd-b22 {
padding:0 0 22px 0;

}

.mgt-10 {
margin : 10px 0 0 0;
}

.height189 {
height:189px;
}

.height133 {
height:133.13px;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}
/*popup*/
.divFramePopup {
    display: none;
    background-color: white;
    border: 1px solid black;
    height: auto;
    position: absolute;
    width: 620px !important;
    z-index: 65535; 
    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;
}


#ajaxLoad {
    position: fixed;
    background-color: #C9C9C9;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    z-index: 65535;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

    #ajaxLoad img {
        margin: 0 10px 0 0;
    }

    #ajaxLoad div {
        position: absolute;
        *position: relative;
        top: 50%;
        width: 100%;
        height: 60px;
        margin: -30px 0 0 0;
        font-family: Tahoma;
        font-size: 40px;
        color: #000;
        text-align: center;
    }
