﻿.PBIDivClassOuter
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.PBIDivClassInner
{
    position: absolute;
    top: 33%;
    left: 25%;
    width: 50%;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 20px;
}

/* <WI:170> - VP - CSS For Messages */
.Message
{
    font-family: Trebuchet MS;
    font-size: smaller;
    font-weight: bold;
    border: 1px solid;
    border-left: 5px solid;
    margin: 2px 0;
    display: inline-block;
    padding: 2px 5px 2px 5px;
}

.MessageIcon
{
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 15px 10px 15px 50px;
}

.MessageSmallIcon
{
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 5px 5px 5px 25px;
}

.MessageInformation
{
    color: #00529B;
    background-color: #BDE5F8;
}

.MessageInformationIcon
{
    background-image: url('../Images/info.png');
}

.MessageInformationSmallIcon
{
    background-image: url('../Images/infoSmall.png');
}

.MessageError
{
    color: #D8000C;
    background-color: #FFBABA;
}

.MessageErrorIcon
{
    background-image: url('../Images/error.png');
}

.MessageErrorSmallIcon
{
    background-image: url('../Images/errorSmall.png');
}

.MessageSuccess
{
    color: #4F8A10;
    background-color: #DFF2BF;
}

.MessageSuccessIcon
{
    background-image: url('../Images/success.png');
}

.MessageSuccessSmallIcon
{
    background-image: url('../Images/successSmall.png');
}

.MessageWarning
{
    color: #9F6000;
    background-color: #FEEFB3;
}

.MessageWarningIcon
{
    background-image: url('../Images/warning.png');
}

.MessageWarningSmallIcon
{
    background-image: url('../Images/warningSmall.png');
}

.MessageInlineLeft
{
    text-align: left;
}

.MessageInlineCenter
{
    text-align: center;
}

.MessageInlineRight
{
    text-align: right;
}

.MessageCustom
{
    position: fixed;
    top: 4px;
    left: 4px;
    cursor: pointer;
}
