﻿div.MsgBox
{
    width:550px;
    min-width :550px;
    min-height:50px;
    position:fixed;
    top:0px;
    left:0px;
    margin-top:auto;
    margin-bottom:auto;
    z-index:700;
}

div.Blocker
{
    width:100%;
    height:100%;
    z-index:500;
    position:fixed;
    background-color:White;
    filter: alpha(Opacity=30);
    opacity: 0.30;
}

.MsgBox
{
}

.mHidden
{
    visibility:hidden;
}

.mShown
{
    visibility:visible;
}

.MsgboxTitle
{
    text-align:center;
}

.MsgboxTitle h1
{
    padding:0px;
    margin:0px;
    color:#666666;
    font-family:Arial;
    font-size:14pt;
}

.MsgboxBody p
{
    color:Black;
    font-family:Arial;
    font-weight:bold;
    font-size:9pt;
}

.MsgboxTableShell
{
    width:100%;
    z-index:999;
}

.MsgboxCellTopLeft,
.MsgboxCellBottomLeft,
.MsgboxCellTopRight,
.MsgboxCellBottomRight,
.MsgboxCellMidLeft,
.MsgboxCellMidRight,
.MsgboxCellTopMid,
.MsgboxCellBottomMid
{
   filter: alpha(Opacity=85);
   opacity: 0.85;
}

.MsgboxCellTopLeft,
.MsgboxCellBottomLeft,
.MsgboxCellTopRight,
.MsgboxCellBottomRight,
.MsgboxCellMidLeft,
.MsgboxCellMidRight
{
    max-width:15px;
    min-width:15px;
    width:15px;
}

.MsgboxCellTopLeft,
.MsgboxCellBottomLeft,
.MsgboxCellTopRight,
.MsgboxCellBottomRight,
.MsgboxCellTopMid,
.MsgboxCellBottomMid
{
   max-height:15px;
   min-height:15px;
   height:15px;
}

.MsgboxCellTopLeft
{
    background: transparent url(/include/images/table/msgbox/corners.gif) no-repeat left top;
}

.MsgboxCellBottomLeft
{
    background: transparent url(/include/images/table/msgbox/corners.gif) no-repeat left bottom;
}

.MsgboxCellTopRight
{
    background: transparent url(/include/images/table/msgbox/corners.gif) no-repeat right top;
}

.MsgboxCellBottomRight
{
    background: transparent url(/include/images/table/msgbox/corners.gif) no-repeat right bottom;
}

.MsgboxCellMidMid
{
    background-color:white;
    padding:20px;
}

.MsgboxCellTopMid
{
    background: transparent url(/include/images/table/msgbox/topBottom.gif) repeat-x left top;
}

.MsgboxCellBottomMid
{
    background: transparent url(/include/images/table/msgbox/topBottom.gif) repeat-x left bottom;
}

.MsgboxCellMidLeft
{
    background: transparent url(/include/images/table/msgbox/leftright.gif) repeat-y left top;
}

.MsgboxCellMidRight
{
    background: transparent url(/include/images/table/msgbox/leftright.gif) repeat-y right top;
}

.ButtonTable
{
    width:100%;
}

.ButtonTable td
{
    text-align:center;
}

.ButtonTable button
{
    margin-left:auto;
    margin-right:auto;
    border:none;
    background:none;
    width:90px;
    height:27px;
    max-height:27px;
    padding:0px;
    text-align:center;
    vertical-align:middle;
    color:White;
    font-weight:bold;
    cursor:pointer;
}

.ButtonTable button.Positive
{
    background: transparent url(/include/images/table/msgbox/positivebutton.gif) no-repeat left top;
}

.ButtonTable button.Positive:hover
{
    background: transparent url(/include/images/table/msgbox/positivebutton.gif) no-repeat left bottom;
}

.ButtonTable button.Negative
{
    background: transparent url(/include/images/table/msgbox/Negativebutton.gif) no-repeat left top;
}

.ButtonTable button.Negative:hover
{
    background: transparent url(/include/images/table/msgbox/Negativebutton.gif) no-repeat left bottom;
}


