/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-position: top left;
	background-repeat: no-repeat;
	color: #2c2c2e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
/* Commonly used to style section titles. */
h2 {
	color: #3C3972;
	font-size: 14px;
	line-height: 18px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
}
/* Commonly used to style section titles. */
h3 {
	color: #3C3972;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
/* Commonly used to style section titles. */
h4 {
	color: #036;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #3C3972;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #09F;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../../images/structure/contentWrapper_bg.png);
}
#outerWrapper2 {
	background-color: #fff;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: visible;
	height: 100%;
}
#outerWrapper #header  {
	background-repeat: no-repeat;
	border-bottom: solid 8px #3c3972; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 177px;
	line-height: 15px;
	overflow: hidden; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: right;
	background-image: url(http://www.popastro.com/images/structure/headers/<?php echo $row_rs_randHead['filename_headImg']; ?>);
	background-image: url(http://www.popastro.com/images/structure/header.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-position: bottom;
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #header  h1{
	font-size: 24px;
	font-weight: bold;
	color: #EFF8DB;
	text-align: center;
}
#outerWrapper #header  #logo {
	background-image: url(http://www.popastro.com/images/structure/SPA_logo_2013.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 163px;
	padding-top: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFC;
	text-align: center;
}
#outerWrapper #header  #SPAtext {
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 780px;
	text-align: right;
	padding-top: 127px;
	overflow: visible;
	background-image: url(http://www.popastro.com/images/structure/spa_text.png);
}

#outerWrapper #contentWrapper #OccultationtopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 170px;
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #contentWrapper #planetarytopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 350px;
	font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #solartopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 300px;
		font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #auroratopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 375px;
	font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #lunartopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 400px;
	font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #deepskytopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 275px;
		font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #meteortopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 200px;
		font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #comettopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 280px;
	font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #vstopNav{
	overflow: visible;
	background-color: #3C3972;
	height: 30px;
	padding-left: 240px;
	font-family: Verdana, Geneva, sans-serif;

}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #3c3972; /* Sets the right border properties for an element using shorthand notation */
	color: #ffffcc;
	float: left;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 15px;
	width: 148px;
	border-right-style: none;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 h1 {
  color: #ffffcc;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #FFFFCC;
}
#outerWrapper #contentWrapper #leftColumn1 h3 {
  color: #FFFFCC;
}
#outerWrapper #contentWrapper #leftColumn1 rtBox {
  color: #ffffcc;
  width: 100%;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #FFFFCC;
	font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 a:link{
	color: #ffffff;
}
#outerWrapper #contentWrapper #leftColumn1 a:visited{
	color: #ffffff;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover{
	color: #FFF;
}
#outerWrapper #contentWrapper #leftColumn1 #society {
	background-image: url("../../images/structure/the_society.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	padding-top: 25px;
}
#outerWrapper #contentWrapper #leftColumn1 #sections {
	background-image: url("../../images/structure/sections.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	padding-top: 25px;
	font-size: 14px;
	color: #FFC;
}
#outerWrapper #contentWrapper #leftColumn1 #admin {
	background-image: url(../../images/structure/admin.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	padding-top: 25px;
	font-size: 14px;
	color: #FFC;
}
#outerWrapper #contentWrapper #leftColumn1 #admin a:link{
		color: #ffffff;
}
#outerWrapper #contentWrapper #leftColumn1 #admin a:visited{
		color: #ffffff;
}
#outerWrapper #contentWrapper #leftColumn1 #admin a:hover{
		color: #ffffff;
}

#outerWrapper #contentWrapper #rightColumn1 {
	color: #3c3972;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 15px;
	width: 155px;
	border-left-style: none;
	text-align: justify;
	background-repeat: repeat-y;
	background-position: right top;
}
#outerWrapper #contentWrapper #rightColumn1 h1 {
	color: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
#outerWrapper #contentWrapper #rightColumn1 h2 {
	color: #ffc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

