@import url(../styles/print.css);
@import url(spriteb27e53208cde1bb8433d4eabb821badd.css?/newscenter/graphics/sprite-components/);

/**
 * Styles that are global to all of Newscenter go in here.
 */
 
 /* NewsCenter Styles */

/**
 * NewsCenter Colors
 * 1st  Color = #67201D
 * 2A   Color = #F0FEED
 * 2B   Color = #000000
 * 2C   Color = #67201D
 * 3A   Color = #B3A68B
 * 3B   Color = #666666
 * 4th  Color = #993333
 * 5th  Color = #67201D 
 * 6A   Color = #B3A68B 
 * 6B   Color = #993333 
 * 7th  Color = #DADACC
 * 8A   Color = #DADACC
 * 8B   Color = #999999
 * 9th  Color = #67201D 
 * 10th Color = #DADACC 
 */

/* Global Styles */

body {
	background: #FFFFFF url(../newscenter/graphics/background_news.gif);
}

ul#top-links li.spacer div {
  background-color: white
}

div.menu-box li a, div#intro-text, div.nav-box span.p, a.nav-box span.p, div#footer {
  /* Spec: 2B Color */
  color: #000000
}

a, span.arrow, span.link {
  /* Spec: 5th Color */
  color: #67201D;
}

.arrow {
  background-image: url(../newscenter/graphics/newscenter_content_arrow.gif);
}

.arrow:hover, a:hover span.arrow {
  background-image: url(../newscenter/graphics/arrow_hover.gif);
}

.inset { 
  /* Spec: 8A Color */
  background: #DADACC
} 

.nav-box-padding {
  /* Spec: 1st Color */
	border: solid #67201D 1px;
	
	background-color: #314146;
}

.nav-box-padding h1 {
  background-color: #4D4E43;
}

div#search-section-bar, div#container-padding {
	background-image: url(../newscenter/graphics/newscenter_logo.gif);
}

/* Advanced News Search Link */

a#advanced-news-search {
  display: inline;
	float: right;
	padding-right: 16px;
	background: url(../newscenter/graphics/newscenter_circle_arrow.gif) right center no-repeat;
	margin-right: 10px;
}

a#advanced-news-search:hover {
  background-image: url(../graphics/rollover_arrowcir.gif);
}

/* Primary Container and Its Contents */

div#container {
  /* Spec: 5th Color */
	border-right:  solid #67201D 1px;
	border-bottom: solid #67201D 1px;
}

div#container, div#container-padding, div#search-section-bar {
  background-color: #FFFFFF 
}

.icon {
  /* Spec: 1st Color */
  border: solid #67201D 1px !important
}

.box-image {
  border-color: #67201D
}

.nav-box-padding a {
  color: #CC6600;
}

.content-box-padding {
  /* Spec: 3rd Color */
	background-color: #B3A68B;
	/* Spec: 1st Color */
	border:     solid #67201D 1px;

  background-image: url(../newscenter/graphics/newscenter_grad2.jpg);
}

.content-box span.h1 {
  /* Spec: 1st Color */
	background-color: #67201D;

  background-image: url(../newscenter/graphics/newscenter_grad1.jpg);
}

.content-box span.h2 {
  /* Spec: 4th Color */
	background-color: #993333;
	/* Spec: 5th Color */
	color:      #67201D;

  background-image: url(../newscenter/graphics/newscenter_grad2.jpg);	
}

/* Information Boxes */

div.information-box {
  border: solid #67201D 1px;
	margin-top: 50px;
	background-color: #E4E4E4;
	padding: 0;
	width: 188px;
	padding-bottom: 5px
}

div.information-box span.h1 {
  font-size: 13px;
  padding: 5px;
	padding-left: 10px;
	background-color: #666666
}

div.information-box span.p {
  padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 140%
}

div.information-box span.p strong {
  color: #666666
}

/* Nav Boxes */

div.nav-box .nav-box-padding {
  /* Spec: Color 2a */
  background: #F0EEDD;

	text-align: center;
	padding-bottom: 6px;
}

div.nav-box span.h1 {
  /* Spec: Color 6a */
  background: #B3A68B;
	
	font-weight: bold;
	margin-bottom: 6px;
}

div.nav-box span.h2 {
  /* Spec: Color 6a */
  color: #993333;
}

div.nav-box span.link,
div.content-box-padding span.link {
  /* Spec: Color 1 */
  color: #67201D;
	text-decoration: underline
}

/* News Highlight Box */

div#news-highlight-box .icon {
  display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 80px;
	float: none;
}

/* Latest News Releases Box */

div#latest-news-releases-box .content-box-padding {
  /* Spec: 6th Color */	
  background: #DADACC url(../newscenter/graphics/newscenter_grad4.jpg) left repeat-y;
}

div#latest-news-releases-box p {
  padding: 0
}

div#latest-news-releases-box span.h1 {
  /* Spec: Color 6a */
  background: #B3A68B url(../newscenter/graphics/newscenter_grad2.jpg) left repeat-y;
	
	font-weight: bold;
	margin-bottom: 7px;
}

div#latest-news-releases-box a#latest-release {
  float: left;
	width: 200px;
	padding-left: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
	margin-right: 20px
}

div#latest-news-releases-box a#latest-release .icon {
  /* Spec: Color 1 */
	border: solid #67201D 1px;
  width: 200px;
	display: inline;
}

