/****************************************************************

CSS Styles for the National Snow and Ice Data Center (NSIDC)

****************************************************************/

/********************

Global styles

********************/
@font-face {
  font-family: 'Interval';
  src: url('/web-fonts/interval_regular_condensed-webfont.eot'); /* IE9 Compat Modes */
  src: url('/web-fonts/interval_regular_condensed-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/web-fonts/interval_regular_condensed-webfont.woff') format('woff'), /* Modern Browsers */
       url('/web-fonts/interval_regular_condensed-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/web-fonts/interval_regular_condensed-webfont.svg#webfontsez1K5ko') format('svg'); /* Legacy iOS */
}
html {
	width: 100%;
	background: #fff url(/images/bkg/bkg1.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8125em;
	line-height: 1.5;
	color: #444444;
	margin: 0 auto;
	text-align: left;
	width: 1100px;
	background: #fff;
}
/* manages padding for pages where the wrapper div is not in the html */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul {
	padding: 0 20px;
	outline: none;
}
/* removes left and right padding when text is in a table */
table h1, table h2, table h3, table h4, table h5, table h6, table p, table blockquote, table pre {
	padding-left: 0;
	padding-right: 0;
}

a, img {
	outline: 0;
}

body table {
	margin: 0 20px 6px 20px;
	max-width: 1060px !important;
	border-collapse: collapse;
	border-spacing: 0;
} 
body p table {
	margin-left: 0;
	margin-right: 0;
}
body table td table {
	margin: 0;
}

a {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover { color: #006699; }
a:active { color: #003399; }

p {
	margin: 5px 0 12px 0;
}

table.I1,table.I2, table.I3, table.I4, table.I5, table.I6 { 
	margin-left:20px; 
	margin-right: 20px;
 }

h1 {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #06070b;
	padding-top: 10px;
	margin-bottom: 0px;
}

h2 {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #06070b;
	line-height: 1.2;
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 12px 0 6px 0px;
}

h3 {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #0b4bc2; 
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 12px 0 6px 0px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #1e4285;
	margin: 12px 0 6px 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	margin: 12px 0 6px 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin: 12px 0 6px 0px;

}
ul, ol {
	margin-left: 25px;
	margin-top: 0px;
	line-height: 1.5em;
}
li {
	margin-bottom: 8px;
}
hr {
	color: #cccccc;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.center {
	text-align: center;
}

/*
clearfix
used to self clear floats
*/

.clearGroup:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* replicating body styles for future when we can get rid of body width control */
#wrapper {
	width: 1100px;
	margin: 20px auto;
	background: #fff;
}

/*******************************


Font styles 


*******************************/

.datafont {
	font-family: "Courier New", Courier, mono;
}
.smallgraybold {	
	font-size: .8em;
	color: #666666;
	font-weight: bold;
}
.SmallText {
	font-size: .9em;
	color: #333333;
}
.SmallTextGray {	font-size: .8em;
	color: #666666;
	line-height:1.2em;
}
.SmallSansSerif { 
	font-size:	.8em; }



/********************

Captions & Credits 

********************/

/* style for image credits */
.imageCredit {
	color: #999999;
	font-style: italic;
	font-size: .75em;
}

/*********************************************


Secondary page styles


*********************************************/

.bannerLinksNSIDC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	padding: 2px 0 4px 2px;
	margin: 0px 4px 0px 0px;
	text-decoration: underline;
}

#logoContainerNSIDC {
	padding: 1px 0 2px 0;
	height: 0;
	white-space: none;
}

.homeIconLink {
	position: relative;
	padding: 0;
	margin: 0;
	height: 65px;
	white-space: none;
	z-index: 10;
}
.secondaryNavLinkNSIDC {
	color: #FFFFFF;
	z-index: 100;
}

.secondaryNavLinkNSIDC:visited {
	color: #CCCCCC;
	z-index: 100;
}

#toolboxContainer {
	margin: 0 0 0 28px;
}

.toolboxHeading {
	background: url(/images/global/toolbox_heading_bg.jpg) top left no-repeat;
	width: 100%;
}

.callouthead {
	font-weight: bold;
	color: #003366;
	margin: 0;
}


.helptext {
	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;
	color: #666666;
}

select.helptext {
	margin-left: 15px;
}
/*****************************************

Styles specific to Secondary level sites

secondary containers are required here because some legacy pages using them do not include nsidc_secondary.css

*****************************************/


.secondaryContentContainerNSIDC {
	padding: 0 20px;
	margin: 10px 0;
	position: relative;
}

.secondaryContentContainerNSIDC h2 {
	padding: 0 20px 10px 20px;
}

.secondaryPageSubnavTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding: 0 0 5px 5px;
	margin: 0px;
}
.secondaryPageTitle {
	font-size: 1.8em;
	color: #003366;
	padding: 0 0 10px 0;
	margin: 0;
}


