@charset "utf-8";
/* -----------------------------------------------------
Created By: 	Steven Gongage & Rick Zawadzki - 2009 			
Created For:	Osceola County Information Technology
				
This is a dynamically generated CSS file used to establish all of the baseline CSS files used for this CMS.  
All styles in here should be easily overriden by template style sheets.
Renderer style sheets are pulled from each renderer folder.  These files are named as "styles_PAGETYPENAME.css" where PageTypeName is the subdirectory of the Page Renderers root folder 
------------------------------------------------------ */


/* *********************************************************************************************************************************** */
/*      UNIVERSAL TEMPLATE BASE STYLES
/*		These styles establish a base that can be easily overriden by the other CSS files should they need to be.  Most pertain to common template standards
/* *********************************************************************************************************************************** */

@import url(/templates/_Master/UniversalBase/_UniversalBase.css.cfm);



/* *********************************************************************************************************************************** */
/*      COMPONENT BASE STYLES
/*		These styles establish a base for components that can be reused across multiple applications
/* *********************************************************************************************************************************** */

@import url(/templates/_Master/ComponentBase/_ComponentBase.css.cfm);



/* *********************************************************************************************************************************** */
/*      RENDERER BASE STYLES
/*		These styles establish a base that is specific to each renderer and is built by style sheets located in each renderer folder
/* *********************************************************************************************************************************** */

@import url(/templates/_Master/RendererBase/_RendererBase.css.cfm);

