/* CSS Document */

.ShowHideLayer {
	padding:20px;
	padding-bottom:5px;
	width:500px;
	float:right;
	background-color:#3876CA;
	/*background-image:url(BodyTextBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	border:1px solid #cccccc;
	opacity: .92;
	filter: alpha(opacity=92);
	position:absolute;
	left: 378px;
	top: 229px;
	min-height:360px;
	height: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	display:none;
	}
.ShowHideLayerON {
	padding:20px;
	padding-bottom:5px;
	width:500px;
	float:right;
	background-color:#3876CA;
	/*background-image:url(BodyTextBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	border:1px solid #cccccc;
	opacity: .92;
	filter: alpha(opacity=92);
	position:absolute;
	left: 378px;
	top: 229px;
	min-height:360px;
	height: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	}
	
.closewindow {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	}