﻿.modalPopupBg {
    background-color: #e8e8e8;
}

.modalPopupLbl {
    font-family: Verdana,sans-serif;
    font-size: 10pt;
    color: black;
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .5;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}

.Saleweb_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 60000000;
    display: none;
}

.Saleweb_dialog {
    display: none;
    position: fixed;
    width: 530px;
    height: 250px;
    top: 10%;
    left: 34%;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    /*box-shadow: 0 0 5px 5px #C5C6C2;*/
    padding: 0px;
    z-index: 60000000;
    font-family: Verdana;
    font-size: 10pt;
}

.web_dialog {
    display: none;
    position: fixed;
    width: 530px;
    height: 250px;
    top: 11%;
    left: 34%;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    /*box-shadow: 0 0 5px 5px #C5C6C2;*/
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}

.web_dialog_title {
   padding: 10px;
    color: black;
    font-weight: bold;
    font-family:Verdana;
}

    .web_dialog_title a {
        color: black;
        text-decoration: none;
    }


    .web_dialog_title2 {
 
    color: black;
    font-weight: bold;
}

    .web_dialog_title2 a {
        color: black;
        text-decoration: none;
    }

.headerRow {
    margin: 2px;
    background-color: #d8d8d8;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}

.align_right {
    text-align: right;
}
 .overlay
        {
          position: fixed;
          z-index: 99998;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
            background-color: #000000;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }
        .overlayContent
        {
          z-index: 1599999;
          margin: 250px auto;
          width: 80px;
          height: 80px;
        }

        .overlayOPf
        {
          position: fixed;
          z-index: 1599999;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
            background-color: #000000;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }
        .overlayContentOPf
        {
             position: absolute;
          z-index: 1599999;
          margin-left:50%;
          
          width: 80px;
          height: 80px;
        }