﻿/* System Info Messages */
#system-message dd.info ul
{
    background: #C3D2E5 url(../../images/Messages/notice-info.png) 4px center no-repeat !important;
}

/* System Standard Messages */
#system-message dd.message ul
{
    background: #C3D2E5 url(../../images/Messages/notice-info.png) 4px center no-repeat !important;
}

/* System Error Messages */
#system-message1 dd.error ul
{
    background: #E6C0C0 url(../../images/Messages/notice-alert.png) 4px center no-repeat !important;
}

/* System Warning Messages */
#system-message2 dd.warning ul
{
    background: #FF4500 url(../../images/Messages/notice-note.png) 4px center no-repeat !important;
}

/* System Notice Messages */
#system-message3 dd.notice ul
{
    background: #90EE90 url(../../images/Messages/suc.png) 4px center no-repeat !important;
}



/* System Messages */
#system-message
{
    margin-bottom: 10px !important;
    padding: 0 !important;
}

    #system-message dt
    {
        font-weight: bold !important;
    }

    #system-message dd
    {
        margin: 0 !important;
        font-weight: bold !important;
        text-indent: 30px !important;
    }

        #system-message dd ul
        {
            color: #0055BB !important;
            margin-bottom: 10px !important;
            list-style: none !important;
            padding: 10px !important;
            border-top: 3px solid #84A7DB !important;
            border-bottom: 3px solid #84A7DB !important;
        }

/* System Messages */
#system-message1
{
    margin-bottom: 10px !important;
    padding: 0 !important;
}

    #system-message1 dt
    {
        font-weight: bold !important;
    }

    #system-message1 dd
    {
        margin: 0 !important;
        font-weight: bold !important;
        text-indent: 30px !important;
    }

        #system-message1 dd ul
        {
            color: #0055BB !important;
            margin-bottom: 10px !important;
            list-style: none !important;
            padding: 10px !important;
            border-top: 3px solid #84A7DB !important;
            border-bottom: 3px solid #84A7DB !important;
        }

/* System Messages */
#system-message2
{
    margin-bottom: 10px !important;
    padding: 0 !important;
}

    #system-message2 dt
    {
        font-weight: bold !important;
    }

    #system-message2 dd
    {
        margin: 0 !important;
        font-weight: bold !important;
        text-indent: 30px !important;
    }

        #system-message2 dd ul
        {
            color: #FF4500 !important;
            margin-bottom: 10px !important;
            list-style: none !important;
            padding: 10px !important;
            border-top: 3px solid #FF4500 !important;
            border-bottom: 3px solid #FFA500 !important;
        }

/* System Messages */
#system-message3
{
    margin-bottom: 10px !important;
    padding: 0 !important;
}

    #system-message3 dt
    {
        font-weight: bold !important;
    }

    #system-message3 dd
    {
        margin: 0 !important;
        font-weight: bold !important;
        text-indent: 30px !important;
    }

        #system-message3 dd ul
        {
            color: #008000 !important;
            margin-bottom: 10px !important;
            list-style: none !important;
            padding: 10px !important;
            border-top: 3px solid #3CB371 !important;
            border-bottom: 3px solid #3CB371 !important;
        }


/* System Info Messages */
#system-message dt.info
{
    display: none !important;
}

#system-message dd.info
{
}

/* System Standard Messages */
#system-message dt.message
{
    display: none !important;
}

#system-message dd.message
{
}

/* System Error Messages */
#system-message dt.error
{
    display: none !important;
}

#system-message dd.error ul
{
    color: #c00 !important;
    background-color: #E6C0C0 !important;
    border-top: 3px solid #DE7A7B !important;
    border-bottom: 3px solid #DE7A7B !important;
}

/* System Warning Messages */
#system-message2 dt.warning
{
    display: none !important;
}

#system-message2 dd.warning ul
{
    color: #FF4500 !important;
    background-color: #FFA500 !important;
    border-top: 3px solid #FF4500 !important;
    border-bottom: 3px solid #FF4500 !important;
}

/* System Notice Messages */
#system-message3 dt.notice
{
    display: none !important;
}
/*#system-message3 dd.notice ul { color: #0055BB; background: #EFE7B8; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}*/


/* System Error Messages */
#system-message1 dt.error
{
    display: none !important;
}

#system-message1 dd.error ul
{
    color: #c00 !important;
    background-color: #E6C0C0 !important;
    border-top: 3px solid #DE7A7B !important;
    border-bottom: 3px solid #DE7A7B !important;
}
