/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4.7.2014, 14:23:44
    Author     : dmadarka
*/
div.controlTitleBar {
    width: 80%;
}
/* ----------- */

div.S_icon_critical {
    background: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: -290px -1px;
}

div.S_icon_icon_warning {
    background: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: -336px -1px;
}

div.S_icon_icon_info {
    background: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: -336px -1px;
}

div.Sframe {
    z-index: 10000;
    
    width: 280px;
    
    display: none;
    
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    left: 0;
    right: 0;
}

div.Sinfo {
    background-color: #f2911b;
}

div.Serror {
    background-color: #ba2229;
}

div.Ssuccess {
    background-color: #68a51c;
}

div.Sdefault {
    background-color: #f9f9f9;
}

div.Scontent {
    
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #000;
    
}

div.Sdetail {
    font-family: 'Arial';
    font-size: 12px;
    color: #fff;
    display: none;
    margin-left: 15px;
    margin-bottom: 15px;
}
