﻿@charset "UTF-8";

/* 	GIS Planning - ZoomPropsector Enterprise
	Overwrite Stylesheet
	This Stylesheet is intended to overwrite some css attribute applied on the Core.css Client file.
	Date: March 31, 2016 
	
*/

/* REPORTS TABS - This css will eliminate the images used for the reports tabs */ 

#tabs li#current {
	background-image:none !important; 
	background-color:#fff;
	}
	
#tabs li {
	background-image:none !important;
	background-color:#eee;
	margin:0 3px 0 0 !important;
	padding-left:4px !important;
	}
	
#tabs #current a, #tabs #current a:hover, #tabs a { background-image:none !important;}

#tabs a { padding:15px 10px 15px 6px !important;}

	


