/** /common/css/affcore.css **/
/* affcore.css contains styles needed on multiple pages (header, global menus, footer, etc.) */

html, body {
	background-color:#eee;
}
body {
	min-width:990px;
}
.contentwell {
	background:url(../img/pagebkg.gif) #e5e2de repeat-x;
	padding-bottom:32px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align:left;
	min-height:800px;
	overflow:auto;
}

/* need to use id to avoid clash with other overlays 
62610: geo selection box fix*/
#pv-geo-overlay {
	min-width:977px;
	left:40px;
}

#geocommon {
	min-height: 277px;
}

#summaryLevel {
	min-width:407px;
}
#ys-nav{
    min-height: 267px;
}

/* default link style for all links */
a {
	color:#1c71c6;
	text-decoration:none;
}
a:hover {
	color:#285f99;
	background-color:#e8e8e8;
	text-decoration:underline;
}

.clearboth {
	clear:both;
}
.rj {
	text-align:right;
}

#aff-banner {
	text-align:left;
	background:#fff url(../img/header.jpg) no-repeat;
	height:80px;
	margin:0;
	border:1px solid #999;
	border-bottom: none;
}
#aff-banner a:hover {
	text-decoration:none;
	background-color:transparent;
}
#aff-logo, #uscb-logo {
	margin-top:5px;
	float:left;
}
#uscb-logo {
	margin-top:6px;
	margin-left:28px;	
}

/* tools menu items are the feedback, faq, glossary, etc. links */
#aff-tools-menu {
	float:right;
	padding:34px 20px 0 0;
	font-size:85%;
}
#aff-tools-menu a, #aff-tools-menu a:visited {
	padding:0 5px;
	font-weight:bold;
	color:#302e2b;
	text-decoration:none;
}
#aff-tools-menu a:hover {
	color:#101010;
	background-color:#eee;
	text-decoration:underline;
}

/* global buttons are main, search, what we provide, using factfinder */
#aff-global-menu {
	background-image: url(../img/menu_bkg.png);
	border:1px solid #444;
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding:0 10px;
}
#aff-global-buttons, #aff-lang {
	float:left;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 0 1px 0;
	margin-left: -6px;
}
#aff-global-buttons img {
	vertical-align:top;
}
#aff-global-buttons span, #aff-global-buttons a, #aff-global-buttons a:visited,
#aff-lang span, #aff-lang a, #aff-lang a:visited  {
	background-color:#d3931c;
	color:#fff;
	padding:4px 12px;
	display:inline-block;
	-moz-border-radius:2px;
	border-radius:2px;
}
#aff-global-buttons a, #aff-global-buttons a:visited,
#aff-lang a, #aff-lang a:visited {
	background-color:transparent;
	color:#eee;
	text-decoration:none;
}
#aff-global-buttons a:hover, #aff-lang a:hover {
	background-color:#b4702a;
	color:#eee;
}
/* english and spanish links */
#aff-lang {
	float:right;
	padding:5px 10px 0 0;
	text-transform:none;
}
#aff-lang span, #aff-lang a, #aff-lang a:visited {
	padding:2px 8px;
}

#cb_footer {
	background:#0A113F url(../img/footer-main-bg.png) repeat-x;
	color:#fff;
	text-align:center;
	padding:17px 0 11px 0;
	line-height:16px;
	height:38px;	
}
#cb_footer div {
	margin-top:2px;
}
#cb_footer img {
	vertical-align:middle;
}
#cb_footer span {
	font-weight:bold;
}
#cb_footer a {
	font-size:10px;
	color:#fff;
}
#cb_footer a:hover {
	background-color:transparent;
}

/* container */
.container {
	border:1px solid #a8a8a6;
	margin:2px 2px 8px 2px;
	font-size:92.3%;
	color:#3E3C39;
	background-color: #fff;
}
.container .hd {
	min-height:23px;
}
.container .hd h1 {
	padding:4px 11px;
	font-weight:bold;
}
.hilite-container .hd {
	background:url(../img/hilite-c-bkg.png) repeat-x;
}
.hilite-container .hd h1 {
	color:#fff;
}
.std-container .hd {
	background:url(../img/std-c-bkg.png) right bottom repeat-x;
}
.std-container .hd h1 {
	color:#222;
}
.container .bd, .container .bd2 {
	font-size: 91.7%;
	margin: 6px 8px;
	padding-bottom: 1px;
}
.container .bd1 {
	font-size: 100%;
	margin: 6px 10px;
}
.container .bd p, .container .bd1 p  {
	margin: 4px 2px 4px 4px;
}
.container .bd2 p {
	margin: 1px 0 2px 0;
}
.container .bd p.rj {
	text-align: right;
	margin-right: 6px;
}
.container h2 {
	font-weight: bold;
}
.hr {
	height: 1px;
	border-top: 1px dotted #b7b7b7;
	margin: 8px 0;
}

.leftnav-instr {
	margin: 9px 0 0 8px;
	font-size: 93%;
	color: #333;
}

