th,
td {
  border: 1px solid #ccc;
}

#log {
  width: 400px;
  /*height:100%;*/
  border: 1px solid #ccc;
  position: fixed;
  right: 10px;
  z-index: 20;
  display: none;
  background: #ff9;
  padding: 30px 10px;
  bottom: 10px;
}

#directions {
  font-size: 11px;
  width: 600px;
  margin: auto;
}

#test_list {
  background: #fff;
  padding: 10px 6px 50px 6px;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#test_list li {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#adp-placemark,
.adp-placemark {
  display: none;
}

.external_map_link {
  margin-left: 0.5em;
}

table {
  border-collapse: collapse;
  border: none;
}

.high_rank {
  background-color: #c4ffd7;
}

.low_rank {
  background: #ffc;
}

#test_list a,
#test_list a:visited {
  color: blue;
}

li.selected {
  background-color: #0ff;
}

#locator_map_wrap,
.map_wrap {
  background-image: url(../../images/featured.jpg);
  background-repeat: repeat-x;
  padding-top: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 320px;
  border: 1px solid #036c94;
  border-radius: 6px;
  box-shadow: 0px 0 6px #a9a9a9;
}

.gmap3 {
  /*margin-top: 20px;*/
  /*width: 756px;
	height: 500px;*/
  min-width: 400px;
  min-height: 300px;
  /*clear:both;*/
  float: left;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 0;
}

.marker_number {
  color: white;
  font-size: 16px;
  font-weight: bold; /*background:#000;*/
}

.link_rank {
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
  background: #eee;
  margin-left: 0.5em;
}

/*#curr_address,
#yhoo_address,
#bing_address {
	padding:0px 10px;
	font-weight:bold;
	color:green
}*/

a img {
  border: none;
}

/*#top_test_control {
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	background-color: #666;
	text-align: center;
	color:white;
	cursor:pointer;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#top_test_panel {
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	background:#EAEAEA;
	z-index:10;
}*/

form {
  background: #fff;
}

form td {
  border: none;
}

/*#top_test_panel_content {
	display: none;
	margin: auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}*/

#jeap_sidebar {
  /*height: 200px;*/
  width: 210px;
  /*padding-left: 10px;*/
  position: absolute;
  left: 0px;
  top: 40px;
}

.map_top_menu {
  height: 24px;
  position: absolute;
  left: 10px;
  top: 4px;
}

.map_top_menu li {
  display: inline-block;
  float: left;
}

.map_top_menu li a {
  line-height: 24px;
  color: #525252;
  text-decoration: none;
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}

#marker_list {
  padding-bottom: 110px;
}

#marker_list li,
.marker_list li {
  text-transform: capitalize;
  /*border-bottom:1px solid green;*/
  margin-bottom: 3px;
  color: white;
  padding: 5px;
  position: relative;
}

/*#marker_list > ul > li {
	min-height:60px
}*/

.marker_info.extra_marker {
  display: none;
}
#marker_list li.more_choices {
  color: #666;
  /*padding-left:20px;*/
  font-size: 11px;
}

#marker_list li.google,
.marker_list li.google {
  background: green;
}

#marker_list li.bing,
.marker_list li.bing {
  background:/*#2257AB*/ #2e6fbf;
}

#marker_list li.geoNames,
.marker_list li.geoNames {
  background: #b40000;
}

#marker_list li.yahoo,
.marker_list li.yahoo {
  background: #460347;
  display: none;
}
#marker_list li h3 {
  margin: 0;
}

#marker_list li.has_moved .drag_hide {
  display: none;
}
#marker_list li.has_moved .geo_address {
  text-decoration: line-through;
}

#marker_drag_address_list .no_LatLng {
  display: none;
}

.marker_quality {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/buttons.png);
  background-repeat: no-repeat;
}

#directions_quality_color {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/buttons.png);
  background-repeat: no-repeat;
  margin-bottom: -6px;
}

.marker_quality.bad,
#directions_quality_color.bad {
  background-position: 0 -70px;
}

.marker_quality.fair,
#directions_quality_color.fair {
  background-position: 0 -210px;
}

#marker_list .external_map_link {
  position: absolute;
  right: 5px;
  top: 5px;
}