div#latest-news-releases-box a.other-releases {
  float: left;
	display: block;
	width: 230px;
	margin-bottom: 15px;
	text-decoration: none;
	color: #000000;
}

div#latest-news-releases-box a.other-releases span.text {
  display: inline;
	float: left;
	width: 150px;
}

div#news-release-body a.video-still,
div#news-release-body a.other-release-objects {
  float: left;
  display: block;
  margin-top: 10px ! important;
	margin-right: 10px;
}

div#news-release-body a.video-still img.icon,
div#news-release-body a.other-release-objects img.icon {
	border: solid #67201D 1px;
}

div#latest-news-releases-box a.other-releases img.icon {
  float: left;
	border: solid #67201D 1px;
	display: inline;
	margin-right: 10px;
}

div#latest-news-releases-box p#view-all-releases {
  float: left;
	display: inline;
	border-top: solid #000000 1px;
	padding-top: 10px;
	margin-bottom: 6px
}

/* Browse controls */

div#browse-box .content-box-padding {
  background-color: white;
	background-image: url(../newscenter/graphics/newscenter_grad5.jpg);
}

div#browse-box span.h1 {
  /* Spec: 4th Color */
  color: #993333;
	
	/* Spec: 3rd Color */
	background-color: #B3A68B;
	background-image: url(../newscenter/graphics/newscenter_grad2.jpg);
}

form.browse-controls {
  width: 100px;
	float: left;
	display: inline;
	margin-left: 14px;
	margin-top: 7px;
	margin-bottom: 7px
}

form.browse-controls input, form.browse-controls select {
  font-size: 11px;
	width: 90px;
}

div#intro-text, 
p.boilerplate {
  /* Spec: Color 3b-intro */
  color: #666666 ! important
}

div#footer a {
  /* Spec: Color 3b-footer */
  color: #000000
}

div#footer p {
  margin-bottom: 10px;
}

form.search span {
  /* Spec: Color 3b-footer */
  color: #000000
}

/* Subpage Styles */

div#subpage-content a,
p.boilerplate a {
  /* Spec: Color 1 */
  color: #67201D;
}

div#subpage-content a:visited {
  /* Spec: Color 6b */
  color: #993333
}

div#subpage-content div.content {
  /* Spec: Color 2a */
  background-color: #F0EEDD;
}

div#subpage-content div.content-lighter {
  background-color: #F8F3F3;
}

div#subpage-content ol.questions {
  background-color: #EEE6E7;

  /* Spec: Color 1 */
  border-bottom: solid #67201D 1px
}

div#subpage-content h1,
div#subpage-content span.h1 {
  /* Spec: Color 1 */ 
  background-color: #67201D;
}

div#subpage-content span.h1 a {
  color: white;
	text-transform: uppercase
}

div#subpage-content h2 {
  /* Spec: Color 1 */
  color: #67201D;
  
  /* Spec: Color 2a */
  background: #F0EEDD url(../newscenter/graphics/newscenter_h2_background.gif) center center repeat-x;
}

div#subpage-content a:hover h2 strong {
  color: #00B2B3 ! important;
  text-decoration: underline;
}

div#subpage-content h2 span.normal-case {
  text-transform: none;
	color: white
}

div#subpage-content h2 strong {
  /* Spec: Color 2a */
  background-color: #F0EEDD;
  padding-left: 0;
  padding-right: 5px
}

div#subpage-content table th {
  /* Spec: Color 8b */
  background-color: #999999;
}

div#subpage-content table td.side-header {
  /* Spec: Color 10 */
  background-color: #DADACC;
}

div#subpage-content table td.top-header {
  /* Spec: Color 10 */
  background-color: #DADACC;
}

div#subpage-content table td {
  /* Spec: Color 9 */
  background: #FCFAEE;

  border-top: solid #938C84 1px;
  border-right: solid #938C84 1px; 
}

div#subpage-content form input.button {
  /* Spec: Color 6a */ 
  background-color: #B3A68B;
}

div#subpage-content {
  width: auto ! important;
	max-width: 740px;
	min-width: 400px;
}

div#subpage-content h3 {
  background-image: url(../newscenter/graphics/newscenter_salmon_bar.gif);
}

div#subpage-content h3 span {
  background-color: #F0EEDD;
  color: #993333;	
}

div#subpage-content h3 span a.arrow {
  padding-right: 20px;	
}

div#subpage-content-container {
  background-color: #67201D;
}

div#subpage-content-container div, 
div#subpage-content-container span, 
div#subpage-content-container p, 
div#subpage-content-container li {
  font-size: 12px;
	line-height: 140%
}

div#subpage-content-body {
  background-color: #F0EEDD;
	width: 100%; 
	padding: 0; 
	margin: 0;
}

div#subpage-content-body div.subpage-right-inset-container {
  background-color: #F0EEDD;
}

div#subpage-content-body div.subpage-right-inset,
div#subpage-content-body div.subpage-right-callout-padding
 {
	background-color: #DADACC;
}

div#subpage-content-body div.subpage-right-inset div.subpage-inset-padding-border {
  border-bottom: solid #67201D 1px
}

div#subpage-content h1#page-title {
  /* Spec: Color 1 */
	color: #67201D;

  background: none;
	padding-left: 0;
	padding-top: 18px;
	padding-bottom: 30px
}

/* Indented ordered lists */

ol.indented-list {
  margin: 0;
	padding: 0;
	list-style-type: none
}