/****************************************

Secondary Navigation - left nav styles 

****************************************/

.secondaryNavList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/* 
Nav styles - Do not edit. These styles are used in the primary navigation
as well as the secondary navigation links. Nav1-3 can be used in the vertical left
navigation of data center pages. Nav4 can be used horizontally for sub-project
navigation. 
*/

/* these styles are NOT used in the main navigation! 

.nav1 {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding: 5px 0;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}
*/
/* this class is for the top-most nav menu item in left subnavs ONLY if there is an icon above it */
.nav1Top {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	padding: 0 0 5px 0;
	margin: 10px 4px 0px 0px;
	text-decoration: none;
}

.nav2 {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal;
	padding: 2px 0;
	margin: 0px 4px 0px 12px;
}

/* this class is for the last menu item in the second level of left subnavs, if it is followed by another subnav item */
.nav2Last {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal; 
	padding: 2px 0 5px 0;
	margin: 0px 4px 0px 12px;
}

.nav3 {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px 4px 0px 20px;
	padding-right: 0px;
}

.nav4 {
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px 8px 0px 0px;
	padding-right: 0px;
}

.activeNav1 {
	font-size: .9em;
	font-weight: bold;
	color:#3680ca;
	line-height: normal;
	padding: 5px 0;
	margin: 0px 4px 0px 0px;
}

.activeNav1 a {
	text-decoration: none;
}

.activeNav1 a:visited {
	color: #3680CA;
}

.activeNav1 a:hover {
	color: #D53135;
	text-decoration: underline;
}

.activeNav1Top {
	font-size: .9em;
	font-weight: bold;
	color:#3680ca;
	line-height: normal;
	padding: 10px 0 5px 0;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}

.activeNav1Top a:visited {
	color: #3680CA;
}

.activeNav1Top a:hover {
	color: #D53135;
	text-decoration: underline;
}
	
.activeNav2 {font-size: 82%;
	font-weight: normal;
	color:#3680ca;
	line-height: normal;
	padding: 2px 0;
	margin: 0px 4px 0px 12px;
	text-decoration: none;
}


.activeNav2 a {
	font-size: .9em;
	font-weight: normal;
	color:#3680ca;
	line-height: normal;
	padding: 2px 0;
	margin: 0 4px 0 0;
	text-decoration: none;
}

.activeNav2 a:hover {
	color: #D53135;
	text-decoration: underline;
}
.activeNav2 a:visited {
	color: #3680CA;
}



.activeNav2Last {
	font-size: .9em;
	font-weight: normal;
	color:#3680ca;
	line-height: normal;
	padding: 2px 0 5px 0;
	margin: 0px 4px 0px 12px;
}


.activeNav2Last a {
	text-decoration: none;
}

.activeNav2Last a:visited {
	color: #3680CA;
}

.activeNav2Last a:hover {
	color: #D53135;
}


/********************************

Secondary Headings

********************************/


.secondaryHeadingContainer {
	position: relative;
	padding: 0;
	margin: 0 0 15px 0; 
	white-space: none;
}
body table.secondaryHeadingContainer {
	margin: 0 0 15px 0;
	max-width: 1100px !important;
}
.secondaryHeadingRight {
	background: #9FB3CA;
	height: 56px;
	padding: 0 0 0 75px;
}

.secondaryHeadingLeft {
	width: 151px;
	height: 56px;
	background: #4981A6;
}

.secondaryHeadingDivider {
	width: 2px;
	background: #FFFFFF;
}

.secondaryHeadingLink {
	text-align: center;
	vertical-align: middle;
}

.secondaryHeadingLink a {
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
}

.secondaryHeadingLink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



.secondaryQuoteContainer {
	padding: 0;
	margin: 0;
	border-left: 1px solid #CCCCCC;
}

.secondaryQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding: .5em 1em 0 1em;
	margin: 0;
}

.quoteCredit { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #666666; }



/******************************************

Secondary Content styles

******************************************/

.mainContentContainerNSIDC {
	position: relative;  
}

.secondaryContentContainerNSIDC {
	position: relative; 
}

.contentMainLeft {
	width: 80%;
	border-right: 0;
	padding-right: 10px;
}

.contentMainLeft > p {
	margin: 0 10px 0 0;
}

/************************************************

secondary heading styles for specific sub-sites

************************************************/

/* Glacier Photo heading */

#glacierPhotoHeading {
	border-bottom: 1px solid #CCCCCC; /* bottom border for secondary heading container */
}	

