﻿body
{
}
#navigationWindow .x-window-body
{
  background-image: url(../images/FullHeaderBanner-New.png) !important;
  background-repeat: no-repeat !important;
}
.zoomIn {
  background-image: url(../images/icons/small/i_zoomin.png) !important;
}
.zoomOut {
  background-image: url(../images/icons/small/i_zoomout.png) !important;
}
.zoomFull {
  background-image: url(../images/icons/small/i_zoomfull.png) !important;
} 
.prevExtent {
  background-image: url(../images/icons/small/i_zoomprevious.png) !important;
}
.nextExtent {
  background-image: url(../images/icons/small/i_zoomnext.png) !important;
}
.pan {
  background-image: url(../images/icons/small/i_pan.png) !important;
}
em .bookmarksButton {
  background: url(../images/icons/small/i_bookmark.png) no-repeat !important;
}
em .layersButton {
  background: url(../images/icons/small/i_layers_ESRI.png) no-repeat !important;
}
em .overviewButton {
  background: url(../images/icons/small/i_overview.png) no-repeat !important;
}
em .printButton {
  background: url(../images/icons/small/i_print.png) no-repeat !important;
}
.deleteButton {
  background-image: url(../images/icons/small/w_close_red.png) !important;
}
.bookmarkButton {
  background-image: url(../images/icons/small/i_bookmark.png) !important;
}
.addressLocatorButton {
  background-image: url(../images/icons/small/i_mailbox.png) !important;
}
.coordinateLocatorButton {
  background-image: url(../images/icons/small/i_pushpin.png) !important;
}
.coordinatePopupButton {
  background-image: url(../images/icons/small/identify.png) !important;
}
em .aboutButton {
  background: url(../images/icons/small/i_about.png) no-repeat !important;
}
em .feedbackButton {
  background: url(../images/icons/small/i_draw.png) no-repeat !important;
}
.infoButton {
  background-image: url(../images/icons/small/i_info.png) !important;
}
em .helpButton {
  background-image: url(../images/icons/small/i_help.png) !important;
}
.globeButton {
  background-image: url(../images/icons/small/i_globe.png) !important;
}
/* Layers button on screen */
em .streetLayerButton {
  background: url(../images/icons/small/i_highway.png) no-repeat !important;
  width: 75px !important;
}
em .satelliteLayerButton {
  background: url(../images/icons/small/i_satellite.png) no-repeat !important;
  width: 75px !important;
}
em .ggacLayerButton {
  background: url(../images/icons/small/i_tools.png) no-repeat !important;
  width: 105px !important;
}
em .dfirmLayerButton {
  background: url(../images/icons/small/i_tools.png) no-repeat !important;
  width: 150px !important;
}
#satelliteButton, #streetButton, #ggacLayerButton, #dfirmLayerButton {
  z-index: 9004 !important;
}
.bookmark-item-selector {
  background-color: #E8E8E8;
}
.dataview-over {
  background-color: #eee;
}
.dataview-selected {
  background-color: #ddd;
}
.transparent {
  background-color: transparent !important;
}
.image-node .x-tree-node-icon{
    margin-bottom:1px;
    height:15px;
}

.x-menu-list-item-indent {
  padding-left: 0px !important;
}

/* Modifies buttons to set their width to be the same for use in our drop-down */
.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
  background-position:left center;
  background-repeat:no-repeat;
  height:24px;
  width:110px;
}
.zoomSliderPanel {
  background-color: Transparent !important;
  border: 0px !important;
  overflow: visible !important;
  z-index:9004;
}

.baseLayerToggle {
  background-color: #eee !important;
  border: 1px solid #666 !important;
  font: Arial, bold, smaller;
  text-align: center !important;
  z-index:9004;
}

.mouseCrossHair {
  cursor: crosshair !important;
}
.mouseDefault {
  cursor: default !important;
}
.mouseHelp {
  cursor: help !important;
}
.mouseMove {
  cursor: move !important;
}
.mousePointer {
  cursor: pointer !important;
}
.mouseProgress {
  cursor: progress !important;
}
.mouseWait {
  cursor: wait !important;
}
.mouseZoomIn {
  cursor: url(../cursors/i_zoomin.png), url(../cursors/i_zoom_in.cur), default !important;
}
.mouseZoomOut {
  cursor: url(../cursors/i_zoomout.png), url(../cursors/i_zoom_out.cur), default !important;
}
/* Not marked !important so the above will override this default behavior */
.mousePan {
  cursor: url(../cursors/i_pan.png), url(../cursors/i_pan.cur), move;  
}

/* 
  Override button styles so there are no background images 
  Actual images should be updated for this instead

*/
#navigationWindow .x-btn-tl {
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-tc {
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-tr {
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-ml{
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-mc{
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-mr{
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-bl{
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-bc{
background-color: transparent !important;
background-image: none !important;
}
#navigationWindow .x-btn-br{
background-color: transparent !important;
background-image: none !important;
}