/* Div to disable background */
#backgroundDisabled
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.4;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
div.popupWrapper
{
    display:none;
    z-index:9999;
    position:fixed;
    left:50%;
    top:50%;
}

div.infoPopup
{
    width: 575px;
    height:325px;
}

table.infoPopup
{
    margin:0px;
    padding:0px;    
}

td.upperRight
{
    height:10px;
    width:10px;
    background:url('../i/border_blue_upper_right.gif') no-repeat;   
}

/* Some width hacks for IE...sheesh */
td.upperMid
{
    height:10px;
    background:url('../i/border_blue_upper_mid.gif') repeat-x;  
    _width:100%;
    *width:100%;
}

td.upperLeft
{
    height:10px;
    width:10px;
    background:url('../i/border_blue_upper_left.gif') no-repeat;    
}

td.main
{
    background-color: #FFFFFF;
    border-left: 2px solid #0860AB; 
    border-right: 2px solid #0860AB;
}

td.lowerRight
{
    height:10px;
    width:10px;
    background:url('../i/border_blue_lower_right.gif') no-repeat;   
}

td.lowerMid
{
    height:10px;
    background:url('../i/border_blue_lower_mid.gif') repeat-x;  
}

td.lowerLeft
{
    height:10px;
    width:10px;
    background:url('../i/border_blue_lower_left.gif') no-repeat;    
}

div.closeBtn
{
    color:#0860AB;
    width:100%;
    text-align:right;   
}

div.closeBtn a
{
    color:#0860AB;
    font-weight:bold;
    font-size:12px;
    margin-right:10px;
}
