body {
  /*background-color: #E3E7EA;*/
}
#container {
  position: absolute;
}

.ui-jqgrid {
  overflow: hidden;
}

.ui-jqgrid tr.jqgrow td {
  white-space: normal !important;
}

.ui-widget {
  font-size: 11px;
}

a.criteria:link {
  color: #666666;
  text-decoration: none;
}

a.criteria:visited {
  color: #666666;
  text-decoration: none;
}

a.criteria:active {
  color: #666666;
  text-decoration: none;
}

a.criteria:hover {
  color: #666666;
  text-decoration: underline;
}

#close_info_box {
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 2px;
}

#expander-up {
  background-image: url("/images/expander.png");
  background-repeat: no-repeat;
  background-position: left -12px;
  cursor: pointer;
  display: none;
  width: 12px;
  position: absolute;
  right: 2px;
  z-index: 10101;
  margin-top: -14px;
}

#expander-down {
  background-image: url("/images/expander.png");
  background-repeat: no-repeat;
  background-position: left 1px;
  cursor: pointer;
  display: none;
  width: 12px;
  position: absolute;
  right: 2px;
  z-index: 10101;
  top: 2px;
}

#map {
  background: #ffffff;
  height: 200px;
  position: relative;
}

#map_canvas {
  width: 100%;
  height: 100%;
  /*min-width: 700px;*/
  border: none;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  float: none;
  border: 1px solid #666;
}

#trends_chart {
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  height: 125px;
  width: 215px;
}

.chart_description {
  font-style: italic;
  text-align: center;
  padding-top: 2px;
}

#main_page_ad {
  background: none repeat scroll 0 0 #ffffff;
  /*min-width: 700px;*/
  text-align: center;
  padding-right: 10px;
  padding-bottom: 2px;
}

#hotspot_summary {
  font-size: 11px;
}

#nearByCities {
  margin-left: 23px;
}

#hotspot_table {
  background: #ffffff;
  padding-top: 2px;
  /*min-width: 700px;*/
  display: none;
  position: relative;
  top: 5px;
}

#location {
  width: 100%;
  top: 25px;
  z-index: 1003;
  font-size: 13px;
}

#loc,
#case_id {
  color: #666;
  width: 260px;
  font-size: 16px;
  padding-right: 28px;
  height: 22px;
}

#case_details,
#search_by_term {
  font-size: 12px;
}

#case_details_error {
  font-size: 12px;
  font-weight: bold;
}

.search_title {
  font-weight: bold;
  padding-top: 10px;
}

#search-dialog {
  margin-top: 35px;
  display: none;
  font-size: 13px;
}

.search_opts {
  font-size: 12px;
}

#search_icon {
  position: absolute;
  z-index: 1004;
  margin-left: 205px;
  margin-top: -1px;
}

#onscreen_count {
  font-size: 16px;
  font-weight: bold;
}

#filters {
  border-top: 1px solid #aaaaaa;
  padding-top: 2px;
  font-size: 11px;
}

.filter {
  /*display: none; */
}

#widget_buttons {
  margin-top: 5px;
}

.widget_button {
  border: 1px solid #afafaf;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  height: 20px;
  line-height: 10px;
  margin-top: 4px;
  overflow: hidden;
  padding: 2px;
  font-size: 11px;
}

.widget_button:hover {
  background-color: #cad3dd;
  border-color: #a3b1be;
  color: black;
}

.widget_button img {
  float: left;
  margin-left: 2px;
  margin-right: 4px;
  margin-top: 3px;
}

#legend {
  /*border: 1px solid #AFAFAF;
				border-radius: 4px 4px 4px 4px;*/
  height: 30px;
  line-height: 10px;
  margin-top: 4px;
  overflow: hidden;
  padding: 2px;
  font-size: 11px;
}

.alert {
  z-index: 10;
  left: 0px;
  position: absolute;
  background: url("/images/alert_back.gif") repeat scroll 50% 50% #ffffff;
  border: 1px solid #000000;
  width: 100%;
  height: 25px;
  bottom: -1px;
  margin-left: 1px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  /*min-width: 700px;*/
  text-align: center;
  display: none;
  opacity: 0.8;
}

