﻿.MessageBoxCoverDiv
{
	position: fixed;
	left:0px;
	top:0px;
	-webkit-transform: translateZ(0);
	background-color: black !important; 
	width: 100%;
    height: 100%; 
    opacity: .9 !important; 
    filter: alpha(opacity=40);
    z-index:99999;
}
.MessageBoxOuterDiv
{
	/*width:500px !important;*/
	/*height:127px !important;*/
    width: 25% !important;
	position: fixed;
	left:35% !important;
	top:30%;
	background-color:white;
	-webkit-transform: translateZ(0);
	z-index:999999;
	padding: 1.5%;
    border-radius: 10px !important;
}

.mainTable
{
	width:100%;
}

.TitleText
{
	font-size:20px;
	font-family:Verdana;
	font-weight:bold;
	color:Red;
}

.TitleTr
{
}

.TitleTd
{
	text-align:center;
}

.TitleIcon{
    width:10em;
    margin-bottom:5%;
}
.BodyText
{
	/*font-weight:bold;*/
    font-weight:normal !important;
    font-family:Roboto, Arial, sans-serif;
 	color:black;
    font-size:130% !important;
    text-transform:none !important;
    /*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:2% !important;
    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:8em !important;
    cursor:pointer;
    margin-top:6%;
}

.msgBodyP2 {
    display:block;
    padding-top:2%;
}

.MessageBoxOuterDiv td {
    font-family:Roboto, Arial, sans-serif !important;
    font-size:100% !important;
}