body {
	background-color:#161616; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;  /* 16px by default */
}

hr {
visibility:hidden;
clear:both;
}

h2 {
	font-weight:bold;
	font-size:1.1em;
	color:#252525;
	letter-spacing:-1px;
	text-align:left;
	margin-bottom:5px;
}

a {
	color:#2b6280;
	text-decoration:underline;
}

a:visited, a:hover {
	color:#666666;
}

.right {
	float:right;
	display:inline-block;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

.left {
	float:left;
	display:inline-block;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

.alignCenter {
	text-align:center;
}

.alignLeft {
	text-align:left;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

/**************************************************************************/
/* siteContainer wraps the entire site layout in a container to control   */ 
/* the width. This rule is what allows us to have a variable width site.  */ 
/* The margins are set to auto so the site is centered in a browser.      */ 
/* Minimum and maximum widths can be adjusted but since the banner        */
/* graphic is 1600px wide you should not exceed 1600px unless you create  */
/* a wider graphic.                                                       */
/**************************************************************************/


#siteContainer {
	position:relative;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	min-width:1000px;
	max-width:1600px;
}

#gcmdhead {
	margin-top:5px;
}

/********************************************************************/
/* START - Site Links                                               */
/* These are the links that appear at the bottom of the NASA header */
/********************************************************************/

#sitelinks {
	height:20px;

}

#sitelinks ul{
	float:right;
	list-style:none;
	margin:0px;
	margin-right:25px;
	padding:0px;		
}

#sitelinks li{
	display:inline;
	padding:0px 5px;
}

#sitelinks a{
	color:#d19c3f;
	text-decoration:none;
	font-weight:bold;
	font-size:.85em;
}

/*********************/
/* END - Site Links  */
/*********************/

/******************************/
/* START - GCMD Header styles */
/******************************/

#banner {
	padding:0px;
}

#bannerImg {			
	padding:0px;
	background: transparent url(images/gui/GCMD_banner.jpg) no-repeat;
}

#docbuilderbannerImg {
        display:block;
        padding:0px;
        background: transparent url(images/gui/docbuilder_banner.jpg) no-repeat;
}


#metaltop{
	background: transparent url(images/gui/metal_top.jpg) no-repeat top left;
}
#metaltop > span{
	display:block;
	height:13px;
	margin-left:50%;
	background: transparent url(images/gui/metal_top.jpg) no-repeat top right;
}

/****************************/
/* END - GCMD Header styles */
/****************************/

#metalbottom{
	background: transparent url(images/gui/metal_bottom.jpg) no-repeat top left;
}

body.withLeftNav #metalbottom{
	background: transparent url(images/gui/metal_bottom_leftNav.jpg) no-repeat top left;
}

#metalbottom > span{
	display:block;
	height:30px;
	background-position: top left;
	margin-left:50%;
	background: transparent url(images/gui/metal_bottom.jpg) no-repeat top right;
}

/*********************************/
/* BEGIN - Top Navigation styles */
/*********************************/

#topNav {		/* define outer conatiner for positioning and BG */
/*	margin-top:-22px;*/
	position:absolute;
	top:137px;
	left:0;
	width:100%;
	z-index:205;
	background:transparent url(images/gui/topNav_BG.png) no-repeat top left;
}

#topNav a {		/* make links block elements that they flow left to right */
	display:inline-block;
	margin:0px;
	padding:0px;
	margin-left:-4px;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

#topNavCenter {		/* 	container to position the buttons along the nav bar 
						and set the left half of the BG image */
	display:inline-block;
	background:transparent url(images/gui/topNav_center.gif) no-repeat top left;
	margin:0px 0px 0px 222px;
	height:50px;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
	_height: 50px;	
}

#topNavBtns{		/* 	container to position the buttons along the nav bar 
						and set the left half of the BG image */
	margin-left:14px;
	padding:9px 11px 9px 0px;
	background:transparent url(images/gui/topNav_center.gif) no-repeat top right;
}

.homeBtn {
	background-image:url(images/gui/home_btn.jpg);
	width:102px;
	height:29px;
}

body.home a.homeBtn, a.homeBtn:hover {
	background-image:url(images/gui/home_btn_on.jpg);
}