#daacHeader {
	background: #263947;
	position:absolute;
	top: 0;
	left: 0; 
	width: 100%;
	margin: -40px 0 0 0;
	padding: 0;
	height: 20px;
}
#daacHeader table#eosdis-tophat {
	max-width: 1100px !important;
	width: 1100px;
	margin: 0 auto;
}
#daacHeader #eosdis-tophat #eosdis-tophat-navi ul.tophat-csshover {
	width: 1100px !important;
	margin: 0 auto;
}
/***********************

secondary site toolbox

***********************/

.secondaryToolboxContent p, .secondaryToolboxContent h4, .secondaryToolboxContent ul  {
	padding: 0;
	margin: 0 0 10px 0;
}
.secondaryToolboxContent ul {
	margin-left: 20px;
}
.secondaryToolboxContent h4 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}


.secondaryToolboxTitle, .secondaryToolboxContainer h3 {
	/* [disabled]color: #502680; */
	/* [disabled] padding: 2px 0 0 10px; */
	margin: 0;
}

.toolboxContent {
	padding: 5px 0;
	border: 1px solid #CCCCCC;
}





.secondaryToolboxContainerNSIDC {
	border: 1px solid #CCCCCC; 
	padding: 10px;
	margin: 0 0 10px 0;
}

.secondaryToolboxContainer {
	border: 1px solid #CCCCCC; 
	padding: 0;
	margin: 0;
}

#catalogBrowseTitle {
	margin-top: 7px;
}

.rssDataFeed {
	padding-left: 50px;
	background: url("/data/rss_feed_data_news/images/rss.gif") no-repeat left bottom transparent;
	height: 16px;
}

/****************

Catalog pages styles 

****************/
.catalog-page {
	background: #fff;
}
.catalog-page #catalog-main-table {
	background: #fff;
    border-collapse: collapse;
    margin: 20px 40px;
    width: 1020px !important;
}
.catalog-page #catalog-main-table .catalog-sidebar-table {
	width: 270px;
	padding: 15px;
	float: right;
	background: #eff2f7;
	margin-left: 25px;
	border: 1px solid #d1d1d1;
}
.catalog-page #catalog-main-table .catalog-sidebar-table td {
	padding: 10px;
}
.catalog-page a.latest-version-link {
    clear: left;
    color: #C0001E;
    display: block;
    font-weight: bold;
}



/********

Forms

********/
INPUT { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	padding: 0px 0px 0px 4px;
}

.selectDefault {
	color: #333333;
	font-style: italic;
	font-size: .85em;
}
form[name="form"] {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ffffff;
	max-width: 1100px;
}

/***********************************

Press Release pages 

***********************************/

div.inlineImageRight {
	position: relative;
	width: 40%;
	float: right;
	padding: 5px 10px;
	display: block;
}

div.inlineImageLeft {
	position: relative;
	width: 40%;
	float: left;
	padding: 5px 10px;
	display: block;
}

#figureText {
	display: block;
}

.pressReleaseTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
}

.pressReleaseByline {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
}

.pressReleaseDate {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
}


.pagetitle {
	border-bottom: 1px solid #999999;
	color: #003366;
	margin: 0 0 15px;
	padding: 15px 10px 15px 35px;
	font-size: 2em;
	font-family:Interval, "Arial Narrow", Arial, sans-serif;
	line-height: 1.5;
}
#secondarySiteWrapper .pagetitle {
	margin: 0 -35px 15px -35px;
}
.pagetitle a {
	text-decoration: none;
}

.pagetitle a:visited {
	color: #003366;
}

.pagetitle a:hover {
	color: #006699;
}
.borderGray {
	border: 1px solid #cccccc;
}

/*****************************

simple float for <p> or <div>

*****************************/


.topAnchor {
	font-size: small
}
.floatLeft {
	position: relative;
	float: left;
	margin-right: 10px;
}

.floatRight {
	position: relative;
	float: right;
	margin-left: 15px;
}

.oneHundredPercent {
	width: 100%;
}

/******************************

Bio Template Styles

******************************/
#bioNavOuterContainer {
	float: right; 
	padding: 0 0 10px 0; 
	border: 0;
	margin: 10px 20px 20px 28px;
}

#bioNavContainer {
	padding: 12px 10px 0 10px; 
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 10px;
}

#bioImageContainer {
	padding-top: 0;
}

.bioNav {
	font-size: 0.9em;
	padding: 0 10px;
}

.scientistGeneralInfo {
	padding: 0 20px;
	margin: 0;
}

.biblioInfo {
	margin-left: 30px;
	text-indent:-30px;
}


/******************************

Styles for Notices

used for downtime notices

******************************/


/* styles to control display of notices on the Advamced Search page */
#dataNoticesContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 98%;
}

#dataNoticesContainer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	padding: 7px 0 0 10px;
	margin: 0;
	font-weight: bold;
}

#ecsNoticesContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 98%;

}

#ecsNoticesContainer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	padding: 7px 0 0 10px;
	margin: 0;
	font-weight: bold;
}