/*.marker_control_menu {
	position:absolute;
	right:98%;
	top:0;
	width:180px;
	padding:10px;
	display:none;
	z-index:1200;
	border-radius: 6px 0 0 6px;
}*/

.marker_control_menu {
  position: absolute;
  left: 50px;
  top: 38px;
  width: 60%;
  padding: 10px;
  display: none;
  z-index: 1200;
  border-radius: 6px;
}

#marker_list .marker_control_menu li {
  padding: 2px 0;
}

#marker_list .marker_control_menu a {
  display: block;
}

.google .marker_control_menu {
  background: green;
}

.bing .marker_control_menu {
  background:/*#2257AB*/ #2e6fbf;
}

.yahoo .marker_control_menu {
  background: #460347;
}

.geoNames .marker_control_menu {
  background: #b40000;
}

#marker_list a {
  color: white;
  line-height: 1.5em;
}

/*#marker_list .geoNames a {
	color:black;
}*/

.geo_source {
  font-size: 1.1em;
  font-weight: bold;
}

.marker_info_bottom {
  clear: both;
  position: relative;
  height: 16px;
}
.sidebar_latLng {
  background: none repeat scroll 0 0 #444444;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 4px 4px;
  color: #dddddd;
  font-size: 11px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 125px;
  text-align: center;
}

.google .sidebar_latLng {
  background: #005b00;
}
.bing .sidebar_latLng {
  background: #2e5098;
}
.yahoo .sidebar_latLng {
  background-color: #6f006f;
}

table#curr_site {
  font-size: 10px;
}

.marker_context {
  width: 150px; /* background:#FFF;*/
  /*border:1px solid #CCC;*/
  font-size: 12px;
  position: relative;
  color: #fff;
}
.marker_context_inner {
  margin-left: 12px;
  padding: 10px;
  border-radius: 6px;
  background: #026c89;
}

.marker_context .context_arrow {
  position: absolute;
  width: 12px;
  height: 0px;
  border-right: 12px solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 15px;
  left: -12px;
  border-right-color: #026c89;
}
.google .marker_context_inner {
  background: green;
}

.bing .marker_context_inner {
  background:/*#2257AB*/ #2e6fbf;
}

.yahoo .marker_context_inner {
  background: #460347;
}

.google .context_arrow {
  border-right-color: green;
}

.bing .context_arrow {
  border-right-color: #2e6fbf;
}

.yahoo .context_arrow {
  border-right-color: #460347;
}

.context_close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 5px;
}

/*.marker_menu {
	margin:10px;
}*/

.marker_menu a {
  display: block;
  color: #fff;
  line-height: 1.5em;
}
.toggle_content {
  display: none;
}

/*.geo_source, .geo_source a{ font-weight:bold; color:white}*/
/*.geo_source.google{ color:green}
.geo_source.bing{ color:#2257AB}
.geo_source.yahoo{ color:white}*/

.ui-widget-content a.Inspiration,
.Inspiration {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  /*background-image: -moz-linear-gradient(top, #a8c6b8, #157a93);
	background-image: -o-linear-gradient(top, #a8c6b8, #157a93);
	background-image: -webkit-linear-gradient(#a8c6b8, #157a93);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #a8c6b8), color-stop(1, #157a93));
	background-image: linear-gradient(top, #a8c6b8, #157a93);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#a8c6b8', EndColorStr='#157a93', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#a8c6b8', EndColorStr='#157a93', GradientType=0);*/
  border-style: solid;
  color: #ddd;
  background-color: #157a93;
  border-color: #b8c5ab;
  font-size: 14px;
  font-weight: bold;
  border-width: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  /*behavior: url(../webassist/button_styles/ie-css3.htc);*/
  text-decoration: none;
}

