#cc-attribution { clear:both; margin-top:2em; padding-top: 2em; border-top: 1px solid LightGray; text-align: center; font-size: 80%; color: DarkGray; }
#update-date { color: Gray; font-size: 70%; }
#map-canvas { 
  height: 750px;
  width: 99%;
  border: 1px solid Black;
  margin-bottom: 1em;
  margin-left: 10px;
}
#map-canvas img{
  max-width: none;
}
code {
  border: none;
}
.map_filter{
	float:left;
  margin-bottom: 1em;
  position: relative;
}

.chosen-container {
    -moz-user-select: none;
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
}
.chosen-container .chosen-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #aaa #aaa;
    border-image: none;
    border-right: 1px solid #aaa;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    left: -9999px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1010;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single {
    background: -moz-linear-gradient(center top , #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    display: block;
    height: 23px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    background: url("/images/PolicyMap/icons/chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.chosen-container-single .chosen-single div b {
    background: url("/images/chosen-sprite.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%;
}
.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}
.chosen-container-single .chosen-search input[type="text"] {
    background: url("/images/chosen-sprite.png") no-repeat scroll 100% -20px, linear-gradient(#eee 1%, #fff 15%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    border-radius: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 1em;
    height: auto;
    line-height: normal;
    margin: 1px 0;
    outline: 0 none;
    padding: 4px 20px 4px 5px;
    width: 100%;
}
.chosen-container-single .chosen-drop {
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    left: -9999px;
    position: absolute;
}
.chosen-container .chosen-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}
.chosen-container .chosen-results li {
    display: none;
    line-height: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 6px;
}
.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
}
.chosen-container .chosen-results li.disabled-result {
    color: #ccc;
    cursor: default;
    display: list-item;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    background: none repeat scroll 0 0 #f4f4f4;
    display: list-item;
}
.chosen-container .chosen-results li.group-result {
    cursor: default;
    display: list-item;
    font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    box-sizing: border-box;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: outside none none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    line-height: normal;
    margin: 1px 0;
    outline: 0 none;
    padding: 5px;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background-clip: padding-box;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url("/images/PolicyMap/icons/chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    background-color: #e4e4e4;
    background-image: -moz-linear-gradient(center top , #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    border: 1px solid #ccc;
    color: #666;
    padding-right: 5px;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: none repeat scroll 0 0 #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    color: #ccc;
    cursor: default;
    display: list-item;
}
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: linear-gradient(#eee 20%, #fff 80%);
    border: 1px solid #aaa;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}
.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    direction: rtl;
    margin-left: 26px;
    margin-right: 0;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    left: 3px;
    right: auto;
}
.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    left: 4px;
    right: auto;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-left: 0;
    padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: medium none;
}
.chosen-rtl .chosen-search input[type="text"] {
    background: url("/images/chosen-sprite.png") no-repeat scroll -30px -20px, linear-gradient(#eee 1%, #fff 15%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    direction: rtl;
    padding: 4px 5px 4px 20px;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}
.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}
.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    min-height: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    position: relative;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 1em 2.2em;
}
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -1e+7px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0.2em;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 21px;
}
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: 0.5em 0.4em 0.5em 0;
}
.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 2px;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px -2px;
}
.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 2px 0.4em;
    text-decoration: none;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.ui-menu .ui-state-disabled {
    font-weight: normal;
    line-height: 1.5;
    margin: 0.4em 0 0.2em;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    padding-left: 2em;
    position: relative;
}
.ui-menu .ui-icon {
    left: 0.2em;
    position: absolute;
    top: 0.2em;
}
.ui-menu .ui-menu-icon {
    float: right;
    position: static;
}
.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("images/animated-overlay.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.ui-spinner-input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: inherit;
    margin: 0.2em 22px 0.2em 0.4em;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: 0.5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
.ui-spinner a.ui-spinner-button {
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
}
.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    padding: 0.2em;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: outside none none;
    margin: 1px 0.2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}