/* button */
.leftnav_btn, .navbtn_sm {
	display:block;
	height:33px;
	border: 1px solid #a8a8a6;
	background:url(../img/leftnav_btn.png) transparent no-repeat right 0;
	color:#333;
	font-weight:bold;
	font-size:91.7%;
	margin: 2px 2px 8px 2px;
	padding:5px 0 0 12px;
}
.leftnav_btn span {
	font-weight:normal;
	font-size:91.7%;
}
.leftnav_btn:hover {
	background-color:transparent;
	background-position:right -48px;
	text-decoration:none;
	color:#000;
}
.leftnav_btn.selected {
	background-position:right -96px;
	border-right: 1px solid #8b8882;
	margin-right: 0;
	color:#eee;
}
.leftnav_btn.selected:hover {
	color:#fff;
}
.leftnav_btn_sm {
	height:31px;
	background:url(../img/leftnav_btn_sm.png) transparent no-repeat right 0;
	color:#444;
	font-weight:bold;
	font-size:91.7%;
	margin: 2px 2px 8px 14px;
	padding:4px 0 0 12px;
}
.geo {
	margin-top: 16px;
}
.navbtn_sm {
	height:21px;
	border:none;
	padding:5px 0 0 8px;
	margin:0;
	background-position:right -6px;
	font-size:100%;
}
.navbtn_sm:hover {
	background-color:transparent;
	background-position:right -54px;
	text-decoration:none;
	color:#000;
}
.navbtn_sm.gray {
	background-position:right -102px;
	color: #fff;
}
.navbtn_sm.selected {
	background-position:right -150px;
}

/* This adjusts the yui grid we're using to make the left column narrower */
.yui-t3 .yui-b { width:16em; }
.yui-t3 #yui-main .yui-b { margin-left:16.8em; }
/* changed yui-gc from 66 to fix ie6/ie7 drop float problem */
.yui-gc div.first { *width:65.5%; }

/* changes to yui skin for dialog boxes and buttons */
/* note that the default sprite.png was modified and stored in /img as sprite_aff.png */

.yui-skin-sam .yui-panel {
	text-align: left;
}
.yui-skin-sam .yui-panel .hd {
	color:#fff;
	background:url(../img/sprite_aff.png) repeat-x 0 -200px;
	font-size:100%;
	line-height:2.2;
}
.yui-skin-sam .container-close {
	width:20px;
	height:20px;
	top:4px;
	right:10px;
	background:url(../img/sprite_aff.png) no-repeat 0 -300px;
}
.yui-panel .bd p {
	margin:2px 18px 8px 18px;
}
.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
	color:#3e3c39;
	background-color:#fff;
}
.yui-skin-sam .yui-button {
	background:url(../img/sprite_aff.png) repeat-x 0 0;
	font-size:93%;
	margin:auto .5em;
}
.yui-skin-sam .yui-button .first-child {
	background:url(../img/sprite_aff.png) repeat-x 0 0;
	border-color:#74706b;
}
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.7;
	*line-height:1.4;
	min-height:1.7em;
	*min-height:auto;
}
.yui-skin-sam .yui-dialog .ft span.default {
	border-color:#74706b;
}
.yui-skin-sam .yui-dialog .ft span.default .first-child {
	border-color:#74706b;
}
.yui-skin-sam .yui-dialog .ft {
	padding-right:20px;
}
.yui-skin-sam .yui-button-hover button, .yui-skin-sam .yui-button-hover a {
	background-color:#615d57;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button {
	background-color:#c5c3c1;
	color:#fff;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled {
	border-color:#c5c3c1;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child {
	border-color:#c5c3c1;
}


/* some minor tweaks to the data table skin */
.yui-skin-sam .yui-dt table {
  border:1px solid #bbb;
  border-collapse: collapse;
}
.yui-skin-sam tr.yui-dt-odd{
  background-color:#eeeeee;
}
.yui-skin-sam .yui-dt tr.bestbet-row td {
  border: 1px solid #CBCBCB;
}
.yui-skin-sam .yui-dt tr.bestbet-row td.yui-dt-col-p_record_name {
  background: url("/common/img/star.png") no-repeat scroll 8px center;
  padding-left: 22px;
}
.yui-skin-sam .yui-dt tr.yui-dt-even.bestbet-row td {
  background-color: #FCF8EE;
}
.yui-skin-sam .yui-dt tr.yui-dt-odd.bestbet-row td {
  background-color: #FAF0D7;
}
.yui-skin-sam .yui-dt tr.yui-dt-first td {
  border-top:1px solid #aaa;
}
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
  background-color:#f0f0f0;
}
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
  background-color:#e6e6e6;
}
.yui-skin-sam .yui-dt th, .yui-skin-sam .yui-dt th a {
  font-weight:bold;
  color:#3e3e3e;
}
.yui-dt-checkbox { border:none; }

/* sort arrows on columns */
.yui-skin-sam th.yui-dt-sortable .yui-dt-liner {
	background:url(../img/arrows-gray2.png) no-repeat right;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner {
	background:url(../img/dt-arrow-up.png) no-repeat right;
}
.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
	background:url(../img/dt-arrow-dn.png) no-repeat right;
}