ol.indented-list h4 span.number {
	color: #666666;
	position: absolute;
	display: inline;
	margin-left: -25px
}

ol.indented-list h4 span.text {
	color: #666666;
	margin-right: 40px;
	display: inline;
}

ol.indented-list h4 {
  display: block;
	clear: both;
	margin-left: 25px;
}

ol.indented-list p {
  clear: both;
  display: block;
  margin-left: 25px;
	margin-right: 25px
}

/* Moved from global.css */

div#subpage-content table {
  border: solid #000000 1px;
}

div#subpage-content table.left-400px {
  width: 400px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  display: inline
}

div#subppage-content table.left, div#subpage-content form.left table {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px
}

div#subpage-content table th, 
div#subpage-content table tr, 
div#subpage-content table td {
  padding:        10px;
	padding-top:    5px;
	padding-bottom: 5px
}

div#subpage-content table th {
  font-size: 12px;
  color: white;
  border-right: solid #000000 1px
}

div#subpage-content table td.side-header, 
div#subpage-content table td.top-header {
  font-weight: bold;
}

div#subpage-content table td.side-header {
  border-right: none ! important
}

div#subpage-content table td.top-header {
  border-right: solid #000000 1px;
}

div#subpage-content table th.last, div#subpage-content table td.last {
  border-right: none ! important
}

div#subpage-content table td.top {
  border-top: none ! important
}

/* Graphic/Text Buttons */

a.button {
  display: block; 
	margin-right: 10px;
	text-decoration: none !important;
	color: #000000 !important;
	font-size: 11px !important;
	line-height: 12px !important;
	padding-left: 5px;
	padding-top: 4px;
	text-align: left
}

a.button span.link {
	margin: 0;
	padding: 0;
	font-size: 11px !important;
	line-height: 12px !important;
	color: #67201D
}

a.button span.description {
  display: block;
	margin: 0;
	padding: 0;
	line-height: 9px !important;
	font-size: 9px !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: bold;
}

a.back-to-top {
  background-image: url(../newscenter/graphics/newscenter_up_arrow.gif);
}

a.button-help {
  background: url(../newscenter/graphics/newscenter_help.gif) no-repeat right center;
  padding-right: 25px;
  display: block;
  height: 16px;
  padding-top: 4px;
  font-size: 11px;
  line-height: 12px;
	text-align: right
}

a.button-help:hover {
  background-image: url(../newscenter/graphics/newscenter_help_hover.gif);
}

a.return-arrow {
  /* Spec: Color 1 */
  float: left;
	color: #67201D ! important;
	background-image: url(../newscenter/graphics/newscenter_return_arrow.gif);
}

a.return-arrow-separator {
	border-right: solid #67201D 1px;
}

div.alert {
  /* Spec: Color 11 */
  background-color: #F3ECEB;
	
	/* Spec: Color 1 */
  border: solid #67201D 1px;
}

/* Science Writers' Workshop */

ul.speakers-list {
	margin: 0;
	padding: 0;
}

ul.speakers-list li {
	padding-bottom: 10px;
	width: 240px;
	float: left;
	display: block;
	padding-right: 10px;
	height: 70px;
}

ul.speakers-list li strong {
	color: #666666
}

ul.speakers-list-medium li { height: 35px; }

ul.speakers-list-small li { height: 20px; }
	
/* New Menu Stuff */

div#hubblesite-menu-box {
  background-color: #DADACC;
}

ul.level-1 li a,
ul.level-1 li a:visited,
ul.level-1 li a:link {
  color: white
}

ul.level-1 li.active.final a,
ul.level-1 li.active.final a:visited
ul.level-1 li.active.final a:link {
}

ul.level-1 li a:hover {
}

ul.level-1 li.inactive a,
ul.level-1 ul.level-2 li.inactive a,
ul.level-1 ul.level-2 ul.level-3 li.inactive a,
ul.level-1 ul.level-2 ul.level-3 li.active a,
ul.level-1 ul.level-2 ul.level-3 ul.level-4 li.inactive a,
ul.level-1 li.inactive a:visited,
ul.level-1 ul.level-2 li.inactive a:visited,
ul.level-1 ul.level-2 ul.level-3 li.inactive a:visited,
ul.level-1 ul.level-2 ul.level-3 li.active a:visited,
ul.level-1 ul.level-2 ul.level-3 ul.level-4 li.inactive a:visited,
ul.level-1 li.inactive a:link,
ul.level-1 ul.level-2 li.inactive a:link,
ul.level-1 ul.level-2 ul.level-3 li.inactive a:link,
ul.level-1 ul.level-2 ul.level-3 li.active a:link,
ul.level-1 ul.level-2 ul.level-3 ul.level-4 li.inactive a:link
 {
  color: #000000;
}

ul.level-1 ul.level-2 li.active a,
ul.level-1 ul.level-2 li.active a:visited,
ul.level-1 ul.level-2 li.active a:link {
  color: white
}

ul.level-1 ul.level-2 li {
  border-bottom-color: #993333
}

ul.level-1 ul.level-2 ul.level-3 li {
  background-color: #F0EEDD
}

ul.level-1 li.final ul.level-2 a,
ul.level-2 li a,
ul.level-1 li.final ul.level-2 a:visited,
ul.level-2 li a:visited,
ul.level-1 li.final ul.level-2 a:link,
ul.level-2 li a:link {
  background-image: url(../newscenter/graphics/newscenter_side_nav_menu_item.gif);
}

