﻿.popupControl 
{
	background-color: #AAD4FF;
	position: absolute;
	
	visibility: hidden;
	border: solid 2px #363636;
}

.modalBackground 
{
	background-color: #666666;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup 
{
	background-color: White;
	border: solid 3pt #b7b7b7;
	
	padding: 10px 10px 10px 10px;
	z-index: 10001;
	
	height: auto;
	width: 500px;
	
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #363636;
	text-align: left;
}

.modalPopup h2
{
	margin: 0 0 0 0;
					
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #1f84d5;
}

	.modalPopupResponseMessage
	{
		text-align: left;
	}
	
	.modalPopupResponseButtons
	{
		text-align: right;
	}

	.modalInstructions
	{
		line-height: 1.3;
	}
	
	.modalInstructions p
	{
		margin-bottom: 10px;
	}
	
	.modalContent
	{
		overflow: auto;
		max-height: 400px;
	}
	
	.modalFooter
	{
		margin-top: 10px;
		
		font-family: Arial, Sans-Serif;
		font-size: 10pt;
		color: #363636;
		text-align: left;
		line-height: 1.3;
	}
	
		.modalFooter ul
		{
			margin-top: auto;
			padding-top: 10px;
		}
	
	.modalDisclaimer
	{
		margin-top: 10px;
		padding: 0 10px 0 10px;
		
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 8pt;
		color: #666666;
		text-align: center;
	}
	
	.modalPopupTable
	{
		margin-top: 10px;
	}
	
	.modalPopupRow
	{
		padding-bottom: 5px;
	}
	
	.modalPopupHeaderCell
	{	
		vertical-align: top;
		padding-right: 5px;
			
		width: auto;
		
		font-family: Verdana, Sans-Serif;
		font-size: 9pt;
		font-weight: bold;
	}
	
	.modalPopupCell
	{
		text-align: right;
	}
	
	.modalPopupHeader
	{				
		margin: 0 0 10px 130px;
		padding: 0 10px 0 20px;
		
		background-color: #1f84d6;
		background-image: url('../images/headerPanelLeft_lightBlue.jpg');
		background-position: left center;
		background-repeat: no-repeat;
		
		font-family: Arial Black, Sans-Serif;
		font-size: 14pt;
		font-weight: bold;
		text-align: left;
		color: White;
		line-height: 28px;
		
		height: 30px;
		width: 350px;
	}
	
	.modalPopup input[type="text"],
	.modalPopup textarea
	{	
		background-color: white;
		border: solid 1pt #1f84d6;
		
		font-family: Arial, Sans-Serif;
		font-size: 10pt;
		color: #363636;
		width: 350px;
	}
	
	.modalPopup input[type="submit"]
	{
		padding: 0 5px 0 5px;
		
		background-color: #001169;
		border: solid 1pt #1f84d6;
		
		margin-top: 10px;
		margin-left: 5px;
		
		font-family: Arial, Sans-Serif;
		font-size: 10pt;
		font-weight: bold;
		color: White;
	}