/* modifications to the default skin for the yui tab widget */
.yui-navset li em {
	font-weight:bold;
	font-size:93%;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	background:#fff url(../img/sprite_aff.png) repeat-x left -1400px;
	color:#3e3c39;
}
.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
	background:#d8d8d8 url(../img/sprite_aff.png) repeat-x left -1500px;
}
.yui-skin-sam .yui-navset .yui-nav a:hover, .yui-skin-sam .yui-navset .yui-nav a:focus {
	background:#bfdaff url(../img/sprite_aff.png) repeat-x left -1300px;
	outline:0;
}
.yui-skin-sam .yui-navset .yui-content {
	background:#ffffff;
}
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
	border:1px solid #bab4ad;
	border-top-color:white;
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
	border:solid #bab4ad;
	border-width:0 0 1px;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a em {
	border-color:#bab4ad;
}
.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
	color:#3e3c39;
}
.yui-skin-sam .yui-navset .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
	padding:0.25em 1.8em;
}
.yui-skin-sam .yui-navset .yui-nav .selected a em {
	padding:0.35em 1.8em;
}

/* progress bar styling */
.progressbar {
	margin: 4px 0 8px 19px;
}
.progressbar.indeterminate .yui-pb {
	background-image: url(../img/loading2.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-width: 0 0 1px;
}

/* grey buttons for Go, Add, etc */
.button-g a, .button-g a:visited {
	background-color: #74716b;
	color: #eee;
	text-decoration: none;
	padding: 4px 12px 3px 12px;
	margin-left: 10px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button-g a:hover {
	background-color: #615d57;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
.button-g a.disabled,  .button-g a.disabled:hover {
	background-color: #c5c3c1;
	color: #eee;
	cursor: default;
}
.remove-it {
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url(../img/remove1b.png) no-repeat 0 0;
	display: inline-block;
	vertical-align:middle;
	margin-left: 2px;
	margin-bottom: 1px;
}

.info-icon-small {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align:middle;
	margin-left: 6px;
}
.help-icon {
	width: 18px;
	height: 18px;
	overflow: hidden;
	background: url(../img/helpicon.png) no-repeat 0 0;
	display: inline-block;
	vertical-align:middle;
	margin-left: 6px;
	margin-bottom: 1px;
}

.actionbar .helpbtn {
	float: left;
}

.remove-it:hover, .help-icon:hover{
	background-position: 0 -25px;
	background-color: transparent;
}

#pageinstr {
	font-size: 123.1%;
	font-weight: bold;
	color: #524f4d;
	margin: 0 22px 6px 40px;
	padding-top: 14px;
	text-align: left;
}
#pagetitle {
	color: #cd9120;
}

.yourselections .bd .bd {
	font-weight:normal;
	margin:6px 5px 0 0;
	font-size: 100%;
}

.yourselections-min {
	min-height: 108px;
}
.yourselections ul {
	margin: 0 0 6px 4px;
}
.yourselections li {
	padding-left: 4px;
	text-indent: -4px;
	line-height: 105%;
	margin-bottom: 2px;
}
.yourselections li a img {
	vertical-align: middle;
}
.yourselections li.breadcrumb {
	color: #777;
	padding-top: 4px;
}
.yourselections li.breadcrumb img {
	margin-bottom: -1px;
}
.yourselections .yui-overlay, #popdate.yui-overlay, #popnumber.yui-overlay {
	position:static;
	font-weight:bold;
}
.container .bd p.clearselections {
	margin-top: 8px;
	text-align:right;
	line-height:116%;
}
.container .bd .bd p {
	margin-bottom: 0;
}



.helpbtn {
	float:right;
	margin:2px 1px 0 6px;
}

.actionbar {
	color:#444;
	font-size:109.1%;
	font-weight:bold;
	padding:2px 4px;
	min-height:28px;
	white-space:nowrap;
}
.actionbar .buttons {
	float:left;
	height:2.2em;
}
.actionbar .buttons span {
	margin-right: 4px;
}
.actionbar .buttons img {
	vertical-align: middle;
	*vertical-align:text-bottom;
}
.actionbar .buttons a {
	color: #4187ce;
	display: inline-block;
	padding: 2px 7px 2px 3px;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	text-decoration: none;
}
.actionbar .buttons a span {
	width: 16px;
	height: 19px;
	vertical-align: middle;
	margin: 0 4px ;
	display: inline-block;
	background: url(../img/buttonicons-a.png) no-repeat 0 0;
}
.actionbar .buttons a.mouseover span, .actionbar .buttons a.selected span  {
	background-image: url(../img/buttonicons-h.png);
}
.actionbar .buttons a.selected, .actionbar .buttons a.disabled {
	cursor: default;
}
.actionbar .buttons a.disabled {
	color: #999;
}
.actionbar .buttons a.disabled span {
	background-image: url(../img/buttonicons-g.png);
}

.actionbar .buttons a.ab-view span   {
	background-position: 0 0;
}

.actionbar .buttons a.ab-geo span {
    background-position: -270px 0;
}
.actionbar .buttons a.ab-bookmark span   {
	background-position: -30px 0;
}
.actionbar .buttons a.ab-download span   {
	background-position: -60px 0;
}
.actionbar .buttons a.ab-compare span   {
	background-position: -90px 0;
}
.actionbar .buttons a.ab-transpose span   {
	background-position: -120px 0;
}
.actionbar .buttons a.ab-print span   {
	background-position: -150px 0;
}
.actionbar .buttons a.ab-modify span   {
	background-position: -210px 0;
}
.actionbar .buttons a.ab-chart span   {
	background-position: -300px 0;
}
.actionbar .buttons a.ab-clear span   {
	background-position: -330px 0;
}
.actionbar .buttons a.ab-reset-sort span   {
	background-position: -600px 0;
}
.actionbar .buttons a.ab-statsig span   {
	background-position: -360px 0;
}
.actionbar .buttons a.ab-datavalue span   {
	background-position: -390px 0;
}
.actionbar .buttons a.ab-hiddenrows span   {
	background-position: -420px 0;
}
.actionbar .buttons a.ab-reset span {
	background-position: -450px 0;
}
.actionbar .buttons a.ab-refresh span {
	background-position: -450px 0;
	margin-right: 0;
}
.actionbar .buttons a.ab-add span   {
	background-position: -480px 0;
}
.actionbar .buttons a.ab-selectall span   {
	background-position: -510px 0;
}
.actionbar .buttons a.ab-newcol span {
	background-position: -540px 0;
}

