/* only used in testing */
#unitybody {
	background: #f0f0f0;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#unitycontent {
	float: left;
	width: 720px;
	height: 480px;
}
#unitycontent embed {
	width:100% !important;
}
#unityPlayer div.broken,
#unityPlayer div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
#unityPlayer div.broken a,
#unityPlayer div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
#unityPlayer div.broken img,
#unityPlayer div.missing img {
	border-width: 0px;
}
#unityPlayer div.broken {
	display: none;
}
div#unityPlayer {
	cursor: default;
	width: 100%;
	height: 100%;
}

#unity_wrapper a:link, 
#unity_wrapper a:visited {
	color: #000;
}
#unity_wrapper a:active, 
#unity_wrapper a:hover {
	color: #666;
}
#unity_wrapper form {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#unity_wrapper div.ui {
	float: left;
	margin: 0 5px;
}
#unity_wrapper div.ui span {
	display:inline-block;
	min-width: 80px;
}
#portal_ui {
	padding: 10px;
	display: inline-block;
}
#portal_ui .pos_x {
	width: 25px;
}
#portal_ui .portal_controller {
	display: none;
	background: #CCC;
	border: 1px solid #666;
	padding: 5px;
	margin: 5px 0px;
}
#portal_ui .addon_holder {
	display: block;
	margin: 5px auto;
	width: 100px;
	height: 100px;
	background: #FFF;
	border: 1px solid #999;
	position: relative; 
}
#portal_ui .addon_instance {
	box-sizing: border-box;
	position: absolute; 
	top: 10px;
	width: 72px;
	height: 90px;
	padding: 1px;
	font-size: 95%;
	border: 1px dashed #333;
	border-bottom: none;
	background: #ccc;
	cursor: e-resize;
	text-align: center;
}
#portal_ui .addon_instance input, #portal_ui .addon_instance select {
	max-width: 100%;
	font-size: 95%;
}
#portal_ui .addon_instance b {
	display:block;
}
#portal_ui .addon_instance b:hover {
	color: #F00;
	cursor: pointer;
}
#portal_ui .addon_overlapping {
	background: #F33;
	opacity: 0.75;
}
#addon_ui {		/* this object will get cut into jquery, so hide it from the user */
	display: none;
}
