@charset "utf-8";
/* CSS Document */
.workspace {
	position:relative;
}
.flashcontainer {
	position:relative;
	cursor:pointer;
	/*height:50px;
	width:640px;*/
	top:0px;
	left:0px;
	z-index:2;
}
#ScreenSizeDiv{
	position:relative;
	left:inherit;
	display:none;
	z-index:10;
}
.altContentDiv {
	position: relative;
	cursor:pointer;
	height:95%;
	width:100%;
	z-index:3;
}
.controlPanel {
	position: relative;
	background-color:#c9c9ba;
	height:5%;
	min-height:30px;
	z-index:5;
}
.buttons {
	position:relative;	
	top:10%;
	left:25px;
	min-height:18px;
	height:24px;
}
#pathText {
	left:150px;
	position:absolute;
	min-height:18px;
	height:24px;
	top: -12px;
	float:right;
}
#Close {
	background-color: #666666;
	color:#FFF;
	border:2px solid #000000;
	font-weight:bold;	
}
#Close:hover{
	background-color:#CCCCCC;
	cursor:pointer;
}