html, body {
  overflow: hidden !important;
  overflow-x: hidden;
  overflow-y: hidden;
}

div.logo {
  background-color: #FFF;
  height: 125px;
}

div.logo img {
  margin-top: 10px;
}

div.navigation {
  min-width: 685px;
  height: 100px;
  margin-top: 25px;
  margin-left: 15px;
  float: left;
}

div.body {
  clear: left;
  height: 380px;
  position: relative;
}

div.search {
  position: absolute;
  left: 0;
  width: 300px;
  margin-right: 10px;
  margin-left: 5px;
  color: #FFF;
}

div.search h2 {
  font-size: 14px;
  color: #FFF;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

div.search .content-container {
  border: 1px solid #26459d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(/static/img/search-gradient.png) repeat-y;
  overflow: auto;
}

div.search .content {
  padding-left: 5px;
}

div.search h1 {
  font-size: 18px;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

div.map-container {
  position: absolute;
  left: 310px;
  border-left: 1px solid #26459d;
  border-right: 1px solid #26459d;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top: 1px solid #73ABE1;
  margin-top: 5px;
}

div.footer {
  overflow: hidden;
  margin: 0;
}

div.footer,
div.nearby-localities {
  position: relative;
  height: 25px;
  width: 100%;
  background-color: #d3e9f7;
  color: #26459d;
  font-size: 14px;
  text-indent: 10px;
}

#refinement-string {
  position: relative;
  height: 20px;
  width: 100%;
  background-color: #FFF;
  color: #666;
  font-size: 12px;
  text-align: center;
}


div.footer,
div.nearby-localities,
#refinement-string {
  border-bottom: 1px solid #73ABE1;
}

div.nearby-localities img {
  margin-top: 6px;
}

div.footer > div,
div.nearby-localities > div {
  position: absolute;
  top: 6px;
  left: 25px;
}

div.footer > div {
  left: 0px;
}

div.footer {
  border-top: 1px solid #73ABE1;
  text-align: center;
}

#apology {
    width: 500px;
    text-align: center;
    display: none;
}

#search-text {
  width: 200px;
}

span.fh-viewing-locality {
  font-weight: bold;
}

span.fh-viewing-count {
}

span.gray {
    color: #888;
    font-size: 95%;
}

#list-nav {
  background-color: #FFF;
  border-top: 1px dashed #999;
}

#list-nav.ui-resizable {
  position: static;
}

#list-nav > .ui-resizable-handle {
  position: relative;
}

#list-nav > .ui-tabs-panel {
  overflow: hidden;
}

#recently-viewed-tab table,
#favorites-tab table {
  width: 100%;
  font-size: 14px;
}

#recently-viewed-tab table thead,
#favorites-tab table thead {
  text-align: left;
}

.paging_two_button .fg-button {
  float: left;
  cursor: pointer;
  * cursor: hand;
}

.paging_full_numbers .fg-button {
  padding: 2px 6px;
  cursor: pointer;
  * cursor: hand;
}

.paging_full_numbers {
  width: 350px !important;
}

.fg-toolbar {
  padding: 5px;
}

.dataTables_paginate {
  width: auto;
}

table.display thead th {
  padding: 3px 0px 3px 10px;
  cursor: pointer;
  * cursor: hand;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}

.dataTables_processing {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 2px 0;
}

.dataTables_length {
  width: 40%;
  float: left;
}

.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}

.dataTables_info {
  width: 50%;
  float: left;
}

.dataTables_paginate {
  float: right;
  text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left;
}

.paginate_disabled_previous {
  background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
  background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
  background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
  background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
}

table.display tfoot th {
  padding: 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}

table.display td {
  padding: 3px 10px;
}

table.display td.center {
  text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
  background: url('../images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
  background: url('../images/sort_desc.jpg') no-repeat center right;
}

.sorting {
  background: url('../images/sort_both.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
  background-color: #ddffdd;
}

table.display tr.even.gradeA {
  background-color: #eeffee;
}




table.display tr.odd.gradeA {
  background-color: #ddffdd;
}

table.display tr.even.gradeA {
  background-color: #eeffee;
}

table.display tr.odd.gradeC {
  background-color: #ddddff;
}

table.display tr.even.gradeC {
  background-color: #eeeeff;
}

table.display tr.odd.gradeX {
  background-color: #ffdddd;
}

table.display tr.even.gradeX {
  background-color: #ffeeee;
}

table.display tr.odd.gradeU {
  background-color: #ddd;
}

table.display tr.even.gradeU {
  background-color: #eee;
}

tr > th:first {
  width: 60px;
}

tr > td:first {
  width: 60px;
}

tr.odd {
  background-color: #FFF;
  cursor: pointer;
}

tr.even {
  background-color: #EFEFEF;
  cursor: pointer;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
}

.top .dataTables_info {
  float: none;
}

.clear {
  clear: both;
}

.dataTables_empty {
  text-align: center;
}

tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444;
}

tfoot input.search_init {
  color: #999;
}

td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}

td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
  width: 40%;
}

.paging_full_numbers span.paginate_button,
  .paging_full_numbers span.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
}

.paging_full_numbers span.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
  background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
  background-color: #99B3FF;
}

table.display tr.even.row_selected td {
  background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
  background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
  background-color: #FFF;
}

tr.odd td.sorting_2 {
  background-color: #FFF;
}

tr.odd td.sorting_3 {
  background-color: #FFF;
}

tr.even td.sorting_1 {
  background-color: #EFEFEF;
}

tr.even td.sorting_2 {
  background-color: #EFEFEF;
}

tr.even td.sorting_3 {
  background-color: #EFEFEF;
}


/* For the Conditional-CSS grading rows */
/*
  Colour calculations (based off the main row colours)
  Level 1:
    dd > c4
    ee > d5
  Level 2:
    dd > d1
    ee > e2
 */
tr.odd.gradeA td.sorting_1 {
  background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
  background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
  background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
  background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
  background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
  background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
  background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
  background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
  background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
  background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
  background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
  background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
  background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
  background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
  background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
  background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
  background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
  background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
  background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
  background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
  background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
  background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
  background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
  background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  background-color: #E6FF99;
}

.css_right {
  float: right;
}

tr.preferred.odd {
  background-color: #F8E393;
}

tr.preferred.even {
  background-color: #FAECB6;
}

tr.standard.odd {
  background-color: #DEECF8;
}

tr.standard.even {
  background-color: #B9D7F1;
}

table {
  border-collapse: collapse;
}

th {
  text-align: center;
}

tr.even > td:first-child, tr.odd > td:first-child {
  background-color: #FFF !important;
  width: 65px;
}

.clickable {
  cursor: pointer;
}

.ui-tabs {
  padding: 0 !important;
}

#nav-buttons {
  position: absolute;
  width: 100%;
  height: 16px;
  z-index: 10;
}

#minimize, #maximize, #restore, #resize {
  position: absolute;
  height: 16px;
  width: 16px;
  z-index: 10;
  cursor: pointer;
  top: 8px;
  border: 1px solid #26459D;
}

#minimize > span, #maximize > span, #restore > span, #resize > span {
  height: 16px;
  width: 16px;
}

#minimize {
  right: 50px;
}

#restore {
  right: 30px;
}

#maximize {
  right: 10px;
}

#resize {
  right: 0px;
}

#listview-loading,
#excess-data {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #C83C3C;
}

#listview-loading {
  color: #26459D;
}


iframe.iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #FFF;
}

.opacity-overlay {
  background: url(/static/img/opacity-overlay.png);
  z-index: 5;
  display: none;
  position: fixed;
}