#outerWrapper #contentWrapper #rightColumn1 #rtBox {
	background-color: #C0CBDD;
	background-image: url("../../images/structure/rt_box_top.png");
	background-position: top left;
	background-repeat: no-repeat; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 137px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: center;
}
#outerWrapper #contentWrapper #slimrightColumn1 {
	float: right;
	font-size: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 15px;
	border-left-style: none;
	background-repeat: repeat-y;
	background-position: right top;
	width: 45px;
	padding-right: 3px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-image: url("../../images/structure/corner.png");
	background-position: top left;
	background-repeat: no-repeat; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px;
	margin-top: 0;
	margin-right: 163px;
	margin-bottom: 0;
	margin-left: 163px;
	overflow: visible;
	text-align: justify;
}
#outerWrapper #contentWrapper #content #rightImg{
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	float: right;
	border: 1px solid #036;
	margin-left: 15px;
}
#outerWrapper #contentWrapper #content #forthcomingEvents {
	background-image: url(../../images/structure/forthcoming_events.png);
	background-position: left top;
	background-repeat: no-repeat; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	background-color: #FFF;
	height: 26px;
}
#outerWrapper #contentWrapper #content #forthcomingEventsBody {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #C0CBDD;
}#outerWrapper #contentWrapper #content #forthcomingEventsBody #dateRight{
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
	float: right;
	width: 200px;
}
#outerWrapper #contentWrapper #content #forthcomingEventsBody h1{
	text-align: left;
	font-size: 16px;
	color: #3c3972;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content #forthcomingEventsBody h2{
	text-align: left;
	font-size: 14px;
	color: #3c3972;
	font-weight: bold;
}#outerWrapper #contentWrapper #content #latestNews {
	background-image: url(../../images/structure/latest_SPA_news.png);
	background-position: left top;
	background-repeat: no-repeat; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	background-color: #FFF;
	padding-top: 21px;
}
#outerWrapper #contentWrapper #content #latestNewsBody {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #C0CBDD;
}#outerWrapper #contentWrapper #content #latestNewsBody #dateRight{
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
	float: right;
	width: 200px;
}
#outerWrapper #contentWrapper #content #latestNewsBody h1{
	text-align: left;
	font-size: 16px;
	color: #3c3972;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content#latestNewsBody h2{
	text-align: left;
	font-size: 14px;
	color: #3c3972;
	font-weight: bold;
}
#outerWrapper #contentWrapper #FullWidthcontent {
	background-image: url("../../images/structure/corner.png");
	background-position: top left;
	background-repeat: no-repeat; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 163px;
	overflow: visible;
}
#outerWrapper #contentWrapper #FullWidthMaincontent {
	background-image: url("../../images/structure/corner.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 163px;
	overflow: visible;
	width: 725px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin-right: 0px;
	text-align: justify;
}
#outerWrapper #contentWrapper #content h1 {
	color: #333366;
	font-size: 18px;
}
#outerWrapper #contentWrapper #content h2 {
	color: #333366;
	font-size: 16px;
	line-height: 20px;
}
#outerWrapper #contentWrapper #content h3 {
  color: #333366;
  font-size: 14px;
}
#outerWrapper #contentWrapper #content #presBox {
	color: #3C3972;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 3px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 590px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}
#outerWrapper #contentWrapper #content #presBox h1 {
  color: #3C3972;
	font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#outerWrapper  #footer {
	color: #FFFFCC;
	font-size: 9px;
	background-color: #3C3972;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../images/structure/upperfooter.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 940px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #footer a:link {
  color: #FFFFCC;
}

#outerWrapper #footer a:visited {
  color: #FFFFFF;
  font-size: 10px;
}
#outerWrapper #footer a:hover {
  color: #FFFF00;
  font-size: 10px;
  text-decoration: underline;
}
/* TABLE STYLES */
tr.occ_head {
	background-color: #2F4F4F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 7pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.occ_white {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 7pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.occ_silver {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: normal;
	font-size: 7pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.occ_table_note {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.occ_report {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.vs_head {
	background-color: #2F4F4F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.vs_white {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.vs_silver {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.meteor_head {
	background-color: #2F4F4F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.meteor_white {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.meteor_silver {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.comet_head {
	background-color: #2F4F4F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.comet_white {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.comet_silver {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.forum_line_white {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.forum_line_yellow {
	background-color: #FFFFCC;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.forum_line_white8 {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	line-height: 8pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.forum_line_yellow8 {
	background-color: #FFFFCC;
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	line-height: 8pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.forum_line_white7 {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 7pt;
	line-height: 7pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
tr.forum_line_yellow7 {
	background-color: #FFFFCC;
	color: #000000;
	font-weight: normal;
	font-size: 7pt;
	line-height: 7pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.bgBorder {
	border: 1px solid #003;
	background-color: #76739B;
}
.dark_blue_border {
	border: 1px solid #393562;
}
.small_text {
	font-size: 10px;
}
._medium_white_text {
	font-size: 14px;
	color: #FFF;
}
.error_text {
	color: #F00;
}
.small_link {
	font-size: 10px;
}
.table_bg {
	background-color: #434370;
	font-weight: bold;
}
