﻿
.modalBackground {
	background-color:#A0A0A0;
	filter:alpha(opacity=30);
	opacity:0.3;
	z-index: 4950 !important;
}

.modalPopup {
	background-color: White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	font-family: inherit;
	font-size: 11px;
	width: 500px;
	z-index: 4990 !important;
}

.dialogheader 
{
	margin-top:3px;
	padding-top:5px;
	color:white;
	background-color: #2E95DC;
	height:15px;
}

.dialogh2,
.msgh2
{
	font-weight: bold;
	color: #727272;							
	border-bottom: 1px solid #727272;
	margin: 10px 0 0 0;
	padding: 0 0 3px 0px;
	font-size: 1em;
}

.dialogh2
{
	width: 498px;
}

.msgh2
{
	width: 400px;
}

.popupfieldmedium {
	width:200px;
	font-family: inherit;
	font-size: 11px;		
}

div.dialogwarning
{
	width: 494px;
	background-color: #f93;
	padding: 2px 2px 2px 2px;
}

div.dialogCheckBoxList
{
	width: 494px;
	height: 300px;
	overflow: scroll;
}