#TICKETS_CONTAINER {
    left: 1px;
}

#ticket {
    text-align:left;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    background-color: whitesmoke;
    vertical-align: super;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    width: 300px;
    height: 200px;
    top: 100px;
}

#ticketError {
    text-align:left;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    background-color: lightsalmon;
    vertical-align: super;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    width: 300px;
    height: 200px;
    top: 100px;
}
#ticketErrorText {
    text-align:left;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    background-color: whitesmoke;
    vertical-align: super;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    width: 80%;
    height: 200px;
    top: 300px;
}
div.ticketOff {
    text-align:left;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    background-color: lime;
    vertical-align: super;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    width: 300px;
    height: 200px;
}


#overlay {
     position: fixed;    
     visibility: hidden;     
     top: 0;
     left: 0;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 100000;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

     background-color: #F8F8FF;          
}

#overlayimg {
    text-align:center;
    position: absolute;
    top: 40%;
    margin-left: 50%;
    opacity: 1;    
}
#exit{
    position: absolute;
    top: 10px;
    left: 95%;
}

.report_dialog{
}