@charset "UTF-8";
@import "/main/css/format.css";

h2 {
	font-size: 22px;
}

div#page-container {
	font-size: 90%;
}

#masthead {
	background: #006 url(/econ/img/slice.gif) repeat-x left center;
	color: #FFF;
}

div#masthead h1 {
	height:80px;
	background: url(/econ/img/icon.jpg) no-repeat right top;
}

#dropdown {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 4px solid #006;
	padding: 5px 0 1px 1em;
}

#dropdown li.selected {
	background-color: #006;
	padding: 2px 10px;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 2px solid;
	border-color: #006 #006 #006 #006;
	text-decoration: none;
}

ul.rMenu li a {
	color: #fff;
	border-top: 1px solid #006;
	border-right: 1px solid #006;
	border-bottom: 1px solid #c5d2e3;
	border-left: 1px solid #006;
}

ul.rMenu-ver {
	border-top: solid 1px #5a6775;
}

ul.rMenu li a {
	padding: 2px 10px 3px;
}

ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active {
	color: #000;
	text-decoration: none;
}

ul.rMenu li.sfhover a:active,
ul.rMenu li:hover a:active,
ul.rMenu li:focus a:active {
	color: #000;
	background-color: #cbcbcb;
}

ul.rMenu li {
	background-color: #c5d2e3;
}
ul.rMenu li:hover,
ul.rMenu li:focus,
ul.rMenu li.sfhover {
	background-color: #c5d2e3;
}
#outer-column-container {
	min-height: 600px;
	background-color: #fff;
}
.navcontainer ul li:hover,
.navcontainer ul li:hover a,
.navcontainer ul li a:hover,
.navcontainer ul li:focus,
.navcontainer ul li:focus a,
.navcontainer ul li a:focus {
	background-color: #006;
	color: #fff;
	border-bottom: 1px solid #006;
}

.navcontainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 175px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}

.navcontainer li {
	padding: 3px 5px 2px 1.5em;
	border-top: 1px solid #ccc;
	background: url(/econ/img/dot_hover.gif) no-repeat 0.5em center;
	font-size: 90%;
	line-height: 1.4;
}

.navcontainer ul li a {
	display:block;
	text-decoration: none;
	color: #006;
}

.navcontainer ul li.selected {
	padding: 3px 0 2px 1.5em;
	text-decoration: none;
	color: #333;
	font-size: 90%;
	background-color: #DBDBDB;
}

.navcontainer ul li a:visited {
	color: #909;
}

.navcontainer h3 {
	font-size: 100%;
}

#left-column .hi-lite, #right-column .hi-lite {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 10px 5px;
	line-height: 130%;
	font-size: 85%;
}

.hi-lite form, .hi-lite p {
	margin-top: 0;
}

#middle-column li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.hi-lite {
	border: 1px solid #f48624;
	padding: 5px;
	margin: 5px;
	line-height: 130%;
}

h3.hi-litehead {
	display: inline;
	position: relative;
	top: -14px;
	background-color: #fff;
	padding: 0 4px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	color: #5a6775;
	font-size: 150%;
}

#right-column .inside h3 {
	padding: 0 ;
	margin: 0 ;
	font-size: 125%;
}

ul.errors li {
	color: red;
}

ul.messages li {
	color: green;
}

table.dblist {
	border: 1px solid #000;
	width: 100%;
}
table.dblist thead tr td {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

fieldset legend {
	font-weight: bold;
}

div.form-item {
	margin-bottom: 1em;
}
div.form-item label {
	display: block;
	font-weight: bold;
}
div.form-item label.n {
	display: inline;
	font-weight: normal;
}

div.cbox {
	float: left;
	width: 200px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

span.step-no {
	font-size: 250%;
	font-weight: bolder;
	color: red;
	float: left;
	margin-right: 10px;
}

#program-notes #text {
	margin-left: 30px;
	margin-right: 170px;
	height: 100%;
}

#program-notes .relDate {
	font-weight: bold;
	text-align: right;
	float: right;
	width: 200px;
	margin: 0 30px 0 12px;
}

div.report {
	margin: 20px 20px 20px 0;
}

div.report table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

input.right {
	text-align:right;
}

div.report table,
div.report table th,
div.report table td {
	margin-top: 10px;
	border: 1px solid #000;
	text-align: center;
}
div.report table.right,
div.report table.right td {
	padding-right: 5px;
	text-align: right;
}
div.report table tr.odd th,
div.report table tr.odd td {
	background-color: #ddd;
}
div.report table.error tr.odd th,
div.report table.error tr.odd td {
	background-color: #ffa;
}

div.report div.save-chart,
div.export {
	margin-bottom: 25px;
}

div.export a {
	display: block;
	float: left;
	padding-left: 15px;
	background: transparent url('../images/excel_icon.gif') no-repeat 0 1px;
	margin-right: 10px;
}

div.export a.csv {
	background-image: url('../images/text_icon.gif');
}

div.export a.bar {
	padding-left: 18px;
	background: transparent url('../images/chart_bar.png') no-repeat 0 1px;
	margin-left:20px;
}

div.export a.line {
	padding-left: 18px;
	background: transparent url('../images/chart_line.png') no-repeat 0 1px;
}

div.export a.scatter {
	padding-left: 18px;
	background: transparent url('../images/chart_scatter.png') no-repeat 0 1px;
	margin-left:20px;
}

div.export a.instructions {
	padding-left: 18px;
	background: transparent url('https://www.census.gov/main/www/img/pdficon.gif') no-repeat 0 1px;
	height: 25px;
	margin-left:20px;
}

input.right {
	text-align: right;
}

table.datasets td , table.datasets th {
	padding:4px 8px;
}

div#cidrhead h2 {
	text-indent: 22px;
	background: transparent url('../images/cidr.png') no-repeat 0 5px;
}

span.annual-unit {
	display: block;
	font-size: 90%;
}