.actionbar .buttons a:hover, .actionbar .buttons .selected {
	text-decoration: none;
	color: #1c71c6;
	background: url(../img/btn_bkg.gif) #e8e8e8 repeat-x;
	border: 1px solid #939393;
}
.actionbar .buttons a.disabled:hover {
	text-decoration: none;
	color: #999;
	background: transparent;
	border: 1px solid #fff;
}

/* actionbar pager */
.actionbar .pages {
	float: right;
	text-align: right;
	margin-top: -27px;
	*margin-top: -29px;
}
.actionbar .pages .rpp_dropdown {
	display: block;
	margin-bottom: 11px;
	*margin-bottom: 13px;
	color: #ddd;
	font-size: 99%;

}
.actionbar .pages .rpp_dropdown select {
	position: relative;
	top: -1px;
	*top: 1px;
	color: #444;
}
#paginator_below .rpp_dropdown {
	visibility: hidden;
	margin-bottom: 10px;
	*margin-bottom: 13px;
}

#popgroupresults_paginator_below .rpp_dropdown {
	visibility: hidden;
	margin-bottom: 10px;
	*margin-bottom: 13px;
}

#georesults_paginator_below .rpp_dropdown {
	visibility: hidden;
	margin-bottom: 10px;
	*margin-bottom: 13px;
}

#indcoderesults_paginator_below .rpp_dropdown {
	visibility: hidden;
	margin-bottom: 10px;
	*margin-bottom: 13px;
}
#occupationresults_paginator_below .rpp_dropdown {
	visibility: hidden;
	margin-bottom: 10px;
	*margin-bottom: 13px;
}
.actionbar .pages img {
	vertical-align:text-bottom;
}
.container .actionbar {
	font-size:109%;
}

.content .hd h1 span.yui-pg-current span, #address_report span {
	color:#fff;
	margin:0;
	padding:0 3px;
}
.yui-pg-pages .yui-pg-current-page {
	background-color:#ddd;
	color: #222;
}
.yui-skin-sam .yui-pg-current {
	padding:0;
}

.actionbar .yui-pg-pages .yui-pg-page {
	border:none;
	padding:3px 4px;
}
.actionbar .yui-pg-pages a.yui-pg-page {
	color:#356ca6;
	text-decoration:none;
}
.actionbar .yui-pg-pages a.yui-pg-page:hover {
	background-color: #e8e8e8;
	text-decoration: underline;
}
.actionbar .pages select {
	font-size: 85%;
	border: 1px solid #888;
	margin: -1px 0 0 4px;
}



.filter-options {
	border-top:1px solid #cbcbcb;
	margin-top:6px;
	padding-top:6px;
}
.filter-options input {
	height:12px;
	margin:0 3px 0 1px;
	vertical-align:middle;
}
.filter-options p {
	text-indent: -18px;
	padding: 1px 0 2px 18px;
	line-height: 100%;
	*padding-left: 24px;
	*text-indent: -24px;
}

.leftcol-instr {
	font-size:85%;
	padding:2px 10px 4px 10px;
}

#tab_address .search-input-container p {
	font-size: 108.6%;
	padding: 8px 0 6px 0;
}
#geostreet, #mapstreet { width: 150px; margin-left: 0; }
#geocity, #mapcity { width: 120px; }
#geozip, #mapzip { width: 45px; }
#map-lat, #map-long { width: 75px; margin-right: 10px; }

.search-address-entry label {
	color: #666;
	*margin-left: 10px;
}
.search-address-entry span {
	display: inline-block;
	margin: 2px 6px 2px 0;
}

.maplegend {
	line-height: 105%;
}
.maplegend .heading {
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}
.maplegend .gray {
	color: #999;
	padding-left: 16px;
}
.maplegend .note {
	padding-top: 6px;
}
.maplegend .noimg {
	padding-left: 16px;
}

#mapcontent-geo-overlay {
	position: absolute;
	top: 405px;
	left: 470px;
	*left: 474px;
	width: 535px;
	visibility: hidden;
	z-index: 1;
	-moz-border-radius: 3px;
	background-color: #74706a;
}
.mapcontent-overlay-body {
	background-color:#F4F2EF;
	color:#3E3C39;
	margin:28px 8px 6px;
	padding:4px 12px;
	text-align:left;
}
.mapcontent-overlay-body p {
	font-size: 93%;
	font-weight:bold;
	padding:2px 12px 10px;
}
.mapcontent-container {
	font-size:85%;
	margin:8px 8px 6px;
}
.mapcontent-container-btn {
	margin:10px 0 0 -8px;
}
.mapcontent-tab-btn {
	font-size:85%;
	margin:12px 4px 4px 0;
	text-align:right;
}


