@charset "UTF-8";
/* CSS Document */
#Shroud{
  width:100%;
  height:100%;
  background-color:#3f4e5c;
  opacity:0.8;
  position:fixed;
  top:0px;
  left:0px;
  z-index:999999 !important
}
#ShadowBox{
	position: fixed;
	top:0px;
	left:0px; 
/*	top:33%; */
/*	left:33%; */
	background-color: transparent;
	width:100%;
	height:100%;
	overflow:hidden;
/*	float:center; */
	padding-bottom: 4px;
	padding-right: 4px;
	 z-index:1999999 !important;
}
#popWindow{
	position:relative;
	 background-color: #fff; 
	 border: 1px solid #000;
	 padding-right: 3px;
	 padding-bottom: 3px;
  	opacity:0.9;
	 overflow:auto; 
	 z-index:2999999 !important;
	width:974px;
	height:500px;
}
#xbox {
	background:#3f4e5c;
	overflow:hidden;
	z-index:3999999 !important;
	text-align:right;
/*	float:left;*/
	width:100%;	
}
.Hidden{
	visibility:hidden;
}
.bob{
	visibility:visible;
}

.accordianClosed{
	width: 50%;
	display:inline
}
.accordainOpened{
	width: 50%;
	background-color:transparent;
	display:inline;
}