.ui-widget-content a.Inspirationcustom,
.Inspirationcustom {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  /*	background-image: -moz-linear-gradient(top, #a8c6b8, #53062C);
	background-image: -o-linear-gradient(top, #a8c6b8, #53062C);
	background-image: -webkit-linear-gradient(#a8c6b8, #53062C);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #a8c6b8), color-stop(1, #53062C));
	background-image: linear-gradient(top, #a8c6b8, #53062C);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#a8c6b8', EndColorStr='#53062C', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#a8c6b8', EndColorStr='#53062C', GradientType=0);
*/
  border-style: solid;
  color: #ddd;
  background-color: #53062c;
  border-color: #b8c5ab;
  font-size: 14px;
  font-weight: bold;
  border-width: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  /*behavior: url(../webassist/button_styles/ie-css3.htc);*/
}
.Inspiration:hover {
  background-color: #155f80;
}

.Inspirationcustom:hover {
  background-color: #a70c59;
}

#marker_drag_addresses {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100px;
  background: #ffc;
}
/*#services_map_wrap{ height:100%; float:none;position:relative;}*/
/*#services_map{ width:500px; height:100%}*/
/*#services_list_wrap{ position:absolute; right:20px; top:0; height:80%; width:260px;}*/
/*.wijmo-wijlist-ul {
    border: 0 none;
    display: block;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 2px;
}
.wijmo-wijlist-ul .wijmo-wijlist-item {
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    margin: 1px 0;
    padding: 3px 5px;
    text-align: left;
	text-shadow:1px 1px 0 #CCC;
}*/

.service_map_labels_hospitals {
  color: white;
  background-color: #7a001c;
  /* font-family: "Lucida Grande", "Arial", sans-serif;*/
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  border: 2px solid #e7e8d1;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #666;
  /* white-space: nowrap;*/
  padding: 4px 6px;
}

.service_map_labels_fire {
  color: white;
  background-color: red;
  /* font-family: "Lucida Grande", "Arial", sans-serif;*/
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  border: 2px solid #e7e8d1;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #666;
  /* white-space: nowrap;*/
  padding: 4px 6px;
}
/* goog directions over ride*/

.distance_miles {
  font-size: small;
  color: blue;
}
.adp-directions {
  font-size: 11px;
  width: 100%;
}
#jeap_step_list {
  width: 50000px;
  float: left;
  height: 100%;
}
#jeap_steps_inner {
  height: 100%;
}
#jeap_step_list > li {
  float: left;
  width: 2000px;
  /*min-height:400px;*/
  background: #68aed2;
  height: 100%;
}

#services_list_wrap ul#services_lists {
  /* float: left;*/
  margin: 0;
  padding-top: 8px;
  float: left;
  /*padding:10px;*/
  width: 10000px;
  height: 100%;
}
ul#services_lists > li {
  float: left;
  width: 280px;
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

#hospitals_list {
  width: 278px;
  height: 400px;
}

.map_controls {
  background-image: url(../../images/featured.jpg);
  background-repeat: repeat-x;
  background-color: #f2f2f2;
  padding-top: 36px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 280px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #036c94;
  border-radius: 6px 6px 6px 6px;
  box-shadow: -2px 0 4px #a9a9a9;
}

#locator_map_marker_lists.map_controls {
  overflow: auto;
  padding-bottom: 110px;
}
#services_list_wrap {
  overflow: hidden;
}

.wijmo-wijsuperpanel-button {
  z-index: 1000;
}

#hospital_directions_overlay {
  width: 500px;
  /*background:orange;*/

  display: none;
}
#hospital_directions_overlay_inner {
  padding: 1em 1em 0.5em 1em;
  box-shadow: 2px 2px 4px #666;
  background: #fff;
  display: none;
}

#hosp_direct_toggle {
  background: url("white-arrow.gif") no-repeat scroll 140px -48px transparent;
  color: #ffffff;
  display: block;
  font:
    bold 120%/100% Arial,
    Helvetica,
    sans-serif;
  height: 27px;
  margin: 0 auto;
  padding: 10px 10px 0 0;
  text-align: center;
  text-decoration: none;
  width: 142px;
  box-shadow: 2px 2px 4px #666;
}
#hosp_direct_toggle:hover {
  text-decoration: underline;
}

#hosp_direct_toggle.active {
  background-position: 140px 12px;
}

/*.slide {
   
}*/
#hospital_directions_overlay h3 {
  margin: 0.5em 0;
}
#hosp_direction_controls {
  background: url("../../images/btn-slide.gif") no-repeat scroll center top
    transparent;
  /* border-top: 4px solid #422410;*/
  margin: 0;
  padding: 0;
}