.message {
	background-color:#fffcb8;
	border:1px solid #e7e0d7;
	font-weight:normal;
	margin-top:4px;
	padding:6px 8px;
	font-size: 109.1%;
}
.scrollableContainer {
	margin-right:-3px;
	max-height:300px;
	overflow:auto;
	padding-right:4px;
}
.sc-yourselections {
	max-height:200px;
	margin-left:3px;
	margin-top:-5px;
}


/* yui changes for tree widget */
.ygtvitem table {
	margin-bottom:0;
	border:none;
	width:100%;
}
.ygtvitem td {
	border:none;
	padding:0;
}
.ygtvtn {
	width:2px;
	height:16px;
}
.ygtvtm {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 -4000px no-repeat;
}
.ygtvtmh {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 -4800px no-repeat;
}
.ygtvtp {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 -6400px no-repeat;
}
.ygtvtph {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 -7200px no-repeat;
}
.ygtvln {
	width:2px;
	height:16px;
}
.ygtvlm {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 0 no-repeat;
}
.ygtvlmh {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 -800px no-repeat;
}
.ygtvlp {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 -2400px no-repeat;
}
.ygtvlph {
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/treeview-sprite-aff.gif) 0 -3200px no-repeat;
}
.ygtvloading {
	width:16px;
	height:16px;
	background:url(../img/treeview-loading.gif) 0 0 no-repeat;
}
.ygtvdepthcell {
	width:16px;
	height:16px;
	background:url(../img/treeview-sprite-aff.gif) 0 -8000px no-repeat;
}
.ygtvtn .ygtvspacer, .ygtvln .ygtvspacer {
	background: none;
	width:0px;
}

.ygtvblankdepthcell {
	width:16px;
	height:16px;
}
* html .ygtvchildren {
	height:2%;
}
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
	text-decoration:none;
	background-color:white;
	font-weight: bold;
}
.ygtvspacer {
	height:16px;
	width:12px;
}
.ygtvcell a.ygtvspacer:hover {
	background-color: transparent;
}
.ygtvfocus {
	background-color:#c0e0e0;
}
.ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover {
	background-color:#c0e0e0;
}
.ygtvok {
	width:16px;
	height:16px;
	background:url(../img/treeview-sprite-aff.gif) 0 -8800px no-repeat;
}
.ygtvok:hover {
	background:url(../img/treeview-sprite-aff.gif) 0 -8844px no-repeat;
}
.ygtvcancel {
	width:16px;
	height:16px;
	background:url(../img/treeview-sprite-aff.gif) 0 -8822px no-repeat;
}
.ygtvcancel:hover {
	background:url(../img/treeview-sprite-aff.gif) 0 -8866px no-repeat;
}
.ygtv-label-editor {
	background-color:#f2f2f2;
	border:1px solid silver;
	position:absolute;
	display:none;
	overflow:hidden;
	margin:auto;
}
.ygtv-edit-TextNode .ygtvcancel, .ygtv-edit-TextNode .ygtvok {
	border:none;
}
.ygtv-edit-TextNode .ygtv-button-container {
	display:inline-block;
}
.ygtv-edit-TextNode .ygtv-input {
	float:left;
}
.ygtv-edit-DateNode .ygtvcancel {
	border:none;
}
.ygtv-edit-DateNode .ygtvok {
	display:none;
}
.ygtv-edit-DateNode .ygtv-button-container {
	width:100%;
	text-align:right;
}

td.ygtvhtml {
	padding: 1px 0 3px 0;
}

td.ygtvcontent {
	text-indent: -2px;
	padding-bottom: 2px;
}

td.ygtvcontent span span {
	font-weight: normal;
	color:#1c71c6;
	line-height: 106%;
	cursor:pointer;
}
td.ygtvhtml span:hover {
	background-color: #e8e8e8;
	text-decoration:underline;
}
td.ygtvcontent span span span {
	color: #74706a;
	cursor:auto;
}
span.ygtvlabel:hover {
	background-color: #e8e8e8;
}

td.ygtvcontent .search-result {
	text-indent: 0;
}

#errortext {
	margin: 24px 36px;
	font-color: #444;
	font-size: 108%;
}
#errortext p {
	margin-bottom: 16px;
}
#errortext ol {
	margin: -8px 0 16px 12px;
}
#errortext ol li {
	background: url(../img/bullet_sm.png) no-repeat 0 7px;
	padding-left: 10px;
}

#topics_dympanel {
	padding-bottom:1px;
	position:relative;
	visibility:hidden;
}
#topics_dympanel .bd {
	margin: 0 0 0 5px;
	padding: 5px 0 17px 0;
}
#topics_dympanel .bd h1 {
	font-size:119%;
	font-weight:bold;
}

.exclaim {
	background: url("../img/exclaim2.png") no-repeat scroll left top #FFFFFF;
	font-size: 110%;
	font-style: italic;
	height: 31px;
	margin: 20px 0 10px;
	padding: 0 50px 10px 40px;
}
.button-g .infobutton {
	background: #74716b url(../img/infoicon-w.png) no-repeat 9px 3px;
	padding-left:30px
}
.button-g .infobutton.disabled {
	background-image: url(../img/infoicon-w-g.png);
}


