﻿	

	/* ------------------------ TOOLS PANEL ------------------------ */
	.help_panel,
	.legend_panel									{position:fixed; top:0; bottom:0; right:-321px;height: 100%; font-family:Arial, Helvetica, sans-serif; font-size:12px; z-index:1000;}
	.help_panel_content,
	.legend_panel_content 							{width:321px;height: 100%; min-height:400px; background-color:#f4f4f4; border-left:1px #ccc solid; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	
	.help_handle 									{text-decoration:none; text-align:center; position:fixed;right:0; height:40px; width:40px; top:4px; padding:6px 0; z-index:999; border:1px #538312 solid; border-right:none; background-color:#a1c142;color:#fff;}
	.help_handle:hover 								{text-decoration:none;}

	.help_close_panel,
	.legend_close_panel 								{text-decoration:none; color:#333;}
	.help_close_panel:hover,
	.legend_close_panel:hover						{text-decoration:none; color:#a2a2a2;}
	.help_close_panel span,
	.legend_close_panel span							{height:46px;float:left;display:block; padding:6px}
	.help_close_panel span.help_close_btn,
	.legend_close_panel span.legend_close_btn		{width:40px; text-align:center;vertical-align:middle; margin-top:6px}
	.help_close_panel span.help_close_link,
	.legend_close_panel span.legend_close_link		{line-height:38px}
	.help_clear_panel,
	.legend_clear_panel								{padding:0 10px}
	.help_line_split,
	.legend_line_split								{height:0; width:100%; border-bottom:1px #fff solid; border-top:1px #dfdfdf solid; margin:10px 0}		
	.help_content_scroll,
	.legend_content_scroll							{width:100%; background-color:#fff; overflow:auto; top:50px; bottom:0; position:absolute}
	
	.help_content ,
	.legend_content 									{padding:10px; text-align:left; height:100%}
	.help_content > textarea							{height:100%;box-sizing: border-box;}
			
	/* -------------------------- TOOLS PANEL HEADER --------------------------- */
	
	.help_panel_header,
	.legend_panel_header								{border-top:1px #fff solid;border-bottom:1px #dfdfdf solid;margin: 0px;height:48px;line-height:48px;font-size: 12px;}


	