.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #fff;
    border: 1px solid #aaa;
    color: #222;
}
.ui-widget-content a {
    color: #222;
}
.ui-widget-header {
    background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #ccc;
    border: 1px solid #aaa;
    color: #222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #e6e6e6;
    border: 1px solid #d3d3d3;
    color: #555;
    font-weight: normal;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: url("images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #dadada;
    border: 1px solid #999;
    color: #212121;
    font-weight: normal;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #fff;
    border: 1px solid #aaa;
    color: #212121;
    font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: url("images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #fbf9ee;
    border: 1px solid #fcefa1;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: url("images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #fef1ec;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}
.ui-state-disabled .ui-icon {
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #aaa;
    opacity: 0.3;
}
.ui-widget-shadow {
    background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #aaa;
    border-radius: 8px;
    margin: -8px 0 0 -8px;
    opacity: 0.3;
    padding: 8px;
}
.jqplot-target {
    color: #666;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 1em;
    position: relative;
}
.jqplot-axis {
    font-size: 0.75em;
}
.jqplot-xaxis {
    margin-top: 10px;
}
.jqplot-x2axis {
    margin-bottom: 10px;
}
.jqplot-yaxis {
    margin-right: 10px;
}
.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
    margin-left: 10px;
    margin-right: 10px;
}
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
    position: absolute;
    white-space: pre;
}
.jqplot-xaxis-tick {
    left: 15px;
    top: 0;
    vertical-align: top;
}
.jqplot-x2axis-tick {
    bottom: 0;
    left: 15px;
    vertical-align: bottom;
}
.jqplot-yaxis-tick {
    right: 0;
    text-align: right;
    top: 15px;
}
.jqplot-yaxis-tick.jqplot-breakTick {
    font-size: 1.5em;
    margin-right: 0;
    padding: 1px 5px;
    right: -20px;
    z-index: 2;
}
.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    left: 0;
    text-align: left;
    top: 15px;
}
.jqplot-yMidAxis-tick {
    text-align: center;
    white-space: nowrap;
}
.jqplot-xaxis-label {
    font-size: 11pt;
    margin-top: 10px;
    position: absolute;
}
.jqplot-x2axis-label {
    font-size: 11pt;
    margin-bottom: 10px;
    position: absolute;
}
.jqplot-yaxis-label {
    font-size: 11pt;
    margin-right: 10px;
    position: absolute;
}
.jqplot-yMidAxis-label {
    font-size: 11pt;
    position: absolute;
}
.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
    font-size: 11pt;
    margin-left: 10px;
    position: absolute;
}
.jqplot-meterGauge-tick {
    color: #999;
    font-size: 0.75em;
}
.jqplot-meterGauge-label {
    color: #999;
    font-size: 1em;
}
table.jqplot-table-legend {
    margin: 12px;
}
table.jqplot-table-legend, table.jqplot-cursor-legend {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #ccc;
    font-size: 0.75em;
    position: absolute;
}
td.jqplot-table-legend {
    vertical-align: middle;
}
td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
    cursor: pointer;
}
.jqplot-table-legend .jqplot-series-hidden {
    text-decoration: line-through;
}
div.jqplot-table-legend-swatch-outline {
    border: 1px solid #ccc;
    padding: 1px;
}
div.jqplot-table-legend-swatch {
    border-style: solid;
    border-width: 5px 6px;
    height: 0;
    width: 0;
}
.jqplot-title {
    font-size: 1.2em;
    left: 0;
    padding-bottom: 0.5em;
    top: 0;
}
table.jqplot-cursor-tooltip {
    border: 1px solid #ccc;
    font-size: 0.75em;
}
.jqplot-cursor-tooltip {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 0.5);
    border: 1px solid #ccc;
    font-size: 0.75em;
    padding: 1px;
    white-space: nowrap;
}
.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 0.5);
    border: 1px solid #ccc;
    font-size: 0.75em;
    padding: 1px;
    white-space: nowrap;
}
.jqplot-point-label {
    font-size: 0.75em;
    z-index: 2;
}
td.jqplot-cursor-legend-swatch {
    text-align: center;
    vertical-align: middle;
}
div.jqplot-cursor-legend-swatch {
    height: 0.7em;
    width: 1.2em;
}
.jqplot-error {
    text-align: center;
}
.jqplot-error-message {
    display: inline-block;
    position: relative;
    top: 46%;
}
div.jqplot-bubble-label {
    color: rgb(20%, 20%, 20%);
    font-size: 0.8em;
    padding-left: 2px;
    padding-right: 2px;
}
div.jqplot-bubble-label.jqplot-bubble-label-highlight {
    background: none repeat scroll 0 0 rgba(90%, 90%, 90%, 0.7);
}
div.jqplot-noData-container {
    background-color: rgba(96%, 96%, 96%, 0.3);
    text-align: center;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    box-sizing: content-box;
    height: 0;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "�" "�" "�" "�";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("/images/animated-overlay.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ui-widget-content {
    background: url("/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #fff;
}
.ui-widget-header {
    background: url("/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #ccc;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #e6e6e6;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: url("/images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #dadada;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: url("/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: url("/images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #fbf9ee;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: url("/images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #fef1ec;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/images/ui-icons_cd0a0a_256x240.png");
}
.ui-widget-overlay {
    background: url("/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #aaa;
}
.ui-widget-shadow {
    background: url("/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #aaa;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-dialog {
    box-shadow: 3px 3px;
    max-width: 600px;
    padding: 6px;
    text-align: center;
}
.ui-dialog .content {
    font-size: 18px;
    margin-bottom: 14px;
}
.ui-dialog input[type="text"], .ui-dialog textarea {
    max-width: 450px;
}
div.citi-reports-homepage-container {
    background: none repeat scroll 0 0 #fff;
    font-family: "Oxygen",sans-serif;
    margin: 15px auto;
    width: 1000px;
}
div.citi-reports-homepage-container div.header-bar {
    background: none repeat scroll 0 0 #817c8d;
    height: 10px;
    width: 100%;
}
div.citi-reports-homepage-container div.left-header {
    float: left;
    margin: 3px 10px;
}
div.citi-reports-homepage-container div.left-header img {
    display: block;
}
div.citi-reports-homepage-container div.right-header {
    color: #aaa;
    float: right;
    font-size: 14px;
    margin: 0 5px 0 0;
    text-align: right;
    width: 420px;
}
div.citi-reports-homepage-container div.right-header img {
    display: inline;
}
div.citi-reports-homepage-container div.right-header img.pmap-logo {
    margin: 10px 0 0;
}
div.citi-reports-homepage-container div.main-content div.electionGo {
    height: 240px;
    left: 30px;
    position: relative;
    top: 30px;
}
div.citi-reports-homepage-container div.main-content div.electionGo div.leftSide {
    float: left;
}
div.citi-reports-homepage-container div.main-content div.electionGo div.leftSide img {
    display: inline;
}
div.citi-reports-homepage-container div.main-content div.electionGo div.leftSide div.daysRemaining {
    display: inline;
    padding: 0 2px 0 6px;
}
div.citi-reports-homepage-container div.main-content div.electionGo div.leftSide img.needToKnow {
    padding-top: 10px;
}
div.citi-reports-homepage-container div.main-content div.electionGo div.rightSide {
    float: left;
    padding-left: 10px;
}
div.citi-reports-homepage-container div.main-content hr.doubleLine {
    background-color: #fff;
    border-color: #e28416 -moz-use-text-color;
    border-style: solid none;
    border-width: 2px 0;
    color: #fff;
    height: 7px;
    margin: 40px 0 30px;
}
div.citi-reports-homepage-container div.main-content div.organizations {
    padding-right: 75px;
}
div.citi-reports-homepage-container div.main-content div.organizations div.organization {
    color: #817c8d;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 20px 35px;
    text-align: justify;
    width: 420px;
}
div.citi-reports-homepage-container div.main-content div.organizations div.organization div.orgImage {
    height: 90px;
}
div.citi-reports-homepage-container div.main-content div.organizations div.organization div.orgImage img {
    margin: 0 auto;
}
div.citi-reports-homepage-container div.main-content div.sideBar {
    background: none repeat scroll 0 0 #f3c28a;
    display: none;
    position: absolute;
    z-index: 10;
}
div.citi-reports-homepage-container div.main-content div.sideBar div.sideBarContent {
    padding-top: 25px;
}
div.citi-reports-homepage-container div.main-content div.sideBar div.sideBarContent div.expandCollapseLink {
    float: left;
    padding-left: 5px;
}
div.citi-reports-homepage-container div.main-content div.sideBar div.sideBarContent div.expandCollapseLink img.arrow {
    padding: 0 0 5px 2px;
}
div.citi-reports-homepage-container div.main-content div.collapsedSideBar {
    width: 40px;
}
div.citi-reports-homepage-container div.main-content div.expandedSideBar {
    width: 330px;
}
div.citi-reports-homepage-container div.main-content div.expandedSideBar div.sideBarContent div.aboutText {
    color: #000;
    float: right;
    font-size: 15px;
    line-height: 24px;
    padding-right: 30px;
    width: 245px;
}
div.citi-reports-homepage-container div.main-content div.compatibility {
    font-size: 12px;
    margin: auto;
    padding-top: 20px;
    width: 80%;
}
div.citi-reports-container {
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 13px;
    min-width: 760px;
}
div.citi-reports-container a {
    cursor: pointer;
}
div.citi-reports-container p {
    margin: 0;
}
div.citi-reports-container .logo-header a {
    text-decoration: none;
}
div.citi-reports-container div.left-header {
    float: left;
    margin: 3px 10px;
}
div.citi-reports-container div.left-header img {
    display: block;
}
div.citi-reports-container div.clear {
    clear: both;
}
div.citi-reports-container div.right-header {
    color: #aaa;
    float: right;
    font-size: 13px;
    margin: 3px 10px 0;
    text-align: right;
    width: 420px;
}
div.citi-reports-container div.right-header img {
    display: inline;
}
div.citi-reports-container div.right-header img.pmap-logo {
    margin: 10px 0 0;
}
div.citi-reports-container div.header-bar {
    background: none repeat scroll 0 0 #ecc2a0;
    height: 3px;
    width: 100%;
}
div.citi-reports-container div.nav-bar {
    background: none repeat scroll 0 0 #d88642;
    color: #fff;
    height: 25px;
    padding: 10px 0 0;
    position: relative;
    width: 100%;
}
div.citi-reports-container div.nav-bar-map-page {
    background: none repeat scroll 0 0 #777;
}
div.citi-reports-container div.map-clear a {
    color: #5d83d0 !important;
    float: right;
    font-weight: bold;
    margin: 5px 25px;
}
div.citi-reports-container div.map-clear a:hover {
    color: #5d83d0 !important;
    text-decoration: underline;
}
div.citi-reports-container table.map-container {
    background: none repeat scroll 0 0 #333;
    width: 100%;
}
div.citi-reports-container table.map-container td.side-bar {
    width: 300px;
}
div.citi-reports-container table.map-container td.side-bar div.header {
    font-size: 16px;
    font-weight: bold;
}
div.citi-reports-container table.map-container div.side-box {
    background: none repeat scroll 0 0 #ccc;
    margin: 10px;
    padding: 10px;
}
div.citi-reports-container table.map-container div.select-report-section label {
    margin: 0 3px;
}
div.citi-reports-container table.map-container div.select-report-section span.coming-soon {
}
div.citi-reports-container table.map-container div.select-report-section li {
    margin: 3px;
}
div.citi-reports-container table.map-container div.select-report-section li.report-option {
    margin: 2px 0 8px;
}
div.citi-reports-container table.map-container div.search-type {
    margin: 10px 0;
}
div.citi-reports-container .searchbox {
    background: none repeat scroll 0 0 #ffc;
    border: 1px solid #669;
    color: #a7a7a7 !important;
    font-family: arial,geneva,helvetica,sans-serif;
    font-size: 14px !important;
    height: 22px !important;
    padding: 1px 0 1px 2px !important;
}
div.citi-reports-container .searchContainer .gobutton {
    background: url("/images/global-button-go-xlarge.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 28px;
    margin: 0 3px 0 6px;
    width: 46px;
}
div.citi-reports-container table.map-container ul.report-menu {
    list-style: outside none none;
    margin: 0 10px;
    padding: 0;
}
div.citi-reports-container table.map-container ul.report-type-menu {
    list-style: outside none none;
    margin: 0 20px;
    padding: 0;
}
div.citi-reports-container table.map-container ul.report-type-menu span.coming-soon {
    font-size: 13px;
    font-style: italic;
}
div.citi-reports-container table.map-container ul.report-menu li.disable {
    color: #aaa;
}
div.citi-reports-container table.map-container ul.report-menu li.disable input {
}
div.citi-reports-container table.map-container ul.report-menu li.disable ul {
    display: none;
}
div.citi-reports-container div.nav-bar span.nav-note {
    font-size: 17px;
    font-weight: normal;
    margin-left: 30px;
    position: relative;
    top: -3px;
}
div.citi-reports-container div.nav-bar table {
}
div.citi-reports-container div.choose-district {
    background: none repeat scroll 0 0 #777;
    border-radius: 10px;
    float: left;
    margin-left: 20px;
    padding: 4px 10px;
    position: relative;
    top: -4px;
}
div.citi-reports-container div#data-period {
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: 5px;
}
div.citi-reports-container div.nav-bar td {
    border-right: 1px solid #fff;
    font-size: 13px;
    padding: 0 10px;
}
div.citi-reports-container div.nav-bar a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
div.citi-reports-container div.nav-bar a:hover {
    text-decoration: underline !important;
}
div.citi-reports-container div.nav-bar a.Active {
    font-weight: bold;
}
div.citi-reports-container div#report-header {
    background: none repeat scroll 0 0 #777;
    color: #fff;
    font-size: 22px;
}
div.citi-reports-container div#report-header div.report-name {
    float: left;
    padding: 5px 20px;
}
div.citi-reports-container div#report-header div.district-name {
    padding: 5px 20px;
    text-align: right;
}
div.citi-reports-container div#choose-district-search-container {
    margin: 10px;
}
div.citi-reports-container div.data-content {
    color: #666;
    min-width: 600px;
    padding: 15px 20px;
}
div.citi-reports-container div.data-content div.data-header {
    color: #d88642;
    font-size: 19px;
}
div.citi-reports-container div.data-content div.summary {
    font-size: 16px;
    margin: 15px 0;
}
div.citi-reports-container div.data-content div.summary p.note {
    font-size: 12px;
    margin: 10px 0;
}
div.citi-reports-container div.data-content div.interactive-column {
    float: left;
    width: 68%;
}
div.citi-reports-container div.data-content div.interactive-column #chartTable {
    overflow: visible;
}
div.citi-reports-container div.data-content div.interactive-column .note {
    margin: 10px;
}
div.citi-reports-container div.data-content div.page-break {
    display: none;
}
div.citi-reports-container div.citiValuesToggle {
    color: #666;
    font-size: 15px;
    margin: 2px 5px;
    text-align: right;
}
div.citi-reports-container div.citiValuesToggle {
    cursor: pointer;
}
div.citi-reports-container div.citiValuesToggle span.divider {
    color: #d88642;
}
div.citi-reports-container div.citiValuesToggle .highlight {
    color: #d88642;
    font-weight: bold;
}
div.citi-reports-container div.data-content div.data-column {
    float: left;
    margin: 20px 30px 20px 0;
    width: 27%;
}
div.citi-reports-container div.data-content div.data-column-right {
    margin: 20px 0 20px 30px;
}
div.citi-reports-container div.data-content div.data-column div.header {
    font-size: 13px;
}
div.citi-reports-container div.data-content div.data-column p {
    font-size: 12px;
}
div.citi-reports-container div.data-content div.data-column div.value span.text {
    color: #666;
    font-size: 15px;
}
div.citi-reports-container div.data-content div.data-column div.value span.highlight {
    color: #d88642;
    font-size: 32px;
}
div.citi-reports-container div.data-content div.data-column div.value span.unit {
    font-size: 15px;
}
div.citi-reports-container div.endnote span.list {
    color: #d88642;
}
div.citi-reports-container div.data-content div.data-column div.desc {
    color: #aaa;
}
div.citi-reports-container div.data-content div.data-column div.divider {
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin: 20px 0;
}
div.citi-reports-container div.data-content div.endnote {
    font-size: 12px;
    margin: 10px 0;
}
div.citi-reports-container div.map-alert {
    color: #fff;
    font-size: 25px;
    height: 640px;
    position: absolute;
    width: 100%;
    z-index: 400;
}
div.citi-reports-container div.map-alert div.alert-background {
    background: none repeat scroll 0 0 #666;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
div.citi-reports-container div.map-alert div.text {
    height: 150px;
    margin: auto;
    padding: 90px 0;
    position: relative;
    width: 595px;
    z-index: 4;
}
div.citi-reports-container div.map-alert div.text p {
    margin: 10px;
    text-align: justify;
}
div.citi-reports-container div.map-alert div.text span.go {
    background: url("/images/citi-go-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 23px;
    height: 25px;
    left: 15px;
    padding: 18px 11px;
    position: relative;
    top: 15px;
    width: 34px;
}
div.citi-reports-container div.map-alert div.text span.go span {
    left: -7px;
    position: relative;
}
div.citi-reports-container div.info-bubble-container div.citiInfoBubbleText {
    font-size: 15px;
    margin: 15px 0 0;
}
div.citi-reports-container div.table-list {
    margin: 20px auto;
    width: 600px;
}
div.citi-reports-container div.table-list div.scroll-list-div {
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 600px;
}
div.citi-reports-container .list-under-map div.table-list .scroll-list-div {
    height: auto !important;
    max-height: 275px;
}
div.citi-reports-container div.table-list div.header {
    color: #d88642;
    font-size: 17px;
    font-weight: bold;
    margin: 2px 5px;
    text-align: right;
}
div.citi-reports-container table.tablesorter {
    color: #000;
    width: 100%;
}
div.citi-reports-container table.tablesorter tr {
    background: none repeat scroll 0 0 #eabd8d;
}
div.citi-reports-container table.tablesorter tr.odd {
    background: none repeat scroll 0 0 #fff;
}
div.citi-reports-container table.tablesorter th {
    background-image: url("/images/dl_sort_opt.gif");
    background-position: 7px center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: normal;
    padding: 5px 18px 3px;
    text-align: left;
}
div.citi-reports-container table.tablesorter td {
    padding: 5px;
}
div.citi-reports-container table.tablesorter td.name {
    text-align: left;
}
div.citi-reports-container table.tablesorter td.value {
    text-align: right;
}
div.citi-reports-container table.tablesorter th.sortAsc {
    background-image: url("/images/dl_sort_asc.gif");
    background-position: 7px center;
    background-repeat: no-repeat;
}
div.citi-reports-container table.tablesorter th.sortDesc {
    background-image: url("/images/dl_sort_desc.gif");
    background-position: 7px center;
    background-repeat: no-repeat;
}
div.citi-reports-container table.tablesorter td {
    border: 1px solid #c5c5c5;
    color: #565656;
    padding: 3px 6px;
}
div.citi-identify-container {
    width: 475px;
}
div.citi-identify-container div.title {
    margin: 0 0 10px;
}
div.citi-identify-container div.report-links a {
    color: #333;
    font-size: 12px;
    padding: 8px;
    text-decoration: underline;
}
div.citi-identify-container div.report-links a.notavailable {
    color: #666;
    text-decoration: none;
}
div.citi-identify-container div.report-links a:first-child {
    padding-left: 0;
}
div.citi-reports-container div.summary-header {
    border-bottom: 1px solid;
    font-size: 21px;
    margin: 10px auto 0;
    width: 80%;
}
div.citi-reports-container div.button {
    background: url("/images/citi/citi-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    float: right;
    height: 35px;
    padding: 0 0 0 10px;
}
div.citi-reports-container div.button b {
    background: url("/images/citi/citi-button.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 16px;
    height: 26px;
    margin: 0 -5px 0 2px;
    padding: 9px 11px 0 0;
}
div.citi-reports-container #see-report {
    float: right;
}
div.citi-reports-container #see-report.inactive {
    background: url("/images/citi/citi-button.png") no-repeat scroll 0 -35px rgba(0, 0, 0, 0);
}
div.citi-reports-container #see-report.inactive b {
    background: url("/images/citi/citi-button.png") no-repeat scroll right -35px rgba(0, 0, 0, 0);
    color: #aaa;
}
div.citi-reports-container div.page-print {
    margin: 8px 20px;
}
div.citi-reports-container div.summary-print {
    float: right;
    margin: -15px 10px 0 0;
}
div.citi-reports-container div.summary-print .page-print {
    margin: 0;
}
div.citi-reports-container div.summary-section {
    margin: 30px auto;
    min-width: 700px;
    width: 80%;
}
div.citi-reports-container div.summary-section div.table-note {
    margin: 7px 0;
}
div.citi-reports-container table.citi-summary-table {
    border: 1px solid #333;
    width: 100%;
}
div.citi-reports-container table.citi-summary-table th, div.citi-reports-container table.citi-summary-table .new-section-header td {
    background: none repeat scroll 0 0 #eabd8d;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
div.citi-reports-container table.citi-summary-table th, div.citi-reports-container table.citi-summary-table td {
    border: 1px solid #000;
    padding: 5px;
}
div.citi-reports-container table.citi-summary-table tr.sub-header td.blank {
    background: none repeat scroll 0 0 #fff;
}
div.citi-reports-container table.citi-summary-table tr.sub-header td {
    background: none repeat scroll 0 0 #777b84;
    color: #fff;
    text-align: center;
}
div.citi-reports-container table.citi-summary-table tr.data-row td {
    text-align: center;
}
div.citi-reports-container table.citi-summary-table tr.data-row td.label {
    text-align: left;
}
div.citi-reports-container span.district-type {
    color: #666 !important;
}
div.citi-reports-container .chartContainer {
    position: relative;
}
div.citi-reports-container .chartContainer .popup {
    position: relative;
}
div.citi-reports-container .chartContainer .buttons {
    display: none;
}
div.citi-reports-container .reportRanks {
    display: none;
    height: 100%;
}
div.citi-reports-container .reportPlaces {
    display: none;
}
div.citi-reports-container .reportPlaces .chartTable {
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
}
div.citi-reports-container .reportPlaces .title .citi-rank-type {
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
}
div.citi-reports-container .reportPlaces .title .citi-rank-title {
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: none;
}
div.citi-reports-container .reportRanks .header h2 {
    padding: 0 10px;
    text-align: left;
}
div.citi-reports-container div.data-content div.overview-interactive-column #overview-chart {
    height: 500px;
    width: 750px;
}
div.citiLoading {
    background: none repeat scroll 0 0 #fcfdf5;
    border: 1px solid #669;
    color: #310165;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 15px !important;
    position: fixed !important;
    text-align: center;
    width: 145px !important;
    z-index: 55;
}
div.citiLoading img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.citi-footer a:hover {
    text-decoration: underline;
}
div.citi-footer a {
    color: #d88642;
}
div.citi-footer a.contactus {
    float: right;
}
div.citi-footer {
    border-bottom: 1px solid #d88642;
    color: #666;
    margin: 10px 0;
    padding: 3px 20px 1px;
}
.controlPanel #manageCache {
    border: 0 solid #000;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: auto;
    padding: 0;
}
.controlPanel #linkHolder {
    height: auto;
}
.controlPanel .cacheParameterName {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}
.controlPanel .cacheParameter {
    margin-left: 40px;
}
.controlPanel .cacheDeleted {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.controlPanel .cacheParameterDeleted {
    margin-left: 20px;
}
.controlPanel h3 {
    margin: 0;
}
.controlPanel .collapser {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
}
.controlPanel label {
    margin-left: 5px;
}
.controlPanel .simulink {
    cursor: pointer;
    text-decoration: underline;
}
.is-hidden {
    display: none;
}
.notifier-popup {
    background-color: #fff;
    background-image: none;
    border: 0 none;
    border-radius: 5px;
    left: 48%;
    opacity: 0.9;
    padding: 20px;
    position: absolute;
    top: 42%;
    z-index: 90;
}
.wrapper_spinner {
    top: 200px;
}
.notifier-popup-showing {
    display: inline-block;
}
.login-form-siteLicense {
    font-size: 15px;
    margin-right: 30px;
    width: 345px;
}
.login-form-wrapper {
    margin-right: 7px;
}
.simulink {
    cursor: pointer;
    text-decoration: underline;
}
.spam-fix {
    display: none;
}
.newsletter-form .button {
    background: none repeat scroll 0 0 #e48e25;
    border: 0 none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    line-height: 26px;
    width: 108px;
}
.newsletter-form .button:hover {
    background: none repeat scroll 0 0 #ea7d06;
}
.newsletter-form .email {
    background: url("/images/envelope-large.png") no-repeat scroll 5% 50% #fff;
    border: 1px solid #bcbec0;
    border-radius: 7px;
    color: #bcbec0;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    line-height: 26px;
    margin: 0 8px;
    padding: 0 14px;
    text-indent: 14%;
    width: 326px;
}
.newsletter-form .email:focus {
    border: 1px solid #f7d0ad;
    color: #808285;
    outline: 0 none;
}
#wrapper-footer {
    color: #fff;
    margin: 20px 0 0;
}
#wrapper-footer .footer__level1 {
    background: none repeat scroll 0 0 #b99fd3;
}
#wrapper-footer .footer__level2 {
    background: none repeat scroll 0 0 #ac92c3;
    padding: 15px 0;
}
#wrapper-footer .footer__level3 {
    background: none repeat scroll 0 0 #ecdeff;
    color: #956cc1;
}
#wrapper-footer .footer__level4 {
    color: #956cc1;
    text-align: center;
}
#wrapper-footer .container {
    margin: auto;
    padding: 10px 0;
    position: relative;
    width: 960px;
}
#wrapper-footer .newsletter-form .email {
    background: url("/images/envelope-small.png") no-repeat scroll 5% 50% #fff;
    height: 33px;
    margin-right: 4px;
    width: 250px;
}
#wrapper-footer .newsletter-form .button {
    height: 33px;
    width: 82px;
}
#wrapper-footer .email-tag-line {
    float: left;
    margin-left: 5px;
    text-align: center;
}
#wrapper-footer h3 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
#wrapper-footer .connect {
    float: left;
    margin: 0 20px 0 35px;
    text-align: center;
    width: 58px;
}
#wrapper-footer .social-links, #wrapper-footer .newsletter-form, #wrapper-footer .email-tag-line {
    float: left;
}
#wrapper-footer .newsletter-form {
    margin-left: 10px;
}
#wrapper-footer .social-links ul {
    float: left;
    margin: 5px 0 0;
    padding: 0;
}
#wrapper-footer .social-links ul li {
    float: left;
    list-style: outside none none;
    margin: 0 7px 0 0;
    padding: 0;
}
#wrapper-footer .social-links a span {
    display: none;
}
#wrapper-footer .social-links a {
    display: inline-block;
    height: 30px;
    opacity: 0.6;
    width: 30px;
}
#wrapper-footer .social-links a:hover {
    opacity: 1;
}
#wrapper-footer .social-links .facebook {
    background: url("/images/socialmedia/facebook-new.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wrapper-footer .social-links .twitter {
    background: url("/images/socialmedia/twitter-new.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wrapper-footer .social-links .linkedin {
    background: url("/images/socialmedia/linkedin-new.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wrapper-footer .social-links .googleplus {
    background: url("/images/socialmedia/googleplus-new.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wrapper-footer .social-links .rss {
    background: url("/images/socialmedia/rss-new.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wrapper-footer .column {
    float: left;
}
#wrapper-footer a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
#wrapper-footer a:hover {
    text-decoration: underline;
}
#wrapper-footer .column__address {
    width: 192px;
}
#wrapper-footer .column__blog-updates {
    width: 270px;
}
#wrapper-footer .column__blog-updates .blog-title {
    background: url("/images/blog-updates-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ac92c3;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 15px;
    font-style: italic;
    height: 32px;
    left: -3px;
    padding: 6px 0;
    position: relative;
    text-align: center;
    top: 6px;
    width: 122px;
    z-index: 1;
}
#wrapper-footer .blog-updates {
    margin: 0;
}
#wrapper-footer .blog-roll {
    background: none repeat scroll 0 0 #c3aed7;
    left: 4px;
    margin-top: 12px;
    padding: 5px;
    position: relative;
    top: -26px;
    width: 230px;
}
#wrapper-footer .blog-roll li {
    border-bottom: 1px dashed #ac92c3;
    list-style: outside none none;
}
#wrapper-footer .blog-roll li p {
    line-height: 15px;
    margin: 9px 5px;
}
#wrapper-footer .blog-roll li br {
    display: none;
}
#wrapper-footer .blog-roll li a.date {
    display: none;
}
#wrapper-footer .column__links {
    width: 105px;
}
#wrapper-footer .column__links.inds-list {
    width: 164px;
}
#wrapper-footer .column__links ul {
    margin: 0 0 15px;
    padding: 0;
}
#wrapper-footer .column__links ul li {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0;
}
#wrapper-footer .footer__level3 .copyright {
    float: left;
}
#wrapper-footer .footer__level3 .links {
    float: right;
    margin: 0 25px;
}
#wrapper-footer .footer__level3 .links a {
    color: #956cc1;
    margin: 0 9px;
    text-decoration: none;
}
#wrapper-footer .footer__level3 .links a:hover {
    text-decoration: underline;
}
.tip-yellowsimple {
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
    border-radius: 4px;
    color: #000;
    max-width: 300px;
    min-width: 50px;
    padding: 6px 8px;
    text-align: left;
    z-index: 100;
}
.tip-yellowsimple .tip-inner {
    font: 12px/16px arial,helvetica,sans-serif;
}
.tip-yellowsimple .tip-arrow-top {
    background: url("/images/tip-yellowsimple_arrows.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 6px;
    left: 50%;
    margin-left: -5px;
    margin-top: -6px;
    top: 0;
    width: 9px;
}
.tip-yellowsimple .tip-arrow-right {
    background: url("/images/tip-yellowsimple_arrows.gif") no-repeat scroll -9px 0 rgba(0, 0, 0, 0);
    height: 9px;
    left: 100%;
    margin-left: 0;
    margin-top: -4px;
    top: 50%;
    width: 6px;
}
.tip-yellowsimple .tip-arrow-bottom {
    background: url("/images/tip-yellowsimple_arrows.gif") no-repeat scroll -18px 0 rgba(0, 0, 0, 0);
    height: 6px;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    top: 100%;
    width: 9px;
}
.tip-yellowsimple .tip-arrow-left {
    background: url("/images/tip-yellowsimple_arrows.gif") no-repeat scroll -27px 0 rgba(0, 0, 0, 0);
    height: 9px;
    left: 0;
    margin-left: -6px;
    margin-top: -4px;
    top: 50%;
    width: 6px;
}
.dataloader_content {
    background-color: #fff !important;
    border-color: #f2f3f4;
    border-style: solid;
    border-width: 0 20px;
    padding: 0 !important;
}
.dataloader_content a {
    cursor: pointer;
}
#layoutTable td.dataloaderPaneColumn {
    padding-bottom: 15px;
    width: 350px;
}
#dataloaderPane {
    min-height: 430px;
    padding: 15px 20px 0 10px;
    width: 340px;
}
#dataloaderPane .tabselector {
    border-bottom: 1px solid #ccc;
    height: 47px;
    text-align: center;
    width: 100%;
}
#dataloaderPane .leftTab {
    float: left;
    width: 50%;
}
#dataloaderPane .rightTab {
    float: right;
    width: 50%;
}
#dataloaderPane .tabname {
    background-image: url("/images/dataloader_tab.png");
    height: 47px;
    margin: 0 auto;
    width: 116px;
}
#dataloaderPane .tabname .tabtext {
    padding-top: 10px;
}
#dataloaderPane .selectedtab {
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
#dataloaderPane .tabcontents {
    clear: both;
}
#dataloaderPane .loadMethod {
    margin-left: 10px;
    padding-top: 6px;
}
#dataloaderPane .loadMethod .loadMethodBox {
    margin-top: 5px;
    padding-left: 35px;
}
#dataloaderPane .sectionHeader {
    color: #2d2d2d;
    font-size: 14px;
}
#dataloaderPane .linkPointer {
    cursor: pointer;
}
#dataloaderPane .textbox {
    border: 1px solid #000;
    color: #3e3e3e;
    font-size: 11px;
    padding: 2px;
    width: 70%;
}
#dataloaderPane .titleboxRow {
    color: #3d3d3d;
    font-size: 9px;
    margin-top: 4px;
}
#dataloaderPane .titlebox {
    float: left;
    margin-right: 5px;
}
#dataloaderPane .permissionBox {
    margin-top: 5px;
    padding-left: 35px;
}
#dataloaderPane .permissionBox .emailText {
    color: #4d4d4d;
    font-size: 11px;
    padding-bottom: 5px;
    width: 80%;
}
#dataloaderPane .permissionBox .emailbox {
    margin-top: 3px;
}
#dataloaderPane .permissionBox .emailLink {
    font-size: 10px;
    text-decoration: underline;
}
#dataloaderPane .permissionSubBox {
    margin-top: 12px;
}
#dataloaderPane .iconSettings {
    padding-left: 6px;
    text-decoration: underline;
}
#dataloaderPane .iconBox {
    background: none repeat scroll 0 0 #eaeaea;
    border: 2px solid #8a8a8a;
    display: none;
    padding: 4px;
    position: absolute;
}
#dataloaderPane .importCSVBox {
    margin-top: 4px;
}
#dataloaderPane .importCSVBox .button {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    margin-left: 3px;
}
#dataloaderPane .importCSVBox .csvFileDisplay {
    float: left;
}
#dataloaderPane .importCSVBox .csvFileControl {
    height: 23px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}
