/*-------------------------------------*/
/* MESSAGE STYLES */
/*-------------------------------------*/

.ErrorMessage, .FormErrorMessage, .WarningMessage, .InfoMessage, .SuccessMessage {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 400px;
    padding: 20px 20px 40px 100px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
}
.ErrorMessage, .FormErrorMessage
{
	background-image: url('/SiteFiles/VirtualSkinFiles/MESSAGE_ICON_ERROR/PVC_STD.ENGLISH.MessageIconError.jpg');
	background-repeat:no-repeat;
	background-position:center left;
    color: #f00;
    background-color: #ffd9d9; /* red */
    border: 1px solid red; /* red */
}

.SuccessMessage
{
	background-image: url('/SiteFiles/VirtualSkinFiles/MESSAGE_ICON_SUCCESS/PVC_STD.ENGLISH.MessageIconSuccess.jpg');
	background-repeat:no-repeat;
	background-position:center left;
    background-color: #CCFFCC; /* green */
    border: 1px solid #00AA00; /* green */
    color: #00AA00; /* green */
}

.WarningMessage
{
	background-image: url('/SiteFiles/VirtualSkinFiles/MESSAGE_ICON_WARNING/PVC_STD.ENGLISH.MessageIconWarning.jpg');
	background-repeat:no-repeat;
	background-position:center left;
    background-color: #ffffd9; /* yellow */
    border: 1px solid #ff931e; /* yellow */
    color: #ff931e; /* yellow */
}

.InfoMessage
{
	background-image: url('/SiteFiles/VirtualSkinFiles/MESSAGE_ICON_INFO/PVC_STD.ENGLISH.MessageIconInfo.jpg');
	background-repeat:no-repeat;
	background-position:center left;
    background-color: #d9edff; /* blue */
    border: 1px solid #0087f7; /* blue */
    color: #0087F7; /* blue */
}


/* Modal Popup */
.ModalBackground 
{
	background-color:#444; 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.ModalPopup
{
	clear:both;
    background-color: #0087F7;
    padding: 8px;
}
tr.ModalPopupTop
{
	height:23px;
}
td.ModalPopupTopRight
{
    clear:right;
}
td.ModalPopupBottomRight
{
    width:0;
}
td.ModalPopupContent
{
    background-color: #fff;
    font-size:13px;
}
td.ModalPopupTopLeft, td.ModalPopupTop, td.ModalPopupTopRight, .ModalPopupLeft, .ModalPopupRight, td.ModalPopupBottomLeft, td.ModalPopupBottom, td.ModalPopupBottomRight {
    background: #0087f7;
}
td.ModalPopupTopLeft, td.ModalPopupTopRight, .ModalPopupLeft, .ModalPopupRight, td.ModalPopupBottomLeft, td.ModalPopupBottomRight
{
    width: 8px;
}
td.ModalPopupBottom
{
    height: 8px;
}
/*td.ModalPopupTopLeft, td.ModalPopupTopRight, .ModalPopupLeft, .ModalPopupRight, td.ModalPopupBottomLeft, td.ModalPopupBottomRight {
    width: 0 !important;
    display: none;
}

tr.ModalPopupBottom {
    height: 0 !important;
    width: 0 !important;
}*/
td.ModalPopupBottomLeft, td.ModalPopupBottom, td.ModalPopupBottomRight {
    font-size: 1px;
}


.HeaderText, .HeaderTextDrop
{
    font-size:13px;
    font-weight:bold;
    position:absolute;
}
.HeaderText
{
    color:#fff;
    top: 3px;
    left: 8px;
}
.HeaderTextDrop {
    display: none !important;
}
/*.HeaderTextDrop
{
    top:9px;
    left:28px;
    color:#000;
}*/
.PopupText
{
    margin:2px;
    border: solid 1px #aaa;
    padding:5px;
    background-color:#fff;
    overflow-y:scroll;
}

.PopupContent
{
    background-color:White;
    border:1px solid Black;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    overflow:auto;
}

.ButtonHorizontalAlignmentLeft
{
    float:left;
}
.ButtonHorizontalAlignmentCenter
{
    text-align:center;
}
.ButtonHorizontalAlignmentRight
{
    float:right;
}
/*.ButtonHorizontalAlignmentLeft, .ButtonHorizontalAlignmentCenter, .ButtonHorizontalAlignmentRight
{
    padding:7px 10px 7px 10px;
}*/
.ButtonHorizontalAlignmentLeft, 
.ButtonHorizontalAlignmentCenter, 
.ButtonHorizontalAlignmentRight
{
    padding: 0 10px;
}