body
{
	list-style-position: outside;
	vertical-align: top;
	font-family: Arial;
	list-style-type: disc;
	background-color: #a9a9a9;
	text-align: left;
}
table
{
	border-color:Black;
}
.modalBackground
{
	background-color:#333333;
	filter:alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #FFFFCC;
	border-width: 3px;
	border-style: solid;
	border-color: Red;
	padding: 3px;
}
#ProgressIndicatorTable
{
	z-index:9;
	width: 200px; 
	background-color: #EEEEEE; 
	top:40%;
	left:30%;
	position: absolute;
}
.ProgressModal
{
	top:0px; 
	left:0px; 
	height:1200px; 
	width:2000px; 
	z-index:4; 
	background-color:Gray; 
    opacity:0.7; 
    filter:alpha(opacity=70); 
    position:absolute; 
    text-align:center; 
    vertical-align:middle;
}
#PolarizationOverlayPanel
{
	z-index:5;
}
#FDTextOverlayPanel
{
	z-index:1;
}
#IDTChart
{
	z-index:2;
}
#BlankSpace
{
	display:none;
}