ul.level-2 li.active {
  background-color: #993333
}

ul.level-1 ul.level-2 li.active a,
ul.level-1 ul.level-2 li.active a:visited,
ul.level-1 ul.level-2 li.active a:link {
  background-image: url(../newscenter/graphics/newscenter_side_nav_menu_item_active.gif);
}

ul.level-1 ul.level-2 ul.level-3 li.active.final a,
ul.level-1 ul.level-2 ul.level-3 li.active.final a:visited
ul.level-1 ul.level-2 ul.level-3 li.active.final a:link {
  background-image: url(../newscenter/graphics/newscenter_sub_nav_menu_item_active.gif) !important;
  color: #67201D
}


/**
 * Styles for the NewsCenter Archive
 */

div#subpage-content h2#page-title {
	padding-top: 18px;
	padding-bottom: 15px;
  font-size: 15px;
  margin-bottom: 0;
	margin-top: 0
}

div#archive-content-container {
  padding-top: 0;
	margin-top: 0;
}

div#nav-box-container p {
  color: #666
} 
 
div#archive-content-container span,
div#archive-content-container p,
div#archive-content-container div {
  font-size: 13px;
	line-height: 140%;
}
 
div#archive-content-container div.release-count {
  font-size: 11px;
  color: #666666;
}

span.inline-date {
  color: #666;
	text-transform: uppercase;
	font-weight: bold
}

div#news-release {
  /* Spec: Color 1 */
	border: solid #67201D 1px;
}

/* News Release Top Navigation */

div.news-release-navigation {
  height: 40px
}

div#archive-content-container div.news-release-navigation div,
div#archive-content-container div.news-release-navigation span,
div.news-release-navigation div,
div.news-release-navigation span {
  font-size: 11px;
	line-height: 14px;
  background-color: white
}

div.news-release-navigation a {
  text-transform: uppercase;
	height: 40px;
	text-decoration: none !important;
}

div.news-release-navigation a:hover span {
  color: #00B2B3
}

div.news-release-navigation a span {
  color: #67201D;
	margin-top: 6px;
	display: block;
	width: 60px;
}

div.news-release-navigation a img {
  border: solid #67201D 1px;
	margin-top: -1px;
	
	/* Disable to see releases with tiny image problems */
	
	/* width: 40px;
	height: 40px */
}

div.news-release-navigation a:hover img {
  border: solid #00B2B3 1px;
}

div.news-release-navigation a.navigation-previous,
div.page-count-navigation a.previous-page {
}

div.news-release-navigation a.navigation-previous:hover,
div.page-count-navigation a.previous-page:hover {
}

div.news-release-navigation a.navigation-next:hover,
div.page-count-navigation a.next-page:hover {
}

div.news-release-navigation a.navigation-next,
div.page-count-navigation a.next-page {
}

div.news-release-navigation a.navigation-next {
	border-left: solid #67201D 1px;
}

div.news-release-navigation a.navigation-back {
  float: left;
	padding-left: 35px;
	padding-right: 10px;
}

div.news-release-navigation a.navigation-back:hover {
}

div.news-release-navigation a span.ie-spacer {
  float: none;
	padding: 0 !important;
	margin: 0 !important;
	width: 0
}

div.news-release-navigation a.navigation-previous span,
div.news-release-navigation a.navigation-next span {
	padding-left: 10px;
	padding-right: 10px;
}

div.news-release-navigation a.navigation-previous span,
div.news-release-navigation a.navigation-previous img,
div.page-count-navigation a.previous-page span {
	float: right;
}

div.news-release-navigation a.navigation-next span,
div.page-count-navigation a.next-page span {
	float: left;
  text-align: right;
}

div.news-release-navigation a.navigation-back span {
  width: 150px;
}

div.news-release-navigation a.navigation-next,
div.news-release-navigation a.navigation-previous {
  float: right;
	width: 145px
}
 
/* News Release Container */

div.news-release-container {
  /* Spec: Color 16 */
	
	background-color: #998D75;
	
	/* Spec: Color 1 */
	
	border: solid #67201D 1px;
	border-left: none;
	border-right: none;
	margin: 0 0;
	padding: 10px;
}
 
div.news-release-container div.credits {
  margin-top: 10px;
	color: white;
}

span.inline-text img {
  display: block;
	float: none
}

div#archive-content-container div.news-release-container span.inline-text {
	float: left;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
}

div#archive-content-container span.inline-text span.inline-description {
  display: block;
	font-size: 10px;
}

div#archive-content-container span.inline-text span.inline-credits {
  font-weight: normal;
	font-style: oblique;
	display: block;
	font-size: 10px;
}

div#archive-content-container span.inline-text img {
  margin: 0
}

div.news-release-container div.credits p,
div.news-release-container div.credits span {
	color: white !important;
	font-style: oblique;
	font-size: 12px !important;
}

div.news-release-container div.credits p {
  margin-bottom: 5px;
}

div.news-release-container div.credits a { color: white !important }

div.news-release-container .import,
div.news-release-container div.credits strong {
  font-weight: bold;
}

ul.news-release-tabs {
  margin: 0px;
	padding: 0px;
	height: 31px;
}

