body {
	background-color: #eaeaea;
}

.table-header > thead > tr > th {
    background-color: #265Fb8;
/*
    background-image: -moz-linear-gradient(center top , #466FC0, #163F90);
    background-image: -webkit-linear-gradient(#466FC0, #163F90);
    background-image: linear-gradient(#466FC0, #163F90);
    border: 1px solid #4D66AB;
*/
    color: #FFFFFF;
    font-weight: normal;
}



.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.normal { font-weight: normal; }

.xxsmall { font-size: xx-small; }
.xsmall { font-size: x-small; }
.medium { font-size: medium; }
.large { font-size: large; }
.xlarge { font-size: x-large; }
.xxlarge { font-size: xx-large; }
.larger { font-size: larger; }
.smaller { font-size: 90%; }

.font20 { font-size: 20px; }
.font24 { font-size: 24px; }


/*---------------------------------------------------------------
/* the page footer */
#footer {
        clear: both;
        font-size: 80%;
	background-color: #000066;
	background: -webkit-gradient(linear, left top, right top, from(#000066), to(#336699)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(left, #336699, #000066); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(left, #336699, #000066); /* FF3.6+ */
	background: -ms-linear-gradient(left, #336699, #000066); /* IE10 */
	background: -o-linear-gradient(left, #336699, #000066); /* Opera 11.10+ */
	background: linear-gradient(90deg, #336699, #000066); /* W3C */
        color: white;
        padding: 1.0em 0.7em 0.6em 0.7em;
        margin: 0em;
        line-height: 1.3em;
        width: auto;
        border: none;
}

#footer a {
        color: white;
}


/* a div containing links to the organizations shown in the footer. */
#orgs {
        text-align: left;
}

/* a div containing policy-type links shown in the footer. */
#policies {
        text-align: right;
}

/* media icons in the footer */
/*
#media_icons {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
*/

#policies .fa {
	margin: 0 10px;
}
#media_icons {
	margin: 0 10px;
}

/* rearrange footer on smaller screens */
@media (max-width: 992px) {

/*
	#policies {
		text-align: center;
	}
	#orgs {
		text-align: center;
	}
*/
	#policies { text-align: left;  margin-top: 10px;}
}

/*---------------------------------------------------------------
/* the section between header and footer */
#mainsection {
	background-color: #FFFFFF;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding: 7px 15px 14px; 
}


/* narrower page for some pages */
.article {
	max-width: 820px;
	margin: 0 auto;
}


/*---------------------------------------------------------------
 * For the division name on the home page.
 */
.headingblock {
        color:#000066;
        text-shadow:0.1em 0.1em 0.15em #999;
	font-family: helvetica, sans-serif;
	font-size: 24px;
	padding-top: 10px;
}

/*------------------------------------------------------------
 * For the mission statement on front page.
 */
.mission {
        color:#660066;
        font-family:georgia;
        font-size: 16px;
        font-style:italic;
        padding-bottom:0.6em;
}


/*------------------------------------------------------------*/
/*
.clear {
        clear: both;
        height: 0px;
}
*/

.textvers { display: none; }

.padleft { margin-left: 1em; }

.leftdot {
        border-left: 1px dotted #CCCCCC;
        margin-left: 4px;
}

/*--------------------------------------------------------*/
/* page title at top of most pages */
.pageheader {
        color:#555;
        letter-spacing:1px;
        font-size: 18px;
        font-weight:normal;
        text-align:left;
        border-bottom: solid 2px #f60;
        padding: 3px 0px 2px 5px;
        margin-top: 1px;
        margin-bottom: 12px;
        margin-right: 22px;
}

/* Staff listing pages */
/*--------------------------------------------------------*/
.staff {
  color: #aa0000;
  border-bottom: 1px solid #aa0000;
}

.staff a {
text-decoration: none;
  color: #aa0000;
}

/* for reference citation lists */
/*--------------------------------------------------------*/
ul.cite {
    list-style-type: none;
    overflow: hidden;
    margin: 0 0 0 1em;
    padding: 0;
}

ul.cite li {
    margin-bottom: 0.5em;
    padding-left: 1.6em;
    text-indent: -1.6em;
}

/*--------------------------------------------------------*/