.adp-substep div {
  display: inline;
  margin-left: 1.5em;
}

.services_controls {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  background: #990000;
  height: 40px;
  text-align: center;
  display: none;
}
.services_controls a {
  margin-top: 3px;
  display: inline-block;
}
.services_controls a.prev_service {
  margin-right: 20px;
  margin-top: 0;
}
#service_name {
  position: absolute;
  top: 6px;
  left: 10px;
  right: 10px;
  /*text-align:center;*/
  font-size: 16px;
  font-weight: bold;
  color: #990000;
}

.service_info {
  font-weight: bold;
  color: #990000;
  padding: 4px;
}
#intersection_wrap {
  margin-top: 40px;
  display: none;
}
#intersection {
  width: 100%;
}
#intersect_error {
  padding: 6px 10px;
  font-weight: bold;
  display: none;
}
#final_step,
#steps_completed {
  border: 1px solid #036c94;
  border-radius: 6px 6px 6px 6px;
  bottom: 40px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0px;
  background: #f2f2f2;
  box-shadow: 0px 0 6px #a9a9a9;
}

#final_step {
  width: 1332px;
  margin: 0 auto;
}

#final_step .table_wrapper {
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 10px;
  /*float:left;
	width:50%*/
}
#final_step table.main_table {
  width: 100%;
}
.wide_50 {
  width: 50%;
}
td.red {
  color: red;
}
.main_table td {
  font-weight: bold;
}
.main_table td span {
  font-weight: normal;
}
#final_tables {
  bottom: 10px;
  left: 20px;
  overflow: auto;
  position: absolute;
  top: 0px;
  width: 45%;
  padding-bottom: 20px;
}
.final_title {
  /*padding:.5em 0;*/
  font-size: 14px;
  font-weight: bold;
  color: #006699;
}
#final_tables td {
  border-color: #006699;
}

.map_help {
  position: absolute;
  width: 350px;
  top: 0px;
  right: -350px;
  bottom: 0;
  z-index: 900;
  /*border-radius:0px 0px 10px 0px;*/
  overflow: hidden;
}

.map_help_bg {
  background-color: #026c89;
  /*background-color: steelblue;*/
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #ccc;

  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}

.map_help_content {
  background-color: #eeeeee;
  border-radius: 10px 0 0 10px;
  bottom: 0;
  left: 30px;
  overflow: auto;
  padding: 20px 10px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 910;
}

.map_help .help_close {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ffc;
  font-weight: bold;
  z-index: 2010;
  font-size: 14px;
  cursor: pointer;
}

.map_help_button_wrap {
  height: 27px;
  position: absolute;
  right: 45%;
  top: 1px;
  width: 108px;
  cursor: pointer;
}
.help_title {
  color: #990000;
  text-shadow: 1px 1px 3px #999;
  font-size: 16px;
  margin-top: 0;
  border-bottom: 1px dotted #990000;
}
#address_response_title {
  margin-top: 0;
}

/* fix hover flicker*/
.wijmo-wijlist-item.ui-state-hover,
.wijmo-wijlist-item.ui-state-active {
  background: none repeat scroll 0 0 #5f83b9;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: #ffffff;
  margin: 1px 0 !important;
  padding: 3px 5px !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#marker_sidebar_buttons {
  display: none;
  text-align: center;
  margin-top: 100px;
}

#marker_sidebar_buttons a {
  display: block;
  margin: 10px 0 20px;
}

#address_method {
  width: 735px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  /*margin-left: 100px;*/
}

.method_button {
  float: left;
  text-align: center;
  width: 175px;
  cursor: pointer;
}

/*#send_email_box {
    background-image: url("http://www.wirelessestimator.com/emergency//images/send_bg.png");
    background-repeat: no-repeat;
    height: 227px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    position: relative;
   width: 234px;
	display:none;
}
*/
#send_email_box {
  background-image: url("../images/send_bg.png");
  background-repeat: no-repeat;
  height: 227px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  position: relative;
  width: 234px;
  margin-top: 15px;
}

