﻿/* pop up classes
----------------------------------------------*/
#divPopupBackground {
    display:none;
    opacity: 0.9;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #888B8D;
    z-index: 11;
}

.divPopupBackground {
    /*display: none;*/
    opacity: 0.9;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #888B8D;
    z-index: 11;
}

#divPopupContainer {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px solid #888B8D;
    z-index: 12;
}

.divPopupContainer {
    /*display: none;*/
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px solid #888B8D;
    z-index: 12;
}

#divPopupSearching {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 80px;
    width: 450px;
    /*background: #63666A;*/
    color: cornflowerblue;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    font-size: 1.25em;
    font-style: italic;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
    /*box-shadow: 12px 12px 15px #63666A;*/
}

.divDetailContactStatusHistoryContent {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 450px;
    width: 900px;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
}

.divDetailContactAssignedToContent {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    max-height: 80%;
    max-width: 90%;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
    overflow: scroll;
}

.divDetailPhoneContent {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 195px;
    width: 275px;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
}

.divDetailEmailContent {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 160px;
    width: 375px;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
}

.divDetailTaskContent {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 425px;
    width: 855px;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
}

.divDetailAccountContactContent {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 527px;
    width: 827px;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
}

.divDetailAddressContent {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 310px;
    width: 425px;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
}


.divDetailUploadedAttachments {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 129px;
    width: 405px;
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;

}

.divSearchLeadSource {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    max-height: 80%;
    max-width: 90%;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
    overflow: scroll;
}

.divSearchTasksAssignedTo {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    background: White;
    z-index: 13;
    padding: 20px 20px 20px 20px;
    max-height: 80%;
    max-width: 90%;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto 0px auto;
    overflow: scroll;
}

/* END pop up classes
----------------------------------------------*/
