/*
  ------------------------------------------
  Display Control
  version: 2.2
  date: 11/16/2007
  update: 01/05/2011
  author: carollynn.hammersmith@census.gov
  author: gregory.l.henle@census.gov
  author: laura.k.yax@census.gov
  website: www.census.gov
  --------------------------------------------
*/

/* hides content */
.hidden {
  display: none;
  margin: 0;
  padding: 0;
}

/* icons */
.icon-16,
.icon-32 {
  vertical-align: middle;
  border: none;
}
.icon-16 {
  height: 16px;
  width: 16px;
}
.icon-32 {
  height: 32px;
  width: 32px;
}


/* TEXT OPTIONS */
.indent,
.indentviamargin {
  margin-left: 1em;
}
.indentviapadding {
  padding-left: 1em;
}
.doublespace {
  line-height: 2em !important;
}
.clear-both {
  clear: both !important;
}
.clear-right {
  clear: right !important;
}
.clear-left {
  clear: left !important;
}


/* Floats and Aligns */
.float-right {
  float: right;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.align-left {
  text-align: left;
}

/* Margin and Padding */
.double-margin-top {
  margin-top: 2em !important;
}
.double-margin-right {
  margin-right: 2em !important;
}
.double-margin-bottom {
  margin-bottom: 2em !important;
}
.double-margin-left {
  margin-left: 2em !important;
}
.double-margin-all {
  margin: 2em !important;
}
.double-padding-top {
  padding-top: 2em !important;
}
.double-padding-right {
  padding-right: 2em !important;
}
.double-padding-bottom {
  padding-bottom: 2em !important;
}
.double-padding-left {
  padding-left: 2em !important;
}
.double-padding-all {
  padding: 2em !important;
}
.oneandhalf-margin-top {
  margin-top: 1.5em !important;
}
.oneandhalf-margin-right {
  margin-right: 1.5em !important;
}
.oneandhalf-margin-bottom {
  margin-bottom: 1.5em !important;
}
.oneandhalf-margin-left {
  margin-left: 1.5em !important;
}
.oneandhalf-margin-all {
  margin: 1.5em !important;
}
.oneandhalf-padding-top {
  padding-top: 1.5em !important;
}
.oneandhalf-padding-right {
  padding-right: 1.5em !important;
}
.oneandhalf-padding-bottom {
  padding-bottom: 1.5em !important;
}
.oneandhalf-padding-left {
  padding-left: 1.5em !important;
}
.oneandhalf-padding-all {
  padding: 1.5em !important;
}

/* Code Examples */
code,
.incode {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 90%;
}

/* Addthis Toolbar Styles */
.addthis_separator {
  color: #666;
}
.addthis_toolbox a {
  text-decoration: none;
}
.addthis_toolbox a:hover{
  color: #273c70 !important;
}
.addthis_toolbox hr {
  height: 1px;
  border-width: 0;
  background-color: #999;
  margin: 0;
  padding: 0;
}
.addthis_float {
  float: right;
}
.addthis_toolbox .clear-both {
  height: 1px;
  line-height: 1px;
  border-bottom: 1px solid #999;
  margin-bottom: 0.2em;
}

/* Social Media Styles */
.social {
  border: 1px solid #b5d7f0;
  padding: 3px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
}
.social span {
  color: #1f74b2;
  font-size: 70%;
  line-height: 80%
}
.social div {
  padding: 3px 1.5em;
  background-color: #dbeff6;
  font-weight: bold;
  color: #273870;
  vertical-align: middle;
}
.social a {
  display: inline-block;
}

/* Decorative Boxes */
.roundedcornr_box {
  background: #ffffff url(/web/20121002182443oe_/https://www.census.gov/main/img/roundedcornr_grad.gif) repeat-x top left;
  width: 97%;
  margin: 0 auto 2em;
}
.roundedcornr_top div {
  background: url(/web/20121002182443oe_/https://www.census.gov/main/img/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
  background: transparent url(/web/20121002182443oe_/https://www.census.gov/main/img/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
  background: url(/web/20121002182443oe_/https://www.census.gov/main/img/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
  background: transparent url(/web/20121002182443oe_/https://www.census.gov/main/img/roundedcornr_br.gif) no-repeat bottom right;
}
.roundedcornr_top div,
.roundedcornr_top,
.roundedcornr_bottom div,
.roundedcornr_bottom {
  width: 100%;
  height: .01em;
  line-height: 130%;
}
.roundedcornr_content {
  border: .1em solid #9DBBD2;
  padding: .25em 1em;
  margin-top: 0;
}
.roundedcornr_content h3 {
  /* display: inline; */
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 150%;
  margin: 0 0 .5em 0;
  padding-bottom: .5em;
}

/* Quote Box Styles */
.quotebox {
  width: 35%;
  margin: 0 1em 1em 1em;
  padding: 1em;
  color: #0e396c;
  background: #def1f7;
  border: 1px solid #a9cde3;
  float: right;
}
.quotebox p:first-child {
  color: #0e396c;
  font-size: 95%;
  text-align: left;
  margin-bottom: .5em;
}
.quotebox p.source,
.quotebox p.quotesource {
  color: #0e396c;
  font-size: 75%;
  text-align: right;
}

/* RELATED LINKS STYLES */
.relatedlinks {
  width: 100%;
  padding: 0;
  margin-top: 2em;
}
.relatedlinks ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.relatedlinks ul li {
  border-bottom: 1px dotted #acacac;
  padding: .7em 0 .8em 1.5em;
  background: url(/web/20121002182443oe_/https://www.census.gov/main/img/related_arrow.png) .5em 1em no-repeat;
  vertical-align: middle;
}
.relatedlinks ul li.first,
.relatedlinks ul li:first-child {
  color: #666;
  padding: 1em 0 .5em .4em;
  font-size: 0.9em;
  font-weight: bold;
  background: none;
}

/* Styles for Definition Lists */
.def_az {
  font-family: "Times New Roman", Times, serif;
  font-size: 130%;
  text-align: center;
}
.def_az a,
.def_az span {
  margin: 0 5px;
}
.def_letter_style {
  margin: 1em 0;
  padding: 3px 5px 3px 1em;
  font-weight: bold;
  font-size:  150%;
  background-color: #F5F5F5;
}
.def .btt {
  float: right;
  font-weight: normal;
  font-size:  70%;
  margin-right: 1em;
}
.def dl {
  margin: 0 3em;
}
.def dt {
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline;
}
.def dd {
  padding: 0;
  margin: 0;
  display: inline;
}


.ui-state-active {
  background-color: #F5F5F5;
}

/* Styles for Accordion Lists */
div.accordion {
  margin-bottom: .05em;
}

/** Shared Styles for Data Tables **/
.datatable,
.datatablewide  {
  border-collapse: collapse;
  border: 1px solid #666;
}
.datatable th,
.datatable td,
.datatablewide th,
.datatablewide td {

}
.datatable .grouphead td,
.datatablewide .grouphead td,
.datatablewide .subgrouphead td {
  height: 3em;
  padding: 0 .3em;
}
.datatable td.rowhead,
.datatablewide td.rowhead {
  text-align: left;
  white-space: nowrap;
  padding-left: .3em;
}
.datatable .hlgtrow,
.datatablewide .hlgtrow {
  margin: 0;
  padding: .25em;
  background: #E7E7E7;
}
.datatable td,
.datatablewide td {
  padding-right: .3em;
  height: 1.7em;
  text-align: right;
  vertical-align: middle;
}
.datatable tr:hover th,
.datatable tr:hover td,
.datatable tr:focus th,
.datatable tr:focus td,
.datatablewide tr:hover th,
.datatablewide tr:hover td,
.datatablewide tr:focus th,
.datatablewide tr:focus td,
.datatablewide .control-hover td,
.datatablewide .control-hover th {
  background: #FEFF7F;
}
.datatable th,
.datatablewide th {
  height: 2em;
  text-align: right;
  vertical-align: bottom;
  padding-right: .3em;
}
/** Styles for Data Tables **/
.datatable {
  font-size: 100%;
}

/** Styles for Wide Data Tables **/
.datatablewide {
  font-size: 95%;
}
.datatablewide td.indentrowhead {
  text-align: left;
  white-space: nowrap;
  padding-left: 1em;
}
.datatablewide td.indentsubrowhead {
  text-align: left;
  white-space: nowrap;
  padding-left: 2em;
}
.datatablewide .totalhead td.rowhead {
  text-align: left;
  white-space: nowrap;
  padding-left: 3em;
}
.datatablewide tfoot td {
  text-align: left;
  padding: 1em;
}
.datatablewide th.cellcenter {
  text-align: center;
}

/** FAQs **/
.faq .ui-accordion-header {
  background: none !important;
  border: none !important;
}
.faq .ui-accordion-content {
  border: none !important;
}

/** Skip Links **/
a.skiplink,
a.skiplink:hover,
a.skiplink:visited {
  position: absolute;
  left: 0px;
  top: -5000px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

a.skiplink:active,
a.skiplink:focus {
  position:static;
  width:auto;
  height:auto;
  padding: 0.25em 1em;
  margin: 0.25em 0 0.5em;
  vertical-align: middle;
  display: inline-block;
}