h1,h2,h3 {
    font-weight:normal;
}

a {
    color: #0462BF;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333333;
    text-decoration: underline;
}

#container {
    background-color : #fff;
    border : 1px solid #d4d1e9;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0px auto;
    width: 1032px;
    position: relative;
}

#skip { position: absolute; top: 2px; width: 99%; z-index: 3000; text-align: center; }

#skip a, #skip a:hover, #skip a:visited  {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:active, #skip a:focus {
    position: static;
    display: block;
    text-align: center;
    font-size: 10px;
    width: auto;
    height: auto;
}

#header { height: 70px; }
#header-wrapper { padding: 5px 10px 0px 10px; }

#search {
    float: right;
    line-height: 70px;
}

#searchBtn {
    position: relative;
    top: 6px;
}

#name-bar {
    background-color : #174A7C;
    padding: 2px 15px;
    color : #fff;
    outline: 1px solid #174A7C;
}

#name-bar .login-links {
    float: right;
    clear: right;
    text-align: right;
    position: relative;
}

#name-bar .login-links a {
    color: white;
    text-decoration: underline;
}

.crumbs {
    padding: 2px 0 2px 0;
	color: #4a6db2;
	text-decoration: none;
	float: left;
	margin: 8px 0 2px 0;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

#leftnav {
    width: 202px;
    float: left;
    margin-left: 15px;
}

.nav-links {
    padding-top : 5px;
    padding-bottom: 5px;
}

.nav-links li a {
    padding : 4px 10px;
    display : block;
    font-size : 16px;
    line-height : 1.2em;
}

.nav-links li a:hover,
.nav-links li a:focus {
    color:#fff;
    background-color : #174A7C;
    outline: 1px solid #174A7C;
}

.nav-links li ul li {
    padding: 0px 0px 0px 15px;
}

.nav-links li ul li a {
	font-size: 11px;
}

.box {
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    border-radius : 5px;
    background-color: #e7eef6;
    background-color: #f3f7fb;
    border: 1px solid #d5dce3;
    background: #f3f7fb url('../img/box_background.png') left top repeat-x;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #174a7c;
    background: #174a7c url('../img/button_background.png') left top repeat-x;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:0.3em 0.8em;
    width: auto;
    overflow:visible;
    font-size:11px;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding:0;
    border:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-image:url('../img/button_background_hover.png');
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-image:none;
}

#rightnav { display:none; }
#rightnav.shown { display:block; }

#rightnav.shown {
    float: right;
    width: 202px;
    margin-right: 15px;
}

#rightnav.shown .box {
    padding: 10px 15px;
    margin-bottom: 15px;
}

#rightnav.shown .box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6a697d;
	margin-bottom: 10px;
}

#rightnav.shown .box p {
    margin-bottom: 10px;
}

#rightnav.shown .login.box input[type="submit"] {
    margin-top: 5px;
    margin-bottom: 10px;
}

.logged-in-user {
    white-space: nowrap;
}

/* Main content styles */

#home-logo { margin-bottom: 10px; outline: 1px solid #d5dce3; }

#rightnav.shown,
#content.homepage {
    padding-top:5px;
}

#content.right-column {
    margin-right : 232px;
}

#content h1,
#content h2,
#content h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    border-bottom: 1px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    color: #4c4c4c;
    color: rgba(0, 0, 0, 0.7);
}

#content h1,
#content h2 {
    line-height : 1.2em;
    font-size: 20px;
    margin: 0px 0px 15px 0px;
}

#content h3 {
    border-bottom-width: 0px;
    font-size : 15px;
}

#content p.byline {
    margin-top : -15px;
    color: #585858;
    font-size: 10px;
}

#content p {
    margin: 15px 0px;
}

#content h3 + p {
    margin-top : 5px;
}

#content p + h3 {
    margin-top : 15px;
}

#content blockquote,
#content ul,
#content ol,
#content dl {
    margin : 1em;
}

#content ul,
#content ol,
#content dl {
    margin-left : 2em;
}

#content ul li {
    list-style-type: disc;
}
#content ul li ul{
    margin-top : 0px;
    margin-bottom : 0px;
}
#content ul li ul li{
    list-style-type: circle;
}
#content ol li{
    list-style: decimal outside;
}

.error, .errorlist li {
	color: red;
	font-style: oblique;
}

.critical-error {
    color: red;
    font-style: oblique;
    font-weight:bold;
}