.searchBtn {
	background-image:url(images/gui/search_btn.jpg);
	width:120px;
	height:29px;
}

body.search a.searchBtn, a.searchBtn:hover {
	background-image:url(images/gui/search_btn_on.jpg);
}

.learnBtn {
	background-image:url(images/gui/learn_btn.jpg);
	width:220px;
	height:29px;
}

body.learn a.learnBtn, a.learnBtn:hover {
	background-image:url(images/gui/learn_btn_on.jpg);
}

.addBtn {
	background-image:url(images/gui/add_btn.jpg);
	width:168px;
	height:29px;
}

body.add a.addBtn, a.addBtn:hover {
	background-image:url(images/gui/add_btn_on.jpg);
}

.portalsBtn {
        background-image:url(images/gui/portals_btn.jpg);
        width:168px;
        height:29px;
}

body.portals a.portalsBtn, a.portalsBtn:hover {
        background-image:url(images/gui/portals_btn_on.jpg);
}


.collaborateBtn {
	background-image:url(images/gui/collaborate_btn.jpg);
	width:141px;
	height:29px;
}

body.collaborate a.collaborateBtn, a.collaborateBtn:hover {
	background-image:url(images/gui/collaborate_btn_on.jpg);
}

/*******************************/
/* END - Top Navigation styles */
/*******************************/

#page {
	background-color:#FFFFFF;
	margin-top:0px;	
/*	margin-top:-17px;*/
}

body.withLeftNav #page {
	margin-top:0px;
	background:transparent url(images/gui/leftNav_BG.jpg) repeat-y 0 center;	
	background-color:#FFFFFF;
	text-align:left;
}

#content {
	padding: 25px 20px 10px 20px;
	position:relative;	
}

#content ul {list-style-image:
	url(images/gui/list_bullet.gif);
}

body.withLeftNav #content {
	margin:0px 0px 0px 220px;
	padding:25px 20px 10px 20px;
	position:relative;	
}


/**********************************/
/* START - Left Navigation styles */
/**********************************/

#leftNav {
	display:none;
}

body.withLeftNav #leftNav {
	display:block;
	float:left;
	width:206px;
	background-color:#2c2c2c;
}

#leftNav ul {
	background-color:#e3e2e2;
	list-style:none;
	padding:0px;
	margin:35px 0px 0px 0px;
}

#leftNav li {
	display:block;
	padding:0px;
	text-align:left;
	border-bottom:1px solid #000;
}

#leftNav li:first-child {
	border-top:1px solid #000;
}

#leftNav li a {
	display:block;
	padding:6px 10px 6px 20px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#2c2c2c;
}

#leftNav li a:hover, #leftNav li a.on {
	color:#fff;
	background-color:#2c2c2c;
}

/********************************/
/* END - Left Navigation styles */
/********************************/


/***********************************/
/* START - Box & Shadow Box Styles */
/***********************************/


/* Shared rule to make shadowBox & box wrappers flow left to right and self centering */
div.shadowBox, 
div.box {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}


/* Define shared background image for shadowBox top & bottom */
.shadowBox_top, .shadowBox_top span.nested, 
.shadowBox_bottom, .shadowBox_bottom span.nested {
	background:transparent url(images/gui/dropShadownew.gif) no-repeat right bottom;
	display:block;
}

/* Define background image for shadowBox content area */ 
.shadowBox_contents, 
.shadowBox_contents span.nested {
	background:transparent url(images/gui/dropShadowSidesnew.gif) repeat-y ;
	display:block;
}

/* Define shared background image for Box top, bottom & content areas */
.box_top, .box_top span.nested, .box_contents, .box_contents span.nested, 
.box_bottom, .box_bottom span.nested {
	background:transparent url(images/gui/boxOutline.gif) no-repeat;
	display:block;
}

/* Shared rule for position BG image for shadowBox & box tops */
.shadowBox_top, 
.box_top {
	background-position: right top;
}

/* Shared rule for positioning BG image and <span> for shadowBox & box tops */
.shadowBox_top span.nested, 
.box_top span.nested {
	background-position: left top;
	min-height:20px;
	min-width:20px;
	padding-left:20px;
	margin-right:20px;
}

/* Shared rule for positioning BG image for shadowBox & box contents areas */
.shadowBox_contents, 
.box_contents {
	background-position: right center;
}

