/**
 * Copyright (c) 2000-2009, Jasig, Inc.
 * See license distributed with this file and available online at
 * https://www.ja-sig.org/svn/jasig-parent/tags/rel-10/license-header.txt
 */

/* This CSS is linked from the theme (universality.xsl) and imports other CSS files.
 * This setup aids performance, since it makes a single http request.
 * With this setup, you can add your own CSS files to the import list and not have to alter the markup or XSL.
 * If you add additional CSS files to be imported, be sure to add them to the bottom of the list in the Custom CSS section.
 * This will ensure that your CSS will have the final override.
 */

/*
 * Universality theme CSS
 * ======================
 */

/* For printing of portal pages. Common to all skins using the universality theme. */
/*@import url("../common/css/print.min.css");*/

/* For layout of portal pages (in tandem with FSS fluid.layout.css). Common to all skins using the universality theme. */
@import url("../common/css/layout.min.css");

/*
 * uportal3 skin CSS
 * ======================
 */

/* Support for legacy uPortal css classes. */
/* @import url("illinois_legacy.min.css"); */
/* @import url("illinois_legacy.css"); */

/* Support for the JSR-168 portlet specification css classes. */
/* import url("jsr168_portlet_spec.css"); */

/* Default jqueryui css */
@import url("/ResourceServingWebapp/rs/jqueryui/1.6rc6/theme/smoothness/ui.all.min.css");

/* uPortal jqueryui override css */
/* @import url("jquery.min.css"); */

/* Visual style for the portal. Built and formatted as a Fluid Skinning System theme. */
@import url("fluid.theme.illinois.min.css");
/* @import url("fluid.theme.illinois.css"); */

/* Visual style for portlet content. An extension of the uportal3 skin. */
@import url("illinois_portlet_content.min.css");
/* @import url("illinois_portlet_content.css"); */

/* Overrides specific to IE6. */
/* @import url("illinois_ie6override.min.css"); */
/* @import url("illinois_ie6override.css"); */

/*
 * Custom CSS
 * ======================
 */

/* Add your CSS files here. */
/* @import url("my.css"); */
/* @import url("illinois-search-bar.css"); */

 /*  @import url("portlet.min.css"); */
 /* @import url("portlet.css"); */