 @import "dojo/dijit/themes/soria/soria.css";
        @import "dojo/dojo/resources/dojo.css";
		
      	.zoominIcon { background-image:url(images/nav_zoomin.png); width:28px; height:28px; }
		.zoomoutIcon { background-image:url(images/nav_zoomout.png); width:28px; height:28px; }
		.zoomfullextIcon { background-image:url(images/nav_fullextent.png); width:28px; height:28px; }
		.zoomprevIcon { background-image:url(images/nav_previous.png); width:28px; height:28px; }
		.zoomnextIcon { background-image:url(images/nav_next.png); width:28px; height:28px; }
		.panIcon { background-image:url(images/nav_pan.png); width:28px; height:28px; }
		.measureIcon { background-image:url(images/measure.png); width:28px; height:28px; }
		.identifyIcon { background-image:url(images/info.png); width:28px; height:28px; }
		.searchIcon { background-image:url(images/search.png); width:28px; height:28px; }
		.queryIcon { background-image:url(images/query.png); width:28px; height:28px; }
		.layersIcon { background-image:url(images/nav_layers.png); width:28px; height:28px; }
		.exportKMLIcon { background-image:url(images/kml.png); width:28px; height:28px; }
		.exportCADIcon { background-image:url(images/cad.png); width:28px; height:28px; }

        .accordion_headings{
	        padding:5px;
	        background:#99CC00;
	        color:#FFFFFF;
	        border:1px solid #FFF;
	        cursor:pointer;
	        font-weight:bold;
        }

        .accordion_headings:hover{
	        background:#00CCFF;
        }

        .accordion_child{
	        padding:15px;
	        background:#EEE;
        }

        .header_highlight{
	        background: #00CCFF;
        }
        #tabLabels .selectedTab {
          background-color: rgb(214, 231, 255);
          border-left: 2px solid rgb(189, 215, 247);
          border-right: 2px solid rgb(189, 215, 247);
          border-top: 2px solid rgb(189, 215, 247);
          border-bottom-width: 0px;

          z-index: 3;
          bottom: -4px;
          position: relative;
        }

        #tabLabels .selectedTab a {
          text-decoration: none;
          color: black;
          font-weight: bold;
          padding-left: 10px;
          padding-right: 10px;
        }

        #tabLabels .unselectedTab {
          z-index: 1;
          bottom: -5px;
          position: relative;
        }

        #tabLabels .unselectedTab a {
          padding-left: 10px;
          padding-right: 10px;
        }
        .dijitToolbar .dijitButton {
	        margin: 0px;
	        width: 36px;
	        padding-left: 3px;
        }


html, body {
  overflow: hidden;
}
body {
  margin: 0;
  background: #FFFFFF none repeat scroll 0 0;
  color: #000000;
  font-family: Arial, sans-serif;
}
form {
  display: inline;
}
table {
  padding: 0;
  border-collapse: collapse;
}
.padded_floatleft {
  float: left;
  padding-right: 3px;
}
#header {
  font-size: 13px;
  float: left;
}
#logo {
  padding: 6px 10px;
  float: left;
}
#search_tabs {
  float: left;
  padding: 0px;
}
#map {
  height: 300px;
  border-top: 2px solid #6784c7;
  border-bottom: 2px solid #6784c7;
  border-right: 2px solid #6784c7;
  border-left-width: 0px;
}
#map_inner {
  overflow: hidden;
  height: 100%;
}
#left_panel_cell {
  border: none;
  padding: 0px;
  width: 15em;
}
#left_panel {
  border: 2px solid #6784c7;
  font-size: 13px;
}
#layers_title {
  background-color: silver;
  border-bottom: 2px solid #6784c7;
  padding-left: 5px;
  padding-top: 2px;
  font-weight: bold;
}
#layers_container {
  height: 230px;
  overflow-y: auto;
  vertical-align: top;
 }
.layer_list {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  padding-left: 10px;
}
.layer_item, .layer_item_selected {
  background-color: white;
  list-style: none;
  width: 100%;
  padding-bottom: 0px;
}
.layer_item_selected {
  background-color: #CEE3F6;
}
.layer_item img, .layer_item_selected img {
}
.search_text {
  width: 20em;
}
#search_label_row td {
  font-size: 11px;
  color: grey;
}
#search_results_title {
  background-color: silver;
  border-bottom: 2px solid #6784c7;
  padding-left: 5px;
  padding-top: 2px;
  display: none;
  font-weight: bold;
}
#search_results_title img {
  padding-right: 2px;
  float: right;
}
#search_results_container {
  border-bottom: 2px solid #6784c7;
  overflow-y: auto;
  vertical-align: top;
  display: none;
  max-height: 300px;
 }
#search_results_list {
  background-color: white;
  margin: 0;
  padding: 0px;
}
.search_result_item, .search_result_item_selected {
  min-height: 35px;
  list-style: none;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 2px;
}
.search_result_item_selected {
  background-color: #ccc;
}
.search_result_snippet {
  color: black;
  font-size:smaller;
}
#search_popup_name {
}
#search_popup_body {
}
#tabLabels .selectedTab {
  font-size: 13px;
  background-color: silver;
  border-left: 2px solid #6784c7;
  border-right: 2px solid #6784c7;
  border-top: 2px solid #6784c7;
  border-bottom-width: 0px;
  z-index: 3;
  bottom: -4px;
  position: relative;
}
#tabLabels .selectedTab a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
#tabLabels .unselectedTab {
  z-index: 1;
  bottom: -5px;
  font-size: 12px;
  position: relative;
  background-color: white;
  border-left: 1px solid #6784c7;
  border-right: 1px solid #6784c7;
  border-top: 1px solid #6784c7;
  border-bottom-width: 0px;
}
#tabLabels .unselectedTab a {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: black;
}
#tabPane {
  padding-top: 2px;
  padding-bottom: 0px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #6784c7;
}
#tabLabels {
  border-spacing: 0px;
  vertical-align: top;
  white-space: nowrap;
  padding-left: 15px;
  color: black;
  border-collapse: collapse;
  text-indent: 0pt;
}
#tabLabels table {
  border-collapse: collapse;
}
#collapsePanel {
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 11;
}