/* Shared rule for positioning BG image and <span> for shadowBox & box 
content areas */
.shadowBox_contents span.nested, 
.box_contents span.nested {
	background-position: left center;
	min-height:20px;
	min_width:20px;
	padding-left:20px;
	margin-right:20px;
}

/* Shared rule for positioning BG image for shadowBox & box bottoms */
.shadowBox_bottom,
.box_bottom {
	background-position: right bottom;
}

/* Shared rule for positioning BG image and <span> for shadowBox & box 
bottoms */
.shadowBox_bottom span.nested,
.box_bottom span.nested {
	background-position: left bottom;
	min-height:20px;
	min-width:20px;	
	padding-left:13px;
	padding-bottom:13px;
	margin-right:14px;
}

/* Large font used at the top of boxes */
.shadowBox span.title {		
	display:block;
	font-size:1.2em;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	border-bottom:1px solid #000;
	padding:19px 0px 4px 0px;
}

/* Blue gradient bar used at the bottom of boxes */
.blueBar {		
	text-align:center;
	display:block;
	height:22px;
	padding:4px 14px 0px 0px;
	background:transparent url(images/gui/blueBar.jpg) repeat;
	clear:both;
}

/* stylize the link in the blueBar */
.blueBar a {
	color:#f89f03;
	font-size:1.0em;
	margin-left:11px;
	padding:0px 2px;
}

/* Class used for layout of the 3 shadowBox Path ways on Home page */

.pathWay {				/*  Set width for shadowBox on Home page  */
	width:297px;
	cursor:pointer;
}

.pathWay img {			/* position and stylize graphic */
	border:1px solid #2c2c2c;
	margin:13px 10px;
}

.pathWay p {			/* position and stylize descriptive text */
	display:block;
	width:237px;
	margin:0px 10px;
	padding-bottom:10px;
	font-size:.95em;
	font-weight:bold;
	text-align:left;
	color:#2b6280;
}

/* Styles used for layout of the Main Tabs on the search content pages */

#mainTabs {
/*	margin-left:12px;
	margin-bottom:-13px;*/
	margin-bottom:0px;
	position:absolute;
	top:30px;
	left:34px;
	z-index:201;	
}

#mainTabs .tab, #mainTabs .tab > span {
	background:transparent url(images/gui/tabShadow.gif) no-repeat;
	display:inline-block;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

#mainTabs .tab {
	background-position:top right;
	background-color:#042f4f;
	border-bottom:1px #042f4f solid;
	cursor:pointer;
}

#mainTabs .tab > span {
	background-position: left top;
	margin-right:15px;	
	width:270px;
	padding:14px 20px 4px 20px;	
}

#mainTabs .tab > span a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:1.2em;
}

#mainTabs .tabOff {
	display:inline-block;
	width:270px; 	
	height:30px;	
	background:transparent url(images/gui/dropShadow.gif) no-repeat top right;	
	background-position:center 18px;
	border:1px #333333 solid;
	border-bottom:1px #000000 solid;
	margin-right:7px;
	cursor:pointer;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
	_height: 30px;	
}

#mainTabs .tabOff > span {
	display:block;
	margin-top:3px;
}

#mainTabs .tabOff > span a {
	text-decoration:none;
	color:#7e7e7e;	
	font-size:1.2em;
}

#mainContainer {		/* wraps the shadowbox in the Keyword Interface and used for positioning */
	padding-top:34px;
}


/* Styles used for layout of the Sub Tabs on the search content pages */
#subTabs {
	padding-left:20px;
	text-align:left;
/}

#subTabs > span:first-child {
	color:#f89f03;
	margin:0px 20px 0px 175px;
}

#subTabs .tab {
	display:inline-block;	
	background-color:#FFFFFF;
	border:1px #000 solid;
	border-bottom:1px #fff solid;
	padding:0px 7px;
	margin-right:4px;
	font-size:.85em;
	color:#2c2c2c;
	cursor:pointer;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 	
}

#subTabs .tab span{
	display:inline-block;
	height:18px;
	padding-top:2px;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
	_height: 18px;
}

#subTabs .tabOff {
	display:inline-block;	
	background-color:#FFFFFF;
	border:1px #000 solid;
	margin-right:4px;
	font-size:.85em;
	color:#2c2c2c;
	cursor:pointer;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

