/**
 * This is the UNL UCBerkeley Calendar main css file.
 * @package UNL_UCBCN_Manager
 * Using markup reference classes organized by fantasai (mozilla foundation)
 * Last changes by Alvin.W
 */
 
/**
 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */
 
/**
   TOC:
   Body
   Random HTML Styles
   Forms
   General Structure
   Navigation
   Quotations
   Comments and Other Asides
   Emphasis
   Computers - General
   Code
   Examples and Figures
   Q and A (FAQ)
   Tables
   Meta
*/

/** 
 * Start importing stylesheet. Please put IE specific css into ieonly.css
 */

/* import stylesheets and hide from ie/mac \*/
@import url("frontend_default.css");
@import url("frontend_ieonly.css"); 
/* end import/hide */
