/* CSS Document */
/*.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.60;
	filter: alpha(opacity=60);
}
.black_overlay{
       display: none;
       position: fixed;
       top: 0%;
       left: 0%;
       width: 100%;
       height: 100%;
       background-color: black;
       z-index:1001;
       -moz-opacity: 0.8;
 		opacity:.60;
       filter: alpha(opacity=60);
       overflow: auto;
}
.white_content{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 50%;
	padding:15px;
	border: 6px double #305aa0;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}
.dashboard_white_content{
	display: none;
	position: absolute;
	top: 10%;
	left: 5%;
	width: 90%;
	padding:15px;
	border: 6px double #305aa0;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}		
.sign_in_lightbox_header{
	align: center;
	text-align:justify;
	font-family:Arial;
	color: #305aa0;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	padding-bottom:20px;
}*/
.black_overlay{
       display: none;
       position: fixed;
       top: 0%;
       left: 0%;
       width: 100%;
       height: 100%;
       background-color: black;
       z-index:1001;
       -moz-opacity: 0.8;
 		opacity:.60;
       filter: alpha(opacity=60);
       overflow: auto;
}
* html .black_overlay {
	position: absolute;
}
.white_content{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 50%;
	padding:15px;
	border: 6px double #305aa0;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}

* html .white_content {
	position: absolute;
}
.dashboard_white_content{
	display: none;
	position: absolute;
	top: 10%;
	left: 5%;
	width: 90%;
	padding:15px;
	border: 6px double #305aa0;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}	