/*****************/
/** jNotify CSS **/
/*****************/
#jNotify
{
    position: fixed;
    background: #ffc331 url('../Images/MsgBg.png') repeat-x left top;
    color: #654b02;
    border: 2px solid #fff;
    padding: 10px;
    padding-left: 50px;
    z-index: 9999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: -5px; position: fixed;
     width: 90%; text-align: center; 
     top:0!important; font-weight:700;       
}
#jNotify ul
{
    width: 200px;
    margin: auto;
}
#jNotify ul li
{
    list-style-type: none;
    text-align: left; /*background:url('../Images/errorAlert.png') no-repeat left center; padding:8px 0 5px 28px;*/
    padding: 5px 0 5px 0px;
    font-size: 12px;
    font-weight: bold;
}
#jNotify a
{
    color: #35517c !important;
    text-decoration: none;
}

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess
{
    position: fixed;
    background:#139f00 url('../Images/MsgBg.png') repeat-x left top;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    padding-left: 0px;
    margin: -5px;
    z-index: 9999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     width: 90%; text-align: center; 
     top:0!important; font-weight:700;      
    
}
#jSuccess a
{
    color: #264409 !important;
    text-decoration: none;
}

/****************/
/** jError CSS **/
/****************/
#jError
{
    position: fixed;
    width: 90%;
    background:red url('../Images/MsgBg.png') repeat-x left top;
   color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    padding-left: 0px;
    margin: -5px;
    z-index: 9999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center; top:0!important; font-weight:bold;
    /*background:red url('../Images/warning.png') no-repeat 15px center;*/
}
#jError ul
{
    width: 200px;
    margin: auto;
}
#jError ul li
{
    list-style-type: none;
    text-align: left; /*background:url('../Images/errorAlert.png') no-repeat left center; padding:8px 0 5px 28px;*/
    padding: 5px 0 5px 0px;
    font-size: 12px;
    font-weight: bold;
}
#jError a
{
    color: #8a1f11 !important;
    text-decoration: none;
}

/** OVERLAY **/
#jOverlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}