/** /common/css/autocomplete.css **/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.yui-skin-sam .yui-ac {
	position: relative;
	font-family: arial;
	font-size: 100%;
}

.yui-skin-sam .yui-ac-input {
	position: absolute;
}

.yui-skin-sam .yui-ac-container {
	position: absolute;
	top: 1.6em;
	width: 100%;
}

.yui-skin-sam .yui-ac-content {
	position: absolute;
	width: 100%;
	border: 1px solid #808080;
	background: #fff;
	overflow: hidden;
	z-index: 9050;
}

.yui-skin-sam .yui-ac-shadow {
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #000;
	-moz-opacity: 0.10;
	opacity: .10;
	filter: alpha(opacity = 10);
	z-index: 9049;
}

.yui-skin-sam .yui-ac iframe {
	opacity: 0;
	filter: alpha(opacity = 0);
	padding-right: .3em;
	padding-bottom: .3em;
}

.yui-skin-sam .yui-ac-content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.yui-skin-sam .yui-ac-content li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
/* 	white-space: nowrap; */
	list-style: none;
	zoom: 1;
}

.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight {
	background: #B3D4FF;
}

.yui-skin-sam .yui-ac-content li.yui-ac-highlight {
	background: #426FD9;
	color: #FFF;
}
/** /common/css/affmain.css **/

body {
	background-color:#fff;
}
a {
	color:#035ad1;
}
#contentwell-mp {
	margin:0 auto;
	text-align:left;
	width:996px;
}
#leftcol-mp {
	float:left;
	margin:0 18px 28px 36px;
	width:360px;
}
#col-div-mp {
	float:left;
	border-left:1px dotted #888;
	height:534px;
	margin:24px 20px;
}
#rightcol-mp {
	float:left;
	width:480px;
	margin:0 12px 28px 20px;
}

#pathways {
    width:956px;
	height:333px;
	padding:10px 0 0 14px;
	color:#464646;	
}
#pathways.cf {
	background: url(../img/cf1.jpg) no-repeat top right;
}
#pathways.gs {
	background:url(../img/gs1.jpg) no-repeat top right;
}
#pathways.as {
	background:url(../img/as1.jpg) no-repeat top right;
}
#pathways.do {
	background:url(../img/do1.jpg) no-repeat top right;
}
.path h2 {
	font-size:168%;
	font-weight:bold;
	padding:20px 0 8px 46px;
	background:url(../img/bullet_main_grayed.png) no-repeat 14px 18px;
}
.path.selected h2 {
	background-image:url(../img/bullet_main_selected.png);
}
.path h2 a {
	color:#2D4E71;
	padding:2px;
}
.path h2 a:hover {
	text-decoration:none;
	color:#254668;
}
.path.selected h2 a {
	color:#7f060f;
}
.path.selected h2 a:hover {	
	background-color:transparent;
	cursor:text;
}


.path > div {
	padding:0 0 0 50px;
	width:325px;
	display:none;
}
#cf-path.selected > div, #gs-path.selected > div, #as-path.selected > div, #do-path.selected > div {
	display:block;
}
.path label {
	font-size:85%;
}
.path .button-g {
	font-size: 85%;
	text-align:right;
	margin-right:20px;
}
.path .button-g a {
	margin-left:0;
	margin-top:12px;
}
#cf-search {
	margin-top: 10px;
}
#cfsearchtextboxmain {
	height:18px; 
	width:310px;
	background: url(/common/img/1px.gif) no-repeat 0px 0px; 
	border: 1px solid #888;
}
.pathfoot {
	width:100%;
	height:3px;
	background-color:#0c5e8b;
}
.section {
	padding: 22px 8px 22px 12px;
	border-bottom: 1px dotted #888;
}
.section.last {
	border:none;
}
.section h3	{
	font-weight:bold;
	color:#444;
	font-size:120%;
	margin-bottom:12px;
}

.aboutaff {
	color:#444;
	font-weight:bold;
	font-size:93%;
	line-height:155%;
}
.morenews {
	text-align:right;
	 margin:18px 12px 0 0;
}
.streetsign {
	background:url(../img/streetsign.png) no-repeat 360px 14px;
}
.refmaps {
	font-size:91.5%;
	margin: 12px 0 10px;
}
ul.whatweprovide {
	margin:8px 2px 8px 4px;
}
ul.whatweprovide li {
	background:url(../img/bullet_sq_gold3.png) no-repeat 0 5px;
	padding: 0 0 1px 14px;
}
ul.whatweprovide li a {
	font-size: 93%;
	cursor: pointer;
}

.emailupdates {
	width: 127px; 
	height: 13px;
	overflow: hidden;
	background: url(../img/get_email_updates_sm.png) no-repeat 0 0;
	overflow: hidden;
	float: right;
}
.emailupdates:hover  {
	background-position:0 -20px;
	background-color:transparent;
}

.misc-links {
	margin-top:28px;
}


#rightcol-mp .section .button-g {
	padding-top:10px;
}

.section .button-g a {
	font-size:93%;
}

.info-callout, .exclaim-callout {
	border-bottom:3px solid #50779b;
	background:#fafafa url(../img/info1.png) no-repeat 6px center;
	border-left:2px solid #f4f4f4;
	border-right:2px solid #f4f4f4;
	font-size:92.3%;
	margin:0 auto;
	padding:6px 18px 3px 42px;
	vertical-align:middle;
	text-align:left;
	width:934px;
	min-height:24px;
	line-height:22px;
}

