@charset "UTF-8";
/* CSS - Probe Manipulation Application */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #666;
	color: black;
	margin:0px 0px;
	padding:0px 0px;
}
div#total {
	width:960px;
	background-color:#fff;
}
div#appHeader, div#appFooter {
	font-size:14px;
	padding-left:10px;
	background-color:#000;
	color:#CCC;
	padding:0.3em 10px;
}
div#appFooter {
	font-size:10px;
	text-align:center;
}
div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.missing img {
	border-width: 0px;
}
div#appCameraControlHeader {
	float:left;
	line-height:20px;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	width:160px;
	height:20px;
	background-color:#333;
	color:#CCC;
	text-align:center;
}
div#app3dHeader {
	float:left;
	line-height:20px;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	width:400px;
	height:20px;
	background-color:#333;
	color:#CCC;
	text-align:center;
}
div#appControlsHeader {
	font-size:12px;
	line-height:20px;
	float:left;
	width:340px;
	height:20px;
	margin-left:10px;
	background-color:#333;
	color:#CCC;
	text-align:center;
}



div#unityPlayer {
	cursor: default;
	height: 450px;
	width: 960px;
	float:left;
	margin-left:0px;
	margin-right:0px;
}
div#unityProbeControls {
	height: 450px;
	width: 140px;
	float:left;
	margin-left:10px;
	background-color:#fff;
}
/* Row 3 --> 2 columns */

div#appCameraControlFooter {
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:160px;
	height:10px;
	background-color:#333;
	color:#CCC;
}
div#app3dFooter {
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:400px;
	height:10px;
	background-color:#333;
	color:#CCC;
}
div#appControlsFooter {
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:340px;
	height:10px;
	background-color:#333;
	color:#CCC;
}
/** MooToolsSlider **/
div#unityProbeControls {
	margin-top:10px;	
}
div#unityProbeControls div.slider {
	background: #CCC;
	height: 16px;
	width: 140px;
	position:relative;
}
div#unityProbeControls div.slider div.knob {
	/*background: #000;*/
	width: 16px;
	height: 16px;
	background-image:url(../images/sliderKnob_01.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	/*border-radius:4px 4px;*/
}
div#unityProbeControls div.sliderControlGroup {
	font-size:12px;
	margin-bottom:30px;
}
div#unityProbeControls div.sliderControlGroup div {
	margin-bottom:10px;
}
div#unityProbeControls div.sliderControlGroup div.slider {
	background-image:url(../images/sliderBgMiddle_02.jpg);
	margin-bottom:5px;
}
div#unityProbeControls div.sliderControlGroup div.sliderSubtext span.right {
	position:absolute;
	right:0px;
	text-align:right;
}
div#unityProbeControls div.sliderControlGroup div.sliderSubtext {
	position:relative;
	font-size:10px;
	color:#666;
}