﻿/*Modal Popup*/
.modalBackground {
	background-color:#eeeeee;
	filter:alpha(opacity=60);
	opacity:0.60;
}

.modalPopup {
	/*background-color:#d7e4f8;
	border:solid 1px #c3dffb;*/
}

/*
Input Panel section

#InputPanel
{
	border:solid 1px #c3dffb;
}
*/
#PopupPanel
{
	background-color:#d7e4f8;
	border:solid 1px #c3dffb;
	text-align:left;
}

#PopupHead
{
	background-color:#d7e4f8;
	padding:8px;	
	text-align:left;
}
#PopupHead h3
{
	font-size: 0.8em;	
	font-weight: normal;
}

#PopupBody
{
	background-color:white;
	padding:8px;
}

#PopupFooter
{
	background-color:white;
	border-top: dotted 1px #c3dffb;
	padding:8px;
	text-align:right;
}

