﻿/* ---------------------------------------------------------------------------------

	File: 			screen.css
	Author: 		Walter Botich
	Created: 		08/14/07
	Modified:		08/13/09
	Description:	Screen & Projection Styles
					This is the main CSS file for the framework.
                    Include this in the <head> of every page, or in a .NET skin folder.
	
----------------------------------------------------------------------------------*/

/* REQUIRED: Clears browser default styling */
@import url("/css/library/reset.css");

/* REQUIRED: Loads default typography */
@import url("/css/library/typography.css");

/* OPTIONAL: Loads default form styles */
@import url("/css/library/forms.css");

/* OPTIONAL: Loads default button set */
@import url("/css/library/buttons.css");

/* OPTIONAL: Loads default .NET AJAX & other AJAX control styles */
@import url("/css/library/ajax.css");

/* OPTIONAL: Loads default site map styles */
@import url("/css/library/sitemap.css");

/* OPTIONAL: Loads extra custom styles */
@import url("/css/library/extras.css");

/* REQUIRED: Loads page layout (put last so user defined styles in layout override above styles) */
@import url("/css/library/layout.css");