#subTabs .tabOff span {
	display:inline-block;
	height:18px;
	background:transparent url(images/gui/dropShadow.gif) no-repeat top right;	
	background-position:center 8px;
	padding:2px 6px 0px 6px;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

/* background colors */

.ltGray {
	background-color:#e3e2e2;
}

.blue {
	background-color:#042f4f;
}

/*********************************/
/* END - Box & Shadow Box Styles */
/*********************************/

/*******************************************/
/* START - Free Search Styles on Home Page */
/*******************************************/

#freeText {
        text-align: center;
        width:480px;
/*      border:1px #333333 solid;
        width:95%;*/
}

#freeText input.text {
        border:1px #000000 solid;
        width: 300px;
        height: 26px;
/*      margin:18px 0px 5px 50px;
*/}

#freeText span.inputField {
        display:block;
        margin-left:55px;
        margin-right:0;
/*      margin:5px 0px 0px 60px;*/
}

#freeText span.radioButtons {
        display:block;
        margin-left:auto;
        margin-right:auto;
        text-align: center;
/*      margin:5px 0px 0px 80px;*/
}

#freeText input.radioBtn {
        margin:2px 5px 0px 15px;
        vertical-align:middle;

}
/****************************/
/* END - Free Search Styles */
/****************************/


/*******************************/
/* START - Content Area Styles */
/*******************************/

label {
	font-weight:bold;
	color:#252525;
	font-size:.9em;
	letter-spacing:-1px;
}

input.btn {
	padding:0 .4em;
	width:auto;
	margin:2px;
	overflow:visible;
	color:#000;
	font-size:.9em;
	font-weight:bold;
	background-image:url(images/gui/btn_BG.jpg);
	border:1px #000 solid;
	cursor:pointer;
}

.highlight {
	background-color:#FFCC33;
	padding:0px 3px;
}

a.linkButton {
	border:1px #000000 solid;
	background-color:#CCCCCC;
	text-decoration:none;
	padding; 0px 3px;
	background-image:url(images/gui/list_bullet.gif) no-repeat;
	background-position: right center;
	padding-left:3px;
	padding-right:10px;
}

a.linkButton:hover {
	color:#0066CC;
}

.textSmall {
	font-size: 75%;
}

/* START - Styles for Breadcrumb layout */

.breadCrumb {
	padding-left:12px;
	padding-bottom:12px;
	margin-bottom:0px;

/*	font-style: normal;*/
}

.breadCrumb img {
	vertical-align:top;
	height:48;
	width:48;
	border:none;
}

.breadCrumb a {
	font-size: 75%;	
	font-weight: bold;
}

.breadCrumb a:visited {
	color:#2b6280;		/* keep visited color the same for breadcrumb */
}
/* END - Styles for Breadcrumb layout */

/* START - Styles for displaying Keyword parameters in search */

.paramDisplay {			/* dimensional block to contain items */
	display:inline-block;
	width:325px;
	padding:12px;
	vertical-align:top;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

.paramDisplay a {		/* linked keyword style */
	font-size: 85%;
	font-weight: bold;
	text-decoration:none;
}
.paramDisplay img {		/* thumbnail */
	vertical-align:top;
	height:48;
	width:48;
	border:none;
	float:left;
	clear:right;
	margin-right:5px;
	margin-bottom:3px;
}
.paramDisplay .infoIcon {
	height:17;
	width:17;
	border:none;
	float:none;
	margin:0px;
}
.paramDisplay .descriptText {
	font-size:.78em;
	color: #666666;
	font-weight: bold;
	margin-top: 3;
	line-height: 11px;
}

.paramDisplay a.more_keywords {
	text-decoration:underline;
}

/* END - Styles for displaying Keyword parameters in search */


/* START - Style for displaying title listings on the search results page */

.countBar {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background:transparent url(images/gui/blueBar.jpg) repeat;
}

.titleDisplay {				/* dimensional block to contain items */
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.titleDisplay .segNbr {
	width:40px;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

.titleDisplay .title {		/* title style */
	display:inline-block;	
	font-size: 90%;
	font-weight:normal;
	width:90%;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

.titleDisplay .descriptText {
	font-size: 90%;
	line-height:normal;
	color: #000000;
	font-weight:normal;
}

.pagination {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:15px;
}

/* END - Style for displaying title listing 

/*****************************/
/* END - Content Area Styles */
/*****************************/


/************************/	
/* START - NASA Footer	*/
/************************/

#nasafoot {
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
	height:71px; 	
	background-image:url(images/gui/footer_BG_tile.jpg);
	color:#fff;
	font-size:.75em;
}

#nasafoot img {
	display:inline;
	vertical-align:top;
	padding-right:10px;
}

#nasafoot a {
	color:#FFFFFF;
	text-decoration:underline;
}

#nasafoot a img {
	border:none;
}

