@charset "utf-8";
/* Spacecraft Explorer CSS Document */

/*<!-- SC EXPLORER ------------------------------------------------->*/
#scExplorer {
	position:absolute;
	top: -30px;  /* was -10 */
	left: 150px; /* was -10 */
/*
width: 800px;
height: 450px;
*/
/* debug to see edges of divs:
	border: solid 1px red;  
*/
}

#sc00,#sc0,#sc1, #sc2, #sc3, #sc4, #sc5, #sc6, #sc7, #sc8, #sc9, #sc10 {
position:absolute;
z-index:101;
top:20px;
left:425px;
width:auto;     /* was width:auto; */
display:none;
/* debug to see edges of divs:
	border: solid 1px red;  */
}

/*  is the MINIMIZED version of the sat - needs special postioning - override above here */
#sc0 {
top:80px;
left:545px;
}

/* NO SPACECRAFT VERSION */
#sc00 {
border: solid red 1px;
}



#scBed {
	position:absolute;
	z-index:100;
	top:185px;
	left:560px;
	width:245px;
	height:210px;
	border-color:#666666;
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 	8px;
	-webkit-border-radius: 	8px;
	-khtml-border-radius: 	8px;
	border-radius: 			8px;
	/* Note: using trans pngs for bg opacities-compatible with ALL browsers back to ie6, more  than various css methods */
background:url(../../spacecraftExplorer/code/images/blackTrans50.png) repeat;
}
/* sc controls styles */

#scControls {
	font-weight:bold;
	font-size: 90%;
	width:250px;  /* slightly smaller than scBed */
	background:none;
	position:absolute;
	z-index:103;
	top:327px;
	left:560px;  /* same as scBed *//* debug to see edges of divs:
	border: solid 1px #eeeeee;  
*/
}
#scControls ul {
	display: inline;
	font-size:12px;
}
#scControls ul li {
	display: inline;
}
#scControls ul li a {
	display: inline-block;
	width: 12px;
	height:12px;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:2px;
}
#scControls ul li a:link {
	background:none;
}
#scControls ul li a:visited {
	background:grey;
}
#scControls ul li a:hover {
	border-color:#ffffff;
	background:#ffcc00;
}
#scControls ul li a:active {
	background:#ffffff;
}

/* the selected state of the btn */
#scControls ul li a.selected {
	background:#ffcc00;
}

#scControls a {
	color: #0099FF;
	text-decoration:none;
}
#scControls a img:hover {
	color: #0099FF;
	border: #0099FF solid 2px;
	text-decoration:none;
}
/**** SC Details Styles */

#scDetailsBed {  /* NOT CURRENTLY USED - this is hidden div showing the facts of the SC labels 8?
	position:absolute;
	z-index:105;
	top:125px;
	left:225px;
	width:500px;
	height:300px;
	border-color:#cccccc;
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 	20px;
	-webkit-border-radius: 	20px;
	-khtml-border-radius: 	20px;
	border-radius: 		20px;
	overflow:auto;
	/* Note: using trans pngs for bg opacities-compatible with ALL browsers back to ie6, more  than various css methods */
background:url(../../spacecraftExplorer/code/images/whiteBgTrans25Percent.png) repeat;/* testing stuff, not to be included in final */
	 
}
#scDetailsSc1, #scDetailsSc2, #scDetailsSc3, #scDetailsSc4, #scDetailsSc5, #scDetailsSc6, #scDetailsSc7, #scDetailsSc8, #scDetails, #scDetailsSc10 {
	position:absolute;
	z-index:104;
	top:0px;
	left:0px;
	width:90%;
	height:90%;
	padding:10px;
	visibility:hidden; /* start out with all hidden */
}