ul.news-release-tabs li {
  list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.news-release-tabs a {
  display: inline;
	height: 28px;
	float: left;
	width: 62px;
	text-align: center;
	background-color: #67201D;
	padding: 1px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-top: 2px;
	text-decoration: none !important;
}

ul.news-release-tabs a span {
	background-color: #CC6666;
	color: white;
	line-height: 12px !important;
	display: block;
	height: 26px;
	font-weight: bold;
	padding-top: 2px;
	font-size: 11px !important
}

ul.news-release-tabs a:hover span {
  color: #00FFFF
}

ul.news-release-tabs a.tabs-introduction {	
  width: 78px;
}

ul.news-release-tabs a.tabs-final {
  padding-right: 1px
}

ul.news-release-tabs a.tabs-background-info {
  width: 72px;
}

ul.news-release-tabs a.tabs-introduction span,
ul.news-release-tabs a.tabs-fast-facts span {
  vertical-align: middle;
	line-height: 24px !important
}

ul.news-release-tabs a.current {
	margin-top: 0px;
	height: 30px;
	padding-right: 1px;
}

ul.news-release-tabs a.current span {
  background-color: #993333 !important
}

ul.news-release-tabs a:visited span {
  /* background-color: #B05A5A */
}

ul.news-release-tabs a.current-right {
  padding-left: 0px
}

ul.news-release-tabs a.current span {
  padding-top: 4px
}

div#news-release-body, div#news-release-alert {
	background: url(../newscenter/graphics/newscenter_archive_active_tab.gif) no-repeat;
	
  clear: both;
	border: solid #67201D 1px;
	border-top: none !important;
	padding: 10px;
	padding-top: 19px;
}

div.tabs-none {
  background-image: none !important;
	padding-top: 10px !important
} 

div#news-release-body {
	/* Spec: Color 2 */
  background-color: #F0EEDD 
}

div#news-release-alert {
  /* Spec: Color 11 */
  background-color: #F3ECEB;
	
	min-height: 20px;
}

div#news-release-alert span {
  background: url(../graphics/alert_icon.gif) left center no-repeat;
	display: block;
	padding-left: 35px;
}

div#news-release-body div.news-left-side-container {
  float: left;
  width: 202px;
  display: block;
  margin-right: 10px;
}

div#news-release-body a.lightbox-video-link {
  text-decoration: none;
	width: 202px;
}

div#news-release-body span.watch-the-video-holder {
  background: url(../newscenter/graphics/newscenter_watch_video_202.gif) top left no-repeat;
	display: block;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

div#news-release-body img.watch-the-video-camera-icon {
  position: absolute;
	border: none;
	margin-left: 164px;
	margin-top: 76px;
}

div#news-release-body a.video-downloads-page-holder {
  background: url(../newscenter/graphics/newscenter_label_link_202.gif) top left no-repeat;
	display: block;
	text-align: center;
	font-size: 11px;
}

div#news-release-body a.full-story-image-container {
  display: block;
  text-decoration: none !important;
  margin-bottom: 10px;
  margin-right: 10px;
	float: left;
	width: 82px
}

div#news-release-body a.intro-image-container {
  background: url(../newscenter/graphics/newscenter_label_link_202.gif) bottom no-repeat;
  display: block;
  width: 202px;
  text-decoration: none !important;
}

div#news-release-body a.has-attached-zoomifyer-button {
  background-image: url(../newscenter/graphics/newscenter_label_link_202_red.gif)
}

div#news-release-body a.intro-image-container span,
div#news-release-body a.full-story-image-container span {
  /* Spec: Color 1 */
  color: #67201D;
  
  text-decoration: underline;
	display: block;
	font-size: 11px !important;
	text-align: center
}

div#news-release-body a.intro-image-container span {
  padding-left: 5px;
  height: 14px;
	line-height: 14px;
}

div#news-release-body a.full-story-image-container span {
  text-align: center
}

div#news-release-body a.intro-image-container:hover span,
div#news-release-body a.full-story-image-container:hover span {
  /* Spec: Hover color */
  
  color: #00B2B3;
}

div#news-release-body a.intro-image-container img,
div#news-release-body a.full-story-image-container img {
  /* Spec: Color 1 */
  border: solid #67201D 1px;
}

div#news-release-body a.zoomable-image-button {
  display: block;
  width: 202px;
	height: 23px;
	background: url(../newscenter/graphics/newscenter_zoomable_202.gif) no-repeat;
}

div#news-release-body a.zoomable-image-button:hover {
  background-image: url(../newscenter/graphics/newscenter_zoomable_202_hover.gif)
}

div#news-release-body table,
div#news-release-body tr,
div#news-release-body td {
  border: none ! important;
	background: transparent !important;
	margin: 0
}

div#news-release-body td {
  padding-left: 10px ! important;
  border-bottom: solid #67201D 1px !important;
}

div#news-release-body td td {
  border-bottom: none !important
}

div#news-release-body td.subhead,
div#news-release-body td.import,
div#news-release-body td span.import {
  width: 120px;
	font-weight: bold !important;
  padding-left: 0 !important
}

div#news-release-body td.subhead {
  font-size: 13px;
	text-align: left;
}

div#news-release-body td.import,
div#news-release-body td span.import {
  text-align: right
}

div#news-release-body td img { border: solid #67201D 1px; }
div#news-release-body td a:hover img { border: solid #00B2B3 1px; }

div#news-release-body p {
  margin-bottom: 10px
}

div#subpage-content h3 {
  clear: both;
}

div#news-release-body h4 {
  background: none !important;
	margin-top: 0px;
	margin-bottom: 0px
}

div#news-release-body div.image-view {
  text-align: center
}