#alert_txt {
  line-height: 25px;
}

.star {
  cursor: pointer;
}

.float_right {
  float: right;
  overflow: hidden;
  width: 75px;
}

#startDate,
#endDate {
  padding-left: 15px;
}

.star_continer {
  cursor: pointer;
}

.star {
  background-image: url(/images/icons/star.png);
  width: 32px;
  height: 32px;
}

.star_on {
  background-image: url(/images/icons/star_on.png);
  width: 32px;
  height: 32px;
}

#happy_star {
  cursor: pointer;
  position: relative;
  top: 6px;
}

.sighting_type {
  font-size: 14px;
  font-weight: bold;
  color: #156612;
}

#clear_startDate,
#clear_endDate {
  padding-left: 10px;
  display: none;
  text-decoration: none;
}

#leftsidepane {
  margin-right: 20px;
  position: absolute;
  z-index: 1;
  background: #eeeeee;
  width: 230px;
  display: none;
}

#progress_bar {
  color: #4f4c42;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 10px;
  position: absolute;
  text-align: left;
  top: 10px;
  z-index: 10;
  border: 2px solid #000000;
  background: #ffffff;
  height: 40px;
  opacity: 0.8;
  padding-bottom: 2px;
  display: none;
}

#progress_bar_contents {
  background: none repeat scroll 0 0 transparent;
  padding: 2px 2px 0 2px;
  width: 250px;
  z-index: 100;
}
.filtertable label {
  width: 90px;
  color: #666666;
}
#search {
  position: absolute;
  left: 15px;
  bottom: 2px;
}
#download_pdf_reader {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

#progress_bar_text {
  float: left;
  font-size: 15px;
  font-weight: bold;
}

#progress_bar_pct {
  float: right;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

#progress_bar_border {
  background: url("/images/ajax-loader-bar.gif") repeat scroll 0 0 #c1c1c1;
  width: 250px;
  height: 10px;
  margin-top: 5px;
}

#progress_bar_progress {
  background: none repeat scroll 0 0 #769fd1;
  height: 10px;
}

.info_box {
  background-color: white;
  border: 1px solid #000000;
  z-index: 2000;
  width: 210px;
  font-size: 11px;
}

.ui-accordion-header {
  cursor: hand;
}

.ui-helper-reset {
  font-size: 12px;
  line-height: 1.4;
}

.ui-corner-top {
}

.ui-widget-header {
  border: none;
  background: none;
  color: #666666;
  font: 12px Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
}

.filterCriteria .ui-widget-content {
  border: none;
  color: #666666;
  background: none;
}

.ui-state-active {
  border: none;
  color: #666666;
  background: none;
  font: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
  font-weight: bold;
}

.ui-state-default {
  border: none;
  background: none;
  color: #666666;
  font: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
  font-weight: bold;
}

.ui_widget {
  color: #666666;
  font: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
}

.ui-accordion .ui-accordion-content {
  padding: 0.5em;
}

#header {
  left: 30px;
  position: relative;
  width: 180px;
  top: -15px;
}
#header_text {
  left: 30px;
  position: relative;
  width: 180px;
}

.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  color: #ffffff;
  background: url("/images/alert_back.gif") repeat scroll 50% 50% #ffffff;
}

.ui-jqgrid-hbox {
  background: url("/images/alert_back.gif") repeat scroll 50% 50% #ffffff;
}

.myAltRowClass {
  background-color: #eeeeee;
  background-image: none;
}

.countTitle {
  color: #bb0000;
  font-weight: bold;
  font-size: 18px;
}

#locationSearchCriteria {
  font-weight: bold;
  font-size: 18px;
}

#zoom_in_text {
  font-size: 18px;
  color: #666666;
}

#criteria_category {
  vertical-align: middle;
  float: right;
  width: 20px;
  height: 16px;
}

#criteria_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
  border-bottom: 1px solid #666666;
}
#optionalText {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  color: #666666;
}

.MicrosoftNav.stylev2 .NavBar_modeSelectorControlContainer {
  display: none;
}
.clusterText div {
  color: #d52b1e !important;
}
