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

/*
.orange { color: #CC6633; }
.gray { color: #444; }
.black { color: #000; }
.red { color: #f00; }
.blue { color: #00f; }
.green { color: #0c0; }
.darkgreen { color: #0a0; }
.white { color: #fff; }
.lightgray { color: #999; }
.mediumred { color: #a00; }
.darkblue { color: #2020a0; }
.darkred { color: #600; }
.lightgreen { color: #448844; }
*/



/*---------------------------------------------------------------
/* Container holding everything on the page */
/*
#container {
	margin: auto;
	max-width: 1080px;
	min-width: 62em;
}
*/

/*---------------------------------------------------------------
/* the page footer */
#footer {
        clear: both;
        font-size: 80%;
	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(left, #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;
}

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

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

	#policies {
		text-align: center;
	}
	#orgs {
		text-align: center;
	}
}

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

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


/*---------------------------------------------------------------
/* a div for the actual page content!                       */
/* note that the left margin is set to be the same width as */
/* the minor_nav left column. this allows us to create the  */
/* column effect.                                           */
/*
#content, #page {
	padding: 0.5em 1.2em 1em;
	color: #333;
}

#content {
	border-left: solid 13em #ddd;
}
*/

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


/*-----------------------------------------------------------*/
/*
.menu, .menu2 {
        width: 100%;
        border:0px solid #ddd;
        margin-bottom: 20px;
}
.menu2 {
        font-size: small;
        padding-left: 0px;
        margin: 10px 0 0;
}

.menu2 ul {
        list-style-image : url(/gmd/images/list_image.png);
        padding-left: 0px;
        margin: 0;
}

.menu2 li {
        margin-left: 20px;
        padding: 3px 0px;
        border-bottom:  1px dotted #cccccc;
        font-weight: normal;

}

.menu2 li a {
font-weight: bold;
}

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


.hlist {
list-style: none;
margin: 0;
padding: 0;
font-size: 11px;
}

.hlist li {
float: left;
text-align: center;
}

.icons {
width: 95px;
}

.br {
border-right: 1px solid #bbb;
}
*/

/*
.thumbnailCategories {
    list-style: none outside none;
    margin-left: 1em;
    overflow: hidden;
    padding: 0 1em 1em;
}
.thumbnailCategories li {
    float: left;
    margin: 0.2em;
border-bottom: 1px dotted #ccc;
padding-bottom: 1em;
width: 100%;
}
*/
/*-----------------------------------------------------------*/
/*
.itemlist {
    margin-left: 1em;
	padding: 0 1em 0.5em;
	list-style : none;
}

.itemlist ul{
	list-style : none;
	color: #444444;
	margin: 0;
	padding: 0;
}
*/


/*
.itemlist img {
	float: left;
	margin: 0 15px 5px 0;
	border: 0px solid #444;
}

.itemlist li {
	padding-bottom: 0.5em;
	border-bottom:  1px dotted #cccccc;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	text-align: left;
}


.itemlist h2 {
	background-color: #ffffff;
	color: #cc6633;
	font-weight: bold;
	padding: 4px 5px;
	font-size: 20px;
	border-bottom: 1px dotted #ccc;
	border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	margin: 15px 15px 3px 0;
}

.itemlist h4 {
        color: #cc6633;
}

.itemlist li ul {
	list-style-type: disc;
	margin: 1em 0 1em 2.5em;
}
.itemlist li ol {
	margin-left: 1.5em;
}
.itemlist li ul li {
	border: none;
	padding: 2px;
	min-height: 0;
	margin: 0;
}

.itemlist li ol li {
	border: none;
	padding: 2px;
	min-height: 0;
}

.illustration {
    float: left;
    margin: 0.2em 1em 0.2em 0.2em;
}

.description {
    padding-left: 1em;
    color: #444;
}

.padleft { margin-left: 8px; }
.padright { margin-right: 8px; }

*/

/*-----------------------------------------------------------*/
/*
.bottomnav h6 {
background-color: #8bb2b0;
padding: 4px;
}

.bottomnav {
font-size: x-small;
}

.bottomnav th {
background-color: #8bb2b0;
padding: 4px;
}

.bottomnav th a {
color: #000066;
}
*/

.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;
/*
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 8px;
  margin-top: 6px;
*/
}

.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;
/*
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background-image: -moz-linear-gradient(100% 100% 90deg, #cfccc4, #efece4);
*/
}

.listbox a {
font-weight: bold;
}

/*

.hd { border-bottom: 1px solid #CDCDCD; color: #314251; }
.bd { border-top: 1px solid #ffffff; }

.mylist {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(top, #ffffff, #fdfbf2);
	background-image: -o-linear-gradient(top, #ffffff, #fdfbf2);
	background-image: -webkit-linear-gradient(top, #ffffff, #fdfbf2);
	font-size: 11px;
}
*/

.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;
}