div#news-release-body div.video-preview img {
  margin-right: 10px;
}

div#news-release-body div.video-holder {
  position: absolute;
	display: inline
}

div#news-release-body div#embed-video-holder {
  width: 448px;
  float: left;
  display: inline 
}

div#news-release-body div.regular-video-formats {
  float: right;
	display: inline;
	margin-left: 10px;
	width: 130px
}

div#news-release-body div.regular-video-formats ul a.button {
  margin-right: 0;
	width: 125px;
}

div#news-release-body div.version-2-video-formats {
  float: none;
  display: block;
}

div#news-release-body div.image-preview,
div#news-release-body div.help-image-column {
  float: left;
  display: inline;
  width: 210px
}

div#news-release-body div.help-text-column {
  margin-left: 90px;
  max-width: 600px;
}

div#news-release-body div.image-preview img {
  border: solid black 1px
}

div#news-release-body div.image-preview span.news-designator {
  display: block;
	width: 200px;
	height: 15px;
	background: url(../newscenter/graphics/newscenter_label_pr_202.gif) no-repeat;
	color: white;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
}

div#news-release-body div.image-preview span.has-attached-zoomifyer-button {
  background-image: url(../newscenter/graphics/newscenter_label_pr_202_red.gif);
}

div#news-release-body div.regular-image-formats {
  margin-left: 210px;
	max-width: 480px;
	min-height: 230px
}

div#news-release-body div.highest-quality-image-formats {
  float: right; 
	width: 290px; 
	margin-left: 10px
}

div#news-release-body div.image-formats-holder {
  min-height: 180px;
  float: left;
  display: inline;
  margin-left: 10px;
  width: 200px
}

div#news-release-body div.image-formats h4 span {
  font-weight: normal;
	font-style: oblique;
}

div#news-release-body div.image-formats ul {
  padding: 0px;
  margin: 0px
}

div#news-release-body div.image-formats div {
  border-bottom: solid #67201D 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
	margin-top: 10px;
}

div#news-release-body div.image-formats li {
  list-style-type: none;
	display: block;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

div#news-release-body div.image-formats h4,
div#news-release-body a.gallery-go-link {
  font-size: 13px;
	margin-bottom: 0px;
	font-weight: bold;
}

.button-holder {
  overflow: hidden
}

div#news-release-body div.image-formats h4 {
	color: #666;
	text-decoration: none;
}

div#news-release-body a.gallery-go-link {
	color: #67201D;
	text-decoration: underline
}

div#news-release-body a.gallery-go-link:visited {
  color: #666
}

div#news-release-body a.gallery-go-link {
  background: url(../newscenter/graphics/newscenter_go_arrow.gif) no-repeat right center;
	padding-right: 40px;
	display: block;
}

div#news-release-body a.gallery-go-link:hover {
  background-image: url(../newscenter/graphics/newscenter_go_arrow_hover.gif);
}

div#news-release-body ul.read-more {
  list-style-position: inside;
  padding: 0;
  margin: 0
}

div#news-release-body div.hubbleminute-video-type-header,
div#news-release-body div.ssu-video-type-header,
div#news-release-body div.news-release-type,
div#news-release-body div.nsu-video-type-header {
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding: 2px;
	margin-bottom: 10px;
	padding-left: 10px;
}

div#news-release-body div.news-release-type { background-color: #8788B8; }

div.news-release-type-description {
  width: 190px;
	margin-top: 10px;
}

div.news-release-type-description h4 {
  color: #8788B8;
  margin: 0px;
	font-size: 12px;
}

div.news-release-type-description p {
  font-size: 12px;
	line-height: 140%
}

div#news-release-body div.warning {
  background:   url(../graphics/alert_sm.gif) 2px center no-repeat #F3ECEB;
	color:        black;
	font-size:    11px;
	padding:      4px;
	padding-left: 20px;
	margin:       0px;
	border: solid black 1px;
}

div#news-release-body span#extras-container {
  float: right;
  width: 200px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#news-release-body span.hubbleminute-videos,
div#news-release-body span.star-witness {
  margin-bottom: 10px;
  display: inline;
}

div#news-release-body span.hubbleminute-videos span.video-details {
	display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 10px
}

div#news-release-body span#extras-container a img {
  /* Spec: Color 1 */
  border: solid #67201D 1px;
  float: left;
	
  width: 40px;
  height: 40px;
}

div#news-release-body span#extras-container a {
  display: block;
	text-decoration: none !important
}

div#news-release-body span#extras-container a span.extras-details {
  /* Spec: Color 1 */
  color: #67201D;
  
  padding-left: 50px;
  display: block;
  text-decoration: underline;
	font-size: 11px;
}

div#news-release-body span#extras-container a:hover span {
  /* Spec: Hover Color */
  color: #00B2B3
}

div#news-release-body span#extras-container strong {
  color: white;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  padding: 4px;
	font-weight: bold;
	line-height: 11px;
  margin-bottom: 10px;
  display: block
}

span#extras-container span.hubbleminute-videos strong {
  background-color: #c16d27;
}

span#extras-container span.star-witness strong {
  background-color: #acc06e;
}

div#news-release-body .release-media {
  width: 340px;
  float: left;
  height: 120px;
  display: block;
  text-decoration: none;
	margin-right: 10px;
	padding: 0px !important
}

div#news-release-body .release-media-right {
  margin-right: 0px
}

div#news-release-body span.image-holder {
  width: 82px;
  float: left;
  margin-right: 10px;
}

