/*
 icon classes used for toolbar icons and geoext layer icons, contains the most used icons
 r. dell 03/10
 11/10 moved to top level _css and will add items as needed
 08/11 renamed to icon_m.css to use with ..._m images, for larger toolbar and map layes text and images
*/

/* toolbar icons for real estate
	09/22/11 r. dell
*/

.cc_zoom_in { background-image: url( /_images/nav_zoomin20.png ) !important; }

.cc_zoom_out { background-image: url( /_images/nav_zoomout20.png ) !important; }

.cc_pan { background-image: url( /_images/nav_pan20.png ) !important; }

.cc_prev { background-image: url( /_images/left_arrow16.png ) !important; }

.cc_next { background-image: url( /_images/right_arrow16.png ) !important; }

.cc_full { background-image: url( /_images/globe_green16.png ) !important; }

.cc_print { background-image: url( /_images/print20.png ) !important; }

.cc_identify { background-image: url( /_images/identify20.png ) !important; }

.cc_ruler { background-image: url( /_images/ruler16.png ) !important; }

.cc_area { background-image: url( /_images/ruler_square16.png ) !important; }

.cc_select { background-image: url( /_images/select20.png ) !important; }

.cc_tilestitch { background-image: url( /_images/map_go.png ) !important; }

/* map layer icons */

.cc_selected1 { background-image: url( /_images/greensquare1.png ) !important; }

.cc_selected2 { background-image: url( /_images/yellowsquare1.png ) !important; }

.cc_parcel { background-image: url( /_images/parcel_m.png ) !important; }

.cc_struc { background-image: url( /_images/struc_m.png ) !important; }

.cc_empty { background-image: url( /_images/empty.gif ) !important; }

.cc_address_points { background-image: url( /_images/address_points.png ) !important; }

.cc_hydro { background-image: url( /_images/pond.png ) !important; }

.cc_subdiv { background-image: url( /_images/subdiv.png ) !important; }

.cc_plat { background-image: url( /_images/plat.png ) !important; }

.cc_misc_lines { background-image: url( /_images/misc_lines.png ) !important; }

.cc_contours { background-image: url( /_images/contours.png ) !important; }

.cc_anno { background-image: url( /_images/anno.png ) !important; }

.cc_flood { background-image: url( /_images/flood.png ) !important; }

.cc_agdistrict { background-image: url( /_images/agdistrict.png ) !important; }

.cc_farmdistrict { background-image: url( /_images/farmdistrict.png ) !important;}

.layer_icon {
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	margin: -.3em .3em 0 0;
	padding: 0;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

  /*
 Census Line legend
*/

  
org_newline { 
	background-color: #1c67ff;
	border: .5px solid black;
  }
  
census_2020line { 
	background-color: #8acd16;
	border: .5px solid black;
  }

census_2020line_parcel { 
	background-color: #ff0000;
	border: .5px solid black;
  }
  