em {
	font-style: oblique;
}

.listing {
    border: 1px solid #e3ebf4;
}

.listing th {
    text-align : center;
}

.listing tbody td {
    font-size:.9em;
    border-top: 1px solid #e3ebf4;
}

.nolines td {
    border-top: 0px !important;
}

th.sortable a {
    display : block;
    color : #000;
}

th.sortable a:hover,
th.sortable a:focus,
th.sortable.sorted a {
    background-color : #174A7C;
    color : #fff;
}

th,
th.sortable a,
td {
    padding : 4px 5px;
    margin : 0px 0px;
    vertical-align: top;
}

th.sortable {
    padding : 0px;
    margin : 0px;
}

th.sortable a {
    padding-right : 11px;
    background-image: url(/static/img/sorting/sortable.png);
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration : none;
    border-right:1px solid #83a9d6;
}

th.sortable.sorted a {
    background-image: url(/static/img/sorting/sorted_up.png);
}

th.sortable.sorted.reversed a {
    background-image: url(/static/img/sorting/sorted_down.png);
}

td {
    line-height : 1.2em;
}

.odd td{
	background-color: #fff;
}

.even {
	background-color: #f8fafc;
}

span.highlight {
	background-color: yellow;
}

.help {
	color: #666;
	font-style: oblique;
	font-size: 10px;
	display: block;
	margin-top: 2px;
	margin-left: 2px;
}

th {
    white-space: nowrap;
}

table.listing {
	margin: 15px 0px;
}

table.listing.full-width {
    width: 100%;
}

table.listing th {
    background-color : #7399c6;
	text-align: left;
	font-size: 1.1em;
/*  letter-spacing: 0.1em;*/
	color:#fff;
}

table.listing th a {
	color:#fff;
	text-decoration: underline;
}

.center {
    text-align : center;
}

.right {
	text-align: right;
}

.padRight {
	padding-right: 30px;
}


.tab-bar {
    margin: 10px 0px 0px 0px !important;
    list-style-type: none;
    padding: 4px 4px 2px 4px;
    border-bottom: 1px solid #d5dce3;
}
.tab-bar li {
    display: inline;
    padding: 4px 4px;
    border-top: 1px solid #fff;
}
.tab-bar li.selected {
    background-color: #f3f7fb;
    border: 1px solid #d5dce3;
    border-bottom:1px solid #f3f7fb;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tab-bar li.selected a {
    color:#000;
}

.tab-body {
    background: #fff url('../img/tab_body_background.png') top left repeat-x;
    padding: 10px 8px;
}

td.rank {
	vertical-align: middle;
}

div.rank {
	background-color: #ccf !important;
	height: 1em;
}

label {
    text-align:right;
    font-weight:bold;
}

.indicate-required label{
    color: #7f7f7f; /* for those that don't support rgba */
    color: rgba(0,0,0,0.5);
}

label,
.indicate-required label.required,
.indicate-required .required label {
    color: #4c4c4c; /* for those that don't support rgba */
    color: rgba(0,0,0,0.7);
}

.label {
    color:#4c4c4c;
    font-weight:bold;
}

.form th, .form-label-cell {
    text-align: right;
	vertical-align: top;
}

.form .header {
	text-align: left;
}

.form td {
	vertical-align: top;
}

table.form li {
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

table.form ul {
    padding: 0px !important;
    margin: 0px !important;
}

.form-box {
    border: 1px solid #dddddd;
    background-color: #fdfdfd;
    padding-top: 10px;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
}

#content table.form h1,
#content table.form h2 {
    font-size:17px;
    margin-top:10px;
    margin-bottom:5px;
}

#content table.form h1,
#content table.form h2,
#content table.form h3 {
    border-bottom-color: #e3e3e3;
    border-bottom-color: rgba(0,0,0,0.1);
    color: #7e7e7e;
    color: rgba(0, 0, 0, 0.5);
}

#footer {
	background-color: #706f5d;
}

.login-box label {
    display:block;
    width:6em;
    position:absolute;
    left:-7em;
    text-align:right;
}
.login-box .row {
    position:relative;
    line-height:2em;
    margin-left:7.1em;
}
.login-box .buttons {
    margin-top:5px;
    margin-left:7em;
}

input[type="text"],
input[type="password"],
textarea,
select {
    border:1px solid #8ba4bd;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #174A7C;
}
input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled]{
    border-color: #d0d0d0;
    background-color:#fff;
}