div#news-release-body .release-media img {
  border: solid #67201D 1px;
}

div#news-release-body span.text-holder {
  width: 248px;
  float: right;
}

div#news-release-body .video-page-video-list div {
  height: 60px;
}

div#news-release-body .video-page-video-list span.text-holder {
  width: 288px;
}

div#news-release-body span.image-types,
div#news-release-body span.artists-concept,
div#news-release-body span.running-time,
div#news-release-body span.release-date,
div#release-listing span.artists-concept,
div#release-listing span.image-types {
  color: #666;
  display: block;
  font-style: oblique;
}

div#news-release-body span.artists-concept,
div#release-listing span.artists-concept {
  font-size: 9px;
  text-align: center;
	width: 82px;
}

div#news-release-body .release-media span.news-designator,
div#news-release-body .release-media span.hubbleminute-designator,
div#news-release-body .release-media span.ssu-designator,
div#release-listing span.news-designator,
div#release-listing span.hubbleminute-designator,
div#release-listing span.ssu-designator {
  display: block;
  text-align: center;
  color: white;
  font-size: 9px;
	width: 82px;
}

div#news-release-body ul.internal-newscenter-links li {
  list-style-type: none;
	margin-left: 0px;
	width: 330px;
	background: none;
	padding-left: 0px;
	padding-right: 10px;
	min-height: 65px;
}

div#news-release-body ul.internal-newscenter-links a {
  min-height: 50px;
	text-decoration: none;
	display: block
}

div#news-release-body ul.internal-newscenter-links span {
  display: block
}

div#news-release-body ul.internal-newscenter-links a img.icon {
  border: solid #67201D 1px;
	float: left;
	margin-right: 5px
}

div#news-release-body .release-media span.news-designator,
div#release-listing span.news-designator {
  background: url(../newscenter/graphics/newscenter_label_thumb_pr.gif) no-repeat 0px 0px;
}

div#news-release-body .release-media span.hubbleminute-designator,
div#release-listing span.hubbleminute-designator {
  background: url(../newscenter/graphics/newscenter_label_thumb_hubbleminute.gif) no-repeat 0px 0px;
}

div#news-release-body .release-media span.ssu-designator,
div#release-listing span.ssu-designator {
  background: url(../newscenter/graphics/newscenter_label_thumb_video_type.gif) no-repeat 0px 0px;
}

div#news-release-body div.hubbleminute-video-type-header { background-color: #C16D27; }
div#news-release-body div.ssu-video-type-header,
div#news-release-body div.nsu-video-type-header
 { background-color: #9999CC; }

div#news-release-body h4.hubbleminute-video-whatis-header,
div#news-release-body h4.ssu-video-whatis-header,
div#news-release-body h4.nsu-video-whatis-header
 {
	font-size: 13px;
	margin-top: 10px
}

div#news-release-body h4.hubbleminute-video-whatis-header { color: #C16D27; }
div#news-release-body h4.ssu-video-whatis-header,
div#news-release-body h4.nsu-video-whatis-header
 { color: #9999CC; }


div.news-release-container h1,
div.news-release-container h2 {
  color: white !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.news-release-container h1 {
  line-height: 20px;
  font-size: 20px ! important;
	margin-bottom: 10px ! important;
}

div.news-release-container h2 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px ! important;
}

div#news-release-body h2 {
	font-weight: bold;
	font-size: 12px;
	color: black !important;
	margin-bottom: 0 !important
}

div#news-release-body h2 span {
  color: #CC6666;
	font-size: 13px
}

div.news-release-container h2 strong {
  background: transparent !important;
	padding: 0 !important;
	margin: 0
}

div.news-release-container h2.date {
  float: right;
	display: inline;
	font-style: oblique;
	width: 200px;
	text-align: right
}

div.news-release-container div.release-object-title {
  margin-bottom: 10px
}

/* List of releases, either graphically or text-only */

div#release-listing {
  border: solid #67201D 1px;
	border-top: none;
}

div#release-listing h2 {
  margin: 0;
  padding: 3px;
  padding-left: 10px;
  background: #CC6666;
  color: white;
  text-transform: uppercase;
	font-size: 12px
}

div#news-release-archive-container a.release-view-toggle {
  float: right;
	display: block;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	color: black !important;
	text-decoration: none;
	margin-top: -2px;
}

div#news-release-archive-container a.release-view-toggle:hover {
  color: #00B2B3 !important
}

div#news-release-archive-container a.release-view-toggle-list {
	padding-left: 15px;
  background: url(../newscenter/graphics/newscenter_display_images.gif) left center no-repeat
}

div#news-release-archive-container a.release-view-toggle-list:hover {
  background-image: url(../newscenter/graphics/newscenter_display_images_hover.gif)
}

div#news-release-archive-container a.release-view-toggle-thumb {
	padding-left: 20px;
  background: url(../newscenter/graphics/newscenter_display_titles.gif) left center no-repeat
}

div#news-release-archive-container a.release-view-toggle-thumb:hover {
  background-image: url(../newscenter/graphics/newscenter_display_titles_hover.gif)
}

div#release-listing div.release-type-container,
div#release-listing div.release-type-container-white {
  padding: 10px;
}

div#release-listing div.release-type-container {
  background-color: #F0EEDD;
}

div#release-listing div.release-type-container-white {
  background-color: white
}

