﻿/*    Copyright:      Copyright (c) Mindscape Solutions. All rights reserved.    Filename:       screen.css    Created by:     Jason Van Vuren    Created on:     1.15.2008    Summary:        This is the master css file for the complete default template.    Revision:   Jason Van Vuren 1.15.2008        Initial style creation.*//* ----------  Import stylesheets and hide from IE/Mac  ---------- \*//* Core style sheets change only if necessary */@import "core/reset.css";@import "core/typography.css";@import "core/forms.css";@import "core/FrameWork.css";/* ------------------------------------------ *//* Control style sheets use these to style individual controls */@import "App_Controls/MainNav.css";@import "App_Controls/CustomFields.css";@import "App_Controls/ListPageItem.css";@import "App_Controls/NewsControl.css";@import "App_Controls/OpenTextLayout.css";@import "App_Controls/PhotoGallery.css";@import "App_Controls/Footer.css";@import "App_Controls/Header.css";@import "App_Controls/FileUpload.css";/* ----------------------------------------------------------- *//* Page styles. Use this style sheet to apply individual page styles */@import "project.css";/* -------------------------------------------------------------- *//* End import/hide */
