/* site.css - Style sheet for the whole amazing space site. 
*
* NOTE: Netscape 4.0 handling
*    NS4 is handled by making extra definitions and by hiding definitions.  
*    First off, definitions are hidden from NS4 by using the '*' syntax.
*    Second, definitions specific to NS4 are preceeded by the comment "NS4 HACK".
*      Often, NS4-specific definitions are over-ridden in the subsequent '*'-defined style.
*    To remove all NS4 hacks, do the following:
*      - Remove all definitions after each "NS4 HACK" comment.
*      - Merge duplicate styles, those with a '*' and those without a '*' into a single style.
*/

/* Clear floats with. */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* HTML Defaults */
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
}
body {
	background-color: #FFFFFF;
	color: #000000;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #999900;
}

/* Hide things that should not be seen on screen */
@media screen {
	.onscreen-hide {
		display: none;
	}
}

/* Make sure linked images have no border. */
img {
	/*/*/ border: none; /* Hack: NS4- Hide from NS4. */
}

/** Special Stats collector **/
#StatsBlock {
	position: absolute;
}

/* Footer */
.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color: #999999; 
	padding-top: 23px; 
	padding-bottom: 10px
}
.footer a:link, .footer a:visited {
	color: #CCCCCC;
	/* NS4 HACK */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
}

/* The path/breadcrumb areas. */
#pathhead { /* The path which appears before the page content. */
	background-color: #9999cc;
	border-left: solid 1px #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/* HACK: NS4 */
	background-image: url(/graphics/all-bar-long.gif);
	background-repeat: no-repeat;
}
*#pathhead {
	background-repeat: repeat-x;
}
#pathhead a:link, #pathhead a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#pathhead p {
	margin: 9px 0 0 0;
	padding: 0 7px 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#pathhead p.noimage {
	padding-left: 10px;
}
#pathhead img {
	margin-top: 9px;
	vertical-align: top;
}
#pathhead p img {
	float: left;
	margin-top: 0;
}
#pathfoot {
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	padding-top: 7px;
}
#pathfoot p { /* Path that appears after the page content. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f6f9f;
	margin: 0 14px 0 0;
	padding: 0;
}
*#pathfoot p {
	background-image: url(/graphics/red_starguy.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 2px 0px;
}
#pathfoot a:link, #pathfoot a:visited {
	font-size: 12px;
	color: #6f6f9f;
}

/* Left-hand navigation area. */
.lnav, .lnav a:link, .lnav a:visited,
.lnavcur, .lnavcur a:link, .lnavcur a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #999999; 
}
.lnav a:visited { 
	color: #aaaaaa;
}
.lnav, .lnavcur {
	padding-bottom: 13px;
}
.lnavcur, .lnavcur a:link, .lnavcur a:visited {
	color: #cc6600; 
}
/* Extra text in the lnav. */
.lnav span, .lnavcur span, .lnav div, .lnavcur div  {
	font-size: 11px;
	font-weight: normal;
}
.lnav div, .lnavcur div {
	margin-top: 3px;
	line-height: 100%;
}

/* Right-hand column styles. */
.righttext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.righttext p {
	margin: 0;
	padding: 0;
	color: #CCCCCC; 
}
.righttexthead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #CCCCCC;
}

/** Content area **/

/* Outer content containing wall */
#ContentCellBlock {
	vertical-align: top;
}

/* Content cell */ 
#content {
	margin: 0;
	padding: 0 0 8px 24px;
	border-left: solid 1px #999999;
	vertical-align: top;
}
td.contenthackns4 {
	width: 440px; /* Hack: NS4- Size is wrong in td for NS4. Fixed here. */
	vertical-align: top;
}

/* Right-hand searchbox */
.searchText {
	width: 80px;
	font: 12px Arial, Helvetica, sans-serif;
}

/* Page titling. */
.subtitle {
	color: #ccccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
	margin-left: 14px;
	margin-bottom: 0px;
}
.title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin-left: 14px;
	margin-bottom: 17px;
}

