/********************************
*  No JavaScript Module Styles  *
********************************/   
.hide-js-disabled-overlay {
    display: none;
}

.js-disabled-overlay {
    background: none repeat scroll 0 0 #666666;
    height: 250%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1549;
}

.no-script-module {
    left: 50%;
    margin-left: -225px;
    position: absolute;
    top: 190px;
    width: 450px;
    z-index: 1550;
    font-family: 'Trebuchet MS', sans-serif;
}

.no-script-module .modal-top {
    background: url("../images/modal-top.png") no-repeat scroll left top transparent;
    height: 26px;
}

.no-script-module .modal-bottom {
    background: url("../images/modal-bottom.png") no-repeat scroll left bottom transparent;
    padding: 9px 25px 30px 26px;
}

.no-script-module .modal-content {
    background: url("../images/dialog_warning.png") no-repeat scroll left 1px transparent;
    font-size: 1.1em;
    line-height: 1.8em;
    padding-left: 60px;
    
}

.no-script-module .modal-title {
    color: #cf7800;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 4px;
}

.no-script-module .modal-close {
    padding-left: 60px;
}
.no-script-module a
{
    color: #012877;
    text-decoration: none;
    font-weight: bold;
}

.no-script-module a:hover {
    text-decoration: none;
    color: #cf7800;
}

.clearboth {
    clear: both;
    font-size: 0;
    height: 1px;
    line-height: 1pt;
    visibility: hidden;
}