/* ================================
CSS STYLES FOR Module Soma
================================
*/

.parentDisable {
position:absolute;
z-index:999;
width:3000;
height:3000;
display:none;
top:0;
left:0;
background-color: #ccc;
color: #aaa;
opacity: .85;
filter: alpha(opacity=85);  
}

.popup {
width:800;
height:100;
position:absolute;
top:100px;
left:200px;
color: #000;
background-color: #fff;
opacity: 100;
filter: alpha(opacity=100);
}

div.nicetitle {

    position: absolute;

    padding: 4px;

    top: 0px;

    left: 0px;

    color: white;

    font-size: 13px;

    font-family: Verdana, Helvetica, Arial, sans-serif;

    width: 25em;

    font-weight: bold;

    background: url(ntbg.png);

    
    /* Mozilla proprietary */

    -moz-border-radius: 12px;
}

div.nicetitle p {
    margin: 0; padding: 0 3px;
}

div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}