#dataloaderPane .importCSVBox .csvFileControl .hideFileControl {
    font-size: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
}
#dataloaderPane .importCSVBox .links {
    text-decoration: underline;
}
#dataloaderPane .siteEditingFunctions {
    overflow: auto;
}
#dataloaderPane .siteEditingFunctions img {
    float: right;
    padding: 8px 6px 0 0;
}
#dataloaderPane .siteEditingFunctions img.loadDatasetOnMaps {
    float: left;
}
#dataloaderPane .datasetFunctions {
    padding: 10px 0 15px;
}
#dataloaderPane .datasetFunctions .datasetFunction {
    padding-right: 2px;
}
#dataloaderPane .sitesSection {
    display: none;
}
#dataloaderPane .geocodeTips {
    display: none;
    font-size: 11px;
    text-align: center;
}
#dataloaderPane .geocodeTips a {
    text-decoration: underline;
}
#dataloaderPane .sitesBox {
    margin-top: 7px;
}
#dataloaderPane .site {
    font-size: 11px;
    margin-top: 4px;
    width: 100%;
}
#dataloaderPane .site td {
    padding: 6px;
}
#dataloaderPane .sitesPageLinks {
    font-size: 11px;
    text-align: center;
}
#dataloaderPane .sitesPageLinks a {
    text-decoration: underline;
}
#dataloaderPane .datasetlist {
    margin-left: 10px;
}
#dataloaderPane .datasetlist a {
    text-decoration: underline;
}
#dataloaderPane .datasetlist .returnlink a {
    text-decoration: none;
}
#dataloaderPane .datasetlist td {
    padding: 6px;
}
#dataloaderPane .datasetlist .dates {
    color: #747474;
    font-size: 11px;
}
#dataloaderPane .loadingDataset {
    display: none;
    padding-top: 30px;
    text-align: center;
}
#dataloaderPane .loadingDataset img {
    margin: 0 auto;
    padding-bottom: 10px;
}
#dataloaderPane #tab1 {
    display: none;
}
#dataloaderPane #tab2 {
    display: none;
}
.iconSelector {
    background: none repeat scroll 0 0 #ffffea;
    border: 1px solid #9b9b9b;
    color: #000;
    display: none;
    padding: 4px;
    position: absolute;
    z-index: 500;
}
.iconSelector table {
    border: 0 none;
}
.iconSelector td {
    cursor: pointer;
    padding: 4px;
}
.iconSelector td:hover {
    background: none repeat scroll 0 0 #f39c3b;
}
.iconSelector .current {
    background: none repeat scroll 0 0 #c8c9ca;
}
.iconSelector .sizeImage {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 23px;
}
.iconSelector .sizeText {
    float: left;
    padding-left: 6px;
    vertical-align: middle;
}
.iconSelector .colorBox {
    border: 1px solid #000;
    height: 14px;
    width: 14px;
}
#dataloaderMapContainer {
    position: relative;
}
.SiteInfoBubble {
    font-size: 12px;
    width: 214px;
}
.SiteInfoBubble td {
    padding: 3px;
}
.SiteInfoBubble .buttonRow {
    margin-top: 5px;
    text-align: center;
}
.SiteInfoBubble .buttonRow table {
    margin: auto;
}
.SiteInfoBubble .buttonRow td {
    padding: 3px;
}
.SiteSaveIndicator {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#addressBox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    display: none;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 42%;
    z-index: 5;
}
#addressBox .collapsedContent {
    margin: auto;
}
#addressBox .collapsedContent td {
    padding: 1px;
}
#addressBox .expandedContent {
    display: none;
}
#addressBox .errorText {
    color: #f00;
    font-size: 12px;
    font-weight: bold;
}
#addressBox .rowText {
    padding-right: 5px;
    text-align: right;
}
#addressBox .rowTextbox {
    text-align: left;
}
#addressBox .buttonRow {
    margin-top: 10px;
    text-align: center;
}
#addressBox table {
    margin: auto;
}
#addressBox td {
    padding: 3px;
}
.mapOverlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.mapOverlay .mapOverlayBox {
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
}
.mapOverlay .mapOverlayBoxText {
    color: #000;
    font-size: 1.7em;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}