/***********************************

OLD UNEDITED NSIDC styles

DO NOT REMOVE - still widely used

***********************************/


.FigureCaption
	{
	font-size:85%;
	font-family: arial, helvetica, sans-serif;
	line-height:100%;
	margin-left:50px;
	margin-right:50px;
	}
	
/*NSIDCNoteTOC - used in the publications/notes section.
While we no longer post NOTES as HTML (a PDF is posted)
there are years of archive NOTES as HTML */
.NSIDCNotesTOC
	{
	background-color:#D4E8EB;
	border-color:#0f4d6d;
	font-size:90%;
	font-family:arial, helvetica, sans-serif;
	line-height:100%;
	margin-top:9px;
	margin-bottom:6px;
	margin-left:12px;
	padding: 3px 9px 3px 9px;
	}



/*****************************

Global styles

******************************/
a.glossary {
    border-bottom: 1px dashed #373737;
    text-decoration: none;
}

.topLink { /* for links at the top of  guide doc pages */
	position: relative;
	top: -25px;
	margin: 0 10px;
}
a img {
	border: none;
	outline: none;
}
.caption {
	font-size: .8em;
}
.topGrayBorder {
	border-top: 1px solid #ccc;
}
table.cssTable {
	margin: 20px 0 0 0;
	width: 100%;
	clear: left;
}

table.cssTable td {
	border-right: 1px solid #c9dce7;
	border-bottom: 1px solid #9fb3cb;
	padding: 3px;
	text-align: left;
}
table.cssTable td:first-child {
	border-left: 1px solid #c9dce7;
}
table.cssTable td.noBorder {
	border-left: none;
}
table.cssTable th {
	background-color: #c9dce7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
	text-align: center;
}
.width50 {width: 48%; margin-right: 2%}
.width33 {width: 31%; margin-right: 2%}
.width40 {width: 38%; margin-right: 2%}
.width25 {width: 23%; margin-right: 2%}

.marginTop10px {
	margin-top: 10px;
}
.marginBottom10px {
	margin-bottom: 10px;
}
.photo-box, .photo-box-left, .photo-box-center {
	width: 200px;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #c9dce7;
	float: right;
	margin-left: 15px;
	margin-bottom: 12px;
}	
.photo-box-left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}
.photo-box-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/********************************

News Page Styles

*********************************/

#newsPageNav {
	overflow: hidden; 
	margin-top: 15px;
	margin-bottom: 20px;
}

#newsPageNav ul {
	padding: 0px;
	float: left;
	margin: 0px;
}

#newsPageNav li {
	font-weight: bold;
	float: left;
	list-style: none;
}

#newsPageRss {
	float: right;
}

.rssImage {
	vertical-align: middle;
	padding: 0 0 0 12px;
}
.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #555faa;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

.featureElement.borderBottom ul li {
	margin-top: 7px;
	margin-bottom: 7px;
}
#contentMain #outage {
	float: right;
	width: 220px;
	margin-left: 30px;
}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

#contentWrapper #content {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	width: 585px;
}
#contentWrapper h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	line-height: 1;
	border-bottom: none;
	font-size: 1.8em;
}
#contentWrapper #toolboxContainer {
	float: left;
	width: 190px;
	margin-top: 25px;
}
#contentWrapper #content.content-wide {
	width: 790px;
}
#contentWrapper #content.content-no-nav {
	margin-left: 35px;
	width: 810px;
}

.secondaryToolboxHeading {
	margin: 10px 0 0 0;
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
}
.secondaryToolboxHeading h3, .secondaryToolboxHeading p.secondaryToolboxTitle {
	font-size: 1.2em;
	padding: 4px 0;
	margin-bottom: 0;
}
.secondaryToolboxTitle, .seealso {
	font-family: Interval, "Arial Narrow", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	color: #0B4BC2;
	padding-bottom: 8px;
}
.secondaryToolboxHeading .secondaryToolboxTitle strong {
	font-weight: normal;
}
.secondaryToolboxContent table {
	margin: 0;
}

#contentWrapper {
	background: #fff;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0;
	float: left;
	-moz-box-shadow: 0px 5px 5px #0f264c;
	-webkit-box-shadow: 0px 5px 5px #0f264c;
	box-shadow: 0px 5px 5px #0f264c;
	width: 1100px;
}
#contentWrapper #content h2 {
	margin-left: 0px;
}
/********************************
SAGE STYLES
*********************************/

body.tundra div#sageWrapper {
background: #fff;
}
/**********************************
PRESENTATIONS AND PUBLICATIONS ON THE CIRES SERVER
**********************************/
#nsidc-wrapper h2, #nsidc-wrapper h3, #nsidc-wrapper p  {
	padding-left: 40px;
	padding-right: 40px;
}

#nsidc-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

