/* ================================
    CSS STYLES FOR Module DS_AdRedirector
   ================================
*/
.HighlightedTable
{
    border-left-color: #ffffff;
    background: #eeeeee; 
    border-bottom-color: #ffffff;
    border-top-color: #ffffff; 
    border-collapse: collapse; 
    border-right-color: #ffffff;
}
.modalBackground
{
    background-color: #999999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity:.50;
    width : 100%;
    height:100%;
    position: absolute;
    z-index: 500;
    top: 0px; 
    left: 0px;
}
.modalContainer
{
    background-color: #000000 ;
    position: absolute;
    width: 500px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left:-250px;
    margin-top:-200px;
    z-index: 750;
  
}
.modal
{
    background-color: #FFFFFF; 
    border: solid 1px #000000;
    position: relative;
    top: -7px;
    left: -7px;
    z-index: 1000;
    width: 500px;
    height: 400px;
    padding: 0px;
}
