@charset "utf-8";

/************** Basic Page ****************/

object { /*Remove Flash outlines in Firefox*/
	outline: none;
} 

body {
	font: 1em Verdana, Arial, Helvetica, sans-serif,;
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../assets/images/starry.jpg);
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.oneColFixCtrHdr #container {
	width: 966px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr #header {
	padding: 0px;
	height: 158px;
	position: relative;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../assets/menus/sky_page_15.gif);
}

#header-spacer { /* Extra space at top of page */
	height: 15px
}

#breadcrumb {
	padding: 0px;
	background-image: url(../assets/menus/sky_page_17.gif);
	height: 27px;
}

#breadcrumb-left {
	float: left;
	padding: 5px 0px 0px 14px;
	height: 22px;
	width: 820px;
}

#breadcrumb-right {
	float: right;
	padding: 5px 14px 0px 0px;
	height: 22px;
	width: 100px;
	text-align: right;
}

#main-content-top {
	position: relative;
}

#main-content-left {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 30px;
}

#main-content-right {
	float: right;
	width: 160px;
	padding: 0px 10px 0px 0px;
}

#main-content-bottom {
	position: relative;
	padding: 30px 0px 30px 0px;
}

.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .1em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer #footer-content-left p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .4em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer #footer-content-right p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .4em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer-black { /* Bottom frame image */
	background-image: url(../assets/menus/sky_page_16.gif);
	height: 13px;
	background-repeat: no-repeat;
}

.clear-float {
	clear: both;
	padding: 0px 0px 0px 0px;
	height: 2px;
}

/************** Ad Formatting ****************/

.ad-top {
	clear: both;
	float: right;
	padding: 20px 0px 20px 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ad-top-2 {
	clear: both;
	padding: 20px 0px 20px 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ad-bottom {
	padding: 30px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/************** Introduction Page ****************/

#intro-title { 
	padding: 20px 0px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}


/************** Systems Pages ****************/

#systems-intro {
	padding: 0px 30px 20px 30px;
	text-align: left;
	width: 900px;
}


/************** Other Moons Pages ****************/

#moons-intro {
	padding: 10px 30px 10px 30px;
	text-align: left;
	width: 900px;
}

.text-block {
	text-align: left;
	width: 700px;
}

.moon-divider { /* Divider between moons */
	width: 700px;
	height: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#C06AE2;
	overflow:hidden 
}

.moon-text {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 8px;
}

.td-image-block-moons {
	width: 170px;
	height: 170px;
	padding-top: 4px;
}

.td-image-space-moons {
	width: 30px;
}

.td-image-label-moons {
	width: 170px;
	height: 60px;
	text-align: center;
	vertical-align: center;
}

.image-frame-moons {
	border-width: 3px;
	border-color: #808080;
	border-style: solid;
	width: 170px;
	height: 170px;
}



/************** Planet Pages ****************/

#planet-menu { /* Top rollover image planet menu */
	padding: 12px 0px 8px 0px;
}

#planet-menu-divider { /* Divider under planet menu */
	width: 962px;
	height: 4px;
	background-color:#C06AE2;
	overflow:hidden 
}

#title-image { /* Title text and navigation bar */
	clear: both;
	display: block;
	text-align: center;
	margin: 10px auto 0px auto;
}


/************** Image Display ****************/


