@charset "UTF-8";
/* CSS Document */
/*
---------------------------------------------------------------------------
BASE STYLES GENERIC TO ALL TEMPLATES
---------------------------------------------------------------------------
-	Default (Academics)
-	All new Templates share Reset.css
-	Reset.css sets everything to ground zero allowing for better
	consistency across all browsers and platforms.
---------------------------------------------------------------------------*/
@import url("/Templates/temp-shared/css/reset.css");
/*
---------------------------------------------------------------------------
FCK EDITOR STYLES - CUSTOM CONTENT RIGHT TEMPLATES
---------------------------------------------------------------------------
-	Keep this loading immediately after the Reset and before Template
	specific styles. This allows for customization of the FCK Templates
	if needed.
---------------------------------------------------------------------------*/
@import url("/campusuite/admin/css/fck-templates.css");
/*
---------------------------------------------------------------------------
STYLES SPECIFC TO TEMPLATE/DESIGN
---------------------------------------------------------------------------*/
@import url("/Templates/temp-planchet/css/template.css");
@import url("/Templates/temp-planchet/css/navigation.css");
@import url("/Templates/temp-planchet/css/tables.css");
@import url("/Templates/temp-planchet/css/type.css");
/*
---------------------------------------------------------------------------
CAMPUSUITE STYLES
---------------------------------------------------------------------------*/
@import url("/Templates/temp-shared/css/campusuite-public.css");
@import url("/campusuite/admin/css/cs-admin-public.css");
/*
---------------------------------------------------------------------------
SHARED COMPONENTS & SHARED FCK CUSTOM FOR XU 
---------------------------------------------------------------------------*/
@import url("/Templates/temp-shared/css/shared-components.css");
@import url("/Templates/temp-shared/css/fck-shared.css");

/*
---------------------------------------------------------------------------
CALENDAR / SHARED
---------------------------------------------------------------------------*/
@import url("/Templates/temp-shared/css/yui-calendar2.css");

