﻿.Background,.Background1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #7a7979;
    opacity: 0.60;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
    cursor: wait;    
}

.popupWin {
    background: #ffffff;
    display: none;
    position: absolute ;
    width: 900px;
    height: auto ;
    top: 40%;
    left: 25%;
    margin-left: -9em;
    margin-top: -15em;
    border: 0px solid #7a7979;
    padding: 0px;
    z-index: 102;
    border-radius: 15px;
    box-shadow: 15px 15px 10px #282626;
}
.close-img
{
    float:right ;
    margin-top :-2%;
    margin-right :-2%;
    cursor :pointer ;
    width:35px;
    height :32px;
}

    .popupWin h1 {
        /*font-weight: normal;
        font-size: 22px;
        color: #1e0505;*/
        margin-top :4%;
        margin-left :6%;
        padding-bottom:5px;
    }
    .popupWin h2 {
        /*font-weight: normal;
        font-size: 12px;
        color: #b42626;*/
        padding-bottom: 10px;
        margin-left :6%;
    }
    .popupWin p {
        padding-bottom: 20px;
        font-size: 14px;
        text-align:justify;
    }
    .popupWin .sub-menu {
        width: auto;
        margin-top:0;
    }
        .popupWin .sub-menu ul li {
            width: auto;
            padding-bottom:0px;
        }
        .popupWin-body-wrapper{
            margin-left :10%;
            width:80%; 
        }
            .popupWin-body-wrapper h1 {
                margin-top: 1%;
                color: #294E79;
                margin-left :0%;
            }
            .popupWin-body-wrapper h2 {
                font-size: 15px;
                margin-left :0%;
            }

            .p-img-body-wrap{
                width:100%;
                height:150px;
            }
            .p-left-wrap{
                width:500px;
                float :left;
                height:auto ;
            }
            .img-right-wrap{
                float:right;
                border-bottom-style  :groove;
                border-right-style  :groove;
                border-bottom-color:#dddada;
                border-right-color:#dddada;
            }
.modules-body-wrapper {
    width:80%;
    margin-left :10%;
    padding: 20px 30px 20px 30px;
    background: url(../images/body-bg.jpg);
    display :none;
}
.modules-body-wrapper h2 {
    font-size :15px;
}


a[bubbletooltip]:link, a[bubbletooltip]:visited {
    text-decoration: none;
    position: relative;
}

a[bubbletooltip]:before {
    content: "";
    position: relative ;
    border-right: 10px solid transparent;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    visibility: hidden;   
}

a[bubbletooltip]:after {
    position: relative ;
    content: attr(bubbletooltip);
    margin-left :25px;
    /*right: -10px;*/
    bottom: -16px;
    width: 320px;
    height:150px;
    background: #ffffff;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    visibility: hidden;
}

a[bubbletooltip]:hover:before, a[bubbletooltip]:hover:after {
    visibility: visible;
    -moz-transition: visibility 0s linear .3s;
}

.sub-menu1 a[bubbletooltip]:after {
    background: url(../images/body-bg.jpg);
    margin-right: 0px;
     margin-left: 0px;
     left :-12px;
    /*margin-bottom: -900px;*/
   bottom: -16px;
   margin-top:0;
}
.RequestpopupWin {
   
    background: #ffffff;
    display: none;
    position: absolute ;
    width: 640px;
    height: auto ;
    top: 40%;
    left: 35%;
    margin-left: -9em;
    margin-top: -15em;
    border: 0px solid #7a7979;
    padding: 0px;
    z-index: 105;
    border-radius: 15px;
    box-shadow: 15px 15px 10px #282626;
}
.RequestBackground {
    z-index: 104;
}

.CarrerpopupWin {   
    background: #ffffff;
    display: none;
    position: absolute ;
    width: 640px;
    height: auto ;
    top: 22%;
    left: 35%;
    margin-left: -9em;
    margin-top: 0px;
    border: 0px solid #7a7979;
    padding: 0px;
    z-index: 105;
    border-radius: 15px;
    box-shadow: 15px 15px 10px #282626;
}