﻿p.error
{
    font-size:9pt;
    margin: 0;
    padding: 8px 40px;
    border: #B5B5B5 solid 1px;
    background: #BF0008 url(images/icon_notice.gif) no-repeat 5px 50%;
    color: #FFFFFF;
}

p.info
{
    font-size:9pt;
    margin: 0;
    padding: 8px 40px;
    border: #B5B5B5 solid 1px;
    background: #FFFFCC url(images/icon_notice.gif) no-repeat 5px 50%;
}


.error
{
    font-size:9pt;
    margin: 0;
    padding: 8px 40px;
    border: #B5B5B5 solid 1px;
    background: #BF0008 url(images/icon_notice.gif) no-repeat 5px 50%;
    color: #FFFFFF;
}

.info
{
    font-size:8pt;
    margin: 0;
    padding: 8px 40px;
    border: #B5B5B5 solid 1px;
    background: #FFFFCC url(images/icon_notice.gif) no-repeat 5px 50%;
}



/* Error, Warning, Sucess Styles */
/* Wrap error text with a single DIV tage with one of the following classes applied to it. */
.errorNote {background:#FFCCCC url('images/e3_anim_error.gif') no-repeat 5px 4px;color:#C00;border:1px solid #C00}
.warnNote {background:#FFFFCC url('images/e3_anim_warn.gif') no-repeat 5px 4px;color:#666600;border:1px solid #666600}
.successNote {background:#CCFFCC url('images/e3_anim_success.gif') no-repeat 5px 4px;color:#336600;border:1px solid #336600}
.errorNote, .warnNote, .successNote {padding:5px 5px 5px 24px !Important;font-weight:bold;margin-bottom:10px;text-align:left}



.SelectedSubMenuItem
{
	font-family:Verdana;color:#D44B4B
	
}
