@CHARSET "UTF-8";

/* 26 Apr 2016 - Renamed orrery.css. */
/* Earth_normalmap.js */

* {
	font-size: 13px;
	font-family: Arial;
	/* font-style: italic; */
}

body {
	font-size: 13px;
	color: #002288 ; 
	/* color:White; */
}

#container {
	position:absolute;
}

#webglcanvas {
	border:none;
	background-color:#000000;
}


#properties, 
#properties td {
	font-size: 12px;
	min-width: 240px; 
	text-align: center ; 
}

.slidercontrol {
	position:absolute;
	background-color:white;
	color:black;
	text-align: center ; 
}
.slidercontrol>div {
	margin: auto ; 
}
/*
#scale {
	color: red ; 
	z-index: 3 ; 
	margin: auto ;  
}
*/


/* Mods 19 Sep. 2016 */

/* #shadingSettings, */
#container {
	font-size: 18px;
	color: white;
	font-style: italic; 
}

#shadingSettings, 
#credits {
	position: absolute ; 
	border:ridge 2px blue;
	font-size: 18px;
	color: black;
	background-color: white;
	font-style: italic; 
}
#shadingSettings {
	top: 30% ; 
	left: 20% ; 
	width: 420px;
	height: 180px ; 
}
#credits {
	/* 
	// Modified 04 Dec. 2016 to fit new text and canvas layouts -JvB
	top: 300px ; 
	left: 812px ; 
	width: 270px;
	height: 426px ; 
	*/
	z-index: 1; 
	/*
	// Modified position 25 Mar. 2017 -JvB 
	top: 320px ; 
	left: 812px ; 
	*/
	top: 325px ; 
	left: 712px ; 
	width: 270px;
	height: 406px ; 
	padding: 8px ; 
	overflow: auto ; 
}

.closeBtn {
	/*
	position: absolute ; 
	z-index: 3 ; 
	position: relative ; 
	top: 0px; 
	left: 0px; 
	*/
}

.closeBtn>img {
	width: 9px; 
	height: 9px; 
}


/* Mods 22 Sep. 2016 */

/**
26 Apr. 2016 - Brought from ephem3d/lib-orrery/js/orrery-controls.js 
	(formerly Earth_normalmap_controls.js) 
*/
/*
	$("#rotpalette").css("position","absolute") ; 
	$("#rotpalette").css("top",578) ; 
	$("#rotpalette").css("left",280) ; 
	// $("#rotpalette").css("width",800) ; 
	$("#rotpalette").css("z-index",2) ; 
	$("#rotpalette").css("color","white") ; 
	
*/
/* 22 Sep. 2016 - Switched css from #rotdsp to : */
#rotpalette {
	position: absolute ; 
	top: 580px;
	left: 280px ; 
	/* 
	width: 800 ; 
	*/
	z-index: 2 ; 
	color: white ; 
}

/**
22 Sep. 2016 - Brought from ephem3d/lib/css/threejsnormalmap_mod_css
*/
#title {
	position:absolute;
	left:20px;
	top:10px;
	color: white ; 
}

/**
26 Apr. 2016 - Brought from ephem3d/lib-orrery/js/orrery-controls.js 
	(formerly Earth_normalmap_controls.js) 
*/
/*
	$("#cntrlpnl").css("min-width", 212) ;  
	$("#cntrlpnl").css("position","absolute") ;  
	$("#cntrlpnl").css("left", wd + 10) ;  
	// $("#cntrlpnl").css("float","right") ; 
	$("#cntrlpnl").css("color","black") ; 
	$("#cntrlpnl").css("z-index",1) ; 
*/
#cntrlpnl {
	min-width: 212px ;  
	position: absolute ;  
	color: black ; 
	z-index: 1 ; 
} 

/*
24 Sep. 2016 - Having a child component with position: absolute 
	or position: fixed forces the position: absolute parent to 
	the top left of its enclosing container. Need to move the 
	child out up to the level of the lowest enclosing static or 
	relative container... or keep the child static or relative.
*/

/*
New 24 Sep. 2016 
*/
#orrerySettingsDspFS {
	/*
	position: relative; 
	left: 0px ; 
	top:0px ; 
	*/
} 
#orrerySettingsPopup {
	/*
	position: fixed; 
	left: 812px ; 
	top:20px ; 
	*/
}