.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 {
/*
	background-color: #f0f0f5;
	background: -moz-linear-gradient(center top , #FcFcFc 0%, #F4F4F4 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #FcFcFc 0%, #F4F4F4 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top , #FcFcFc, #F4F4F4);
*/
/*
	background: -moz-linear-gradient(top , #FcFcFc, #F4F4F4);
	background: -o-linear-gradient(top , #FcFcFc, #F4F4F4);
	background: -webkit-linear-gradient(top , #FcFcFc, #F4F4F4);
	padding: 8px;
	margin: 1em 2em 2em;
	border: 1px solid #bbb;
	text-align: center;
	font-style: italic;
	font-size: 82%;
	color: #333333;
	font-weight: normal;
	display: block;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	border-radius: 10px;
	-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);
*/

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


/*--------------------------------------------------------*/
/* style when using sortable.js */
/*
.sortable th {background:url(/gmd/images/sort.gif) 4px center no-repeat; cursor:pointer; padding-left:15px; cursor: pointer;}
.sortable th {cursor:pointer;}
*/

/*
.sortable .desc, .sortable .asc {
    background:#eeeeee;
}
*/
/*
.sortable th {text-align:left; cursor: pointer;}
.sortable th h3 {font-size:12px; padding:0px 5px 0px; margin: 0;}
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.sortable .head h3 {background:url(/gmd/images/sort.gif) 4px center no-repeat; cursor:pointer; padding-left:15px}
.sortable .desc, .sortable .asc {
    background:#163790;
    background-image: -moz-linear-gradient(top,#3657b0, #062780);
    background-image: -o-linear-gradient(top,#3657b0, #062780);
    background-image: -webkit-linear-gradient(top,#3657b0, #062780);
}
*/

/*
.sortable .desc {
    background:#eeeeee;
    background-image: url("/gmd/images/asc.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.sortable .asc {
    background:#eeeeee;
    background-image: url("/gmd/images/desc.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
*/

/*
.sortable .desc {background-image:url(/gmd/images/desc.gif) 4px center no-repeat;}
.sortable .asc {background-image:url(/gmd/images/asc.gif) 4px  center no-repeat;}
*/
/*
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
*/
/*
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#eeeeee}
.sortable td.evenselected {background:#eeeeee}
.sortable td.oddselected {background:#d0d0d0}
*/
/*--------------------------------------------------------*/

/*
.table4 {
  border           : 1px solid #aaa;
  background-color : #f6f6f6;
}
*/

.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;
}

.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;
}


/*
.col3 {
        padding: 0 10px 10px;
        vertical-align: top;
        font-size: smaller;
}

.col3 h2 {
        font-family:Georgia,Palatino,Times,Serif;
        font-weight:normal;
        margin:10px 0 5px;
}

.col3 img {
        border: 1px solid #aaa;
        margin-top: 10px;
}

.mybutton {
        background: #f4f4f4 ;
        padding: 2px 5px 3px;
        color: #555;
        text-decoration: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #ccc;
        cursor: pointer;
        font-size: 12px;
        line-height: 1;
        vertical-align: middle;
        margin-right: 8px;
        background-image: -moz-linear-gradient(top, #f6f6f6, #dcdcdc);
        background-image: -o-linear-gradient(top, #f6f6f6, #dcdcdc);
        background-image: -webkit-linear-gradient(top, #f6f6f6, #dcdcdc);
}

.mybutton img {
        vertical-align: middle;
}

.mybutton:hover {
        color: #fff;
        background-color: #456fcf;
        text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
        border: 1px solid #2848a8;
        text-decoration: none;
	background-image: none;
	background-image:-moz-linear-gradient(top, #456fcf, #2647A0);
	background-image:-o-linear-gradient(top, #456fcf, #2647A0);
	background-image:-webkit-linear-gradient(top, #456fcf, #2647A0);
	background-image:linear-gradient(top, #456fcf, #2647A0);

}
.mybutton:active {
        top: 1px;
}

.linksbox {
        float: right;
        margin-top: 15px;
        margin-bottom: 15px;
}
*/

.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;
}

/* should use odd, even instead or zebra */
/*
.trcolor1 {
  background-color     : #eaeaea;
}
.trcolor2 {
  background-color     : #ffffff;
}
*/

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


/*
.uibutton {
        background: #f4f4f4 ;
        padding: 8px;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
 -moz-box-shadow: 0px 1px 2px #99a;
 -webkit-box-shadow: 0px 1px 2px #99a;
 box-shadow: 0px 1px 2px #99a;
        border: 1px solid #aaa;
        cursor: pointer;
        font-size: 14px;
font-weight: bold;
        line-height: 1;
        vertical-align: middle;
        margin: 4px;
display: inline-block;

}

.uibuttongreen {
        background-color: #0b9a2c;
        background-image:-moz-linear-gradient(100% 100% 90deg, #0a3e13, #0b9a2c);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b9a2c), to(#0a3e13));
        background-image: linear-gradient(100% 100% 90deg, #0a3e13, #0b9a2c);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0b9a2c,EndColorStr=#0a3e13);
        border-color: #0b6f20 #0b6f20 #000000;
}

.uibuttonturquoise {
        background-color: #0095c7;
        background-image:-moz-linear-gradient(100% 100% 90deg, #007ba4, #0095c7);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0095c7), to(#007ba4));
        background-image: linear-gradient(100% 100% 90deg, #007ba4, #0095c7);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0095c7,EndColorStr=#007ba4);
        border-color: #006b94;
}


.uibutton img {
        vertical-align: middle;
}

.uibutton:hover {
        color: #ff0;
        text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
        text-decoration: none;

}
.uibutton:active {
        top: 1px;
}

.uibuttongreen:hover {
        background-color: #0b9a2c;
}
*/

.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: #2D8B56; }
.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; }
.brown { background-color: #886633; }
.lemonchiffon { background-color: #FFFACD; color: #333;}
.lightgraybg { background-color: #f0f0f0;}
.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;
}