.exclaim-callout {
	background:#ffffdc url(../img/exclaim1.png) no-repeat 6px center;
	border-left:2px solid #ebeba4;
	border-right:2px solid #ebeba4;
}

#leftcol-nn {
	text-align:left;
	float:left;
	width:61.4%;
	margin:5px 5px 20px 24px;
	min-height:800px;
}
#leftcol-nn a {
    font-weight:bold;
}
#rightcol-nn {
	float:right;
	width:32%;
	margin:5px 24px 5px 10px;
	text-align:left;
}
#rightcol-nn .bd {
    margin:10px 14px 14px 18px;
    font-size:100%;
}
#rightcol-nn .bd a {
    font-weight:bold;
}

.nn-left-sidebar {
	margin-bottom: 20px;
}

/* news and notes */

.newsandnotes-mp .section {
	margin-top:2px;
	padding-top:8px;
	text-align:right;
	border-top:1px dotted #888888;	
	border-bottom:none;
}
.yui-carousel-element li {
	text-align:left;
}
.yui-carousel .yui-carousel-item-selected {
	border:1px solid white;
}
.yui-skin-sam .yui-carousel {
	border:none;
}

#news-carousel {
	margin-left:-10px;
	visibility:hidden;
}

#news-carousel .item {
	display:inline;
	overflow:hidden;
}
#news-carousel img {
	float: left;
	margin:4px 12px 34px 6px;
}
#news-carousel .carousel-container {
  	width:345px;
}
#news-carousel ol.carousel-content li {
	width:450px;
	height:96px;
	font-size:85%;
	padding:2px 5px;
}
#news-carousel ol.carousel-content li div {
	cursor:pointer;
	padding-bottom:6px;
	
}
#news-carousel ol.carousel-content li div:hover {
	background-color:#fff4df;
}
#news-carousel h4 {
	font-weight:bold;
	color:#555;
	padding:1px 0 4px 0;
}

#news-carousel .yui-carousel-nav {
	position:absolute;
	bottom:0;
	left:332px;
	right:0;
	z-index:5;
	width:100px;
	text-align:center;
	height:20px;
	background-image:none;
	margin:0;
}
#news-carousel .yui-carousel-nav ul {
	padding:0px;
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
	list-style:none;
	margin:0;
}
#news-carousel .yui-carousel-nav ul li {  
	float:left;
	height:9px;
	width:9px;
	background:#1c71c6;
	margin:4px;
	border:1px solid #1c71c6;
	cursor:pointer;
}

#news-carousel .yui-carousel-nav ul li:hover,
#news-carousel .yui-carousel-nav ul li.hover,
#news-carousel .yui-carousel-nav ul li.yui-carousel-nav-page-selected {
	background:#ddd;
	cursor:pointer;
}

#news-carousel .yui-carousel-nav span {
	position:absolute;
	bottom:1px;
	width:15px;
	height:15px;
}
#news-carousel .yui-carousel-nav span button, #carousel-2 .yui-carousel-nav span button:focus{
	background:transparent;
	border:none;
	padding:30px 0 0;
	width:15px;
	height:15px;
	cursor:pointer;
}
#news-carousel .yui-carousel-nav span.yui-carousel-first-button {
	left:92px;
	*left:85px;
	background:url('../img/left.gif') no-repeat top left;
}
#news-carousel .yui-carousel-nav span.yui-carousel-next-button {
	right:-22px;
	background:url('../img/right.gif') no-repeat top left;
}

/* news and notes page */
#newsandnotes {
	max-height:334px;
	overflow:auto;
	
}
#newsandnotes img {
	float: left;
	margin: 4px 12px 4px 6px;
}


#newsandnotes .nn-item {
	padding: 8px 2px;
	min-height: 78px;	
	border-top: 1px dotted #888888;
	
}
#newsandnotes .nn-item:first-child {
	border-top:  none;
}
#newsandnotes .nn-item div {
	margin-left: 76px;
}

#newsandnotes .nn-item.hilight {
    background-color: #FFF4DF;
}


#cf-search {
	margin-top:6px;
}


#cf-search input {
	height:16px;
	padding:1px 2px;
	margin:1px 0;
	*margin-top:5px;
	*zoom:1;
}

#cf-search {
	margin:8px 0 12px 1px;
	font-size:100%;
}
#cf-search span {
	font-weight:normal;
}

#communityfactscontainermain {
	width:360px;
}

#cfsearchtextboxmain {
	width:184px;
}
.yui-skin-sam .yui-ac-input {
	position:static;
}
.yui-skin-sam .yui-ac-bd {
	font-size:93%;
}

#popular-tables {
    margin:12px 30px 14px 48px;
}
#popular-tables h3 {
    color:#444444;
    font-size:120%;
    font-weight:bold;
    margin-bottom:12px;
}
#popular-tables h4 {
    color:#444444;
    font-weight:bold;
}
#popular-tables a {
    font-weight:bold;
}
#popular-tables-list {
    -moz-column-count:2;
   	-webkit-column-count:2;
    column-count:2;
    width:864px;
}
#popular-tables-list ul {
    margin-top:2px;
}


/** /common/css/dialogs2.css **/
.aff-dialog {
	text-align:left;
	color:#3e3c39;
}

