@import url("http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/dojo/dijit/themes/tundra/tundra.css");
@import url("http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/dojo/dojox/grid/resources/tundraGrid.css");
/** {
  margin: 0;
  padding: 0;
}*/
.app-style {
  background-color: white;
  font-family: "Trebuchet MS";
}
.full-size {
  height: 100%;
  width: 100%;
  margin: 0;
}
.pane-Group {
  padding: 4px;
}
.div-Group {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  margin: 6px;
  margin-top: 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  /* Old Firefox */
}
.font-Group {
  position: absolute;
  top: -12px;
  margin: 0px;
  margin-bottom: 10px;
  background: white;
  font-size: 100%;
  font-weight: bold;
  text-shadow: 1px 1px #d2d2d2;
}
.font-Action {
  font-size: 95%;
  color: #3f3f3f;
  font-style: italic;
}
.font-SubGroup {
  font-size: 95%;
  color: #3f3f3f;
  font-weight: bold;
}
.font-Item {
  font-size: 85%;
  color: #666666;
}
.font-SubItem {
  font-size: 65%;
  color: #999999;
}
.form-Button {
  /*  color: #8A1C1C;
  text-shadow: 0 0 0.5px #444*/
}
.VAlink-style a:link {
  color: white;
  text-decoration: none;
}
.VAlink-style a:visited {
  color: white;
  text-decoration: none;
}
.VAlink-style a:hover {
  color: #ececec;
  text-decoration: none;
}
.VAlink-style a:active {
  color: white;
  text-decoration: none;
}
.link-style a:link {
  color: #a73d3f;
  text-decoration: underline;
}
.link-style a:visited {
  color: #a73d3f;
  text-decoration: underline;
}
.link-style a:hover {
  color: #8a1c1c;
  text-decoration: underline;
}
.link-style a:active {
  color: #b45f5f;
  text-decoration: underline;
}
.tbl {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: block;
}
.tbl-Header {
  background-color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='#FFFFFF');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#ffffff));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #d2d2d2, #ffffff);
  /* for firefox 3.6+ */
}
.tbl-RowEven {
  background-color: white;
}
.tbl-RowEven:hover {
  background-color: #d5afaf;
}
.tbl-RowOdd {
  background-color: #ececec;
}
.tbl-RowOdd:hover {
  background-color: #d5afaf;
}
.tbl-Results {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: block;
}
.tbl-Results .tblResultsHeader {
  background-color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='#FFFFFF');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#ffffff));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #d2d2d2, #ffffff);
  /* for firefox 3.6+ */
}
.tbl-Results .tblResultsBody .trEven {
  background-color: white;
}
.tbl-Results .tblResultsBody .trEven:hover {
  background-color: #d5afaf;
}
.tbl-Results .tblResultsBody .trOdd {
  background-color: #ececec;
}
.tbl-Results .tblResultsBody .trOdd:hover {
  background-color: #d5afaf;
}
.tbl-Results .tblResultsBody .tdProvider {
  width: 85%;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  text-transform: capitalize;
}
.tbl-Results .tblResultsBody .tdSpeed {
  width: 15%;
  text-align: center;
}
.dijit-Border {
  border: 1px solid #c88c8c;
}
.dijitDialogUnderlayWrapper .dijitDialogUnderlay {
  background-color: black;
}
.help {
  cursor: pointer;
  display: inline;
  float: right;
  width: 66px;
  height: 14px;
  font-size: 70%;
  font-weight: bold;
  margin: 30px;
  padding: 4px;
  padding-top: 2px;
  padding-left: 14px;
  border-radius: 16px;
  -moz-border-radius: 14px;
  /* Old Firefox */
  color: #999999;
  background-color: transparent;
  border: 1px solid #999999;
}
.help:hover {
  color: #3f3f3f;
  background-color: transparent;
  border-color: #3f3f3f;
}
.helper {
  cursor: pointer;
  display: inline;
  float: right;
  width: 66px;
  height: 14px;
  font-size: 70%;
  font-weight: bold;
  margin: 30px;
  padding: 4px;
  padding-top: 2px;
  padding-left: 14px;
  border-radius: 16px;
  -moz-border-radius: 14px;
  /* Old Firefox */
  color: #999999;
  background-color: transparent;
  border: 1px solid #999999;
  font-size: 80%;
  margin: 1px;
  padding: 0px;
  padding-left: 6px;
  width: 11px;
  height: 16px;
  position: relative;
}
.helper:hover {
  color: #3f3f3f;
  background-color: transparent;
  border-color: #3f3f3f;
}
.helpDialog .dijitTabContainerTop-tabs .dijitTabContainer {
  width: 99%;
  height: 99%;
}
.helpDialog .dijitTabContainerTop-tabs .dijitTab {
  padding-bottom: 2px;
  border-bottom: 2px solid #ccc;
  font-size: 100%;
  color: #666666;
  text-shadow: 0 0 0.5px #666666;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  /* Old Firefox */
  -moz-border-radius-topright: 4px;
  /* Old Firefox */
}
.helpDialog .dijitTabContainerTop-tabs .dijitTabHover {
  border-color: #ccc;
  color: #8a1c1c;
  background: #f8fafd url("../../images/accordionItemHover.png") bottom repeat-x;
}
.helpDialog .dijitTabContainerTop-tabs .dijitTabChecked {
  padding-bottom: 2px;
  border-bottom: 2px solid white;
  font-size: 120%;
  color: #8a1c1c;
  text-shadow: 0 0 0.5px #666666;
}
.helpDialog .dijitTabContainerTop-tabs .dijitTabChecked.dijitTabHover {
  background: none;
  padding-bottom: 2px;
  border-bottom: 2px solid white;
}
.helpDialog .dijitDialogPaneContent {
  width: 99% !important;
}
.helpDialog .dijitDialogContentPane {
  width: 400px;
  height: 610px;
}
.helpDialog .helpImage {
  border: 1px solid #d2d2d2;
  border-radius: 14px;
  box-shadow: 10px 10px 5px #888888;
}
.helpDialog .helpSteps {
  cursor: pointer;
  display: inline;
  float: right;
  width: 66px;
  height: 14px;
  font-weight: bold;
  margin: 30px;
  padding: 4px;
  padding-top: 2px;
  padding-left: 14px;
  border-radius: 16px;
  -moz-border-radius: 14px;
  /* Old Firefox */
  color: #999999;
  background-color: transparent;
  border: 1px solid #999999;
  cursor: default;
  float: none;
  color: black;
  background-color: #666666;
  font-size: 70%;
  margin: 4px;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  min-width: 760px;
  min-height: 480px;
}
html a:link,
body a:link {
  color: #a73d3f;
  text-decoration: underline;
}
html a:visited,
body a:visited {
  color: #a73d3f;
  text-decoration: underline;
}
html a:hover,
body a:hover {
  color: #8a1c1c;
  text-decoration: underline;
}
html a:active,
body a:active {
  color: #b45f5f;
  text-decoration: underline;
}
body {
  background-color: white;
  font-family: "Trebuchet MS";
  overflow: hidden;
}
*:focus {
  outline: none;
}
#divDisable {
  display: none;
}
#mainWindow {
  height: 100%;
  width: 100%;
  margin: 0;
}
#mainHeader {
  padding: 0;
  overflow: hidden;
  height: 140px;
}
#mainHeader #divHeaderPrint {
  display: none;
}
#mainHeader #vaHeader {
  color: white;
  font-weight: bold;
  font-size: 12px;
  height: 40px;
  background: url("../../images/virginia_dot_gov_Button_bg.jpg") repeat;
  border: none;
}
#mainHeader #vaHeader a:link {
  color: white;
  text-decoration: none;
}
#mainHeader #vaHeader a:visited {
  color: white;
  text-decoration: none;
}
#mainHeader #vaHeader a:hover {
  color: #ececec;
  text-decoration: none;
}
#mainHeader #vaHeader a:active {
  color: white;
  text-decoration: none;
}
#mainHeader #vaHeader .vaLogo {
  float: left;
  border: none;
}
#mainHeader #vaHeader .alignLeft {
  float: left;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 13px;
}
#mainHeader #vaHeader #vaSearch {
  float: right;
  margin-top: 10px;
}
#mainHeader #vaHeader #vaSearch p {
  margin: 0;
  padding: 0;
}
#mainHeader #vaHeader #vaSearch #vaSearchBox {
  background: url("../../images/virginia_search_txt-bg.jpg") no-repeat;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  height: 14px;
  padding: 3px;
  width: 172px;
}
#mainHeader #vaHeader #vaSearch #vaSearchBtn {
  background: url("../../images/virginia_search_button-bg.jpg") no-repeat transparent;
  border: none;
  height: 21px;
  margin-left: 2px;
  margin-right: 5px;
  width: 28px;
  vertical-align: middle;
}
#mainHeader #bbHeader {
  color: white;
  font-weight: bold;
  font-size: 18px;
  height: 100px;
  background: #999999;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='#FFFFFF');
  /* for IE */
  /*background: -webkit-gradient(linear, left top, left bottom, from(@siteGrey5), to(white)); /* for webkit browsers JME Oct 2015*/
  background: -moz-linear-gradient(top, #ececec, #ffffff);
  /* for firefox 3.6+ */
  background: #fff;
  /*background: -moz-linear-gradient(@siteGrey5, #FFFFFF);  JME Oct 2015*/
  background: -webkit-linear-gradient(#ececec, #ffffff);
  background: -o-linear-gradient(#ececec, #ffffff);
  background: -ms-linear-gradient(#ececec, #ffffff);
  /*For IE10*/
  background: linear-gradient(#ececec, #ffffff);
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=@siteGrey5, endColorstr='#FFFFFF');/*For IE7-8-9   JME OCT 2015 - already called on line 368*/
  height: 1%;
  /*For IE7*/
}
#mainHeader #bbHeader .bbTeleworkLogo {
  cursor: pointer;
  border: none;
  float: left;
  margin-top: 0px;
}
#mainHeader #bbHeader #bbTeleworkSVG {
  margin-top: 20px;
}
#mainHeader #bbHeader #bbTeleworkPNG {
  margin-top: 40px;
}
#mainHeader #bbHeader #bbTeleHealthSVG {
  position: relative;
  top: 20px;
  left: 40px;
}
#mainHeader #bbHeader #bbTeleHealthPNG {
  margin-top: 40px;
}
#leftPane {
  display: block;
  margin: 0px;
  margin-top: 4px;
  padding: 1px;
  border: 0;
  width: 320px;
  font-family: "Trebuchet MS";
}
#leftPane #leftTab {
  width: 316;
}
#leftPane #leftTab .dijitTabContainerTop-tabs .dijitTab {
  padding-bottom: 2px;
  border-bottom: 2px solid #ccc;
  font-size: 100%;
  color: #666666;
  text-shadow: 0 0 0.5px #666666;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  /* Old Firefox */
  -moz-border-radius-topright: 4px;
  /* Old Firefox */
}
#leftPane #leftTab .dijitTabContainerTop-tabs .dijitTabHover {
  border-color: #ccc;
  color: #8a1c1c;
  background: #f8fafd url("../../images/accordionItemHover.png") bottom repeat-x;
}
#leftPane #leftTab .dijitTabContainerTop-tabs .dijitTabChecked {
  padding-bottom: 2px;
  border-bottom: 2px solid white;
  font-size: 120%;
  color: #8a1c1c;
  text-shadow: 0 0 0.5px #666666;
}
#leftPane #leftTab .dijitTabContainerTop-tabs .dijitTabChecked.dijitTabHover {
  background: none;
  padding-bottom: 2px;
  border-bottom: 2px solid white;
}
#leftPane #leftTab .dijitButtonNode {
  margin-bottom: 2px;
  color: #3f3f3f;
  border-bottom-color: #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /* Old Firefox */
  background: #ffffff url("../../images/buttonEnabled.png") repeat-x bottom left;
}
#leftPane #leftTab .dijitButtonNode:hover {
  color: #8a1c1c;
  border-color: #c88c8c;
  background: #ffffff url("../../images/buttonHover.png") repeat-x bottom left;
}
#leftPane #leftTab .dijitToggleButton,
#leftPane #leftTab .dijitButton,
#leftPane #leftTab .dijitDropDownButton,
#leftPane #leftTab .dijitComboButton {
  margin-left: 0em;
}
#leftPane #leftTab .tundra .dijitTextBox {
  margin: 0;
}
#leftPane #leftTab .dijit.dijitReset.dijitInline.dijitLeft.dijitTextBox {
  margin: 0;
}
#leftPane #leftTab #divSearchOptions {
  padding-top: 10px;
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
}
#leftPane #leftTab #divSearchOptions .dijitTabContainerTop-tabs {
  border-color: #ffffff;
}
#leftPane #leftTab #divSearchOptions .dijitTabContainerTop-tabs .dijitTab {
  margin-top: 0px;
  color: #666666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /* Old Firefox */
}
#leftPane #leftTab #divSearchOptions .dijitTabContainerTop-tabs .dijitTab:hover {
  background: #ffffff url("../../images/buttonHover.png") repeat-x bottom left;
}
#leftPane #leftTab #divSearchOptions .dijitTabContainerTop-tabs .dijitTabChecked {
  border-bottom-color: #ccc;
  color: #8a1c1c;
  text-shadow: 0 0 0.5px #666666;
  shadow: 0 0 0.5px #666666;
}
#leftPane #leftTab #divSearchOptions .dijitTabContainerTop-tabs .dijitTabHover {
  border-bottom-color: #ccc;
  border-color: #ccc;
  color: #8a1c1c;
}
#leftPane #leftTab #divSearchOptions .dijitTabContainerTop-tabs .dijitTabChecked.dijitTabHover {
  background: none;
}
#leftPane #leftTab #divSearchOptions .dijitTabPaneWrapper {
  border: 1px solid #ffffff;
}
#leftPane #leftTab #divSearchOptions #divSearchAddress {
  overflow: hidden;
}
#leftPane #leftTab #divSearchOptions #divSearchAddress .dijitTextBox {
  width: 95% !important;
  margin-right: 5px;
}
#leftPane #leftTab #divSearchOptions #divSearchAddress .dijitTextBoxFocused {
  border-color: #8a1c1c;
  outline: 0px -webkit-focus-ring-color;
}
#leftPane #leftTab #divSearchOptions #divSearchMap {
  overflow: hidden;
}
#leftPane #leftTab #divSearchOptions #divSearchMap .dijitButtonNode {
  color: #3f3f3f;
  border-width: 0px;
  background: none;
  padding: 0px;
}
#leftPane #leftTab #divSearchOptions #divSearchMap .dijitButtonNode:hover {
  color: #8a1c1c;
  border-width: 0px;
  background: none;
  padding: 0px;
}
#leftPane #leftTab #divSearchOptions #divSearchMap .iconRedPin {
  margin-top: 20px;
  background-image: url("../../images/redpin2_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#leftPane #leftTab #divSearchOptions #divSearchMap .iconRedPin:hover {
  background-image: url("../../images/redpin2_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#leftPane #leftTab #divSearchOptions #divSearchMap .iconRedPinCancel {
  margin-top: 20px;
  background-image: url("../../images/redpin2_a.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#leftPane #leftTab #divSearchOptions #divSearchMap .iconRedPinCancel:hover {
  background-image: url("../../images/redpin2_a.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#leftPane #leftTab #divSearchOptions #divSearchLocality #selLocality {
  margin-top: 20px;
}
#leftPane #leftTab #divSearchOptions #divSearchLocality #selLocalitySplash {
  margin-top: 20px;
}
#leftPane #leftTab #divSearchOptions #divSearchLocality .dijitButtonNode {
  border-radius: 0px;
  -moz-border-radius: 0px;
  /* Old Firefox */
}
#leftPane #leftTab #divSearchOptions #divSearchHealth .dijitButtonNode {
  border-radius: 0px;
  -moz-border-radius: 0px;
  /* Old Firefox */
}
#leftPane #leftTab #ResultsPane {
  width: 100%;
  overflow: hidden;
}
#leftPane #leftTab #ResultsPane #divResultsMessage {
  margin-bottom: 5px;
}
#leftPane #leftTab #ResultsPane #tblProviders {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: block;
}
#leftPane #leftTab #ResultsPane #tblProviders .tblResultsHeader {
  background-color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='#FFFFFF');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#ffffff));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #d2d2d2, #ffffff);
  /* for firefox 3.6+ */
}
#leftPane #leftTab #ResultsPane #tblProviders .tblResultsBody .trEven {
  background-color: white;
}
#leftPane #leftTab #ResultsPane #tblProviders .tblResultsBody .trEven:hover {
  background-color: #d5afaf;
}
#leftPane #leftTab #ResultsPane #tblProviders .tblResultsBody .trOdd {
  background-color: #ececec;
}
#leftPane #leftTab #ResultsPane #tblProviders .tblResultsBody .trOdd:hover {
  background-color: #d5afaf;
}
#leftPane #leftTab #ResultsPane #tblProviders .tblResultsBody .tdProvider {
  width: 85%;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  text-transform: capitalize;
}
#leftPane #leftTab #ResultsPane #tblProviders .tblResultsBody .tdSpeed {
  width: 15%;
  text-align: center;
}
#leftPane #leftTab #ResultsPane #resultsMenu {
  width: 60%;
  margin-left: auto;
  margin-right: 0;
}
#leftPane #leftTab #ResultsPane #resultsMenu .dijitButtonNode {
  color: #3f3f3f;
  border-width: 0px;
  background: none;
  padding: 0px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .dijitButtonNode:hover {
  color: #8a1c1c;
  border-width: 0px;
  background: none;
  padding: 0px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .dijitButton {
  margin: 5px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconZoom {
  background-image: url("../../images/zoom_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconZoom:hover {
  background-image: url("../../images/zoom_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconRefresh {
  background-image: url("../../images/refresh_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconRefresh:hover {
  background-image: url("../../images/refresh_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconClear {
  background-image: url("../../images/clear_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconClear:hover {
  background-image: url("../../images/clear_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconPrint {
  background-image: url("../../images/print_is.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #ResultsPane #resultsMenu .iconPrint:hover {
  background-image: url("../../images/print_hs.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#leftPane #leftTab #displayPane .legendLyr {
  font-size: 85%;
  color: #666666;
}
#leftPane #leftTab #displayPane .legendSublyr {
  font-size: 65%;
  color: #999999;
}
#leftPane #leftTab #displayPane .legendSwatch {
  position: relative;
  top: 4px;
  height: 17px;
  width: 17px;
}
#centerPane {
  overflow: hidden;
}
#map {
  height: 100%;
  width: 100%;
  margin: 0;
  min-width: 260px;
  min-height: 260px;
  overflow: hidden;
  padding: 0;
  padding-left: 0;
  border: 1px solid #999999;
}
#map .mapMenu {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#map .mapMenu .dijitButtonNode {
  border-width: 0px;
  background: none;
  padding: 0px;
}
#map .mapMenu .dijitButtonNode:hover {
  border-width: 0px;
  background: none;
  padding: 0px;
}
#map .mapMenu .iconZoomFull {
  background-image: url("../../images/zoomVA_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconZoomFull:hover {
  background-image: url("../../images/zoomVA_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconMapDisplay {
  background-image: url("../../images/layers_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconMapDisplay:hover {
  background-image: url("../../images/layers_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconSearch {
  background-image: url("../../images/search_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconSearch:hover {
  background-image: url("../../images/search_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconInspect {
  background-image: url("../../images/inspect_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconInspect:hover {
  background-image: url("../../images/inspect_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconInspectActive {
  background-image: url("../../images/inspect_a.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconInspectActive:hover {
  background-image: url("../../images/inspect_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconPrint {
  background-image: url("../../images/print_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconPrint:hover {
  background-image: url("../../images/print_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconNoBroadband {
  background-image: url("../../images/noBB_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconNoBroadband:hover {
  background-image: url("../../images/noBB_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconDownload {
  background-image: url("../../images/download_i.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map .mapMenu .iconDownload:hover {
  background-image: url("../../images/download_h.png");
  background-color: Transparent;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#map #map_zoom_slider {
  display: table;
}
#map #mapSpinner {
  display: inline;
  color: #8a1c1c;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}
#legendPane {
  margin-left: -5px;
  display: none;
}
.Print {
  display: none;
}
.loadingOverlay {
  background: #ececec url('../../images/loadingRed.gif') no-repeat 32px 32px;
  display: none;
}
.loadingMessage {
  padding: 25px 40px;
  color: #999999;
}
.splashLoading {
  display: inline;
  z-index: 99;
}
.splashSpinner {
  padding: 2px;
  display: inline;
}
.splashLoadingMsg {
  font-size: 90%;
  color: #999999;
  display: inline;
}
.outerPointer {
  display: none;
}
.pointer {
  display: none;
}
.tundra .dijitTooltipContainer {
  border: 1px solid #c88c8c;
}
.tundra .dijitTooltipRight .dijitTooltipConnector {
  background: url("../../images/tooltipConnectorLeft.png") no-repeat top left !important;
}
.tundra .dijitTooltipLeft .dijitTooltipConnector {
  background: url("../../images/tooltipConnectorRight.png") no-repeat top left !important;
}
.tundra .dijitTooltipAbove .dijitTooltipConnector {
  background: url("../../images/tooltipConnectorDown.png") no-repeat top left !important;
}
.tundra .dijitTooltipBelow .dijitTooltipConnector {
  background: url("../../images/tooltipConnectorUp.png") no-repeat top left !important;
}
.tundra .dijitDialog {
  border: 1px solid #c88c8c;
}
.tundra .dijitDialog .dijitDialogPaneContent {
  padding: 3px;
}
.tundra .dijitDialog .dijitDialogPaneContent .dijitButtonNode {
  color: #3f3f3f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /* Old Firefox */
  background: #ffffff url("../../images/buttonEnabled.png") repeat-x bottom left;
}
.tundra .dijitDialog .dijitDialogPaneContent .dijitButtonNode:hover {
  color: #8a1c1c;
  border-color: #c88c8c;
  background: #ffffff url("../../images/buttonHover.png") repeat-x bottom left;
}
.tundra .dijitDialog .dijitDialogTitleBar {
  font-size: 100%;
  color: #8a1c1c;
  text-shadow: 0 0 0.5px #666666;
}
.tundra .dijitDialog #tblSatellite {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: block;
  display: inline-table;
}
.tundra .dijitDialog #tblSatellite .tblResultsHeader {
  background-color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='#FFFFFF');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#ffffff));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #d2d2d2, #ffffff);
  /* for firefox 3.6+ */
}
.tundra .dijitDialog #tblSatellite .tblResultsBody .trEven {
  background-color: white;
}
.tundra .dijitDialog #tblSatellite .tblResultsBody .trEven:hover {
  background-color: #d5afaf;
}
.tundra .dijitDialog #tblSatellite .tblResultsBody .trOdd {
  background-color: #ececec;
}
.tundra .dijitDialog #tblSatellite .tblResultsBody .trOdd:hover {
  background-color: #d5afaf;
}
.tundra .dijitDialog #tblSatellite .tblResultsBody .tdProvider {
  width: 85%;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  text-transform: capitalize;
}
.tundra .dijitDialog #tblSatellite .tblResultsBody .tdSpeed {
  width: 15%;
  text-align: center;
}
