@CHARSET "ISO-8859-1";

div.top_curtain {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 0;
	opacity: 0.7;
	transition: 2s width 0s;
	background: linear-gradient(to left, black, blue, black, purple, black, blue, black,
		blue, black, purple, black);
	opacity: 1;
}

div.top_shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 0;
	opacity: 0.7;
	background-color: grey;
	transition: 2s width 0s;
}

#top_shadow_menu {
	background-color: black;
	position: fixed;
	width: 30%;
	top: 30%;
	left: 35%;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 20px;
	border-radius: 5px;
	border: 3px solid silver;
	'
}

#large_overlay {
	position: absolute;
	transition: all 0.8s;
	
	min-width: 75%;
	min-height: 32px;
	color: white;
	background-color: #000000;
	border: 2px solid blue;
	box-shadow: 0px 0px 45px #6666ff;
	border-radius: 10px;
	overflow: auto;
	padding: 10px;
}

.overlay_opened {
	max-height: 45%;
	opacity: 1;
	right: 11%;
	left:11%;
	top: 2%;
	max-width: 96%;
	width:75%;
	z-index: 17;
	display:block;
}

.overlay_closed {
	max-height: 0px;
	opacity: 0;
	right: 45%;
	left:45%;
	top: 2%;
	width: 0%;
	z-index: -17;
	display:none;
}

.overlay_expanded {
	max-height: 96%;
	opacity: 1;
	right: 2%;
	left:2%;
	top: 2%;
	width: 96%;
	z-index: 17;
	display:block;
}

.qtable {
	background: #212121;
	color: #dd0;
	width: 100%
}

.qtable td {
	padding: 2px;
	margin: 0;
	border: 1px solid #ddd
}