#send_email input[type="text"] {
  background-color: #f2fdff;
  border: 1px solid #cccccc;
  margin: 0.3em auto 0;
  padding: 0.5em 0;
  width: 234px;
}

#jeap_intro .output_choices {
  /*width: 800px;*/
  margin-left: 40px;
  margin-right: 70px;
}

#jeap_intro .output_choices li {
  float: left;
  width: 31%;
  margin-right: 2%;
}

#final_right {
  bottom: 10px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 15px;
  width: 50%;
}

#other_forms_list_wrap,
#output_choices_wrap {
  float: left;
  width: 48%;
  padding: 0 1%;
  min-width: 245px;
}

#final_right .output_choices p {
  display: none;
}
#final_right .output_choices li {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 20px;
  width: 220px;
  margin-bottom: 15px;
  border-radius: 12px;
  /*opacity: .8;
	filter: Alpha(Opacity=80);*/

  box-shadow: 2px 2px 4px #666;
}
#final_right .output_choices li.choice_link:hover {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
}
#final_right .output_choices li.choice_link {
  cursor: pointer;
}

#final_right .output_choices li.orange_gradient {
  color: #036;
  background: #ffa84c;
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffa84c),
    color-stop(100%, #ff7b0d)
  );
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -ms-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
}
/*#final_right .output_choices li.blue_gradient{
	color: #EAEAEA;
	background: #606c88; 
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); 
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); 
background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); 
background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); 
background: linear-gradient(top,  #606c88 0%,#3f4c6b 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );

	
}*/
#final_right .output_choices li.blue_gradient {
  color: #eaeaea;
  background: #13067e; /* Old browsers */
  background: -moz-linear-gradient(top, #13067e 0%, #cecff9 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #13067e),
    color-stop(100%, #cecff9)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #13067e 0%,
    #cecff9 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #13067e 0%,
    #cecff9 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #13067e 0%, #cecff9 100%); /* IE10+ */
  background: linear-gradient(top, #13067e 0%, #cecff9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13067e', endColorstr='#cecff9',GradientType=0 ); /* IE6-9 */
}

/*#final_right .output_choices li.red_gradient{
	color: #EAEAEA;
	background: #a90329; 
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); 
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
background: linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 

	
}*/

#final_right .output_choices li.non_elevated {
  color: #eaeaea;
  background: #740513;
  background: -moz-linear-gradient(top, #740513 0%, #8f0222 44%, #c10513 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #740513),
    color-stop(44%, #8f0222),
    color-stop(100%, #c10513)
  );
  background: -webkit-linear-gradient(
    top,
    #740513 0%,
    #8f0222 44%,
    #c10513 100%
  );
  background: -o-linear-gradient(top, #740513 0%, #8f0222 44%, #c10513 100%);
  background: -ms-linear-gradient(top, #740513 0%, #8f0222 44%, #c10513 100%);
  background: linear-gradient(top, #740513 0%, #8f0222 44%, #c10513 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740513', endColorstr='#c10513',GradientType=0 );
}

.wijmo-wijlist-ul .wijmo-wijcombobox-selecteditem,
ul.wijmo-wijlist-ul li.wijmo-wijlist-item-selected {
  background: none repeat scroll 0 0 green;
  font-weight: normal;
}

#report_problem {
  position: absolute;
  top: 20px;
  right: 10px;
}
#jeap_intro .output_choices .final_only {
  display: none;
}
.map_help_content .ui-widget-content a {
  color: blue;
}

/*.wijmo-wijlist-ul */
.wijmo-wijlist-item {
  background-color: #fff5ee;
  border-bottom: 1px solid #ccc;
}

.ui-accordion .ui-accordion-content {
  padding: 1em;
}
.wijmo-wijlist-ul .wijmo-wijlist-item {
  border: 1px solid #cccccc;
}

.end_page_column {
  float: left;
  width: 31%;
  padding: 1em 1%;
  margin-top: 0.5em;
}
.center_button_wrap {
  text-align: center;
}
/*.end_page_column .equal_content{
	height: 190px;
}*/

#pdf_selection_tabs {
  margin-right: 10px;
  min-width: 300px;
}
.ui-tabs .ui-tabs-panel {
  padding: 1em 0.5em;
}
