@CHARSET "UTF-8";

body {
	color:LightBlue;
}

#prompt {
	position:absolute;
	bottom:20px;
	left:20px; 
}

#status {
	position:absolute;
	bottom:20px;
	width:200px;
	height:40px;
	right:20px;
}

#rotation {
	position:absolute;
	left:20px;
	top:0px;
}

#scale {
	position:absolute;
	left:20px;
	top:20px;
}


/* 09 Mar. 2016 - added by JvB */
#prompt, #status, 
#rotation, #scale 
{
	font-size: 18px; 
}

#slider {
	position:absolute;
	width:800px;
	top:610px;
	height:10px;
	background:#e9e9e9;
}

#slider .ui-slider-handle {
	height:12px;
	top:-2px;
	width:16px;
}

#properties {
	color:MidnightBlue;
	position:absolute;
	left:810px;
	top:20px;
	font-size:16px;
	margin-top:10px;
	margin-left:10px;
}


/*
#slider {
	position:absolute;
	width:800px;
	top:610px;
	height:10px;
	background:#e9e9e9;
}
*/

#controls { 
	font-size: 18px ; 
	/*position:fixed;*/
	position:absolute;
	top: 650px; /*400px;*/
	width:800px;
	height:100px;
	/*background:#e9e9e9;*/
	background:#000 ; 
}

#controls label {
	font-size: 18px ; 
}

#controls input { 
	height: 20px ; 
	font-size: 9pt ; 
	background:#e9e9e9; 
}


/* Mods 19 Sep. 2016 */

/* 19 Sep. 2016 - children of #shadingSettings in orrery.css */ 
#diffuseColor {
	/*
	position: absolute;
	position: relative;
	top:80px;
	*/
}
#specularColor {
	/*
	position: absolute;
	position: relative;
	top:120px;
	*/
}
.colorSelector {
	/*
	position: absolute;
	*/
	position: relative;
	background-color: white ; 
	color: black ; 
	font-size:16px;
	margin-left:10px;
	height: 40px; 
}
.colorSelector > div:first-child {
	/*
	position: relative;
	float: left ; 
	*/
	position: absolute;
	top: 4px;
	left: 140px;
	height: 28px;
	width: 28px;
	background: url(../colorpicker/images/select2.png) center;
}
.colorSelector > div.lbl {
	/*
	position: relative;
	position: absolute;
	top: 4px;
	left: 40px;
	width: 140px; 
	*/
	height: 28px;
	color: #888 ; 
}

/* 19 Sep. 2016 - children of #credits in orrery.css */ 
#texturePicker {
	font-size:16px;
	/*
	position:absolute;
	top:200px;
	position:relative;
	top:20px;
	*/
	margin-left:10px;
}
#textureUrl {
	font-size:10px;
}
#texturePicker .swatch {
  width: 320px;
  height: 240px;
  margin-left: 20px;
  margin-top: 30px;
  background-size:100% 100%;
}
