﻿.NotificationBar
{
    text-align: center ;
}

.NotificationBar > div
{
    background: url(../Images/corner_white_trans_tl.gif) no-repeat left top;
    margin: 0px 0px 1em;
    width: 40%;
	background-color: #fff1a8;
}

.NotificationBar > div > div
{
    background: url(../Images/corner_white_trans_bl.gif) no-repeat left bottom;
}

.NotificationBar > div > div > div
{
    background: url(../Images/corner_white_trans_br.gif) no-repeat right bottom;
}

.NotificationBar > div > div > div > div
{
    background: url(../Images/corner_white_trans_tr.gif) no-repeat right top;
}

div.NotificationBarText
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 20px;
}

div.SeverityLow > div
{
    color: #888;
}

div.SeverityNormal > div
{
    color: black;
}

div.SeverityHigh > div
{
    color: red;
}
