﻿div.box {
    height: auto;
    margin: 0px 0px 10px 0px; /* gap below box */
    padding: 0px 5px 5px 5px; /* padding inside box */
    border: solid 1px #8a98af;
    background-color: #ffffff;
    background-image: url(../images/Template/images/box_header.png);
    background-repeat: repeat-x;
}

div.box h3 {
    font-size: 115%;
    color: #ffffff;
    margin: 0px 0px 10px 10px; /* gap below h3 and above links */
}

div.box.popup {
    display: none;
    position: absolute;
    z-index: 12050;
    border: solid 1px #566884;
}

div.popupContent {
    padding: 0 10px;
}

#divPopupBackground { 
    position: absolute; 
    top: 0; 
    left: 0; 
    filter: alpha(opacity=70); 
    opacity: 0.7; 
    background-color: Gray; 
    z-index: 12020; 
}