.print {
    display:none;
}

div.instructions {
   -moz-border-radius : 5px;
   -webkit-border-radius : 5px;
   border-radius : 5px;
   border:1px dashed #e0e0e0;
   background-color: #fdfdfd;
   padding : 10px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.search-box {
    padding:5px;
    margin-bottom:10px;
    margin-top:5px;
}
.search-box .field{
    display:inline-block;
    margin-right:7px;
    margin-bottom:10px;
    vertical-align:top;
    text-align:left;
}
.search-box .field label{
    display:block;
    text-align:left;
}
.search-box .field.checkbox label{
    display:inline;
}

.search_users_results {
    display: none;
}

reports_label {
    text-align:left;
    font-weight:bold;
    color: #4c4c4c; /* for those that don't support rgba */
    color: rgba(0,0,0,0.7);
}

table.stats {
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    border-radius : 5px;
    background-color: #e7eef6;
    background-color: #f3f7fb;
    border: 1px solid #d5dce3;
    background: #f3f7fb url('../img/box_background.png') left top repeat-x;
}
table.stats th {
    font-weight:bold;
    text-align:center;
}

.current-rfa-hl-12-004 h3 {
    font-weight: bold;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

/* For use with New and Old Data Set Policy pages */
#content ol.upper-alpha li {list-style-type:upper-alpha;}
#content ol ol.decimal-outside li {list-style: decimal outside;}
#content ol ol ol.lower-alpha li {list-style-type:lower-alpha;}
#content ol ol ol ol.decimal-outside li {list-style: decimal outside;}
#content ol ol ol ol ol.lower-alpha li {list-style: lower-alpha;}

.no-margin {
    margin:0px;
}

.confirmation {
    color: green;
}

.error {
    color: red;
}

.align-bottom {
    vertical-align:bottom;
}

.confirmation-box {
   border: 1px solid #d4d1e9;
   background-color: #eee;
   -moz-border-radius : 5px;
   -webkit-border-radius : 5px;
   border-radius : 5px;
   margin-bottom: 15px !important;
   width: 50%;
   padding: 6px;
   margin: 0 auto;
}
.confirmation-box input[type="submit"] {
   font-size: 13px;
   padding: 2px 10px;
}

.hidden  {
   display: none;
}

/* Normalize CSS - http://necolas.github.com/normalize.css/ */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; background-color: #706f5d; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
pre, code { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sup, sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
/* End Normalization */

/* NCI Banner */
#nciBanner { background-color: #fff; }
.nciLogo { padding: 23px 23px 23px 0; display: inline-block; line-height: 0; width: 100%; }
.nciLogo img { height: 54px; width: 473px; box-shadow: none; }
#skip, #skip:hover, #skip:visited { position: absolute; top: -200px; right: 44%; padding: 8px 15px; font-weight: bold; border: 2px solid #ccc; border-top: none; border-radius: 0 0 3px 3px; transition: all .2s ease-in-out; }
#skip:active, #skip:focus { position: absolute; top: 0; color: #a90101; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.7); }

/* Containers */
.wrapper { width: 1175px; margin: 0 auto; overflow: hidden; }
#main { background: #688ed9 url("../img/blue_bg.jpg"); border-bottom: 1px solid #4e6591; }
#highlight { background: url("../img/highlight.png") center top no-repeat; }

.left_column { width: 160px; float: left; margin-left: 20px; }
.left_column a { text-decoration: none; color: #fff; }

.right_column {
	float: left;
	background: #fff url("../img/content_top.jpg") top repeat-x;
	margin-left: 5px;
	padding: 0 20px;
	min-height: 400px;
	width: 745px;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	margin-right: 10px;
	color: #444444;
	font-size: 14px;
	line-height: 1.4;
}

.news {
	float: left;
	padding: 0 10px;
	width: 160px;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

.news a {
	color: white;
	font-weight: bold;
}

.news .help {
	color: white;
}

/* Nav */
ul#navigation {
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-weight: bold;
	font-size: 10.5px;
}
ul#navigation li { margin-bottom: 10px;	}
ul#navigation li a { display: inline-block; padding: 3px 15px 2px 8px; border-radius: 2px 0 0 2px; }
ul#navigation li a:hover { color: #DBDBDB; }

	/* active page indicator */
	.home ul#navigation li a.home,
	.submit-request ul#navigation li a.submit-request,
	.about-ptsa ul#navigation li a.about-ptsa,
	.reference ul#navigation li a.reference,
	.atbc-study-links ul#navigation li a.atbc-study-links,
	.contact ul#navigation li a.contact,
	.my_ptsa ul#navigation li a.my_ptsa { background: url("../img/nav_active.png") right center no-repeat; }

/* Footer */
#footer { border-top: 1px solid #a1a094; }
#footer .wrapper { margin-top: -2px; }
#footer .left_column a:hover { color: rgba(255,255,255,.5); transition: color .3s ease-in-out; }
#footer .left_column ul {
	list-style: none;
	margin: 0 0 0 35px;
	background: url("../img/info.jpg") left top no-repeat;
	padding: 8px 0 20px 40px;
	font-size: 12px;
	line-height: 1.7;
}
#footer .left_column ul li { padding-left: 10px; background: url("../img/arrows.jpg") left center no-repeat; }
#footer .right_column {
	height: auto;
	border-bottom: 1px solid #b6b6b6;
	text-align: center;
	background-image: none;
	padding-bottom: 10px;
	border-radius: 0 0 6px 6px;
	margin-bottom: 30px;
	min-height: 0;
}
#footer .right_column p {
    margin-top: 10px;
}

/* General Styles */
hr { background: url("../img/divider.png") center no-repeat; display: block; height: 5px; clear: both; border: none; }
h1 { color: #2a3c61; font-size: 24px; margin: 0 0 10px 0; }
p { margin: 0 0 10px 0; }

.logo {
	float: right;
	margin: 20px 15px 20px 0;
	opacity: 1;
	transition: opacity .3s ease-in-out;
}
.logo:hover { opacity: .8; transition: opacity .3s ease-in-out; }

.login {
	padding: 2px 4px 2px 22px;
	background: url("../img/login_icn.png") 4px center no-repeat;
	color: #4a6db2;
	text-decoration: none;
	float: right;
	margin: 8px 5px 2px 0;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
.login:hover {
	border: 1px solid #999;
	background-color: rgba(0,0,0,.05);
	transition: all .3s ease-in-out;
}

.pretty_btn { text-align: center; margin: 25px; }
.pretty_btn a {
	text-decoration: none;
	padding: 8px 10px;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	background: url("../img/btn_rpt.jpg") center repeat-x;
	text-shadow: 0 1px 0 #fff;
}
.pretty_btn a:hover { background: url("../img/btn_rpt_a.jpg") center repeat-x; }
.pretty_btn a span.request_btn { background: url("../img/arrow.png") left center no-repeat; padding: 3px 0 3px 35px; }
.pretty_btn a span.register_btn { padding: 3px 0; }

.data-use-label { vertical-align: top; }


.warningNotice { max-width: 800px; border: 2px solid #ccc; background: #fff; font-size: 14px; margin: 2em auto; }
.warningNotice > p { color: #212121; margin: 10px!important; font-size: 16px!important; }
.warningNotice > ul { padding: 0 10px 0 30px!important; margin: 10px 0!important; }
.warningNotice > ul > li > ul { padding-left: 30px!important; }

.btn {
	margin-right: 5px;
	font-size: 14px;
	padding: 12px 16px;
	border: 1px solid;
	border-color: #ccc;
	border-radius: 3px;
	display: block;
	border-radius: 6px;
	color: #333333;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	white-space: nowrap;
	text-align: center;
}

.login-btn {
	width: 50%;
}

.login-btns {
	display: flex;
}

.ck-editor__editable[role="textbox"] {
    min-height: 200px;
}

/* USA Banner */
.usa-banner {
    background: #f0f0f0;
    margin-bottom: 0;
}

.usa-banner__text {
    color: #000;
    font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 1400px;
    padding: 16px 12px;
    width: 1175px;
}

.usa-banner__text img {
    margin-right: 8px;
    vertical-align: baseline;
}

.login-warning {
    background: #fad7da;
    max-width: 800px;
    border: 2px solid #ccc;
    font-size: 14px;
    margin: 2em auto;
}

/* Government shutdown Banner */
.usa-alert {
    margin: 0 auto;
    max-width: 1400px;
    padding: 16px 12px;
    width: 1175px;
}

.login-warning > p { color: #212121; margin: 10px!important; font-size: 16px!important; }

#messages {
    font-size: 14px;
    margin: 2em auto;
    padding: 0;
}

#messages p {
    background: #fad7da;
    border: 2px solid #ccc;
    padding: 1em;
}
