﻿.Notification
{
    position: fixed;
    top: 630px;
    left: 50%;
    margin-left: 180px ;
    width: 301px;
    min-height: 25px;
    
}

#Balloon li
{
    list-style-type: none;
    margin: 3px 20px 0 0;
    padding: 3px 0 0 0;
    display: block;
    direction:ltr;
    text-align: left;
}

#Balloon
{
    width: 300px;
    min-height: 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e5e6f0');
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ffffff),to(#e5e6f0));
    background: -moz-linear-gradient(-90deg,#ffffff,#e5e6f0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    direction: ltr;
    padding: 4px 5px;
    margin-bottom: 16px;
    font: normal normal normal 11px Tahoma;
}

#BalloonStem
{
    position: absolute;
    bottom:0;
    left: 0;
    width: 0;
    height: 0;
    background: none; /*transparent url(../App_Images/MessageBox/notificationIcons.png) no-repeat right -120px;*/
    border:none;
    margin-left: 15px;
    padding: 0;
}

.closeNotification
{
    position:absolute;
    float: right;
    right: 0;
    background: transparent url(../App_Images/MessageBox/notificationIcons.png) no-repeat left -100px;
    border: none;    
}

.closeNotification:hover
{
    background: transparent url(../App_Images/MessageBox/notificationIcons.png) no-repeat left -80px;
    border: none;
    cursor: pointer;
}

.message
{
    color: #000;
}

.Information
{
    background: transparent url(../App_Images/MessageBox/notificationIcons.png) no-repeat left 3px;
    height: 20px;
    text-indent: 25px;
    color: #335bc3;
}

.Success
{
    background: transparent url(../App_Images/MessageBox/notificationIcons.png) no-repeat left -17px;
    height: 20px;
    text-indent: 25px;
    color: #2e980b;
}

.Warning
{
    background: transparent url(../App_Images/MessageBox/notificationIcons.png) no-repeat left -37px;
    height: 20px;
    text-indent: 25px;
    color: #e1a200;
}

.Error
{
    background: transparent url(../App_Images/MessageBox/notificationIcons.png) no-repeat left -57px;
    height: 20px;
    text-indent: 25px;
    color: #b01616;
}