/* Print!*/

body {
	color: #000;
	background: #fff;	
	-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
	text-decoration: none;
	color: #06c;
}

p { line-height: 1.2em; }

ul li, ol li {
margin: 0.5em 0;
}

ul, ol { margin-top: 0;  }

h2 { margin-bottom: 0; }

img { border: 0 none; }

dl, dd { margin-bottom: 1.5em; }

#skiplinks, #toplinks, #TopNav, #topmenu, #hecchomenews, #floatyimage, #Search, .sidebox, #Bottom, #tagline p.slogan, .ui-selectmenu-menu li, #BottomNav, #Footer, #footernav, #nasablock, .crumbnav, #Feature, .featureimage, #Subordinate, .webinarblurb img, .abovebox, .videolink {
	display: none;
}

#logo img {
	border: 0 none;
	float: left;
	margin: 0 10px 0 0;
	position: relative;	
}


#tagline h1, h1 a {
	color: #FBB03B;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
	font-size: 20pt; 
	padding-top: 10px;	
}

.homebox h2 a, h3 a {
	text-decoration: none;
	color: #000;
}

#Main h1 {
	padding-top: 20px;
	text-align: left;
	font-size: 16pt; 
	margin: 0;
}
#Main h2 {
	text-align: left;
	font-size: 14pt;
	margin: 0;	
}

#Main h3 {
	text-align: left;
	font-size: 12pt;
}

#Main p a[href^="/"]:after, #Main li a[href^="/"]:after {
	content: " (http://www.nas.nasa.gov" attr(href) ") ";
	font-size: 80%;
	color: #000
}

#HomeMain a:after, #HomeMain h2 a:after {
	content: " ("attr(href)") ";
	font-size: 80%;
	font-weight: normal;
	color: #000;	
}

/*** Images ***/

img.right
{
	float: right;
	margin: 5px 7px 5px 0;
	position: relative;
}

div.captionedimage img
{ float: right; margin: 10px 0 5px 10px;}

div.leftcaptionedimage img
{ float: left; 	margin: 10px 10px 5px 0;}

div.captionedimage img, div.leftcaptionedimage img
{
	border: 1px solid #0081CA;
	position: relative;
	padding: 8px;
}

#urlpage
{
	color: #06c;
	margin-top: 30px;
}


/*** Reveal toggled items for printing ***/

div.toggler > * { 
	display: block !important; 
	visibility: visible !important;
	}




/*** Table ***/

table.resources {
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
    width: 100%;
    margin-bottom: 20px;
}

table.resources td {
    border: 1px solid #CCCCCC;
    line-height: 1.3em;
    padding: 0.5em 1.2em;
}

table.resources thead th {
    border: 1px solid #999999;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 5px 0;
    text-align: center;
}

table.resources caption {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    padding: 15px 0;
}


/*** Webinar Page ***/

#nextwebinar {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 10px 0;
    text-align: left;
    width: 90%;
}













/**** Data Table Styles ***/

#kbp_article_body table {
  border-collapse: collapse;
  border: 1px solid #666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fff;
  }
  
#kbp_article_body td, #kbp_article_body th {
  border: 1px dotted #ccc;
  padding: .5em 1.2em;
  color: #333;
  }

#kbp_article_body tbody th, #kbp_article_body th {
  background-color: #666;
  color: #fffffd;
  border: 1px solid #666;
  vertical-align: top;
  text-align: center;
  }
  
#kbp_article_body tbody td, #kbp_article_body td {
 text-align: left;
 }
#kbp_article_body .center tbody td, #kbp_article_body .center td {
 text-align: center;
 }

#kbp_article_body .zebra tbody tr:nth-of-type(2n+1) :not(th), #kbp_article_body .zebra tr:nth-of-type(2n+1) :not(th)  {
	background-color: #f5f5f5;
}
#kbp_article_body .rollover tbody tr:hover :not(th), #kbp_article_body .rollover tr:hover :not(th) {
	background-color:#c6e2ff;
}

.tdFormCaption {
	vertical-align:top;
}



