/* Modal Window
*/
.nwaCtrlModal_Window
{
	border: solid 1px #949EAA;
	background-color: #FFFFFF;
	padding: 0px;
	display: none;
}
/* Modal Window - Header
*/
.nwaCtrlModal_WndHdr
{
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial;
	font-weight: 500;
	font-size: 11px;
	background-color: #6F7680;
	color: white;
}
/* Modal Window - Button
*/
.nwaCtrlModalButton
{
	border: solid 1px #595F66;
	font-size: 11px;
	background-color: #595F66;
	color: #ffffff;
}
/* Modal Window - Content
*/
.nwaCtrlModal_Content
{
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	font-size: 10px;
	background-color: white;
}
/* Modal Window - Background Opacity
*/
.nwaCtrlModal_BackgroundOpacity
{
	z-index: 300;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: .50;
	opacity: .50;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	

}

.nwaCtrlModal_BackgroundOpacityDark
{
	z-index: 300;
	background-color: #444444;
	filter: alpha(opacity=70);
	-moz-opacity: .50;
	opacity: .50;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	

}