div#release-listing div.release-type-container h3,
div#release-listing div.release-type-container-white h3 {
  text-transform: uppercase !important;
	background: none
}

div#release-listing div.release-type-container h3 span,
div#release-listing div.release-type-container-white h3 span,
div#release-listing ul.release-types-list li span {
  text-transform: none;
  font-weight: normal;
  color: #666;
  font-style: oblique;
	background: none
}

div#release-listing ul.release-types-list {
  margin: 0;
  padding-left: 10px;
}

div#release-listing ul.release-types-list li {
  float: left;
  width: 175px;
	list-style-type: none;
  list-style-position: inside;
}

div#release-listing ul.release-types-list-wide li {
  width: 350px;
}

ul.release-list {
  margin: 0;
	padding: 0;
	background-color: #F0EEDD;
	width: 100%;
}

ul.release-list li.release-list,
ul.release-list li.release-list-white {
  display: block;
	padding: 0;
	min-height: 130px;
	margin: 0px;
	padding-top: 10px;
}

div#release-listing ul.release-image-view li {
  width: 90px !important;
	min-height: 120px;
  height:  120px;
	float: left
}

ul.release-list li.release-list-white {
  background-color: white
}

div#archive-content-container ul.release-list span {
  font-size: 12px;
	line-height: normal !important
}

ul.release-list a:hover {
  background-color: transparent
}

ul.release-list a img {
  border: solid #67201D 1px
}

ul.release-list a:hover img {
  border-color: #00B2B3
}

ul.release-list span.text-holder {
  display: block;
  padding-right: 10px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	margin-left: 110px;
}

ul.release-list span.release-date,
ul.release-list img,
ul.release-list span.release-identifier {
  margin-left: 10px;
	display: inline;
	position: absolute;
}

ul.release-image-view span.text-holder {
  display: none;
}

ul.release-list span.release-teaser {
  display: block;
	margin-top: 10px;
}

ul.release-list span.release-date {
  font-weight: bold;
}

ul.release-list img {
  margin-top: 16px;
}

div#archive-content-container ul.release-list span.release-identifier {
  font-size: 11px;
	font-style: oblique;
  color: #666;
	margin-top: 100px
}

ul.release-list span.release-position {
  width: 25px;
	height: 150px;
	float: left;
	display: inline;
	font-weight: bold;
	margin-right: 5px;
	text-align: right
}

div.page-count-navigation a.previous-page, 
div.page-count-navigation a.next-page,
div.page-count-navigation span.page-count,
div.page-count-navigation div.previous-page-holder {
  float: left;
  display: block;
	height: 40px;
}

div.page-count-navigation a.previous-page,
div.page-count-navigation div.previous-page-holder {
  padding-left: 20px;	
	width: 60px;
}

div.page-count-navigation a.next-page {
  padding-right: 20px;	
	width: 40px;
	text-align: right
}

div.page-count-navigation a.next-page span {
  width: 40px
}

div.page-count-navigation span.page-count {
	padding-top: 13px;
	height: 27px;
	width: 120px;
	text-align: center
}

div.release-display-count-choice,
div.year-display-choice {
  float: left;
  text-transform: uppercase;
  height: 40px;
	text-align: center;
  border-right: solid #67201D 1px;
}

div.release-display-count-choice { width: 120px; }
div.year-display-choice          { width: 105px; }

div.release-display-count-choice form,
div.year-display-choice form,
div.form-placeholder {
  display: block ! important;
  margin-top: 4px;
}

div#archive-content-container div.form-placeholder span {
  font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	display: block
}

div.release-display-count-choice select,
div.year-display-choice select {
  font-size: 11px;
  border: solid black 1px;
  width: 65px;
}

div.release-display-count-choice input,
div.year-display-choice input {
  font-size: 11px;
  border: solid black 1px;
  width: 30px;
}

div#news-release-body div#social-networking-buttons {
	background-color: white;
	border: solid #ccc 1px;;
	padding: 2px;
	margin-top: 5px;
	text-align: center;
	width: 196px
}

div#news-release-body div#social-networking-buttons img,
div#news-release-body div#social-networking-buttons iframe {
  border: none;
	vertical-align: middle
}

div#embed-holder {
  text-align: right 
}

div#embed-holder * {
  text-align: left 
}

.fast-facts-help-link-holder {
  float: right;
  display: inline;
  width: 200px;
  text-align: right 
}

.fast-facts-help-link-holder a.help {
  padding: 4px 25px 4px 0;
  background: url(../newscenter/graphics/newscenter_help.gif) center right no-repeat;
  line-height: 20px;
  vertical-align: center
}

.fast-facts-help-link-holder a.help:hover {
  background-image: url(../newscenter/graphics/newscenter_help_hover.gif);
}

#fast-facts-toc .subpage-right-inset-container {
  background-color: #f0eedd
}

#fast-facts-toc .subpage-right-inset {
  background-color: white
}

/* Print-friendly styles for modern browsers */

@media print {
  ul.news-release-tabs a span {
	  font-weight: normal ! important
	}
	
  ul.news-release-tabs a.current {
    border: solid black 1px;
  }

  ul.news-release-tabs a.current span {
    font-weight: bold !important
  }

	div#news-release-body div.image-preview,
	div#news-release-body div.help-image-column {
	  position: relataive;
		left: 20px !important
	}	

  .release-media {
	  width: 300px !important;
		margin: 0 !important
	}

  span.text-holder {
	  width: 200px !important;
	}	
}