	*
	{
		outline: none;
	}
	
	
	.toolbarButton
	{
		width: 40px !important;
		height: 40px !important;
		margin-bottom: 10px !important;
		background: rgba(0, 0, 0, 0.0) !important;
		border: 0px !important;
	}
	
	.toolbarIcon
	{
		width: 100%;
		height: 100%;
		background-size: 100%;
		left: 0px !important;
		top: 0px !important;
		margin: 0px !important;
	}
	
	.zoomInIcon
	{
		background-image: url(icons/zoomin.png) !important;
		
	}

	.zoomOutIcon
	{
		background-image: url(icons/zoomout.png) !important;
	}
	
	.lightIcon
	{
		background-image: url(icons/light.png) !important;
	}
	
	.lightOnIcon
	{
		background-image: url(icons/light_on.png) !important;
	}
	
	.helpIcon
	{
		background-image: url(icons/help.png) !important;
	}
	
	.ui-state-hover .zoomInIcon
	{
		background-image: url(icons/zoomin_hover.png) !important;
		
	}

	.ui-state-hover .zoomOutIcon
	{
		background-image: url(icons/zoomout_hover.png) !important;
	}
	
	.ui-state-hover .lightIcon
	{
		background-image: url(icons/light_hover.png) !important;
	}
	
	.ui-state-hover .lightOnIcon
	{
		background-image: url(icons/light_on_hover.png) !important;
	}
	
	.ui-state-hover .helpIcon
	{
		background-image: url(icons/help_hover.png) !important;
	}
	
	#viewContainer
	{
		text-align: center;
	}