/**
 * 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;
  margin-bottom: 5px;
}

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
}

#embed-link-wrapper {
  display: block;
  overflow: hidden;
  zoom: 1
}

/* 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;
	}
}
