﻿.MessageBoxCoverDiv
{
	position: fixed;
	left:0px;
	top:0px;
	-webkit-transform: translateZ(0);
	background-color: black; 
	width: 100%;
    height: 100%; 
    opacity: .8; 
    filter: alpha(opacity=40);
    z-index:99999;
}
.MessageBoxOuterDiv
{
	/*width:500px !important;*/
	/*height:127px !important;*/
    min-width: 290px;
	position: fixed;
	left:20%;
	top:30%;
    width:35%;
	background-color:White;
	-webkit-transform: translateZ(0);
	z-index:999999;
	padding: 1.5%;
    text-transform:uppercase;
    border:2px solid black;
}

.mainTable
{
	width:100%;
}

.TitleText
{
	font-size:20px;
	font-family:Verdana;
	font-weight:bold;
	color:Red;
}

.TitleTr
{
}

.TitleTd
{
	text-align:center;
}

.TitleIcon{
    height: 1.7em;
    margin-bottom:4%;
}
.BodyText
{
	font-size:100%;
	font-weight:bold;
    font-family:Calibri, sans-serif;
 	color:black;
}

.BodyTr
{
}

.BodyTd
{
	text-align:center;
	height:50px;
}

.ControlTr
{
}

.ControlTd
{
	text-align:center;
}

.ButtonYes
{
	width:65px;
	margin:20px;
	color: White;
	background-color:ForestGreen;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
}

.ImageButtonYes,
.ImageButtonNo,
.ImageButtonOK,
.ImageButtonCancel,
.ImageButtonClose
{
	margin:20px;
    cursor:pointer;
}

.ImageButtonYes:hover,
.ImageButtonNo:hover,
.ImageButtonOK:hover,
.ImageButtonCancel:hover,
.ImageButtonClose:hover
{
    cursor:pointer;
}

.ButtonNo
{
	width:65px;
	margin:20px;
	color: White;
	background-color:Red;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
}

.ButtonOK
{
	width:65px;
	margin:20px;
}

.ButtonCancel
{
	width:65px;
	margin:20px;
}

.ButtonClose
{
	width:65px;
	margin:20px;
}

.MessageBoxImageButton {
    width:24%;
    cursor:pointer;
    margin-top:6%;
}

.MessageBoxSecondLine {
    font-weight:normal;
}

.small-popup-text {
    font-size:70%;
}

@media (min-width: 500px) {
    .small-popup-text {
        font-size: 80%;
    }
}