

  /* @import ="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/dojo/dijit/themes/claro/claro.css"; */
  /*
  .drawClear {
     background-image:url(graphics/delete.png); 
	 width:16px; 
	 height:16px; 
	}
      */

  .drawLine { 
     background-image:url(graphics/line.png); 
	 width:16px; 
	 height:16px; 
	}
  
  /*
  .drawPoint { 
     background-image:url(graphics/dot.png); 
	 width:16px; 
	 height:16px; 
	}
  */


.drawPoly { 
     background-image:url(graphics/polygon.png); 
	 width:16px; 
	 height:16px; 
	}	
	
  .zoominIcon { 
     background-image:url(graphics/nav_zoomin.png); 
	 width:16px; 
	 height:16px; 
	}
	
  .zoomoutIcon { 
     background-image:url(graphics/nav_zoomout.png); 
	 width:16px; 
	 height:16px; 
	} 
  
  .zoomfullextIcon { 
	 background-image:url(graphics/nav_fullextent.png); 
	 width:16px; 
	 height:16px; 
	} 
  
  .zoomprevIcon { 
     background-image:url(graphics/nav_previous.png); 
	 width:16px; 
	 height:16px; 
	} 
  
  .zoomnextIcon { 
     background-image:url(graphics/nav_next.png); 
	 width:16px; height:16px;
    } 
  
  .panIcon { 
     background-image:url(graphics/nav_pan.png); 
	 width:16px; 
	 height:16px; 
	} 
  
  /*
  .deactivateIcon { 
     background-image:url(graphics/nav_decline.png); 
	 width:16px; 
	 height:16px; 
	}
   */