#tablenotes-dialog .note-area {
	height:300px;
	overflow:scroll;
}
#tablenotes-dialog table {
	margin-left:18px;
}
#tablenotes-dialog table td {
	padding:1px 6px 1px 3px;
	border: 1px solid #ddd;
}
#tablenotes-dialog ul {
	margin: 8px 0 8px 24px;
}
#tablenotes-dialog ul li {
	background: url(../img/bullet_sm.png) no-repeat 0 7px;
	padding-left: 12px;
	margin-bottom: 2px;
}
#feedback-dialog .bd {
	font-size:100%
}
#feedback-dialog label {
	width:11em;
	float:left;
	text-align:right;
	margin:0 .7em 8px 0;
	clear:both
}
#feedback-dialog input, #feedback-dialog textarea {
	margin-bottom:8px;
	padding:1px;
	color:#3e3c39;
	clear:both;
}
#feedback-dialog input {
	width:16em;
}
#feedback-dialog .fbkCounter {
	background-color:#fff;
	border:0 none;
	color:#888;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:83%;
	text-align:right;
	width:7em;
}
#feedback_website {
	visibility:hidden;
	height:1px;
}
#loadquery-input-div  {
	margin:24px 0 16px 20px;
}

#download-dialog fieldset, 
#map-download-dialog fieldset,
#print-dialog fieldset,
#map-print-dialog fieldset {
	border:1px solid #d0d0d0;
	width:90%;
	margin:4px 20px 10px 20px;
	padding:4px 2px 10px 2px;
}
#print-dialog fieldset,
#map-print-dialog fieldset {
	width:185px;
}
#download-dialog fieldset fieldset, 
#map-download-dialog fieldset fieldset,
#print-dialog fieldset fieldset,
#map-print-dialog fieldset fieldset {
	float:right;
	width:230px;
	margin:0 20px 8px 20px;
	padding:2px 2px 10px 2px;
}
#download-dialog fieldset fieldset,
#map-download-dialog fieldset fieldset {
	float:right;
}
#download-dialog legend, 
#map-download-dialog legend,
#print-dialog legend,
#map-print-dialog legend {
	border:none;
	margin-left:10px;
	*margin-left:0;
	padding:1px 5px;
}
#download-dialog .disabled,
#map-download-dialog .disabled,
#map-print-dialog .disabled {
	color:#888;
}
#download-dialog .disabled legend,
#map-download-dialog .disabled legend {
	color:#888;
}
#download-dialog input,
#map-download-dialog input, 
#print-dialog input,
#map-print-dialog input {
	margin:3px 3px 5px 20px;
	*margin:2px 1px 1px 17px;
	vertical-align:top;
	*vertical-align:middle;
	border: none;
}
#download-dialog .tip,
#map-download-dialog .tip {
	margin:-4px 20px 0 40px;
	*margin-top:0;
	font-size:83%;
}
#download-dialog .legend-tip,
#map-download-dialog .legend-tip {
	margin:-4px 20px 6px 18px;
	*margin-top:0;
	font-size:83%;
}

#download-dialog input[type=text], 
#map-download-dialog input[type=text],
#print-dialog input[type=text],
#map-print-dialog input[type=text] {
	border:1px solid #aaa;
	padding:1px 2px;
	margin:0 10px 0 0;
	width:230px;
	vertical-align:0;
	*vertical-align:baseline;
}

#print-dialog #pr_papersize_field,
#map-print-dialog #pr_papersize_field {
	margin-left:0;
}
#print-dialog #pr_orientation_field,
#map-print-dialog #pr_orientation_field {
	margin-right:0;
}
#pr_orientation_field {
	float:left;
}
#pr_papersize_field {
	float:right;
}
#print-dialog .tip,
#map-print-dialog .tip {
	margin:0 20px 12px 20px;
	font-size:83%;
}
.pdf-msg {
	font-size:77%;
	color:#555;
	margin:8px 20px 4px 20px;
	clear:both;
}

.filter-dlg-checkboxes {
	margin-left: 18px;
}
.filter-dlg-buttons, #sort-dialog .button-group {
	margin:14px 10px 0 0;
	text-align:right;
}
#sort-dialog .sort-row {
	font-size:93%;
	padding:5px 20px;
}
#sort-dialog .sort-row .sortby {
	margin-right:9px;
	width:340px;
}
#sort-dialog .sort-row .sortdir {
	margin-right:12px;
}
#sort-add-column {
	font-size:86.4%;
	padding:11px;
}
#sort-add-column.disabled {
	display: none;
	visibility: hidden;
}
#sort-dialog.row-remove-disabled a.remove-it {
	display: none;
	visibility: hidden;
}
.sort-row.hidden {
	display: none;
	visibility: hidden;
}
#bookmark_textbox,
#map_bookmark_textbox {
	margin-left: 16px;
}
#search-disamb-dialog-scroll {
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	margin: 0 10px 0 17px;
	max-height: 300px;
	overflow: auto;
	padding: 2px;
}
#search-disamb-dialog-scroll h2 {
	font-size: 93%;
	font-weight: bold;
	margin: 14px 0 2px;
}
#search-disamb-dialog-scroll .yui-dt {
	font-size: 87%;
}
#search-disamb-dialog-scroll p a {
	font-size: 93%;
}
