/*
 * Place all of the user defined tool CSS definitions here.
 */

#tool-add_point {
	background-image: url('../images/toolbar/add.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding-left: 2px;
	width: auto;
}

#tool-add_point .ToolText,#tool-add_point .ToolContent {
	display: -moz-inline-box;
	display: inline-block;
	width: auto;
}

#tool-add_point .ToolText {
	padding: 2px;
}

#tool-add_polygon {
	background-image: url('../images/toolbar/add.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding-left: 2px;
	width: auto;
}

#tool-add_polygon .ToolText {
	padding: 2px;
	display: -moz-inline-box;
	display: inline-block;
	width: auto;
}

#tool-add_polygon .ToolContent {
	display: -moz-inline-box;
	display: inline-block;
	width: auto;
}


#tool-print {
	width: auto;
	background-position: 2px 2px;
	background-image: url('../images/toolbar/printer.png');
}

#tool-print .ToolContent {
	display: -moz-inline-box;
	display: inline-block;
	width: auto;
}

#tool-print .ToolText {
	display: block;
	padding-top: 3px;
	padding-right: 3px;

	display: -moz-inline-box;
	display: inline-block;
}


/* 
 * Label all of the drawing tools 
 */


#tool-parcelsearch,#tool-parcelsearch .ToolContent,
#tool-bookmark,#tool-bookmark .ToolContent,
#tool-geocode,#tool-geocode .ToolContent,
#tool-birdseye,#tool-birdseye .ToolContent,
#tool-search_surveys,#tool-search_surveys .ToolContent,
#tool-search_permits,#tool-search_permits .ToolContent,
#tool-select,#tool-select .ToolContent,
#tool-measure,#tool-measure .ToolContent,
#tool-measurearea,#tool-measurearea .ToolContent,
#tool-advanced_tools,#tool-advanced_tools .ToolContent,
#tool-markup_tools,#tool-markup_tools .ToolContent,
#tool-draw_move_shape,#tool-draw_move_shape .ToolContent,
#tool-draw_polygon,#tool-draw_polygon .ToolContent,
#tool-draw_line,#tool-draw_line .ToolContent,
#tool-draw_point,#tool-draw_point .ToolContent,
#tool-draw_remove,#tool-draw_remove .ToolContent,
#tool-draw_edit,#tool-draw_edit .ToolContent,
#tool-draw_edit_attributes,#tool-draw_edit_attributes .ToolContent,
#tool-clear_drawings,#tool-clear_drawings .ToolContent
{
	width: auto;

	display: -moz-inline-box;
	display: inline-block;
}

#tool-parcelsearch .ToolText,
#tool-bookmark .ToolText,
#tool-geocode .ToolText,
#tool-birdseye .ToolText,
#tool-search_surveys .ToolText,
#tool-search_permits .ToolText,
#tool-search_parcels .ToolText,
#tool-select .ToolText,
#tool-measurearea .ToolText,
#tool-measure .ToolText,
#tool-advanced_tools .ToolText,
#tool-markup_tools .ToolText,
#tool-draw_move_shape .ToolText,
#tool-draw_polygon .ToolText,
#tool-draw_line .ToolText,
#tool-draw_point .ToolText, 
#tool-draw_remove .ToolText, 
#tool-draw_edit .ToolText, 
#tool-draw_edit_attributes .ToolText, 
#tool-clear_drawings .ToolText
{
	display: -moz-inline-box;
	display: inline-block;
	display: block; padding: 2px;
}

#tool-animate_layers {
	width: auto;
}

#tool-animate_layers .ToolContent 
{
	width: auto;
	display: -moz-inline-box;
	display: inline-block;
}

#tool-animate_layers .ToolText
{
	width: auto;
	display: -moz-inline-box;
	display: inline-block;
	display: block; padding: 2px;
}

.sprite-control-animate_layers { background-position: 0px -40px; }  .sprite-control-animate_layers-selected { background-position: -20px -40px !important; } 
