@import "calendar.css";

#columnB {
	width: 98%;
}
#popupBlock {
	width: 100%;
	height: 100%;
	display: none; 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/* height: 400px; */	
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index: 100;
}
#popupWindow {
	display: none; 
	position: absolute;
	background-color: white;
	width: 92%;
	height: 88%;
	border: 1px solid black;

	left: 3%;
	top: 5%;
	z-index: 110;
	padding: 10px;

}
#popupContent {
	width: 100%;
	height: 95%;
	overflow: auto;
	margin: 5px;
}
#iFrameMenu {
	display: none;
	top: 0px;
	left: 0px;
	width: 95%;
	height: 95%;
	border: 0px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
