
/*STYLES FOR CSS POPUP*/


#blanket {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.popUpDiv {
    position:absolute;
    background-color: #FFF;
    width: 730px;
    height: 575px;
    left: 113.3125px;
    top: 138.2375px;
    display: block;
    border: 4px solid #525252;
    z-index: 9002;
}

.popUpDiv a {position:relative; top:20px; left:20px}

.popup_window_css_head {padding: 6px; background: #E8E8E8; font-family: candara !important; color: #000 !important; }
.popup_window_css_body { padding: 6px 6px 0px 6px; background: #FFFFFF; text-align: justify; white-space: normal;}
.popup_window_css_foot { padding: 0px 0px 0px 0px; background: #FFFFFF; }

.popup_window_css_head
{
    font: 900 14px "Trebuchet MS", Sans-Serif;
    color: #FFFFFF;
    cursor: default;
}

.popup_window_css_head img
{
    float: right;
    margin: 4px 0px 0px 1px;
    cursor: pointer;
}

.popup_window_css_foot
{
    height: 6px; text-align: right;
}

html body div.popup_window_css div.popup_window_css_foot a,
html body div.popup_window_css div.popup_window_css_foot a img
{
    display: inline-block;
    width: 6px;
    height: 6px;
    border: none;
}