.reportSelect_Container
{
	position:absolute;
	left:200px;
	top:50px;
	width:450px;
	height:400px;
	background-color:White;
	border:solid 1px silver;
	overflow:hidden;
	text-align:center;
	font-family:Tahoma;
	z-index:1000;			
}

.reportSelect_Container .header
{
	height: 60px;
	vertical-align:top;
	padding: 5px 10px 5px 10px;
	text-align:left;
}

.reportSelect_Container .body
{
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	width:95%;
	border:solid 1px silver;
	margin:0px auto;
	text-align:left;
}

.reportSelect_Container .footer
{
	text-align:right;
	height:20px;
	padding: 10px 10px 5px 0;
	position:relative;
	top:-5px;
}

.shadow
{
   position:absolute;
   z-index: 500;
   filter:alpha(opacity=30);
   opacity:0.3;
   /*left:0px;
   top:0px;*/
   width:100%;
   height:100%;
   background-color:Gray;           
}
