/* 
    Document   : general
    Created on : 15/10/2010, 10:52:24
    Author     : jviqueira
    Description:
        Purpose of the stylesheet follows.
*/

/* Styles del Screen Blocker */
.screenBlocker {
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/tiledbackground.png');
    display: none;
    opacity:0.5;
    z-index:1000;
}

.screenBlockerBox {
    min-width: 150px;
    background: #FFF;
    border: #4ea629 inset 2px;
    text-align: center;
    position: fixed;
    margin-left: -75px;
    margin-top: -75px;
    left: 50%;
    font-family:Arial, Sans, Verdana;
    top: 50%;
    z-index: 20;
    display: block;
    opacity:1;
    display: none;
    z-index:1001;
}

.unblockLink {font-family: sans-serif; display: block;clear: both;}

.screenBlockerManual {

}