/* Major section heading. */
.heading, .heading a, .headingsubsequent,
.headsmall, .headsmall a, .headsmall a:visited, .headsmall a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #669999; 
}
.heading, .headingsubsequent {
	margin: 16px 15px 0 0;
	padding-bottom: 5px; 
	font-size: 21px; 
}
.headingsubsequent {
	padding-top: 1px;
	border-top: solid 1px #999999;
}
.headsmall {
	margin: 0;
	padding-top: 15px; 
	padding-bottom: 4px; 
	font-size: 18px;
}
.headingnote {
	font-size: 13px !important;
}
.headingnote a:link, .headingnote a:visited {
	color: #669999; 
}

/* General paragraph/text styles. */
.indent {
	margin-left: 2em;
}

/* Used for index tables. */
.indexTable {
	margin: 0;
	padding: 0;
}
.indexTable td, td.indexTable, .indexTable a:link, .indexTable a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.indexTable a:link {
	color: #666666;
}
.indexTable a:visited {
	color: #669999;
}
.indexTable td {
	margin: 0;
	padding: 0 15px 0 0;
	width: 50%;
	vertical-align: top;
}
.indexTable .right {
	padding-left: 10px;
	border-left: solid 1px #999999;
}
.indexTable ul {
	margin: 0;
	padding: 0;
	/*/*/list-style: none; /* Hack: NS4- Hide from NS4. */
}
.indexTable li {
	margin-bottom: 6px;
	/*/*/background: url(/graphics/whitebullet14.gif) no-repeat 0px 2px; /* Hack: NS4- Hide from NS4 */
}

/* What's new area */
.whatsnew { 
	color: #9999cc;
	/* NS4 HACK */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.whatsnew a:visited, .whatsnew a:link {  
	font-size: 13px; 
	font-weight: bold; 
	color: #666699
}
.whatsnew a:link {
	color: #99cc00
}

/* Break-out: Boxes with extra info. */
.breakout {
	background-color: #9999cc;
	background-image: url(/capture/graphics/whats-bkg.gif);
	background-repeat: no-repeat;
}
.breakout p {
	padding: 10px 5px 7px 10px;
	color: #ccccFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.breakout p a:link, .breakout p a:visited {
	color: #ffffff;
}

/* Site warning. */
#siteWarningBlock {
	background-color: #CC3300;
}
#siteWarningBlock .title {
	margin-top: 5px;
	margin-left: 12px;
	margin-bottom: 5px;
}
#siteWarningBlock p {
	margin-left: 12px;
	margin-right: 12px;
	color: #FFFFFF;
}

/**** Media-specific styles ****/

/*** Screen-only styles ***/

/** Show only on the screen.
 **   Define the default for all other media now.
 **/
.screenOnly {
	display: none;
}

@media screen {

  /** Do NOT show for screen-based clients **/
  .noscreen {
  	display: none;
  }
  
  /** Show only on the screen. **/
  .screenOnly {
  	display: inherit;
  }
}

/* Version 1: Uncofirmed usage */
.bodycopy {  font-size: 13px; margin-top: 0px; margin-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal}
.navdefault {  font-size: 13px; font-style: normal; font-weight: bold; margin-top: 0px; margin-bottom: 0px; font-family: Arial, Helvetica, sans-serif}
.whitepgfooterlink {  font-size: 13px; color: #999999}
.whitepgfooterbracket {  font-size: 15px; color: #CCCCCC}
.bold {  font-weight: bold}
.normal {  font-style: normal; font-weight: normal}
.headbg {  background-color: #000000}
.borderbg {  background-color: #4f7777}

/* Site maintenance. If this styles are used, something has not been completed! */
.SITEISSUE {  
	font-family: "Courier New", Courier, mono !important; 
	color: #000000 !important; 
	background-color: #00FF00 !important;
}
.TEXTISSUE {
	color: #00FF00 !important;
}




#pathhead2 { /* The path which appears before the page content. */
	background-color: #9999cc;
	border-left: solid 1px #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/* HACK: NS4 */
	background-image: url(/graphics/all-bar-long.gif);
	background-repeat: no-repeat;
}
*#pathhead2 {
	background-repeat: repeat-x;
}
#pathhead2 a:link, #pathhead a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#pathhead2 p {
	margin: 9px 0 0 0;
	padding: 0 7px 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#pathhead2 p.noimage {
	padding-left: 10px;
}
#pathhead2 img {
	margin-top: 9px;
	vertical-align: top;
}
#pathhead2 p img {
	float: left;
	margin-top: 0;
}