.indent {
	margin-left: 2em;
}

.indent-small {
	margin-left: 1em;
}

.listbox {
	float: right;
	border: 1px solid #cdcac0;
	background-color: #efece4;
	margin: 3px 8px;
	padding: 5px;
	line-height: 1.2;
}

.listbox a {
font-weight: bold;
}


.floatright { float: right; }
.floatleft { float: left; }

.box {
        border:solid 1px #ccc;
        border-radius: 6px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color:#f6f6f6;
	padding: 10px;
}

.squarebox {
        border:solid 1px #ccc;
        background-color:#f6f6f6;
	padding: 10px;
}

.readingbox {
	background-color: #f6f6f6;
	border-top: 3px solid #0b0;
	padding: 10px 0 0;
}


.boxgradient {
        border:solid 1px #bbb;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color:#f6f6f6;
	padding: 8px;
	color: #333333;
	background: -moz-linear-gradient(top , #FcFcFc, #F4F4F4);
	background: -o-linear-gradient(top , #FcFcFc, #F4F4F4);
	background: -webkit-linear-gradient(top , #FcFcFc, #F4F4F4);
}

.photo {

  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 6px;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
	text-align: center;
	font-style: italic;
	font-size: 82%;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);

	margin: 1em 1.5em;


}

.vpad { padding-bottom: 18px; }
.padded {
	margin: 1em 2em 1em;
}

.photo img {
border: 1px solid #aaa;
margin-bottom: 8px;
} 

.photo div {
text-align: left;
}

.shadow {
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.inline {
	margin: 1.5em auto;
	background-color:#f8f8f8;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	font-size: 90%;
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;
	border-radius: 8px;
}


/* inline tables */
table.inline {
	margin: 1.0em auto;
	line-height: 1.2em;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.inline th {
	padding: 5px;
	border: 1px solid #1d367b;
	background-color: #2647a0;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #3657b0, #062780);
	background-image: -o-linear-gradient(top, #3657b0, #062780);
	background-image: -moz-linear-gradient(top, #3657b0, #062780);
}

table.inline td {
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: top;
}

table.nograd th {
	padding: 3px;
	border: 1px solid #1d367b;
	background-color: #2647a0;
	color: #fff;
}

/* Table odd, even rows */
table.zebra tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.zebra tr:nth-child(even) {
  background-color: #fff;
}


.centered {
	margin-left: auto;
	margin-right: auto;
}

.divcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box-item {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    display: block;
    height: auto;
    line-height: 1.42857;
    margin: 20px 0;
    max-width: 100%;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}

.box-item:hover {
border-color: #1f64b7;
}


.box-text {
background-color: #f5f5f5;
padding: 10px;
border-top: 1px solid #ddd;
text-align: center;
}

.glossary {
        cursor:pointer;
        font-weight:bold;
        color:#00974A;
}

/*--------------------------------------------------------*/
/* styles for images next to links */

.external {
background: url("/gmd/images/href.png") no-repeat scroll right center transparent;
padding-right: 13px;
}

.externalleft {
background: url("/gmd/images/href.png") no-repeat scroll left center transparent;
padding-left: 18px;
}

.web {
background: url("/gmd/images/link_icon.gif") no-repeat scroll right center transparent;
padding-right: 18px;
}

.webleft {
background: url("/gmd/images/link_icon.gif") no-repeat scroll left center transparent;
padding-left: 18px;
}

.doc {
background: url("/gmd/images/doc.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.docleft {
background: url("/gmd/images/doc.png") no-repeat scroll left center transparent;
padding-left: 18px;
}

.sheet {
background: url("/gmd/icons/page_excel.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.sheetleft {
background: url("/gmd/icons/page_excel.png") no-repeat scroll left center transparent;
padding-left: 18px;
}

.pdf {
background: url("/gmd/images/pdf.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.pdfleft {
background: url("/gmd/images/pdf.png") no-repeat scroll left center transparent;
padding: 1px 0 2px 18px;
}

.ppt {
background: url("/gmd/images/ppt.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.pptleft {
background: url("/gmd/images/ppt.png") no-repeat scroll left center transparent;
padding: 1px 0 2px 18px;
}

.datafile {
background: url("/gmd/icons/text_document.png") no-repeat scroll left center transparent;
padding: 1px 0 2px 20px;
}

.binary {
background: url("/gmd/images/database.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.txtfile {
background: url("/gmd/icons/file_extension_txt.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.zipfile {
background: url("/gmd/icons/file_extension_zip.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.isofile {
background: url("/gmd/icons/file_extension_iso.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
.exefile {
background: url("/gmd/icons/file_extension_exe.png") no-repeat scroll right center transparent;
padding-right: 18px;
}


.img {
background: url("/gmd/icons/picture.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.imgleft {
background: url("/gmd/icons/picture.png") no-repeat scroll left center transparent;
padding: 1px 0 2px 18px;
}

.datapanel {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 85%;
}

.datapanel h6 {
	background-color: #dddddd;
	padding: 8px;
	margin: 0;
	text-align: center;
	font-weight: 700;

}

.datapanel p {
	padding: 8px;
	margin: 0;
}

.datapanel a {
	font-weight: bold;
}


.imgdesc {
        text-align: center;
        font-style             : italic;
        font-size: 11px;
        color            : #444;
        font-weight      : normal;
	padding-bottom: 10px;

}

.arrowlist {
        list-style-image : url(/gmd/images/list_image.png);
}


.searchheader {
        color:#000;
        font-weight:bold;
        text-align:left;
        border-bottom: solid 1px #06f;
        padding: 3px 0px 2px 5px;
        margin-top: 1px;
        margin-bottom: 12px;
        margin-right: 22px;
}


.menu {
        width: 100%;
        border:0px solid #ddd;
        margin-bottom: 20px;
        list-style-image : url(/gmd/images/list_image.png);
}

.menu ul {
	margin-left: 1em;
	padding-left: 1em;
}

.menu h4 {
        color: #cc6633;
        font-weight: bold;
        padding: 3px 5px;
        margin-top: 15px
}

.menu li {
        margin-left: 20px;
        padding: 3px 0px;
        border-bottom:  1px dotted #cccccc;
	font-size: 0.9em;
}

.menu li a {
        font-weight: bold;
	font-size: 1.1em;
}

.highlight {
	background-color: #ffffdd;
	font-weight      : bold;
	border: 1px solid #bbbb55;
	padding: 1px 3px;
}


.image-caption {
	margin: 20px auto 10px;
	text-align: center;
	padding: 0 1em;
}

.image-caption img {
	margin: 0 auto;
}

.caption {
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
	padding: 8px 0 12px;
	text-align: center;
}


/* styles for jquery tooltip in glossary */
#gtip {
        position: absolute;
        border: 1px solid #666;
        padding: 0px;
        width: 300px;
        min-width: 300px;
        display: none;
        z-index: 1000;
        line-height: 1.2;
}

.tiptitle {
        background-color: #9ad99b;
        font-weight: bold;
        color: #222222;
        border-bottom: 1px solid #669966;
        padding: 2px;
}

.tipbody {
        background-color: #ffffdf;
        padding: 5px;
}


/*
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*/

/***************************************************************/
/* css for mimicing tabs */

.divider {
/*  font             : bold 10px  sans-serif; */
/*  background-color : #f8f9fb; */
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	padding: 10px 10px 5px ;
	border-radius: 0 0 6px 6px;
}

.tabbar {
	margin: 0 0 0 12px;
	border-bottom: #3b4da3 0px solid;
}

.tab,  .tabselected {
        background-color : #eee;  /*#f8f9fb;*/
/*
        background-image:-moz-linear-gradient(100% 100% 90deg, #fff, #ccc);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));
*/
        color:#555;
        border: 1px solid #ccc;
        padding:5px 15px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;

        font-size:13px;
	font-weight: bold;
        line-height:25px;
        text-align:center;
        text-decoration:none;
        margin:0px 1px;

}

.tabselected {
        background-color:#2647A0;
        background-image:-moz-linear-gradient(100% 100% 90deg, #062780, #3657B0);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3657b0), to(#062780));
        color:#fff;
        border:1px solid #1D367B;
        border-bottom: 1px solid #062780;
}

.tabseparated {
	float: right;
	margin-top: -2px;
	line-height: 18px;
	padding: 4px 15px;
}


a.tab:hover {
	color: #ffffff;
        background-color:#1f89e6;
        background-image: none;
}


.section {
	margin-bottom: 40px;
}

.sectionhead {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}


/*----------------------------------------------------------------------------*/
/* styles for group subnav menus */

#subnav > li > a {
	font-size: 16px;
	font-weight: bold;
}


.subnav_header {
/*background-image: linear-gradient(#e4e4e4, #f8f8f8 50%, #fff); */
	border-bottom: 1px solid #eee;
	margin-left: 0;
	margin-right: 0;
	padding: 12px 0;
	line-height: 1.1;
	vertical-align: middle;
}


.subnav-toggle {
	border: 1px solid #cfcfcf;
	color: #bbb;
}

.subnav-toggle .icon-bar {
	background-color: #bbb;
	border-radius: 1px 1px 1px 1px;
	display: block;
	height: 2px;
	width: 22px;
}

.subnav-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}


.gggrn_header {
/*background-image: linear-gradient(#e4e4e4, #f8f8f8 50%, #fff); */
	border-bottom: 1px solid #eee;
	margin-left: 0;
	margin-right: 0;
	padding: 12px 0;
	line-height: 1.1;
	vertical-align: middle;

}


.gggrn_header  h4 { font-size: 18px; }


/*----------------------------------------------------------------------------*/


.maps {
    position: relative;
    padding-bottom: 452px;  /* needs to be >=2px larger than iframe height */
    height: 0;
    overflow: hidden;
}
.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------------------------------------------------------------------------*/
/* a big box used on trends pages */
.colored_box {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 12px;
	display: inline-block;
	border-radius: 4px;
	font-weight: bold;
}

.colored_box span {
	font-size: 10px;
	font-style: italic;
	float: right;
}

@media (max-width: 480px) {

        .colored_box {
                font-size: 16px;
        }

}

.periwinkle { background-color: #598bd0; }
.vistablue { background-color: #168995; }
.skyblue { background-color: #7ec1ee; }
.dodgerblue { background-color: #1e90ff; }
.cornflowerblue { background-color: #6497ed; }
.noaablue { background-color: #0095C4; }
.teal { background-color: #4da597; }
.forestgreen { background-color: #218B21; }
.seagreen { background-color: #2b7e4f; }
.springgreen { background-color: #00C563; }
.frenchgreen { background-color: #58837c; }
.indianred { background-color: #CD5C5C; }
.purplebg { background-color: #9270DB; }
.violetred { background-color: #D01F92; }
.wood { background-color: #CDA97D; }
.firebrick { background-color: #CD2525; }
.tomato { background-color: #cd4d39; }
.brown { background-color: #886633; }
.lemonchiffon { background-color: #FFFACD; color: #333;}
.lightgraybg { background-color: #f5f5f5;}
.lightblue { background-color: #f0f8fe; border: 1px solid #c0c8de; }

.bluebox {
    background-color: #008bc6;
    background-image: -moz-linear-gradient(center top , #008bc6, #003c70);
    box-shadow: 0 0 0 1px #008bc6, 0 0 0 2px #003c70;
}

/*----------------------------------------------------------------------------*/
/* for drop table of contents menu */
#contents {
padding: 10px;
font-size: 13px;
min-width: 310px;
}

#contents h5 {
border-bottom: 2px solid #88BBAA;
margin-bottom: 0;
margin-top: 5px;
}

/*----------------------------------------------------------------------------*/

.dotted {
border: 1px dotted #ccc; 
border-style: none none dotted; 
}


.callout {
border: 1px solid #eee;
border-left: 3px solid #069;
padding: 20px;
margin-top: 0em;
}


.prototip .tooltip { opacity: 1.0; }

.btn-scholar {
    background-image: linear-gradient(to bottom, #fff 0%, #c9dcee 100%);
    color: #444;
    border-color: #aebece;
}


.margintop {
margin-top: 2em;
}


.mb {
margin-bottom: 10px;
}

/* css for home page image */
.mainimg {
  margin: 0 auto 30px;
  position: relative;
}

.mainimg-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.42);
    padding: 0;
    bottom: 0px;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 768px) {
.mainimg-caption {
    bottom: 0px;
    left: 0;
    position: relative;
}
}