.center-image { /* Used to center images on the page */
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.image-frame-top { /* Frame for top row of images */
	border-width: 3px;
	border-color: #808080;
	border-style: solid;
	width: 240px;
	height: 240px;
}

.image-frame-mid { /* Frame for middle row of images */
	border-width: 3px;
	border-color: #808080;
	border-style: solid;
	width: 200px;
	height: 200px;
}

.image-frame-intro { /* Frame for middle row of images */
	border-width: 3px;
	border-color: #808080;
	border-style: solid;
	width: 260px;
	height: 200px;
}

.image-frame-wide { /* Frame for wide image */
	border-width: 3px;
	border-color: #808080;
	border-style: solid;
	width: 688px;
	height: 200px;
}


/************** Text Formatting ****************/

a:link {
	color: #FF0;
}

a:visited {
	color: #FF0;
}

a:hover {
	color: #0F0;
}

a:active {
	color: #0FF;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 48px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	font-size: 48px;
}

h2 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font: bold Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

.paragraph {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: justify;
}

.paragraph-bold {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: justify;
}

.center-text { /* Used to center text on the page */
	text-align: center;
}

.label-text { /* Text for labels under images */
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

.label-text-intro { 
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}

.copyright { /* Copyright & credit text under images */
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFF;
}

.breadcrumb-text {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.links-lg {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.links-sm {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.stat-text {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 6px;
}

/************** Buttons ****************/

#btn-back{ /* Rollover image part 1 */
  display: block;
  width: 99px;
  height: 62px;
  background: url("assets/images/ss_arrow_left.gif") no-repeat 0 0;
}

#btn-back:hover{ /* Rollover image part 2 */
  background-position: 0 -62px;
}

#btn-back span{ /* Rollover image part 3 */
  display: none;
}

#btn-next{ /* Rollover image part 1 */
  display: block;
  width: 99px;
  height: 62px;
  background: url("assets/images/ss_arrow_right.gif") no-repeat 0 0;
}

#btn-next:hover{ /* Rollover image part 2 */
  background-position: 0 -62px;
}

#btn-next span{ /* Rollover image part 3 */
  display: none;
}


/************** Tables ****************/

.table-center {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#statistics {
	margin-right: auto;
	margin-left: auto;
}

#stat-table {
	border-width: 3px;
	border-color: #808080;
	border-style: solid;
	padding: 6px;
}

#stat-table-moons {

	vertical-align: top;
}

.moon-text-bold {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 6px;
	font-weight: bold;
}

#moons {
	border-width: 3px;
	border-color: #808080;
	border-style: solid;
	padding: 6px 10px 6px 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.td-moon-table {
	margin-right: auto;
	margin-left: auto;
}

.td-nav-bar {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px;
}

.td-nav-arrow-left {
	width: 99px;
	text-align: left;
	vertical-align: middle;	
}

.td-nav-text-left {
	width: 120px;
	text-align: left;
	vertical-align: middle;
}

.td-nav-text-center {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	height: auto;
	font-size: 48px;
	font-weight: bold;
}

.td-nav-arrow-right {
	width: 99px;
	text-align: right;
}

.td-nav-text-right {
	width: 120px;
	text-align: right;
}

.td-image-block-top {
	width: 200px;
	height: 200px;
	padding-top: 20px;
}

.td-image-block-mid {
	width: 200px;
	height: 220px;
	padding-top: 20px;
}

.td-image-block-intro {
	padding-top: 20px;
}

.td-image-block-wide {
	width: 688px;
	height: 200px;
	padding-top: 20px;
}

.td-image-space-intro {
	width: 80px;
}

.td-image-space-top {
	width: 50px;
}

.td-image-space-mid {
	width: 40px;
}

.td-image-space-stat {
	width: 20px;
}

.td-image-label-top {
	width: 240px;
	height: 10px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}

.td-image-label-mid {
	width: 200px;
	height: 60px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}

.td-image-label-intro {
	width: 260px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 20px;
}

.td-image-label-wide {
	width: 688px;
	height: 60px;
	text-align: center;
	padding-bottom: 20px;
}

.td-stat-left {
	text-align: right;
	vertical-align: top;
	padding: 10px;
}

.td-stat-right {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.td-title-left {
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	padding-left: 20px;
}

.td-title-center {
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

.td-moons-name {
	width: 110px;
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
	font-weight: bold;
}

.td-moons-pronounce {
	width: 140px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}

.td-moons-order {
	width: 60px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}

.td-moons-diameter {
	width:80px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}

.td-moons-orbit {
	width: 90px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}

.td-moons-distance {
	width: 90px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}

.td-moons-year {
	width: 90px;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}

