﻿#divOverLay
{
	filter: alpha(opacity=50);
	opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background-color: #000000;
    width: 100%;
    height: 100%;
}

#divMessageWindow
{
	background-color: #E5E5CD;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -75px;
	border: solid 1px #FFFFFF;
	z-index: 101;
	overflow: visible;
}

#tblMessageWindow
{
	background-color: #E5E5CD;
	width: 400px;
}

#trMessageWindowHeader
{
	background-color: #A81F23;
	width: 400px;
	height: 25px;
}

#trMessageWindowContent
{
	width: 400px;
	height: 100px;
	vertical-align: top;
}

#trMessageWindowBottom
{
	width: 400px;
	height: 25px;
}

#btnCloseMessageWindow
{
	font-family: Tahoma; 
	font-size: 10pt;
	font-weight: bolder;
	border-width: 0px;
	background-color: #A81F23;
	cursor: pointer;
	color: #FFFFFF;
	width: 30px;
}
#btnCloseMessageWindow:hover
{
	font-family: Tahoma; 
	font-size: 10pt;
	font-weight: bolder;
	border-width: 0px;
	background-color: #A81F23;
	cursor: pointer;
	color: #000000;
	width: 30px;
}

#divMessage
{
	font-family: Tahoma;
	font-size: 8pt;
}

.messageBoxButton
{
	background-color: #A81F23;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
}