.dltextbox {
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    padding: 2px;
    resize: none;
}
.titletextbox {
    width: 170px;
}
.desctextbox {
    height: 80px;
    width: 210px;
}
.imagetextbox {
    width: 165px;
}
.textboxdefault {
    color: #a8a8a8;
}
.badtextbox {
    border: 1px solid #f00 !important;
}
.disabledMapOption {
    color: #999;
    display: none;
    font-size: 8pt;
}
.infoPopupImage img {
    display: inline;
    padding-left: 5px;
}
#datasetEditor {
    display: none;
    margin-left: 10px;
}
.juiDataloaderDialog {
    border: 0 none;
    height: 0 !important;
    width: 0 !important;
}
.juiDataloaderDialog .ui-dialog-content select, .juiDataloaderDialog .ui-dialog-content input {
    color: #000;
}
.juiDataloaderDialog .ui-dialog-titlebar {
    display: none;
}
.juiDataloaderDialog .ui-dialog-content {
    margin: 0 !important;
    overflow: visible;
    padding: 0 !important;
}
#dataloaderPopupContainer a {
    cursor: pointer;
}
#dataloaderPopupTabs {
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}
#dataloaderPopupTabs .popupTab {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 2px solid #000;
    float: left;
    margin-left: 5px;
    margin-right: 8px;
    padding: 5px;
}
#dataloaderPopupTabs .selectedPopupTab {
    border-bottom: 2px solid #f8f8f8;
}
#dataloaderPopupTabs .selectedPopupTab img {
    cursor: auto !important;
}
#dataloaderPopupDialog {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    overflow-y: auto;
    position: absolute;
    text-align: center;
    top: 39px;
}
#dataloaderPopupDialog .contentContainer {
    padding: 2px 1px 8px;
}
#dataloaderPopupDialog .spdlTabContents, #dataloaderPopupDialog .centerContainer {
    height: 100%;
    width: 100%;
}
#dataloaderPopupDialog .tableHeader {
    padding: 11px 0;
}
#dataloaderPopupDialog .typeTableRow {
    display: inline-block;
}
#dataloaderPopupDialog .typeTableRow .layoutTable {
    border: 0 none;
}
#dataloaderPopupDialog .typeTableRow .layoutTable td {
    vertical-align: top;
}
#dataloaderPopupDialog .typeTableRow .layoutTable .andor {
    padding-top: 25px;
}
#dataloaderPopupDialog .typeTableRow .typeTable {
    padding: 0 16px;
}
#dataloaderPopupDialog .typeTableRow .typeTable th, #dataloaderPopupDialog .typeTableRow .typeTable td {
    border: 1px solid #000;
    padding: 6px 20px;
    text-align: left;
    vertical-align: middle;
}
#dataloaderPopupDialog .typeTableRow .typeTable th {
    background: none repeat scroll 0 0 #c7c7c7;
}
#dataloaderPopupDialog .typeTableRow .typeTable .altRow {
    background: none repeat scroll 0 0 #ececec;
}
#dataloaderPopupDialog .typeTableRow .typeTable select {
    background-color: #fff;
    border: 1px solid #000;
    font-size: 11px;
    width: 110px;
}
#dataloaderPopupDialog .typeTableRow .scrollingTypeTable {
    overflow-y: auto;
}
#dataloaderPopupDialog .typeTableDivider {
    background-color: #b5b5b5;
    border: 0 none;
    color: #b5b5b5;
    height: 2px;
    margin: 25px auto;
    width: 80%;
}
#dataloaderPopupDialog .buttonRow {
    overflow-y: auto;
    padding-top: 25px;
}
#dataloaderPopupDialog .buttonRow img {
    display: inline;
}
#dataloaderPopupDialog .buttonRow .leftButtons {
    float: left;
}
#dataloaderPopupDialog .buttonRow .leftButtons img {
    padding-left: 15px;
}
#dataloaderPopupDialog .buttonRow .rightButtons {
    float: right;
}
#dataloaderPopupDialog .buttonRow .rightButtons img {
    padding-right: 15px;
}
#dataloaderPopupDialog .disabledEditButton {
    display: none;
}
#dataloaderPopupDialog .inProgress {
    background: none repeat scroll 0 0 #ffc;
    border: 2px solid #8a8a86;
    color: #60c;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 5px;
    width: 45%;
}
#dataloaderPopupDialog .inProgress img {
    margin: 0 auto;
}
#dataloaderPopupDialog .floatContainer {
    overflow: auto;
    width: 100%;
}
#dataloaderPopupDialog .editSitesTop {
    padding-bottom: 15px;
}
#dataloaderPopupDialog .editSitesTop .left {
    float: left;
    max-width: 40%;
    padding: 6px 0 0 15px;
    text-align: left;
}
#dataloaderPopupDialog .editSitesTop .left ol {
    margin: 0;
    padding-left: 15px;
}
#dataloaderPopupDialog .editSitesTop .left li {
    list-style-type: square;
}
#dataloaderPopupDialog .editSitesTop .right {
    float: right;
    padding-right: 15px;
}
#dataloaderPopupDialog .editSitesTop .right table {
    border: 0 solid #000;
}
#dataloaderPopupDialog .editSitesTop .right .leftTd {
    text-align: right;
}
#dataloaderPopupDialog .editSitesTop .right td {
    padding: 6px;
}
#dataloaderPopupDialog .editSitesTop .right select {
    background-color: #fff;
    border: 1px solid #000;
    font-size: 11px;
    width: 200px;
}
#dataloaderPopupDialog .topHeaderText {
    font-size: 13px;
    font-weight: bold;
}
#dataloaderPopupDialog .labelsDisabled {
    color: #bbb8b8;
    display: none;
    font-size: 10px;
}
#dataloaderPopupDialog .editSitesTable {
    margin: 0 15px;
    overflow: auto;
    position: relative;
}
#dataloaderPopupDialog .editSitesTable th, #dataloaderPopupDialog .editSitesTable td {
    text-align: left;
    vertical-align: middle;
}
#dataloaderPopupDialog .editSitesTable th {
    background: none repeat scroll 0 0 #c7c7c7;
    border: 1px solid #808080;
    font-weight: normal;
    padding: 3px 12px 3px 6px;
}
#dataloaderPopupDialog .editSitesTable th.dlHeaderSortAsc {
    background-image: url("/images/dl_sort_asc.png");
    background-position: right center;
    background-repeat: no-repeat;
}
#dataloaderPopupDialog .editSitesTable th.dlHeaderSortDesc {
    background-image: url("/images/dl_sort_desc.png");
    background-position: right center;
    background-repeat: no-repeat;
}
#dataloaderPopupDialog .editSitesTable td {
    border: 1px solid #c5c5c5;
    color: #565656;
    padding: 3px 6px;
}
#dataloaderPopupDialog .editSitesTable .sortableColumn {
    background-image: url("/images/dl_sort.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#dataloaderPopupDialog .editSitesTable .decimalFunctions {
    padding: 4px 0 3px;
}
#dataloaderPopupDialog .editSitesTable .decimalFunctions img {
    cursor: pointer;
    display: inline;
    padding-right: 4px;
}
#dataloaderPopupDialog .editSitesTable input {
    background-color: #fff;
    border: 1px solid #000;
    font-size: 11px;
}
#dataloaderPopupDialog .editSitesTable .colType {
    color: #737373;
    font-size: 10px;
    font-weight: bold;
}
#dataloaderPopupDialog .editSitesTable .altRow {
    background: none repeat scroll 0 0 #eee;
}
#dataloaderPopupDialog .editSitesTable .geocodeImage {
    margin: auto;
}
#dataloaderPopupDialog .editSitesTable .pending {
    color: #aaa !important;
    font-style: italic;
}
#dataloaderPopupDialog .editableCell {
    color: #000 !important;
    cursor: pointer;
}
#dataloaderPopupDialog .addRowButton {
    float: right;
    padding: 15px 15px 0 0;
}
#dataloaderPopupDialog .setAccessTop {
    padding-bottom: 20px;
}
#dataloaderPopupDialog .columnPermTable {
    display: inline-block;
    overflow-y: auto;
    position: relative;
}
#dataloaderPopupDialog .columnPermTable table {
    margin: 0 2px;
}
#dataloaderPopupDialog .columnPermTable td {
    padding: 6px;
}
#dataloaderPopupDialog .columnPermTable .firstRow {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 0 none;
    color: #000;
    font-size: 11px;
}
#dataloaderPopupDialog .columnPermTable .headerRow {
    background: none repeat scroll 0 0 #c7c7c7;
    border: 1px solid #808080;
}
#dataloaderPopupDialog .columnPermTable .rowStyle1 {
    border: 1px solid #c5c5c5;
}
#dataloaderPopupDialog .columnPermTable .rowStyle2 {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #c5c5c5;
}
#dataloaderPopupDialog .columnPermTable .checkBoxCell {
    width: 80px;
}
#dataloaderPopupDialog .columnPermTable .disabledPerm {
    color: #b2b2b2;
}
.dataloaderTableCover {
    background: none repeat scroll 0 0 #fff;
    display: none;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    z-index: 100000;
}
.dataloaderTableLoading {
    background: none repeat scroll 0 0 #fcfdf5;
    border: 1px solid #669;
    color: #310165;
    font-size: 11px;
    font-weight: bold;
    padding: 20px;
    position: fixed;
    text-align: center;
    width: 124px;
    z-index: 100001;
}
.dataloaderTableLoading img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#restrictions {
    font-size: 11px;
    margin-top: 20px;
    padding: 0 12px;
    text-align: center;
}
.alertDialogMainDiv {
    color: #686868;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    text-align: left;
}
.alertDialogTitle {
    color: #828282;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 5px;
    text-align: center;
}
.alertDialogHeader {
    padding: 20px;
    text-align: center;
}
.alertDialogHeaderExtra {
    padding: 0 20px 20px;
}
.alertDialogBold {
    font-weight: bold;
}
.alertDialogHR {
    background-color: #e4e4e4;
    clear: both;
    height: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.alertDialogBackgroundOn {
    background-color: #e4e4e4;
    padding: 13px;
}
.alertDialogBackgroundOff {
    background-color: #fff;
    padding: 13px;
}
.alertDialogButtonsDiv {
    margin-top: 15px;
    text-align: right;
}
.alertDialogButtonsDiv .alertImageButtons {
    margin-left: 15px;
}
.alertDialogStaggerName {
    display: inline-block;
    float: left;
    width: 160px;
}
.alertDialogStaggerContent {
    display: inline-block;
    width: 315px;
}
.alertDialogStaggerContentSolo {
    width: 400px;
}
.alertDialogSubscribeBlurb {
    margin-bottom: 40px;
    margin-top: 16px;
    text-align: center;
}
.alertDialogStaggerContentSolo input[type="text"] {
    margin-left: 10px;
    margin-right: 10px;
}
.alertDialogStaggerContentSolo input[type="checkbox"], .alertDialogStaggerContentSolo input[type="radio"] {
    margin-right: 10px;
}
.alertDialogStaggerContentSolo label {
    margin-right: 20px;
}
.alertDialogStaggerContent input[type="checkbox"], .alertDialogStaggerContent input[type="radio"] {
    margin-right: 10px;
}
.alertDialogStaggerContent label {
    margin-right: 20px;
}
.alertDialogLoginBlurb {
    background-color: #e4e4e4;
    min-height: 70px;
    padding: 10px;
}
.alertDialogLoginBlurbHolder {
    padding: 10px;
}
.alertDialogLoginFields {
    float: right;
    padding: 10px;
}
.alertDialogLoginFields input[type="text"], .alertDialogLoginFields input[type="password"] {
    border-color: #e4e4e4;
    height: 20px;
    margin: 5px;
    padding: 5px;
}
.alertDialogWarning {
    color: red;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.alertDialogLoginFields input.error-condition[type="text"], .alertDialogLoginFields input.error-condition[type="password"] {
    border-color: #f00;
}
.alertDialogMyPolicyMap {
    color: #b4a3c6;
}
.ui-dialog {
    box-shadow: 5px 5px 8px -2px #bbb;
    max-width: 700px;
    padding: 0;
    text-align: left;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-widget-header {
    background: none repeat scroll 0 0 #f1f1f1;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
}
.ui-dialog .alertDialogAlertButtons {
    background-color: #e59124;
    border: medium none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    margin: 3px;
    width: 114px;
}
.ui-dialog .alertDialogAlertButtonsOk {
    margin-right: 16px;
}
.ui-dialog .alertDialogAlertButtonsOk:focus, .ui-dialog .alertDialogAlertButtonsOk:hover {
    background-color: #e68f2e;
}
.ui-dialog .alertDialogAlertButtonsCancel {
    background-color: white;
    border: 1px solid #e4e4e4;
    color: #686868;
}
.ui-dialog .alertDialogAlertButtonsForgotPassword {
    background-color: white;
    border: 1px solid #e4e4e4;
    color: #686868;
    font-size: 14px;
    width: auto;
}
.ui-dialog .alertDialogAlertButtonsCancel:focus, .ui-dialog .alertDialogAlertButtonsCancel:hover {
    border: 1px solid #8e8e8e;
}
.ui-dialog .alertDialogInputErrorPopup {
    color: #f00;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.ui-dialog {
    position: fixed;
}
.ui-widget-content {
    color: #686868;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.ui-widget-content a {
    border-color: #e4e4e4;
    color: #e59124;
    text-decoration: none;
}
.ui-widget-content a:hover {
    text-decoration: underline;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    color: #686868;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.ui-dialog .ui-dialog-content {
    margin: 20px;
}
.ui-dialog .ui-dialog-titlebar {
    min-height: 29px;
}
#identifyContainer {
    color: #000;
    font-size: 90%;
    padding-bottom: 0;
    width: 240px;
}
#identifyContainer div.title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
#identifyContainer div.description {
    color: #333;
    font-size: 13px;
    font-weight: normal;
}
#identifyContainer a {
    color: #5d83d0;
    cursor: pointer;
    font-size: 100%;
    text-decoration: underline;
    word-wrap: break-word;
}
#identifyContainer table.cube {
    border-collapse: collapse;
    color: #333;
    font-size: 105%;
    width: 240px;
}
#identifyContainer table.cube span.placeType {
    color: #999;
    font-size: 90%;
}
#identifyContainer table.cube span.notavail {
    color: #999;
    font-style: italic;
}
#identifyContainer table.cube span.nodata {
    color: #999;
    font-style: italic;
}
#identifyContainer table.cube td {
    padding: 0;
}
#identifyContainer table.cube td.obs {
    color: #333;
    font-size: 90%;
    padding: 0 10px;
}
#identifyContainer table.cube td.on {
    background: none repeat scroll 0 0 #ffe;
}
#identifyContainer table.cube tr.hl {
    font-size: 115%;
    font-weight: bold;
}
#identifyContainer table.cube tr.hl a.label {
    font-size: 120%;
}
#identifyContainer table.cube tr.hl td.obs {
    font-size: 100%;
}
#identifyContainer table.cube td.teaser, table.cube tr.teaser {
    color: #f00;
    font-size: 100%;
    font-style: italic;
}
#identifyContainer table.cube th {
    background-color: #eee;
    font-weight: bold;
    padding: 1px;
    text-align: center;
}
#identifyContainer table.cube th.value {
    width: 125px;
}
#identifyContainer table.cube div.link-container {
    margin: 15px 0 0;
    width: 240px;
    word-wrap: break-word;
}
#identifyContainer.pointAttributes {
    color: #333;
    padding: 0;
    width: 300px;
}
#identifyContainer.pointAttributes a {
    font-size: 95%;
}
#identifyContainer.pointAttributes h4 {
    margin: 0 0 5px;
}
#identifyContainer.pointAttributes .info_extra_link {
    padding: 1px;
    text-align: right;
}
#identifyContainer.pointAttributes a.details {
    float: left;
}
#identifyContainer #infoBubbleLinks img {
    display: inline;
}
#identifyContainer div.divider {
    border-top: 1px solid #666;
    height: 1px;
    margin: 7px 0;
}
#identifyContainer .ui-widget-content {
    background: url("/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #fff;
    border: 1px solid #aaa;
    color: #222;
    position: relative;
}
#identifyContainer.custom-region {
    width: 268px;
}
#identifyContainer div.custom-region-options div.color-options {
    float: left;
    position: relative;
}
#identifyContainer div.custom-region-options div.color-options-box {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #aaa;
    left: 55px;
    padding: 3px;
    position: absolute;
    top: 14px;
    width: 170px;
    z-index: 3;
}
#identifyContainer div.custom-region-options div.color-options-box div.color {
    border: 1px solid #aaa;
    cursor: pointer;
    float: left;
    height: 13px;
    margin: 3px;
    width: 13px;
}
#identifyContainer div.custom-region-options div.color-options-box div.color:hover {
    border: 1px solid #000;
}
#identifyContainer div.custom-region-options a.color-link {
    float: left;
}
#identifyContainer div.custom-region-options div.color-box {
    border: 1px solid #666;
    cursor: pointer;
    float: left;
    height: 10px;
    margin: 0 5px;
    width: 10px;
}
#identifyContainer div.custom-region-options div.fill {
    cursor: pointer;
    float: left;
    margin: -5px 5px;
}
#identifyContainer div.custom-region-options div.opacity {
    float: left;
    margin: 0 0 0 5px;
    text-align: center;
    width: 125px;
}
#identifyContainer div.custom-region-options input.save {
    font-size: 12px;
    margin: 5px 0 0;
}
#identifyContainer div.custom-region-options a.save {
    background: none repeat scroll 0 0 #f19121;
    border: 1px solid orange;
    border-radius: 2px;
    font-size: 12px;
    margin: 5px 0 0;
}
#identifyContainer div.custom-region-options div.slider {
    margin: 10px 0;
}
#identifyContainer div.placesContainer {
    margin-top: 12px;
}
#identifyContainer div.downloadContainer {
    font-size: 9px;
    margin-top: 8px;
}
div.multiIndicators {
    width: 350px !important;
}
div.multiIndicators table {
    width: 350px !important;
}
div.multiIndicators table td.indicators {
    padding: 3px;
}
div.multiIndicators table tr.hl {
    font-size: 140% !important;
}
div.multiIndicators table td.place {
    font-size: 115%;
    font-weight: bold;
}
div.multiIndicators table td.on {
    background: none repeat scroll 0 0 #ffe;
    border-bottom: 1px solid #dfd6c7;
    border-top: 1px solid #dfd6c7;
}
div.multiIndicatorColumns {
    width: 550px !important;
}
div.multiIndicatorColumns table {
    width: 550px !important;
}
div.multiIndicatorColumns table th.value {
    width: auto !important;
}
div.identify-dced-widget td.column {
    border-right: 1px solid #333;
    width: 216px;
}
div.identify-dced-widget td.right {
    border: medium none;
    padding-right: 0;
}
div.identify-dced-widget td.left {
    padding-left: 0;
}
div.identify-dced-widget div.header div.title {
    font-size: 130%;
    padding: 0;
}
div.identify-dced-widget a {
    color: #25598b;
    text-decoration: none !important;
}
div.identify-dced-widget table {
    font-size: 90%;
    width: 100%;
}
div.identify-dced-widget table th {
    font-size: 110%;
    font-weight: bold;
}
div.identify-dced-widget table td, div.identify-dced-widget table th {
    padding: 0 10px 0 0;
}
div.identify-dced-widget td.value {
    color: #9b839b;
}
div.identify-dced-widget div.endnote {
    font-size: 90%;
    margin: 5px 0 0;
}
div.InfoBubbleContainer table.tab a, div.InfoBubbleContainer table.tab b {
    font-size: 10px;
    line-height: 9px;
    text-decoration: none;
}
.my-policymap-icon--delete {
    background-position: 0 0;
}
.my-policymap-icon--delete:hover {
    background-position: 0 -24px;
}
.my-policymap-icon--download {
    background-position: 0 -48px;
}
.my-policymap-icon--download:hover, .my-policymap-icon--download.is-active {
    background-position: 0 -72px;
}
.my-policymap-icon--edit {
    background-position: 0 -96px;
}
.my-policymap-icon--edit:hover {
    background-position: 0 -120px;
}
.my-policymap-icon--share {
    background-position: 0 -144px;
}
.my-policymap-icon--share:hover {
    background-position: 0 -168px;
}
.my-policymap-icon--load {
    background-position: 0 -192px;
}
.my-policymap-icon--load:hover {
    background-position: 0 -216px;
}
#notification {
    background: none repeat scroll 0 0 #f2f3f4;
    border: 2px solid #999;
    color: #000;
    display: none;
    font-size: 11px;
    padding: 5px;
    position: absolute;
    width: 285px;
    z-index: 55;
}
#notification a {
    color: #e69031;
    text-decoration: none;
}
#notification a:hover {
    text-decoration: underline;
}
#notification .urgentNotification {
    background: none repeat scroll 0 0 #ff6a6a !important;
}
#notification .title {
    float: left;
    font-size: 13px;
    font-weight: bold;
}
#notification .close {
    color: #e69031;
    cursor: pointer;
    float: right;
    font-size: 11px;
}
#notification .close:hover {
    text-decoration: underline;
}
#notification .list {
    padding: 2px 4px 4px 3px;
}
#notification .list ul {
    list-style-type: square;
}
#notification .list li {
    padding-top: 3px;
}
body {
    background: none repeat scroll 0 0 #fff;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
a {
    color: #e69031;
}
button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
#container {
    min-width: 1217px;
    position: relative;
	top:5px;
}
.tabs, .tabs li, .navbar__tabs, .taxonomy__tabs {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
.navbar__tab {
    float: left;
}
.tab, .tab a, .navbar__tab, .navbar__tab a, .taxonomy__tab, .taxonomy__tab a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.breadcrumbs {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    display: inline-block;
}
.link {
    cursor: pointer;
}
.simulink {
    cursor: pointer;
    text-decoration: underline;
}
.forgotUser {
    margin-top: 10px;
}
.clear {
    clear: both;
}
.popup-warning-text {
    color: red;
    font-style: italic;
}
.upload-button {
    background-color: #f2f0da;
    color: #6e6f6f;
    cursor: pointer;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    padding: 10px 8px 5px;
    text-decoration: none;
    vertical-align: top;
}
.upload-button:hover {
    background-color: #efe9c2;
}
.upload-button .upload-icon {
    left: -2px;
    position: relative;
    top: 2px;
    vertical-align: top;
}
.upload-button--purple {
    background-color: #515971;
    border-style: none;
    color: #e1ddc0;
    text-decoration: none;
}
.upload-button--purple .upload-icon {
    background: url("/images/upload-tan.png") repeat scroll 0 -17px rgba(0, 0, 0, 0);
}
.upload-button--purple:hover, .upload-button--purple:active {
    background-color: #262233;
}
.close-button {
    background-image: url("/images/PolicyMap/icons/close.png");
    display: inline-block;
    height: 14px;
    width: 14px;
}
.close-button--white {
    background-image: url("/images/PolicyMap/icons/close-white.png");
    height: 14px;
}
.close-button:hover {
    background-position: 0 -14px;
    cursor: pointer;
}
.search-form {
    display: inline-block;
}
.legend__close-icon {
    background: url("/images/PolicyMap/icons/legend.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 9px;
    width: 9px;
}
.legend__search-icon {
    background: url("/images/PolicyMap/icons/legend.png") no-repeat scroll 0 -9px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 10px;
    width: 12px;
}
.legend__filter-minimize-icon {
    background: url("/images/PolicyMap/icons/legend.png") no-repeat scroll 0 -19px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 9px;
    width: 9px;
}
.legend__filter-maximize-icon {
    background: url("/images/PolicyMap/icons/legend.png") no-repeat scroll 0 -28px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 9px;
    width: 9px;
}
.custom-regions-icon {
    background: url("/images/PolicyMap/icons/custom-regions.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
}
.custom-regions-icon--close {
    background-position: 0 0;
    height: 44px;
    width: 34px;
}
.custom-regions-icon--close:hover {
    background-position: -34px 0;
    height: 44px;
    width: 35px;
}
.custom-regions-icon--share {
    background-position: -69px 0;
    height: 24px;
    width: 24px;
}
.custom-regions-icon--share:hover {
    background-position: -93px 0;
    height: 24px;
    width: 24px;
}
.custom-regions-icon--remove {
    background-position: -117px 0;
    height: 24px;
    width: 24px;
}
.custom-regions-icon--remove:hover {
    background-position: -141px 0;
    height: 24px;
    width: 24px;
}
.map-boundaries-icon {
    background: url("/images/PolicyMap/icons/map-boundaries.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
}
.map-boundaries-icon--close {
    background-position: 0 0;
    height: 44px;
    width: 34px;
}
.map-boundaries-icon--close:hover {
    background-position: -44px 0;
    height: 44px;
    width: 35px;
}
.toggle-icon {
    background: url("/images/PolicyMap/icons/toggle.png") no-repeat scroll -14px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    width: 14px;
}
.toggle-icon:hover {
    background-position: -14px -14px;
    cursor: pointer;
}
.toggle-icon.is-minimized {
    background-position: 0 0;
}
.toggle-icon.is-minimized:hover {
    background-position: 0 -14px;
}
.upload-icon {
    background: url("/images/PolicyMap/icons/upload.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    width: 18px;
}
.arrow-icon {
    background: url("/images/PolicyMap/icons/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 7px;
    width: 7px;
}
.diamond-icon {
    background: url("/images/PolicyMap/icons/diamond.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 11px;
    width: 7px;
}
.arrow-icon--white {
    background: url("/images/PolicyMap/icons/arrows-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.arrow-icon--right {
    background-position: 0 -14px;
}
.arrow-icon--down {
    background-position: 0 -7px;
}
.arrow-icon--left {
    background-position: 0 -21px;
}
.legend__data-layers-icon {
    background: url("/images/legend-headers.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    width: 13px;
}
.legend__data-points-icon {
    background: url("/images/legend-headers.png") no-repeat scroll -13px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    width: 8px;
}
.legend__toggle-icon {
    background: url("/images/legend.png") no-repeat scroll -3px -22px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 15px;
    width: 15px;
}
.legend__toggle-icon:hover {
    background-position: -23px -22px;
    cursor: pointer;
}
.legend__toggle-icon.is-minimized {
    background-position: -3px -41px;
}
.legend__toggle-icon.is-minimized:hover {
    background-position: -23px -41px;
    cursor: pointer;
}
.add-to-favorites-icon {
    background: url("/images/PolicyMap/icons/map-title.png") no-repeat scroll -88px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    width: 28px;
}
.add-to-favorites-icon:hover, .add-to-favorites-icon.is-favorite:hover, .add-to-favorites-icon.is-favorite {
    background-position: -116px 0;
}
.my-data-menu__header-icon {
    background: url("/images/PolicyMap/icons/my_data_header_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 40px;
    width: 33px;
}
.my-data-menu__header-icon--uploaded-data {
    background-position: 0 0;
}
.my-data-menu__header-icon--shared-data {
    background-position: -33px 0;
}
.my-data-menu__header-icon--favorites {
    background-position: -66px 0;
}
.my-data-menu__type-icon {
    background: url("/images/PolicyMap/icons/my_data_type.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.my-data-menu__type-icon--pointset {
    height: 15px;
    margin-left: 4px;
    width: 9px;
}
.my-data-menu__type-icon--layer {
    background-position: 0 -31px;
    height: 15px;
    width: 18px;
}
.my-data-menu__icon {
    background: url("/images/PolicyMap/icons/my_data_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    width: 24px;
}
.my-data-menu__icon--edit {
    background-position: 0 0;
}
.my-data-menu__icon--edit:hover {
    background-position: -25px 0;
}
.my-data-menu__icon--edit--disabled {
    background-position: -20px 0;
}
.my-data-menu__icon--download {
    background-position: 0 -49px;
}
.my-data-menu__icon--delete {
    background-position: 0 -25px;
}
.my-data-menu__icon--delete:hover {
    background-position: -25px -25px;
}
.my-data-menu__icon--download:hover {
    background-position: -25px -49px;
}
.my-data-menu__delete-icon:hover {
    background-position: -32px -14px;
    cursor: pointer;
}
.data-points__remove-icon {
    background-image: url("/images/PolicyMap/icons/data_points.png");
    cursor: pointer;
    display: inline-block;
    height: 13px;
    width: 14px;
}
.data-points__search-icon {
    background: url("/images/PolicyMap/icons/data_points.png") repeat scroll -14px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 13px;
    width: 14px;
}
.data-points__filter-icon {
    background: url("/images/PolicyMap/icons/data_points.png") repeat scroll -28px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 13px;
    width: 14px;
}
.data-points__remove-icon:hover, .data-points__remove-icon.is-active {
    background-position: 0 -13px;
}
.data-points__search-icon:hover, .data-points__search-icon.is-active {
    background-position: -14px -13px;
}
.data-points__filter-icon:hover, .data-points__filter-icon.is-active {
    background-position: -28px -13px;
}
.rounded-button {
    background-color: #e69025;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}
.rounded-button:hover {
    background-color: #eaeaea;
    color: #5d5f5f;
    cursor: pointer;
}
.taxonomy-menu__data-layers__column button:focus, .taxonomy-menu__data-points__content button:focus, #account-section button:focus, .map-options button:focus {
    outline: 1px dotted;
}
.toolbar-icon {
    background: url("/images/PolicyMap/icons/toolbar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    width: 30px;
}
.toolbar-icon--disabled {
    background: url("/images/PolicyMap/icons/toolbar-disabled.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: default;
}
.toolbar-icon--download {
    background-position: -60px 0;
}
.toolbar-icon--email {
    background-position: -30px 0;
}
.toolbar-icon--embed {
    background-position: -90px 0;
}
.toolbar-icon--print {
    background-position: 0 0;
}
.toolbar-icon--save {
    background-position: -120px 0;
}
.region-icon {
    background: url("/images/PolicyMap/icons/region.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    width: 16px;
}
.region-icon--white {
    background: url("/images/PolicyMap/icons/region-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.alert__close-icon {
    background: url("/images/PolicyMap/icons/alert.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
}
.alert__close-icon:hover {
    background-position: 0 -15px;
    cursor: pointer;
}
.is-shaded {
    position: relative;
}
.is-shaded:after {
    background-color: #000;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 70;
}
.is-faded {
    position: relative;
}
.is-faded:after {
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
}
.l-hide-text {
    background-color: transparent;
    overflow: hidden;
}
.l-hide-text:before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
}
.l-arrow {
    position: relative;
}
.l-arrow--right:after {
    border: medium solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}
.l-pull-right {
    display: inline-block;
    position: absolute;
    right: 0;
}
#navbar {
    height: 37px;
    margin: 0 20px;
}
.navbar__tabs {
}
.navbar__tab a {
    color: #5d5f5f;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 15px 3px;
}
.navbar__tab.is-active a, .navbar__tab.is-active a:hover {
    background-color: #e69025;
    color: #fff;
}
.navbar__tab a:hover {
    background-color: #eaeaea;
}
#navbar .upload-button {
    left: 50%;
    margin-left: -58px;
    position: absolute;
    top: 1px;
}
#navbar #account-section {
    position: absolute;
    right: 20px;
    top: 12px;
}
#account-section {
    color: #828282;
    font-size: 12px;
    letter-spacing: 1px;
}
#account-section a, #account-section button {
    color: #828282;
    font-weight: 300;
    padding: 0 5px;
    text-decoration: none;
}
#account-section button {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
#account-section a:hover, #account-section button:hover {
    cursor: pointer;
    text-decoration: underline;
}
#account-section a + a:before, #account-section button + a:before, #account-section a + button:before, #account-section button + button:before {
    border-left: 1px solid #828282;
    content: " ";
    display: inline-block;
    height: 12px;
    left: -7px;
    position: relative;
    top: 2px;
    width: 0;
}
#account-section .account-section__my-policymap {
    color: #bba4db;
    font-weight: normal;
}
#account-section .account-section__my-policymap:hover {
    background-color: #b4a3c6;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}
#account-section .login-button-logo {
    float: right;
    position: relative;
    top: -8px;
}
#loginButton.is-logged-in:hover {
    cursor: default;
    text-decoration: none;
}
.loginButton:hover {
    background: none repeat scroll 0 0 #262233;
}
.wrapper-login-button {
    margin-right: 30px;
}
.registration {
    font-size: 12px;
    padding: 0 6px;
}
.registration + .registration {
    border-left: 1px solid rgb(81, 89, 113);
}
.pmap-body header {
    background-color: #f2f3f4;
    color: white;
    padding: 0 20px;
    position: relative;
}
.pmap-body header a {
    text-decoration: none;
}
.pmap-body .header__interface {
    padding: 16px 0 8px;
}
.pmap-body header .logo, .pmap-body header .search-form, .pmap-body header .toolbar {
    vertical-align: top;
}
.pmap-body header .search-form select {
    position: absolute;
    right: -100%;
}
.pmap-body header .logo {
    display: inline-block;
    margin: 0 53px 0 16px;
    vertical-align: top;
}
.pmap-body .logo {
    background: url("/images/PolicyMap/policymap_corner_logo.png") no-repeat scroll 0 0 transparent;
    height: 53px;
    width: 165px;
}
.pmap-body header .search-form, .search-form-holder .search-form {
    border-radius: 5px 8px 8px 5px;
    margin: 8px 0;
    position: relative;
    width: 770px;
}
.pmap-body header .search-form input, .pmap-body header .search-form select, .pmap-body header .search-form button, .search-form-holder .search-form input, .search-form-holder .search-form select, .search-form-holder .search-form button {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 18px -9px #707071;
    color: #515971;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    padding: 0;
    vertical-align: middle;
}
.pmap-body header .search-form__type .chosen-single, .search-form-holder .search-form__type .chosen-single {
    border-radius: 7px 0 0 7px;
}
.pmap-body header .search-form__type.chosen-with-drop .chosen-single .search-form-holder .search-form__type.chosen-with-drop .chosen-single {
    border-radius: 7px 0 0 7px;
}
.pmap-body header .chosen-single, .search-form-holder .chosen-single {
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: 0 0 18px -9px #707071;
    color: #b2b2b2;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 18px;
    letter-spacing: 1px;
    padding: 4px 0 8px 11px;
}
.pmap-body header .chosen-with-drop .chosen-single, .pmap-body header .chosen-with-drop .chosen-single:hover .search-form-holder.chosen-with-drop .chosen-single, .search-form-holder.chosen-with-drop .chosen-single:hover {
    border-color: #a7aaac;
    color: #999;
}
.pmap-body header .chosen-single:hover, .search-form-holder .chosen-single:hover, .pmap-body header .chosen-single:focus, .search-form-holder .chosen-single:focus {
    border-color: #f4d0a4;
}
.pmap-body header .chosen-with-drop .chosen-single, .search-form-holder .chosen-with-drop .chosen-single {
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    color: #999;
}
.pmap-body header .search-form .chosen-drop, .search-form-holder .search-form .chosen-drop {
    border: 1px solid #a7aaac;
    width: 225px;
}
.pmap-body header .search-form .chosen-results, .search-form-holder .search-form .chosen-results {
    margin: 0;
    padding: 0;
    width: 100%;
}
.pmap-body header .search-form .chosen-results li, .search-form-holder .search-form .chosen-results li {
    color: #5d5f5f;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 7px 12px;
}
.pmap-body header .search-form .chosen-results .active-result.highlighted, .search-form-holder .search-form .chosen-results .active-result.highlighted {
    background-color: #f0f0f0;
    background-image: none;
}
.pmap-body header .search-form .chosen-results .active-result + .active-result, .search-form-holder .search-form .chosen-results .active-result + .active-result {
    border-top: 1px solid #e1e1e1;
}
.pmap-body header .search-form .chosen-results .active-result + .group-result, .search-form-holder .search-form .chosen-results .active-result + .group-result {
    border-top: 1px solid;
}
.pmap-body header .search-form .chosen-single b, .search-form-holder .search-form .chosen-single b {
    margin-left: 4px;
    margin-top: 6px;
}
.pmap-body header .search-form select, .search-form-holder .search-form select {
    width: 176px;
}
.pmap-body header .search-form .chosen-single div, .search-form-holder .search-form .chosen-single div {
    right: 6px;
}
.pmap-body header .search-form option, .search-form-holder .search-form option {
    background-color: #fff;
    color: #262233;
    font-weight: bolder;
}
.pmap-body header .search-form input, .search-form-holder .search-form input {
    outline-width: 0;
    padding-left: 11px;
    position: relative;
    width: 564px;
}
.pmap-body header .search-form input:focus, .search-form-holder .search-form input:focus {
    border: 1px solid #f4d0a4;
}
.pmap-body header .search-form button, .search-form-holder .search-form button {
    background: url("/images/PolicyMap/icons/search.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 8px 8px 0;
    height: 32px;
    margin-left: -3px;
    text-indent: -9999px;
    width: 41px;
}
.pmap-body header .search-form button:hover, .search-form-holder .search-form button:hover {
    background-position: 0 -33px;
}
.pmap-body header .ui-autocomplete .l-pull-right, .search-form-holder .ui-autocomplete .l-pull-right {
    right: 5px;
}
.pmap-body header .toolbar, .search-form-holder .toolbar {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 24px;
}
.toolbar-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.toolbar-icons li {
    background-color: #fff;
    border: 1px solid #d5d6d7;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    list-style-type: none;
    margin: 0;
    position: relative;
    width: 30px;
}
.toolbar-icons li:hover {
    border-color: #f4d0a4;
    cursor: pointer;
}
.toolbar__tooltip {
    background-color: #fff;
    border: 1px solid #d5d6d7;
    color: #e69031;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: -1px;
    padding: 1px 5px;
}
.pmap-body header .l-arrow {
    background-color: #262233;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-style: italic;
    margin-right: 18px;
    margin-top: 9px;
    padding: 6px;
    top: 1px;
}
.pmap-body header .l-arrow:after {
    border-left-color: #262233;
    border-width: 14px;
    margin-top: -14px;
}
.taxonomy__tabs {
    border: medium hidden;
    border-collapse: collapse;
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 70;
}
.taxonomy__tab a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}
.taxonomy__tab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, rgba(139, 139, 139, 1) 0%, rgba(142, 142, 142, 1) 20%, rgba(146, 146, 146, 1) 40%, rgba(148, 148, 148, 1) 50%, rgba(146, 146, 146, 1) 60%, rgba(142, 142, 142, 1) 80%, rgba(139, 139, 139, 1) 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
    border-color: #b8b8b8;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: table-cell;
    padding: 3px 5px;
    vertical-align: middle;
}
.taxonomy__tab a {
    padding: 8px 4px;
}
.taxonomy__tab:hover {
    background: none repeat scroll 0 0 padding-box #828282;
    cursor: pointer;
}
.taxonomy__tab.is-selected, .taxonomy__tab.is-active {
    background: none repeat scroll 0 0 padding-box #707071;
    cursor: pointer;
}
.taxonomy__tab--my-data a {
    background: linear-gradient(to bottom, #cfb7e5 43%, #b5a4c7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 3px 6px;
}
.taxonomy__tab--my-data:hover, .taxonomy__tab--my-data.is-active, .taxonomy__tab--my-data.is-selected {
    background: linear-gradient(to bottom, #cfb7e5 43%, #b5a4c7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.taxonomy__tab--my-data:hover a, .taxonomy__tab--my-data.is-active a, .taxonomy__tab--my-data.is-selected a {
    background: none repeat scroll 0 0 transparent;
}
#content {
    border-color: #f2f3f4;
    border-style: solid;
    border-width: 0 20px;
    position: relative;
}
.content__header {
    min-height: 40px;
    padding-top: 16px;
    position: relative;
    vertical-align: top;
}
.content__header__favorites-toggle {
    cursor: pointer;
    display: inline-block;
    margin-left: 18px;
    vertical-align: top;
}
.content__header__close-icon {
    background: url("/images/PolicyMap/icons/map-title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #e5e6e7;
    display: inline-block;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}
.content__header__close-icon:hover {
    background-position: -44px 0;
    cursor: pointer;
}
.content__header .title {
    color: #515971;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin: 2px 0 0 18px;
    max-width: 90%;
    vertical-align: top;
}
.content__header .title:hover {
    text-decoration: underline;
}
.content__header__content {
    display: inline-block;
    min-height: 26px;
}
.content__header__additional-info {
    display: inline-block;
    margin-left: -2px;
    margin-top: -1px;
    vertical-align: top;
}
.content__header__additional-info__toggle {
    color: #7c8395;
    cursor: pointer;
    display: inline-block;
    padding-right: 12px;
    position: relative;
}
.content__header__additional-info__toggle:before {
    background-image: url("/images/PolicyMap/icons/arrows.png");
    background-position: 0 -7px;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 7px;
    margin: 1px 2px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
}
.content__header__additional-info__toggle.is-maximized:before {
    background-position: 0 0;
    right: -1px;
    top: -5px;
}
.content__header__additional-info__content {
    background-color: rgba(71, 71, 71, 0.9);
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    left: 50%;
    margin-left: -185px;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 370px;
    z-index: 70;
}
.content__header__additional-info__content .content__header__additional-info__close {
    background-color: rgba(71, 71, 71, 0.9);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 25px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
}
.content__header__additional-info__content .content__header__additional-info__close:hover {
    background-color: rgba(167, 169, 172, 0.9);
}
.content__header__additional-info__content a {
    color: #e79324;
}
.content__header__additional-info__content p {
    margin: 10px 0;
}
#content .breadcrumbs li {
    color: #515971;
    padding: 0 6px 0 13px;
    position: relative;
    text-decoration: none;
}
#content .breadcrumbs li + li:before {
    color: #515971;
    content: ">";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.content__breadcrumbs h1 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}
#map {
    min-height: 520px;
    position: relative;
}
.map--split {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: -3px;
    min-height: 500px;
    width: 50%;
}
.map--divider {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    left: -4px;
    min-height: 500px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 50;
}
#googlemap {
    position: relative;
    vertical-align: top;
}
.googleMapControlsCommon {
    background-color: #fff;
    border: 1px solid #d5d6d7;
    border-radius: 7px;
    color: #5d5f5f;
    font-weight: normal;
    padding: 5px;
    z-index: 50;
}
#satellite__holder {
    position: absolute;
    right: 10px;
    top: 10px;
}
#satellite__holder label {
    vertical-align: top;
}
#satellite__holder input {
    margin-top: 2px;
}
#satellite__labels {
    position: absolute;
    right: 85px;
    top: 10px;
}
#satellite__labels label {
    vertical-align: top;
}
#satellite__labels input {
    margin-top: 2px;
}
#indicator__toggle {
    position: absolute;
    right: 150px;
    top: 10px;
}
#indicator__toggle label {
    vertical-align: top;
}
#indicator__toggle input {
    margin-top: 2px;
}
#indicatorOpacitySlider {
    position: absolute;
    right: 245px;
    top: 18px;
    width: 100px;
    z-index: 50;
}
#indicatorOpacityTextDiv {
    font-weight: bold;
    position: absolute;
    right: 357px;
    top: 10px;
    vertical-align: top;
}
.google-map-controls label {
    right: 10px;
    top: 40px;
}
.google-zoom-control {
    display: none;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 45px;
    width: 25px;
    z-index: 50;
}
.google-zoom-control__control-images {
    cursor: pointer;
    height: 25px;
    position: absolute;
    top: 0;
    width: 25px;
}
.google-zoom-control__plus-image {
    top: 0;
}
.google-zoom-control__minus-image {
    top: 26px;
}
.google-tilt-control {
    display: none;
    height: 52px;
    position: absolute;
    right: 44px;
    top: 70px;
    width: 25px;
    z-index: 50;
}
.google-tilt-control__control-images {
    cursor: pointer;
    height: 25px;
    position: absolute;
    top: 0;
    width: 25px;
}
.google-tilt-control__plus-image {
    top: 0;
}
.google-tilt-control__minus-image {
    top: 27px;
}
.google-tilt-control__active {
    border: 1px solid red;
}
.google-rotate-control {
    display: none;
    height: 81px;
    position: absolute;
    right: 70px;
    top: 70px;
    width: 81px;
    z-index: 50;
}
.google-rotate-control__control-images {
    cursor: pointer;
    height: 25px;
    position: absolute;
    width: 25px;
}
.google-rotate-control__top-image {
    left: 27px;
    top: 0;
}
.google-rotate-control__bottom-image {
    left: 27px;
    top: 52px;
}
.google-rotate-control__left-image {
    left: 0;
    top: 27px;
}
.google-rotate-control__right-image {
    left: 52px;
    top: 27px;
}
.google-rotate-control__active {
    border: 1px solid red;
}
#custom-regions__map-options {
    display: inline-block;
    position: absolute;
    right: 86px;
    top: 11px;
    z-index: 55;
}
.custom-regions__creator {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: 1px solid #898686;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
}
#custom-regions__assemble {
    margin-top: 8px;
}
#custom-regions__assemble a[title="Remove"] {
    cursor: pointer;
}
#custom-regions__map-options .boundaries {
    margin: 7px 23px 0;
}
.custom-regions__creator {
    padding: 10px;
    width: 230px;
}
.custom-regions__creator .title {
    color: #336;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.custom-regions__creator .footer {
    font-size: 12px;
}
.custom-regions__creator .searchboxDiv {
    margin: 5px 0;
    text-align: center;
}
.custom-regions__creator .radiusDiv {
    font-size: 11px;
}
.custom-regions__creator .radius {
    margin: 7px 5px 0;
    width: 42px;
}
.custom-regions__creator input[type="image"] {
    margin: 0 0 -8px 17px;
}
.custom-regions__creator .gobutton {
    background: url("/images/global-button-go-xlarge.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 28px;
    margin: 0 3px 0 6px;
    width: 46px;
}
.custom-regions__creator .placesContainer {
    max-height: 120px;
    overflow: auto;
    padding: 8px;
}
.custom-regions__creator .footer a {
    cursor: pointer;
    margin: 5px;
    text-decoration: underline;
}
.map__active-boundaries {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #666;
    bottom: 10px;
    display: none;
    position: absolute;
    right: 85px;
    width: 125px;
    z-index: 55;
}
.map__active-boundaries__header {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}
.map__active-boundaries__layer {
    background: url("/images/checkmark.gif") no-repeat scroll 3px center rgba(0, 0, 0, 0);
    border-top: 1px solid #666;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 2px 2px 25px;
}
.map__active-boundaries .layer:hover {
    background-color: #e5e6ea;
}
.content__footer {
    background-color: #f2f3f4;
    height: 51px;
    position: relative;
}
.content__footer a {
    color: #828282;
}
.content__footer .map-options {
    position: absolute;
    right: 0;
}
.map-options ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.map-options li {
    display: inline-block;
    vertical-align: top;
}
.map-options__item button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 2px;
    color: #828282;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 3px;
    padding: 5px 10px;
}
.map-options__item button:hover {
    text-decoration: underline;
}
.map-options__item--map-boundaries {
    margin: 0 0 0 40px;
}
.map-options__map-boundaries, .map-options__map-boundaries__current-overlays-toggle {
    background-color: #fff !important;
    border: 1px solid #d5d6d7 !important;
}
.map-options__map-boundaries__current-overlays-toggle.is-disabled {
    color: #c2c2c2;
    margin-right: 40px;
}
.map-options__map-boundaries__current-overlays-toggle.is-disabled:hover {
    cursor: default;
}
a.map-options__map-boundaries:hover, a.map-options__map-boundaries__current-overlays-toggle:hover, .map-options__map-boundaries.is-active {
    border-color: #878787;
    text-decoration: none;
}
.map-options__map-boundaries:before {
    background: url("/images/PolicyMap/icons/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    height: 7px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 7px;
}
.map-options__map-boundaries.is-active:before {
    background-position: 0 -7px;
}
.map-options__item .map-options__map-boundaries, .map-options__item .custom-regions__access {
    padding-right: 27px;
    position: relative;
}
.map-options__item .custom-regions__create {
    padding-left: 30px;
    position: relative;
}
.custom-regions__create .region-icon {
    left: 8px;
    position: absolute;
    top: 5px;
}
.map-options__item .custom-regions__create:before {
    background: url("/images/PolicyMap/icons/region-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 16px;
}
.map-options__reset:before {
    border-left: 1px solid #828282;
    content: " ";
    display: inline-block;
    height: 14px;
    left: -14px;
    position: relative;
    top: 2px;
    width: 0;
}
.map-options__reset--tables:before {
    border-left: 0 none;
}
.map-options__custom-regions .custom-regions__item button {
    background-color: #b7a2ce;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}
.map-options__custom-regions .custom-regions__item button:hover, .map-options__custom-regions .custom-regions__item button.is-active {
    background-color: #9d8db2;
}
.custom-regions__access:before {
    background-image: url("/images/PolicyMap/icons/arrows-white.png");
    background-repeat: no-repeat;
    content: " ";
    height: 7px;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 7px;
}
.custom-regions__access.is-active:before {
    background-position: 0 -7px;
}
.custom-regions-menu {
    background-color: #fff;
    bottom: 51px;
    box-shadow: 0 0 36px -9px #b6a1cd;
    color: #7c8395;
    height: 366px;
    position: absolute;
    right: 658px;
    width: 418px;
    z-index: 71;
}
.custom-regions-menu--tables {
    right: 50px;
}
.custom-regions-menu--no-create-button {
    height: 310px;
}
.custom-regions-menu h2 {
    background-color: #b6a1cd;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: 21px;
    margin: 0;
    padding: 12px 8px;
    text-align: center;
}
.custom-regions-menu .custom-regions-icon--close {
    position: absolute;
    right: 0;
    top: 0;
}
.custom-regions-menu__content {
    height: 261px;
    overflow-x: hidden;
    overflow-y: auto;
}
.custom-regions-menu__content h3 {
    font-size: 14px;
    font-weight: 300;
    padding: 30px 18px 0;
}
.custom-regions-menu__content p {
    padding: 10px 18px;
}
.custom-regions-menu h2 .region-icon {
    left: -4px;
    position: relative;
    top: 1px;
}
.custom-regions-menu table {
    width: 100%;
}
.custom-regions__region-header-row {
    background-color: #f6f6f9;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.custom-regions__region-header {
    color: #959595;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
    text-align: left;
}
.custom-regions__region-header--created {
    padding-left: 7px;
}
.custom-regions__region-item {
    color: #959595;
    font-size: 11px;
    height: 32px;
}
.custom-regions__region-item:hover, .custom-regions__region-item.is-active {
    background-color: #f0ecf5;
}
.custom-regions__region-item + .custom-regions__region-item {
    border-top: 1px dashed #e4e4e4;
}
.custom-regions__date {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 15px;
    width: 64px;
}
.custom-regions__label {
    cursor: pointer;
    padding-right: 15px;
    width: 165px;
}
.custom-regions__author {
    padding-right: 9px;
}
.custom-regions__share {
    cursor: pointer;
    padding-right: 6px;
    width: 14px;
}
.custom-regions__delete {
    cursor: pointer;
    padding-right: 9px;
    width: 14px;
}
.custom-regions-menu__regions h2 {
    padding: 4px;
}
.custom-regions-menu__regions p {
    padding: 10px;
}
.custom-regions-menu__options {
    padding: 0;
}
.custom-regions-menu__footer {
    margin-top: 14px;
    text-align: center;
}
.custom-region-button {
    background-color: #f0ecf5;
    border-radius: 4px;
    border-style: none;
    color: #8e79b6;
    font-size: 15px;
    padding: 5px 16px;
    position: relative;
    text-decoration: none;
}
.custom-region-button:hover {
    background-color: #ded3f4;
}
.custom-region-button .region-icon {
    left: -4px;
    position: relative;
    top: 1px;
}
.map-boundaries-menu {
    background-color: #fff;
    bottom: 51px;
    box-shadow: 0 0 36px -9px #707071;
    color: #959595;
    font-size: 11px;
    height: 380px;
    position: absolute;
    right: 375px;
    width: 864px;
    z-index: 70;
}
.map-boundaries-menu h2 {
    background-color: #969696;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    margin: 0;
    padding: 12px 8px;
    text-align: center;
}
.map-boundaries-menu h3 {
    background-color: #f6f6f9;
    border: 1px solid #e4e4e4;
    color: #959595;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
}
.map-boundaries-menu .map-boundaries-icon--close {
    position: absolute;
    right: 0;
    top: 0;
}
.map-boundaries-menu__item {
    box-sizing: border-box;
    display: table-row;
    font-size: 11px;
    height: 32px;
    position: relative;
    width: 100%;
}
.map-boundaries-menu__item label {
    display: table-cell;
    padding-right: 9px;
    vertical-align: middle;
    width: 216px;
}
.map-boundaries-menu__checkbox {
    display: table-cell;
    padding-left: 9px;
    padding-right: 15px;
    vertical-align: middle;
}
.map-boundaries-menu__item + .map-boundaries-menu__item .map-boundaries-menu__checkbox, .map-boundaries-menu__item + .map-boundaries-menu__item label {
    border-top: 1px dashed #e4e4e4;
}
.map-boundaries-menu__item:hover, .map-boundaries-menu__item input:hover {
    background-color: #e5e6ea;
    cursor: pointer;
}
.map-boundaries-menu__item--disabled:hover {
    background-color: #fff;
    cursor: default;
}
.map-boundaries-menu__item--disabled {
    color: #e4e4e4;
}
.map-boundaries-menu-column, .map-boundaries__national-boundaries-column {
    box-sizing: border-box;
    float: left;
    width: 25%;
}
.map-boundaries-menu-column.map-boundaries-menu-column--national-boundaries, .map-boundaries__national-boundaries-column {
    width: 50%;
}
.map-boundaries__national-boundaries-column + .map-boundaries__national-boundaries-column:after {
    border-left: 1px dashed #e4e4e4;
    content: " ";
    height: 358px;
    left: 0;
    position: absolute;
    top: 0;
}
.map-boundaries__national-boundaries__content {
    height: 293px;
    overflow-x: hidden;
    overflow-y: auto;
}
.map-boundaries__provincial-boundaries__content, .map-boundaries__map-features__content {
    height: 293px;
    overflow-x: hidden;
    overflow-y: auto;
}
.map-boundaries__national-boundaries-column {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.map-boundaries-menu-column + .map-boundaries-menu-column:before {
    border-left: 1px solid #e4e4e4;
    content: " ";
    float: left;
    height: 348px;
}
#footer {
    color: #515971;
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 20px;
    position: relative;
    width: 1259px;
}
#footer:before {
    border-color: #f2f3f4 transparent transparent;
    border-right: 20px solid transparent;
    border-style: solid;
    border-width: 20px;
    content: " ";
    height: 0;
    left: 20px;
    position: absolute;
    top: 0;
    width: 0;
}
#footer a {
    display: block;
}
#quick-links {
    width: 240px;
}
#quick-links span {
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
    width: 115px;
}
#popular-maps {
    max-width: 365px;
}
#popular-maps span {
    display: inline-block;
    line-height: 1.5;
    margin-right: 8px;
    vertical-align: top;
    width: 47%;
}
#connect span {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top;
}
.footer-container {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}
.footer-container h1 {
    font-size: 16px;
    margin: 0;
}
.footer-container + .footer-container {
    border-left: 1px dashed #515971;
}
.footer-container.contact-us p {
    font-size: 0.7em;
    max-width: 300px;
}
.footer-container.contact-us span {
    vertical-align: top;
}
.footer-container.connect span, .footer-container.contact-us span {
    display: inline-block;
    margin: 0 5px;
}
.social-icons a {
    background-image: url("/images/PolicyMap/social_icons.png");
    background-repeat: no-repeat;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 30px;
}
.facebook-icon {
    background-position: 0 0;
}
.facebook-icon:hover {
    background-position: 0 -30px;
}
.twitter-icon {
    background-position: -30px 0;
}
.twitter-icon:hover {
    background-position: -30px -30px;
}
.linkedin-icon {
    background-position: -60px 0;
}
.linkedin-icon:hover {
    background-position: -60px -30px;
}
.pinterest-icon {
    background-position: -90px 0;
}
.pinterest-icon:hover {
    background-position: -90px -30px;
}
.rss-icon {
    background-position: -120px 0;
}
.rss-icon:hover {
    background-position: -120px -30px;
}
.googleplus-icon {
    background-position: -150px 0;
}
.googleplus-icon:hover {
    background-position: -150px -30px;
}
.taxonomy-menu {
    background-color: #fff;
    box-shadow: 0 0 36px -9px #707071;
    height: 486px;
    left: 50%;
    margin-left: -575px;
    position: absolute;
    top: 5px;
    z-index: 70;
}
.taxonomy-menu__overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 61;
}
.taxonomy-menu__padding {
    background-color: #707071;
    height: 39px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 70;
}
.taxonomy-menu h2 {
    background-color: #707071;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    padding: 7px 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.taxonomy-menu__header_content {
    vertical-align: top;
}
.taxonomy-menu__data-layers__column button, .taxonomy-menu__data-points__column button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #e69031;
    text-align: left;
}
.taxonomy-menu h3, .my-data-menu h3, .taxonomy-menu__data__temp-column h3 {
    color: #535554;
    font-size: 15px;
    font-weight: bold;
    margin: 9px 0 1px 15px;
    padding: 0 5px;
}
.taxonomy-menu ul, .my-data-menu ul, .taxonomy-menu__data__temp-column ul {
    margin: 0;
    padding: 0;
}
.taxonomy-menu__data-layers__column li, .taxonomy-menu__data-points__column li, .taxonomy-menu__data__submenu li, .taxonomy-menu__shared-data li {
    color: #535554;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    list-style: outside none none;
    margin: 0 15px;
    padding: 4px 5px;
    position: relative;
}
.taxonomy-menu__data-layers__column li.is-disabled, .taxonomy-menu__data-points__column li.is-disabled, .taxonomy-menu__data__submenu li.is-disabled {
    color: #cbcbcd;
}
.taxonomy-menu__shared-data li {
    margin-bottom: 1px;
}
.taxonomy-menu__data-layers__column li.is-selected:after, .taxonomy-menu__data-points__column li.is-selected:after, .taxonomy-menu__data__submenu li.is-selected:after, .taxonomy-menu__shared-data li.is-selected:after {
    background-color: transparent;
    border-color: transparent transparent transparent #e69025;
    border-style: solid;
    border-width: 11px;
    content: " ";
    height: 0;
    position: absolute;
    right: -22px;
    top: 0;
    width: 0;
}
.taxonomy-menu__data-layers__column li.is-selected.taxonomy-menu__item--two-lined-item:after, .taxonomy-menu__data-points__column li.is-selected.taxonomy-menu__item--two-lined-item:after, .taxonomy-menu__data__submenu li.is-selected.taxonomy-menu__data__submenu__item--two-lined-item:after {
    background-color: transparent;
    border-color: transparent transparent transparent #e69025;
    border-style: solid;
    border-width: 19px;
    content: " ";
    height: 0;
    position: absolute;
    right: -38px;
    top: 0;
    width: 0;
}
.taxonomy-menu__data-layers__column li:hover, .taxonomy-menu__data-layers__column li.is-selected, .taxonomy-menu__data-points__column li:hover, .taxonomy-menu__data-points__column li.is-selected, .taxonomy-menu__data__submenu li:hover, .taxonomy-menu__data__submenu li.is-selected, .taxonomy-menu__shared-data li:hover, .taxonomy-menu__shared-data li.is-selected {
    background-color: #e69025;
    color: #fff;
}
.taxonomy-menu__data-layers__column li.taxonomy-menu__item--two-lined-item, .taxonomy-menu__data-points__column li.taxonomy-menu__item--two-lined-item, .taxonomy-menu__data__submenu li.taxonomy-menu__data__submenu__item--two-lined-item {
    margin-right: 23px;
}
.taxonomy-menu__data-layers, .taxonomy-menu__data-points, .taxonomy-menu__shared-data, .taxonomy-menu__promotional-data {
    float: left;
    vertical-align: top;
}
.taxonomy-menu__data-layers__column, .taxonomy-menu__data-points__column {
    float: left;
    height: 433px;
    overflow-x: hidden;
    padding: 10px 0;
    position: relative;
    vertical-align: top;
    width: 228px;
}
.taxonomy-menu__data-layers__column:hover, .taxonomy-menu__data-layers__column.is-selected, .taxonomy-menu__data-points__column:hover, .taxonomy-menu__data-points__column.is-selected {
    background-color: #ededed;
    box-shadow: 8px 3px 10px -1px #bbb;
}
.taxonomy-menu__shared-data, .taxonomy-menu__promotional-data {
    width: 230px;
}
.taxonomy-menu__data-points:before, .taxonomy-menu__shared-data:before, .taxonomy-menu__promotional-data:before {
    border-left: 1px solid #d1d1d1;
    content: " ";
    float: left;
    height: 486px;
    left: 0;
    position: relative;
    top: 0;
    width: 0;
}
.taxonomy-menu__data-layers__column + .taxonomy-menu__data-layers__column:before, .taxonomy-menu__data-points__column + .taxonomy-menu__data-points__column:before {
    border-left: 1px dashed #b1b1b1;
    content: " ";
    float: left;
    height: 410px;
    left: 0;
    position: relative;
    top: 12px;
}
.taxonomy-menu__data-points h2:before, .taxonomy-menu__shared-data h2:before, .taxonomy-menu__promotional-data h2:before {
    border-left: 1px solid #929497;
    content: " ";
    float: left;
    height: 19px;
    left: -1px;
    position: relative;
    top: 0;
    width: 0;
}
.taxonomy-menu__shared-data__content, .taxonomy-menu__data-points__content {
    height: 430px;
    padding: 10px 0;
    word-wrap: break-word;
}
.taxonomy-menu__shared-data__content {
    overflow-y: auto;
}
.taxonomy-menu__data-layers .scroll-column, .taxonomy-menu__data-points .scroll-column {
    overflow-y: auto;
}
.taxonomy-menu__data-points__empty-message, .taxonomy-menu__shared-data__empty-message {
    color: #535554;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 15px;
    padding: 14px 5px;
}
.taxonomy-menu__shared-data__creator {
    font-size: 11px;
}
.taxonomy-menu__promotional-data h3 {
    background-color: #fff;
    color: #535554;
    font-size: 12px;
    font-weight: 900;
}
.taxonomy-menu__promotional-link, .taxonomy-menu__quick-answer__question {
    list-style: outside none none;
    padding: 3px 20px;
    position: relative;
}
.taxonomy-menu__promotional-data a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.taxonomy-menu__promotional-data__banner {
    background-color: #fff;
    margin: -30px 11px 0 12px;
    padding: 3px;
    position: relative;
}
.taxonomy-menu__promotional-links, .taxonomy-menu__quick-answer__questions {
    padding: 0;
}
.taxonomy-menu__promotional-link a, .taxonomy-menu__quick-answer__question a {
    color: #535554;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
.taxonomy-menu__quick-answers__container {
    margin-top: 20px;
}
.taxonomy-menu__promotional-data__more-data {
    bottom: 16px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    width: 230px;
}
.taxonomy-menu__promotional-data__more-data a {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #707071;
    color: #707071;
    padding: 5px 10px;
    text-decoration: none;
}
.taxonomy-menu__promotional-data__more-data a:hover {
    background: none repeat scroll 0 0 #707071;
    color: #fff;
    text-decoration: none;
}
.taxonomy-menu__data__submenu {
    background-color: #ededed;
    box-shadow: 8px 3px 10px -1px #bbb;
    height: 453px;
    left: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 34px;
    width: 230px;
    z-index: 70;
}
.taxonomy-menu__data__submenu__content {
    max-height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 0;
    position: relative;
}
.taxonomy-menu__promotional-data .taxonomy-menu__quick-answer {
    padding: 4px 10px;
    position: relative;
    vertical-align: top;
}
.taxonomy-menu .questions-icon {
    left: -2px;
    position: relative;
    top: -2px;
}
.taxonomy-menu .data-layers-icon, .my-data-menu .data-layers-icon, .taxonomy-menu .data-points-icon, .my-data-menu .data-points-icon, .taxonomy-menu .shared-data-icon, .my-data-menu .shared-data-icon {
    left: -2px;
    position: relative;
    top: -12px;
}
.my-data-menu {
    background-color: #fff;
    box-shadow: 0 0 36px -9px #b6a1cd;
    color: #7c8395;
    height: 486px;
    left: 50%;
    margin-left: -565px;
    position: absolute;
    top: 5px;
    width: 1130px;
    z-index: 70;
}
.my-data-menu__padding {
    background-color: #b6a1cd;
    height: 39px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 70;
}
.my-data-menu h2 {
    background-color: #b6a1cd;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    height: 20px;
    margin: 0;
    padding: 7px 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: -1;
}
.my-data-menu .my-data-menu__header-icon {
    position: relative;
    right: -3px;
    top: -12px;
}
.my-data-menu table {
    box-sizing: border-box;
    width: 100%;
}
.my-data-menu__date {
    font-size: 12px;
    padding: 0 15px;
    text-align: center;
    width: 64px;
}
.my-data-menu th {
    color: #959595;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
}
.my-data-menu .my-data-menu__uploaded-data li, .my-data-menu .my-data-menu__shared-data li, .my-data-menu .my-data-menu__favorites li, .my-data-menu .my-data-menu__me-others li {
    display: inline-block;
}
.my-data-menu__column {
    box-sizing: border-box;
    float: left;
    position: relative;
}
.my-data-menu__column .arrow-icon--up {
    position: relative;
    top: -5px;
}
.my-data-menu__column .arrow-icon--down {
    position: relative;
    top: 2px;
}
.my-data-menu__column .diamond-icon {
    position: relative;
}
.my-data-menu__options {
    margin: 0;
    padding: 0;
    text-align: center;
}
.my-data-menu__options a {
    vertical-align: top;
}
.taxonomy-menu__data-layers + .my-data-menu__column:before, .taxonomy-menu__data-points + .my-data-menu__column:before, .my-data-menu__column + .my-data-menu__column:before {
    border-left: 1px solid #e4e4e4;
    content: " ";
    float: left;
    height: 486px;
    left: 0;
    position: relative;
    top: 0;
    width: 0;
}
.my-data-menu__uploaded-data {
    height: 240px;
}
.my-data-menu__uploaded-data .upload-button--purple {
    font-size: 12px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 5px;
}
.my-data-menu__uploaded-data__content .upload-button--purple {
    height: 22px;
    position: relative;
    right: 0;
    top: 0;
}
.my-data-menu__favorites, .my-data-menu__uploaded-data {
    width: 354px;
}
.my-data-menu__shared-data {
    width: 422px;
}
.my-data-menu__me-others {
    width: 440px;
}
.my-data-menu__uploaded-data__content {
}
.my-data-menu__uploaded-data__data {
    height: 386px;
    overflow-x: hidden;
    overflow-y: auto;
}
.my-data-menu__uploaded-data__upload {
    bottom: 0;
    padding: 20px;
    position: relative;
    text-align: center;
}
.my-data-menu__uploaded-data__upload-button {
    background-color: #f0ecf5;
    border-radius: 4px;
    color: #8e79b6;
    font-size: 15px;
    height: 28px;
    padding: 7px 18px 7px 12px;
    text-decoration: none;
}
.my-data-menu__uploaded-data__upload-button:hover {
    background-color: #ded3f4;
}
.my-data-menu__uploaded-data__upload-button .upload-icon {
    position: relative;
    top: 5px;
}
.my-data-menu__favorites__content, .my-data-menu__shared-data__content, .my-data-menu__me-others__content {
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
.my-data-menu__favorites__item + .my-data-menu__favorites__item, .my-data-menu__uploaded-data__item + .my-data-menu__uploaded-data__item, .my-data-menu__shared-data__item + .my-data-menu__shared-data__item, .my-data-menu__me-others__item + .my-data-menu__me-others__item {
    border-top: 1px dashed #e4e4e4;
}
.my-data-menu__data-type {
    padding-left: 9px;
    width: 18px;
}
.my-data-menu__shared-data__download, .my-data-menu__me-others__download, .my-data-menu__uploaded-data__download {
    padding-right: 9px;
}
.my-data-menu__uploaded-data__name {
    cursor: pointer;
    font-size: 11px;
    padding-right: 9px;
    width: 145px;
}
.my-data-menu__shared-data__name, .my-data-menu__me-others__name {
    cursor: pointer;
    font-size: 11px;
    padding-right: 15px;
    width: 145px;
}
.my-data-menu__favorites__name-header {
    padding-right: 9px;
    width: 253px;
}
.my-data-menu__favorites__name {
    cursor: pointer;
    font-size: 11px;
    padding-right: 9px;
    width: 253px;
}
.my-data-menu__favorites__name {
    padding-left: 15px;
}
.my-data-menu__uploaded-data__edit, .my-data-menu__uploaded-data__download, .my-data-menu__shared-data__download, .my-data-menu__me-others__download, .my-data-menu__favorites__delete {
    padding-right: 9px;
    text-align: center;
    width: 23px;
}
.my-data-menu__uploaded-data__edit {
    padding-right: 6px;
}
.my-data-menu__shared-data__author, .my-data-menu__me-others__author {
    padding-right: 9px;
}
.my-data-menu__favorites__item-header, .my-data-menu__uploaded-data__item-header, .my-data-menu__shared-data__item-header, .my-data-menu__me-others__item-header {
    background-color: #f6f6f9;
    border-bottom: 1px solid #e4e4e4;
    height: 32px;
    margin-bottom: 10px;
}
.my-data-menu__uploaded-data__item-header th, .my-data-menu__shared-data__item-header th, .my-data-menu__me-others__item-header th {
    cursor: pointer;
}
.my-data-menu__uploaded-data__item, .my-data-menu__shared-data__item, .my-data-menu__me-others__item, .my-data-menu__favorites__item {
    height: 32px;
}
.my-data-menu__uploaded-data__item:hover, .my-data-menu__shared-data__item:hover, .my-data-menu__me-others__item:hover, .my-data-menu__favorites__item:hover {
    background-color: #f0ecf5;
}
.my-data-menu__uploaded-data__item:hover .my-data-menu__type-icon--pointset, .my-data-menu__shared-data__item:hover .my-data-menu__type-icon--pointset, .my-data-menu__me-others__item:hover .my-data-menu__type-icon--pointset, .my-data-menu__favorites__item:hover .my-data-menu__type-icon--pointset {
    background-position: -9px 0;
}
.my-data-menu__uploaded-data__item:hover .my-data-menu__type-icon--layer {
    background-position: -18px -31px;
}
.my-data-menu__empty-content {
    margin: 12px;
}
.legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #898686;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    font-size: 11px;
    position: absolute;
    width: 225px;
    z-index: 55;
}
.legend--indicator, .legend--data-points, .legend__indicators--analytics {
    box-shadow: 0 0 16px -9px #707071;
}
.legend--indicator h2:hover, .legend--data-points h2:hover, .legend__indicators--analytics h2:hover {
    background: linear-gradient(to bottom, #f1f1f1 0%, #efefef 21%, #e7e7e7 48%, #d8d9da 73%, #c3c4c5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: grab;
}
.legend--indicator h2:active, .legend--data-points h2:active, .legend__indicators--analytics h2:active {
    cursor: grabbing;
}
.legend--tables {
    margin-top: 3px;
    position: relative;
}
.legend--tables .legend__indicators:after {
    border-bottom: 0 none;
}
.legend label {
    font-size: 11px;
}
.legend.is-minimized {
    width: 71px;
}
.legend.is-minimized h2 {
    width: 61px;
}
.legend.is-minimized .legend__header-text, .legend.is-minimized .legend__content {
    display: none;
}
.legend h2 {
    background: linear-gradient(to bottom, #e6e6e6 0%, #e2e2e2 21%, #d2d2d3 48%, #b8b9bb 73%, #939598 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 3px solid #6f7075;
    box-shadow: 0 0 36px -9px #707071;
    color: #333;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding-left: 10px;
    padding-top: 3px;
    position: relative;
}
.legend .legend__data-layers-icon, .legend .legend__data-points-icon-icon {
    position: relative;
    top: 1px;
}
.legend__header-text {
    padding-left: 4px;
    vertical-align: top;
}
.legend .chosen-container {
    font-size: 11px;
}
h2 .legend__toggle-icon {
    position: absolute;
    right: 5px;
    top: 3px;
}
.legend__title {
    background-color: #f7f7fa;
    border: 1px solid #e5e5e5;
    color: #010101;
    padding: 10px;
}
.legend__title__close {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.legend__title__content {
    color: #515971;
    display: inline-block;
    font-weight: 500;
    margin-left: 26px;
    width: 165px;
}
.legend__title__content .legend__toggle-icon {
    float: right;
}
.legend__title__source {
    color: #7c8395;
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    margin-left: 38px;
    width: 165px;
}
.legend__edit-button__container {
    margin-bottom: -10px;
    text-align: right;
}
.legend__edit-button {
    color: #a0a0a0;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 9px;
    font-weight: 500;
    margin: 3px;
    padding: 3px;
    position: relative;
    right: 0;
}
.legend__edit-button:hover {
    background-color: #ddd;
}
.legend__edit-button:after {
    background: url("/images/PolicyMap/icons/arrows.png") no-repeat scroll 0 -7px rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 7px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 7px;
}
.legend__edit-button.is-active:after {
    background-position: 0 0;
}
.legend__title__source p {
    margin: 0;
}
.legend__title__source a {
    color: #5e5f5f;
    text-decoration: none;
}
.legend__title__source a:hover {
    text-decoration: underline;
}
.legend__indicators {
    padding: 10px;
}
.legend__indicators hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 1px;
    height: 0;
    margin: 12px 0;
}
.legend__indicators--analytics {
    background-color: #fff;
    border: 1px solid #898686;
    box-shadow: 0 0 16px -9px #707071;
    left: 10px;
    position: absolute;
    width: 185px;
    z-index: 3;
}
.legend__indicators__item + .legend__indicators__item {
    padding-top: 7px;
}
.legend__indicators__item hr {
    margin: 12px 0 0;
}
.legend__indicators label {
    display: inline-block;
    width: 60px;
}
.legend__indicators .legend__trend-toggle {
    display: inline-block;
    margin: 8px 0 0 2px;
    position: absolute;
}
.legend__indicators .legend__trend-toggle input {
    position: relative;
    top: 2px;
}
.legend__indicators .legend__trend-toggle label {
    padding-left: 5px;
    width: 120px;
}
.legend .chosen-container {
    color: #636464;
    font-size: 11px;
    font-weight: 400;
}
.legend .chosen-single {
    background: linear-gradient(to bottom, #fff 0%, #cecece 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #c9c9c9;
}
.legend .chosen-single:hover {
    background: linear-gradient(to bottom, #fff 0%, #aaa 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.legend .chosen-with-drop .chosen-single {
    background: linear-gradient(to bottom, #cecece 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #c9c9c9;
}
.legend__indicators .chosen-drop {
    border-color: #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-top: 3px;
}
.legend__indicators .chosen-results li + li {
    border-top: 1px solid #e5e5e5;
}
.legend__indicators .chosen-container .chosen-results li.highlighted {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #636464;
}
.legend__indicators:after {
    border-bottom: 1px solid #e5e5e5;
    bottom: -10px;
    content: " ";
    display: inline-block;
    float: left;
    position: relative;
    width: 205px;
}
.legend__breakdown {
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}
.legend__breakdown div.title {
    color: #a9a8a8;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 5px;
}
.legend__breakdown div.title span.title__colon {
    font-weight: bold;
}
.legend__breakdown__edit-options, .legend__breakdown__breaks-options {
    display: inline-block;
    margin: 0 0 6px;
    padding: 0;
}
.legend__breakdown__container {
    padding: 10px 0;
}
.legend__breakdown--edit-ranges .legend__breakdown__container, .legend__breakdown--edit-colors .legend__breakdown__container {
    background-color: #f7f7fa;
    border: 1px solid #c9c9c9;
}
.legend__breakdown__edit__item {
    border-bottom: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}
.legend__breakdown__edit__item:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e79324 transparent transparent;
    border-image: none;
    border-right: 3px solid transparent;
    border-style: solid;
    border-width: 3px;
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
}
.legend__breakdown__edit__item.is-disabled:after {
    border-top-color: #a9a8a8;
}
.legend__breakdown__edit__item.is-disabled a {
    color: #a9a8a8;
}
.legend__breakdown__edit__item.is-disabled:hover {
    border-bottom: 0 solid transparent;
    cursor: default;
}
.legend__breakdown__edit__item a {
    color: #e79324;
    font-weight: 400;
}
.legend__breakdown__edit__item:hover, .legend__breakdown__edit__item.is-active {
    border-bottom: 2px solid #e79324;
}
.legend__breakdown__breaks-options a {
    display: inline-block;
    margin-top: 5px;
    padding: 3px;
}
.legend__breakdown__color {
    display: inline-block;
    height: 15px;
    margin: 0 10px 0 41px;
    width: 36px;
}
.legend__breakdown__color-ramp {
    border: 1px solid #f7f7fa;
    display: inline-block;
    height: 18px;
    margin: 4px 13px;
    width: 144px;
}
.legend__breakdown__color-ramp:hover {
    border-color: #000;
}
.legend__breakdown__color-ramp__color {
    float: left;
    height: 18px;
    width: 18px;
}
.legend__breakdown__label, .legend__breakdown__range {
    color: #4a494a;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    vertical-align: top;
    width: 115px;
}
.legend__breakdown__label--disabled {
    color: #878787;
    font-style: italic;
}
.legend__breakdown__label input[type="checkbox"] {
    vertical-align: bottom;
}
.legend__breakdown__label label {
    font-size: 10px;
    padding-left: 3px;
}
.legend__breakdown__range input {
    display: inline-block;
    width: 46px;
}
.legend__breakdown--edit-ranges .legend__breakdown__color {
    height: 18px;
    margin: 0 10px 0 22px;
    width: 48px;
}
.legend__breakdown--edit-ranges .legend__shading {
    padding-bottom: 10px;
}
.legend__breakdown--edit-ranges .chosen-single {
    height: 19px;
}
.legend__breakdown--edit-ranges .legend__breakdown__item {
    margin-bottom: 2px;
}
.legend__breakdown--edit-ranges .legend__breakdown__default__container {
    margin-top: 10px;
    text-align: center;
}
.legend__breakdown--edit-ranges .legend__breakdown__default__container:before {
    border-top: 1px solid #c9c9c9;
    content: " ";
    display: inline-block;
    float: left;
    left: 5px;
    position: relative;
    top: 0;
    width: 94%;
}
.legend__breakdown--edit-ranges .legend__breakdown__default__container:after {
    border-bottom: 1px solid #c9c9c9;
    bottom: 0;
    content: " ";
    display: inline-block;
    float: left;
    left: 5px;
    position: relative;
    width: 94%;
}
.legend__breakdown--edit-ranges .legend__breakdown__default {
    color: #636464;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: 19px;
    padding-top: 2px;
    text-decoration: none;
}
.legend__breakdown--edit-ranges .legend__breakdown__default:hover {
    text-decoration: underline;
}
.legend__breakdown--edit-ranges__options {
    padding: 0;
}
.legend__breakdown--edit-ranges__options li {
    list-style: outside none none;
}
.legend__breakdown--edit-colors .legend__breakdown__item {
    height: 23px;
}
.legend__breakdown--edit-ranges .legend__breakdown__button-group, .legend__breakdown--edit-colors .legend__breakdown__button-group {
    padding: 10px 10px 0;
    text-align: center;
}
.legend__breakdown__button-group button {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #636464;
    font-size: 12px;
    padding: 4px 8px;
}
.legend__breakdown__button-group button:hover {
    border-color: #e79324;
}
.legend__breakdown--edit-colors input {
    margin: 7px 0 0 13px;
    vertical-align: top;
}
.legend__shading {
    text-align: right;
}
.legend__shading label {
    display: inline-block;
    padding: 2px 15px 0 5px;
    vertical-align: top;
}
#legend__shading-ramps {
    width: 88px;
}
.legend__data-points__category-item__filter-groups, .legend__data-points__category-item__filters {
    background-color: #fff;
    border: 1px solid #838383;
    box-shadow: 0 0 36px -9px #707071;
    color: #636464;
    font-weight: normal;
    left: 220px;
    max-height: 164px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 200px;
}
.legend__data-points__category-item__filters {
    left: 421px;
}
.legend__data-points__category-item__filter-groups ul, .legend__data-points__category-item__filters ul {
    margin: 0;
    padding: 0;
}
.legend__data-points__category-item__filter-groups li, .legend__data-points__category-item__filters li {
    line-height: 2;
    list-style: outside none none;
    padding: 5px 10px;
}
.legend__data-points__category-item__filter-groups li + li, .legend__data-points__category-item__filters li + li {
    border-top: 1px solid #c9c9c9;
}
.legend__data-points__category-item__filter-groups li:hover, .legend__data-points__category-item__filter-groups li.is-selected, .legend__data-points__category-item__filters li.is-active, .legend__data-points__category-item__filters li:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.legend--data-points__category-item div.title {
    color: #515971;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    width: 160px;
}
.legend--data-points__category-item.is-selected {
    background-color: #e1ddc0;
    border-top-color: #7c8395;
}
.legend--data-points__category-item.is-selected + .legend--data-points__category-item, .legend--data-points__category-item + .legend--data-points__category-item.is-selected {
    border-top: 1px solid #7c8395;
}
.legend--data-points__icon {
    margin: 0 2px 0 5px;
}
.legend--data-points__icon--hidden {
    visibility: hidden;
}
.legend--data-points__category-item .legend--data-points__options {
    float: right;
    margin: 10px 5px 0 0;
    padding: 0;
}
.legend--data-points__category__header {
    background-color: #f7f7fa;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.legend--data-points__category-item + .legend--data-points__category-item {
    border-top: 1px solid #bcbcbc;
    box-shadow: 1px 0 18px -6px #000;
}
.legend--data-points__category__container {
    padding: 10px 10px 15px;
}
.legend--data-points__category__labels {
    padding-bottom: 7px;
    text-align: right;
}
.legend--data-points__category__label-toggle {
    cursor: pointer;
    position: relative;
    top: 2px;
}
.legend--data-points__category__label {
    cursor: pointer;
}
.legend--data-points__category__label.disabled {
    color: #bbb;
}
.legend--data-points__search-button, .legend--data-points__filter-button {
    background: linear-gradient(to bottom, #fff 0%, #cecece 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #c9c9c9;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}
.legend--data-points__search {
    height: 13px;
    width: 169px;
}
.legend--data-points__search-button {
    border-radius: 0 6px 6px 0;
    margin-left: -3px;
    padding: 2px 6px;
}
.legend--data-points__search-button:hover, .legend--data-points__filter-button:hover {
    background: linear-gradient(to bottom, #fff 0%, #aaa 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.legend--data-points__filter-button.is-active {
    background: linear-gradient(to bottom, #cecece 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #c9c9c9;
}
.legend--data-points__filter-button {
    height: 19px;
    width: 205px;
}
.legend--data-points__category__search + .legend--data-points__category__filter {
    padding-top: 7px;
}
.legend--data-points__category-item .legend--data-points__options li {
    float: left;
}
.legend--data-points__category-item {
}
.legend--data-points__category-item .legend__close-icon {
    cursor: pointer;
    margin: 2px 5px 0 0;
    vertical-align: top;
}
.legend--data-points__category-item .legend--data-points__icon {
    margin-top: 2px;
    vertical-align: top;
}
.legend--data-points__filters__header {
    background-color: #f7f7fa;
    border: 1px solid #e5e5e5;
    color: #5e5f5f;
    font-size: 10px;
    font-weight: 300;
    margin: 0 10px 10px;
    padding: 5px;
    position: relative;
}
.legend--data-points__filters__header .legend__filter-minimize-icon, .legend--data-points__filters__header .legend__filter-maximize-icon {
    position: absolute;
    right: 10px;
}
.legend--data-points__filters__content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f7f7fa;
    border-color: #e5e5e5;
    border-image: none;
    border-right: 1px solid #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: -10px 10px 15px;
    padding: 5px;
}
.legend--data-points__filter-group-name {
    color: #353535;
    display: inline;
    font-weight: normal;
    margin: 0;
}
.legend--data-points__filter-name {
    display: inline;
    max-width: 112px;
    vertical-align: top;
}
.legend--data-points__filters {
    margin: 0;
    padding: 0;
}
.legend--data-points__filter {
    color: #5e5e5f;
    font-size: 10px;
    font-weight: 300;
    list-style: outside none none;
}
.legend--data-points__filter__content {
    display: inline-block;
    width: 147px;
}
.legend--data-points__filter + .legend--data-points__filter {
    margin-top: 10px;
}
.legend--data-points__filter .legend__close-icon {
    margin: 0 5px 0 0;
}
.legend--data-points__filter-by-icons {
    list-style: outside none none;
    padding: 6px 0 0;
}
.legend--data-points__filter-by-icons .legend--data-points__filter-by-icon {
    margin: 0 9px 0 0;
}
.legend--data-points__sources {
    color: #7c8395;
    font-size: 10px;
    margin: 0;
    padding: 0 0 0 38px;
}
.legend--data-points__source {
    display: inline;
    list-style: outside none none;
}
.legend--data-points__source a {
    color: #7c8395;
    text-decoration: none;
}
.legend--data-points__source a:hover {
    text-decoration: underline;
}
.analytics-legend__item + .analytics-legend__item {
    border-top: 1px solid #898686;
}
.analytics-legend__item .legend__title__close.disable_pointer, .analytics-legend__item .legend__title__source.disable_pointer, .analytics-legend__item .legend__edit-button__container.disable_pointer {
    display: none;
}
.analytics-legend__item .slider_container {
    margin: 11px 10px;
}
.analytics-legend__item .ui-slider-value {
    background-color: white;
    border-color: #e4e4e4;
    color: #8e8d8d;
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    width: 92px;
}
.analytics-legend__item .values_container {
    padding-left: 30px;
}
.analytics-legend__item .values_container input {
    margin-top: 4px;
}
.analytics-legend__item .values_container .labels {
    padding-left: 6px;
}
.slider_container {
    text-align: center;
}
.slider_container .ui-slider {
    margin-bottom: 3px;
}
.slider_container .ui-slider-horizontal {
    border-width: 0 0 1px;
}
.slider_container .ui-slider-horizontal .ui-slider-range {
    height: 0;
}
.slider_container .ui-state-default {
    background: url("/images/PolicyMap/icons/analytics.png") no-repeat scroll -160px 0 transparent;
    border: 0 none transparent;
    cursor: pointer;
    height: 13px;
    width: 15px;
}
#datasetSearch {
    background: none repeat scroll 0 0 #e1ddc0;
    border: 1px solid #fff;
    border-radius: 7px;
    display: inline-block;
    padding: 2px 8px;
    position: absolute;
    right: 92px;
    top: 10px;
    width: 370px;
    z-index: 55;
}
#datasetSearch .goButton {
    padding: 2px;
}
#autosuggest {
    background: none repeat scroll 0 0 #fcfdf5;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    color: #310165;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 4px 4px;
    position: absolute;
    z-index: 55;
}
#autosuggest.smallText {
    font-size: 9px;
}
#autosuggest ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#autosuggest li {
    padding: 4px;
    position: relative;
}
#autosuggest li .years {
    position: absolute;
    right: 4px;
}
#autosuggest .selected {
    background: none repeat scroll 0 0 #f39c3b;
    cursor: pointer;
    list-style: outside none none;
    padding: 4px;
}
.message-popup {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#theInsideLayer a:hover {
    cursor: pointer;
}
.pointAttributes {
    padding: 0;
    width: 300px;
}
.info-bubble-container table.tab a, .info-bubble-container table.tab b {
    display: block;
    font-size: 9px;
    line-height: 9px;
}
.info-bubble-container table.tab td {
    height: 21px;
    width: 70px;
}
.info-bubble-container .identify tr.hl {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.info-bubble-container a.boundary-link {
    color: #666;
    text-decoration: underline;
}
.map-message {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #898686;
    box-sizing: border-box;
    display: block;
    height: 92%;
    left: 0;
    margin: 2% 22%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 56%;
    z-index: 60;
}
.map-message__content {
    font-size: 23px;
    margin-top: 19%;
}
.small-map-message {
    background-color: #fff;
    border: 1px solid #898686;
    bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 60;
}
.small-map-message__header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #aaa;
    height: 20px;
}
.small-map-message__header:hover {
    cursor: grab;
}
.small-map-message__header:active {
    cursor: grabbing;
}
.small-map-message__close-icon {
    background: url("/images/PolicyMap/icons/legend.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 9px;
    width: 9px;
}
.small-map-message__close-icon:hover {
    cursor: pointer;
}
.small-map-message__header .small-map-message__close-icon {
    position: absolute;
    right: 5px;
    top: 5px;
}
.small-map-message__content {
    padding: 10px;
}
div.polycreatorInfoBubble {
    font-size: 11px;
    width: 200px;
}
div.polycreatorInfoBubble input, div.polycreatorInfoBubble textarea {
    border: 1px solid #000;
    font-size: 110%;
    padding: 3px;
}
div.polycreatorInfoBubble input.nameField, textarea {
    width: 200px;
}
div.polycreatorInfoBubble div.buttons {
    padding: 12px 0;
    text-align: center;
    width: 200px;
}
div.polycreatorInfoBubble div.buttons img {
    cursor: pointer;
    margin: 0 8px;
}
.wizard {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
.wizard--3-layer-maps img {
    height: 675px;
    left: 150px;
    position: relative;
    top: 30px;
}
.wizard--tables img {
    height: 769px;
    left: 109px;
    position: relative;
    top: -42px;
}
.wizard--3-layer-maps .wizard__form-container {
    left: 365px;
    position: relative;
    top: -128px;
}
.wizard--tables .wizard__form-container {
    left: 353px;
    position: relative;
    top: -220px;
}
.wizard__form {
    display: inline-block;
    width: 200px;
}
.wizard__form .rounded-button {
    font-size: 18px;
}
.wizard__form__label {
    display: block;
    margin-top: 10px;
}
.wizard__form__checkbox {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.wizard__feedback {
    display: inline-block;
    vertical-align: top;
    width: 280px;
}
.wizard__feedback p {
    margin: 0;
}
.content__footer .wizard-options {
    left: 0;
    max-height: 30px;
    position: absolute;
    vertical-align: middle;
}
.content__footer .wizard-options > ul {
    vertical-align: middle;
}
.content__footer .wizard-options > ul > li > button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 2px;
    color: #828282;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 3px;
    padding: 5px 10px;
}
.content__footer .wizard-options > ul {
    display: inline-block;
    margin-top: 0;
    padding: 0;
}
.content__footer .wizard-options > ul > li {
    display: inline-block;
    vertical-align: top;
}
#wizard_on {
    background-color: transparent;
    background-image: url("/images/wizard.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 32px;
    padding-left: 32px;
    vertical-align: middle;
}
#wizard_on:hover {
    background-image: url("/images/wizard-rollover.png");
    text-decoration: underline;
}
.report_inline_block {
    display: inline-block;
}
.report_content, .report_generate {
    background-color: #fff;
    border-color: #f2f3f4;
    border-style: solid;
    border-width: 0 20px;
    min-height: 817px;
}
.report_header {
    background-color: #fff;
    box-shadow: 0 0 15px #aaa;
    height: 54px;
    padding: 20px 18px;
}
.report_toolbar_holder {
    float: right;
}
.report_footer {
    height: 30px;
    padding: 20px;
}
.report_step {
    color: #c3c3c3;
    font-size: 11px;
}
.report_step_separator {
    margin-left: 8px;
    margin-right: 8px;
}
.report_step_active {
    border-bottom: 1px solid #d0d0d1;
    color: #a9aaaa;
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 500;
}
.report_step_selected_parent {
    margin-top: 17px;
}
.report_step_selected {
    color: #666464;
    font-size: 19px;
    font-weight: 400;
    margin-top: 6px;
}
.report_button {
    background: linear-gradient(to bottom, #ededed 0%, #cecece 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    color: #767676;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 300;
    margin-left: 7px;
    padding: 5px 15px;
}
.report_button:hover {
    background: linear-gradient(to bottom, #ededed 0%, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.report_buttons_steps {
    float: right;
    margin-top: -14px;
    width: 250px;
}
.report_button_hover_text {
    color: #b5b5b5;
    text-align: right;
}
.report_holder {
    vertical-align: top;
}
.report_type_holder {
    margin-left: 20px;
    margin-top: 65px;
    vertical-align: top;
}
.report_location_selection_holder {
    margin-left: 17px;
    vertical-align: top;
}
.report_location_holder {
    margin-left: 10px;
    margin-top: 65px;
    min-width: 845px;
    vertical-align: top;
}
.report_type_holder_header, .report_location_holder_header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
}
.report_type {
    cursor: pointer;
    padding: 22px 10px;
}
.report_location {
    cursor: pointer;
    padding: 10px;
}
.report_type:hover, .report_location_container:hover {
    background-color: #f6f7f7;
}
.report_location_container {
    vertical-align: top;
    width: 208px;
}
.report_type_dashed {
    border-bottom: 1px dashed #cccbcb;
}
.report_location_dashed {
    border-right: 1px dashed #cccbcb;
}
.report_type_selected, .report_location_selected {
    background-color: #f2f2f4;
}
.report_type_image {
    width: 54px;
}
.report_location_image {
    padding: 42px;
    text-align: center;
}
.report_type_header {
    font-size: 19px;
    font-weight: 500;
}
.report_location_selection {
    font-size: 19px;
    font-weight: 500;
}
.report_type_header_selected, .report_location_selection_selected {
    color: #ea8b2d;
}
.report_type_copy {
    float: right;
    font-weight: 400;
    width: 210px;
}
.report_spacer {
    border-right: 1px solid #cccbcb;
    margin-top: 65px;
    min-height: 300px;
    padding-left: 10px;
    vertical-align: top;
}
.report_location_footer {
    background-color: #f2f2f4;
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 400;
    min-height: 60px;
    padding: 15px 0;
    vertical-align: middle;
}
.report_location_with_search .header .search-form {
    width: auto;
}
.report_radius_text {
    color: #5b5b5b;
}
.report_preview_image {
    margin-left: 7px;
    margin-right: 7px;
}
.report_location_selection_item_inline {
    display: inline-block;
}
.report_location_selection_custom .custom-regions-menu {
    background-color: #fff;
    bottom: auto;
    box-shadow: 0 0 36px -9px #b6a1cd;
    color: #7c8395;
    position: absolute;
    width: 418px;
    z-index: 71;
}
.header .search-form .report_radius input {
    width: auto;
}
.custom-regions-holder {
    display: inline-block;
}
.search-form-holder {
    display: inline-block;
    padding: 0;
}
.report_location_selection_custom_dashed {
    border-top: 1px dashed #cccbcb;
    margin-bottom: 10px;
}
.report_location_selection_text {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
}
.report_location_selection_intro {
    color: #666464;
}
.report_location_selection_name {
    padding-left: 10px;
}
.report_custom_region_name {
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    top: 15px;
}
.report_generate_holder {
    padding: 20px;
}
.ReportGeneratePageContent a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.chartTable {
    font-size: 12px;
    overflow-x: auto;
}
.mainTable {
    position: relative;
    width: 100%;
}
.mainTable a {
    color: #636363;
    cursor: pointer;
    text-decoration: underline;
}
.mainTable a:hover {
    color: #e49326;
}
.mainTable table {
    border-bottom: 2px solid #fff;
    border-collapse: separate;
    border-spacing: 3px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mainTable table th {
    background: none repeat scroll 0 0 #bbbdbf;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.8px;
    padding: 6px 8px;
    text-align: left;
}
.mainTable table tbody tr.overlaySetRow .sitesCloseButton {
    background: url("/images/PolicyMap/icons/legend.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin-left: 6px;
    width: 9px;
}
.mainTable table tbody td {
    background: none repeat scroll 0 0 #e5e6e7;
    border-bottom: 1px solid #fff;
    color: #515151;
    font-size: 12px;
    padding: 8px 10px;
    vertical-align: top;
}
.mainTable th.non-selected-column {
    background: none repeat scroll 0 0 #e6e7e8;
}
.mainTable td.non-selected-column {
    background: none repeat scroll 0 0 #f5f6f7;
}
.mainTable table th img, .mainTable table td img {
    border: 0 none;
    display: inline;
}
.mainTable table th span.active {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #26466f;
    cursor: pointer;
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
}
.mainTable table th span.inactive {
    color: #5d83ce;
    cursor: pointer;
    display: inline-block;
    padding: 2px 4px;
    text-decoration: underline;
}
.mainTable table th div {
    display: inline;
}
.mainTable .unable {
    color: #bbb;
    font-style: italic;
}
.mainTable .equivalent {
    font-size: 11px;
}
.mainTable .rowHeader {
    float: right;
    padding-right: 4px;
    text-align: right;
}
.mainTable .chartLegend {
    border: 1px solid #666;
    float: left;
    height: 11px;
    margin: 2px 8px 0 0;
    width: 20px;
}
.chartContainer {
    min-height: 365px;
}
.chartContainer .popup {
    background-color: #000;
    color: #fff;
    display: none;
    position: absolute;
    z-index: 60;
}
.chartContainer .popup .content {
    margin-top: 14px;
    width: 98%;
}
.chartContainer .popup .smallTitle {
    color: #fff;
    font-size: 12px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.chartContainer .popup .bigTitle {
    color: #fff;
    font-size: 18px;
    padding-bottom: 18px;
}
.chartContainer .popup th {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    text-align: left;
    text-transform: uppercase;
}
.chartContainer .popup td {
    border: 1px solid #444;
    padding: 4px;
}
.chartContainer .popup td.empty {
    background: none repeat scroll 0 0 #ccc;
}
.chartContainer .popup .pageNav {
    display: none;
    font-size: 13px;
    padding-top: 10px;
}
.chartContainer .popup .pageNav .pageLink {
    display: inline-block;
    padding-right: 15px;
}
.chartContainer .popup .pageNav .pageNums {
    display: inline-block;
}
.chartContainer .popup .pageNav .pageNums .ellipsis {
    display: inline-block;
}
.chartContainer .popup .pageNav .pageLink a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.chartContainer .popup .pageNav .pageLink a:hover {
    background: none repeat scroll 0 0 #888;
}
.chartContainer .popup .pageNav .pageLink a.selectedPage {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}
.chartContainer .popup .scrollTableContainer {
    overflow: auto;
    position: relative;
}
.chartContainer .popup .scrollTableContainer thead tr {
    left: 0;
    position: relative;
}
.chartContainer .popup .buttons {
    position: absolute;
    right: 6px;
    top: 6px;
}
.chartContainer .popup .buttons .button {
    cursor: pointer;
    float: right;
    margin-left: 5px;
    padding: 0;
}
.chartContainer .popup .buttons .close {
    background: url("/images/PolicyMap/icons/popup-x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 19px;
    padding-bottom: 10px;
    width: 19px;
}
.chartContainer .popup .buttons .print {
    background: url("/images/PolicyMap/icons/popup-buttons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 31px;
    width: 33px;
}
.chartContainer .popup .buttons .print:hover {
    background: url("/images/PolicyMap/icons/popup-buttons.png") no-repeat scroll -33px 0 rgba(0, 0, 0, 0);
}
.chartContainer .popup .buttons .print-disabled {
    background: url("/images/PolicyMap/icons/popup-buttons-disabled.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: auto;
    display: inline-block;
    height: 31px;
    width: 33px;
}
.chartContainer .popup .buttons .save {
    background: url("/images/PolicyMap/icons/popup-buttons.png") no-repeat scroll -66px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 31px;
    width: 33px;
}
.chartContainer .popup .buttons .save:hover {
    background: url("/images/PolicyMap/icons/popup-buttons.png") no-repeat scroll -99px 0 rgba(0, 0, 0, 0);
}
.chartContainer .popup .buttons .save-disabled {
    background: url("/images/PolicyMap/icons/popup-buttons-disabled.png") no-repeat scroll -33px 0 rgba(0, 0, 0, 0);
    cursor: auto;
    display: inline-block;
    height: 31px;
    width: 33px;
}
.chartContainer .popup .buttons .download {
    background: url("/images/PolicyMap/icons/popup-buttons.png") no-repeat scroll -132px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 31px;
    width: 33px;
}
.chartContainer .popup .buttons .download:hover {
    background: url("/images/PolicyMap/icons/popup-buttons.png") no-repeat scroll -165px 0 rgba(0, 0, 0, 0);
}
.chartContainer .popup .buttons .download-disabled {
    background: url("/images/PolicyMap/icons/popup-buttons-disabled.png") no-repeat scroll -66px 0 rgba(0, 0, 0, 0);
    cursor: auto;
    display: inline-block;
    height: 31px;
    width: 33px;
}
.chartContainer .popOpt1 {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.chartContainer .popOpt1 .close {
    border: 1px solid #666;
    color: #666;
}
.chartContainer .popOpt1 .close div {
    border: 1px solid #666;
}
.chartContainer .popOpt2 {
    background-color: #f0eef4;
    border: 1px solid #666;
    color: #666;
}
.chartContainer .popOpt2 .close {
    border: 1px solid #666;
    color: #666;
}
.chartContainer .popOpt2 .close div {
    border: 1px solid #666;
}
.chartContainer .popOpt3 {
    background-color: #ddd;
    border: 1px solid #669;
    color: #669;
}
.chartContainer .popOpt3 .close {
    border: 1px solid #666;
    color: #666;
}
.chartContainer .popOpt3 .close div {
    border: 1px solid #666;
}
.chartContainer .reportPlaces, .WidgetPageContent .reportPlaces {
    display: none;
    padding: 10px;
}
.chartContainer .reportRanks, .WidgetPageContent .reportRanks {
    display: none;
    height: 100%;
    padding: 10px;
}
.chartContainer .reportRanks table {
    width: 100%;
}
.chartContainer .reportRanks td {
    padding: 2px 2px 2px 4px;
}
.chartContainer .reportRanks .mainRanks {
    display: inline-block;
    padding-right: 8px;
    vertical-align: top;
    width: 43%;
}
.chartContainer .reportRanks .subRanks {
    display: inline-block;
    padding: 0 5px;
    width: 26%;
}
.chartContainer .reportRanks .subRanks .subHeader {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 3px;
    text-transform: uppercase;
}
.chartContainer .reportRanks .subRanks td {
    border: 0 none;
}
.chartContainer .reportRanks .rank {
    width: 10%;
}
.chartContainer .reportRanks .selected {
    font-size: 1.5em;
}
.chartContainer .reportRanks .pageNav {
    display: block;
}
.chartContainer div.trend-chart-title {
    color: #666;
    text-align: center;
}
.chartContainer .chartNotes {
    color: #666;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 12px;
    text-align: center;
}
.chartContainer .chartNotes .note {
    display: none;
    padding: 0 0 4px 20px;
}
.similarBox {
    border: 1px solid #ccc;
    display: none;
    font-size: 11px;
    margin-top: 22px;
    padding: 10px;
    width: 205px;
}
.similarBox a {
    cursor: pointer;
}
.similarBox .similarTitle {
    font-weight: bold;
}
.sideNotes {
    color: #666;
    font-size: 10px;
    font-style: italic;
    margin-top: 22px;
    width: 225px;
}
.sideNotes .sideNote {
    padding: 0 8px 8px;
}
.aggFootnote {
    display: none;
}



div.colorPicker-picker {
  height: 16px;
  width: 76px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(/images/arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
  font-size:0.75em;
  font-weight:bold;
  text-align: center;
  float:right;
}

div.colorPicker-palette {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #DDD;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}


div.legends div.controlset {display: block; float:left; width: 100%; padding: 0.25em 0;}

div.legends div.controlset label, 
div.legends div.controlset input,
div.legends div.controlset div { display: inline; float: left; }

div.legends div.controlset label { width: 200px;}
.progressBarBG{background:rgba(0,0,0,0.4);color:#fff;padding:10px 20px; border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;webkit-box-sizing:border-box;}

.iconbox{ float:right; margin-top:12px;}
.iconbox a{display: block;float: left;padding: 4px; margin: 2px;border: 1px solid #ccc;width: 22px;height: 22px;}
.iconbox a img{width:100%; height:100%;}

.iconbox .current {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #663399;
    text-shadow: none;
}
.iconbox .current a:hover {
    box-shadow: none;
}



.graph_table{padding:0px; width:100% !important;}
.graph_table h3{margin-bottom:15px;}
.graph_table_inner{width:auto !important; max-width: 80%; min-width: 45%; height: 231px;position: relative;overflow: hidden; margin:auto;overflow-x: scroll;     display: table;   margin: auto;}
.searching_form{ min-width:50% !important;float: left;width:50% !important;}
.searching_form .form_class{width:auto !important;}
.searching_form  .priceBox{top:0;}
.graph_table_inner .dataVar{min-width:100%;}
.margent_left_graph{display:block; margin-left:0px;}
#reportProblem{margin-left:0px;}