#nasafootleft {
	display:inline-block;
	margin:15px 0 0 28px;
	padding:0px;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
}

#nasafootleft ul {
list-style:none;

}

#nasafootright {
	width:330px;
	position:absolute;
	top:12px;
	right:50px;
}

#nasafootright ul
{
	list-style:none;
	margin:0px;
	padding:0px;
    display:inline-block;
	/* Below is to fix IE 6 & 7 which does not support inline-block */	
	zoom:1; 
	*display: inline; 
/*    float:right;*/
}

/************************/
/* END - NASA Footer	*/
/************************/

/***********************/
/* Overrides and fixes */
/***********************/
/**
this rule is to reset the font back to the GCMD standard, GWT tried to change it - TC
*/
/* Override font size reduction in base.css because it was effecting content on the 
static pages. May need to keep rule in base.css to prevent issues with GWT widgets - TR */  
body, table td, select
{
/*    font-size: 0.9em;  */
	font-size:100%; 
}


/*********************/
/* Beta flag        */
/********************/

#betabox::before
{
    font-size: 0.75em;
    content:"BETA";
    border:1px solid yellow;
    background-color:red;
    color:white;
    padding:0 0.25em;
    position:absolute;
    top:16px;
    right:8px;
}

#betanote
{
    border:1px solid #ff9;
    font-size:10pt;
    position:absolute;
    left:2em;
    top:20px;
    min-width:663px;
    padding:0.25em;
    color:white;
    background-color:#363;
}

#betanote a
{
    color:#ff9;
} 



#betaboxhome::before
{
    font-size: 0.75em;
    content:"BETA";
    border:1px solid yellow;
    background-color:red;
    color:white;
    padding:0 0.25em;
    position:absolute;
    top:25px;
    right:45px;
}



#betanotehome
{
    border:1px solid #ff9;
    font-size:10pt;
    position:absolute;
    left:5.5em;
    top:24px;
    min-width:663px;
    padding:0.25em;
    color:white;
    background-color:#363;
}

#betanotehome a
{
    color:#ff9;
}


/**************************************************************************/
/* 508 Compliance changes.                                                */
/**************************************************************************/
.context
{
    display: none;
    visibility: hidden;
}

fieldset {
    border: 0;
}


/***************/
/* long footer */
/***************/

#totalfooter {
    list-style-type:none;
    display:inline;
    margin:0;
  }


#nav a {
    margin:0;
    padding:0;
    color:#6495ED;
    }

#nav li {}

#totalfooter div { 
    height: 7;
    }


/***************************************************/
/* KeywordSearch 3 styles                          */
/***************************************************/

#nav, #nav ul, #nav ul li, #nav ul li a
{
    height:36px;
    vertical-align: text-bottom;
}
#nav{margin-top: -12px;}
#nav li
{
    display:inline;
    
    /*34+6 apparently, see height rule above and padding below*/
    line-height: 40px;
}
#nav li a {
    display: inline;
    width: 60px;
    color:white;
    background-color: #123F58;
    text-decoration: none;
    font-size: 15px;
    padding:10px 5px 6px 5px;
}
#nav .navSelected a
, #nav .navSelected a i
{
    background-color:grey;
}


#nav ul {
    padding:0;
    margin:0;
    background-color: #123F58;
}

#nav ul li
{
    padding-left:1.75em;
    display:inline;
    white-space: nowrap;
}

.image-div {
 margin-left: 330px;
 margin-top:-110px;
 margin-bottom:	40px;
 width: 625px;

}

#searchText {
        text-align: left;
        /*width:880px;*/
        white-space:nowrap;
}
