﻿.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: 500px;
	position: fixed;
	left:20%;
	top:30%;
	background-color:White;
	-webkit-transform: translateZ(0);
	z-index:999999;
	padding: 1.5%;
}

.mainTable
{
	width:100%;
}

.TitleText
{
	font-size:20px;
	font-family:Verdana;
	font-weight:bold;
	color:Red;
}

.TitleTr
{
}

.TitleTd
{
	text-align:center;
}

.TitleIcon{
    height: 2.5em;
    margin-bottom:3%;
}
.BodyText
{
	font-size:medium;
	font-weight:bold;
    font-family:Roboto, Arial, sans-serif;
 	color:black;
    font-size:150%;
    text-transform:uppercase;
}

.BodyTr
{
}

.BodyTd
{
	text-align:center;
	height:50px;
}

.ControlTr
{
}

.ControlTd
{
	text-align:center;
}

.ButtonYes
{
	width:75px;
	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:75px;
	margin:20px;
	color: White;
	background-color:Red;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
}

.ButtonOK
{
	width:75px;
	margin:20px;
}

.ButtonCancel
{
	width:75px;
	margin:20px;
}

.ButtonClose
{
	width:75px;
	margin:20px;
}

.MessageBoxImageButton {
    width:30%;
    cursor:pointer;
    margin-top:6%;
}
