﻿
/* ===================================================
structure.css - Controls basic layout of the masterpage (do not edit this document)
header.css - Controls style of the main header.ascx
navigation.css - Controls style of the main navigation.ascx
footer.css - Controls style of the main footer.ascx and relatedlinks.ascx file
content.css - This is the basic structure of the content elements (do not edit this document)
actions.css - This is library for styles that create layout changes or hacks
custom.css - This is where you can change the styles of content elements or add your own custom styles 

/* OAA Styles
---------------------------------------------------------------------------*/
@import url("structure.css"); /* DO NOT MODIFY */
@import url("content.css"); /* DO NOT MODIFY */
@import url("header.css");
@import url("footer.css");
@import url("actions.css");
@import url("custom.css"); 
@import url("ui.tabs.css");	
		

/* Navigation CSS
--------------------------------------------------------------------------*/
@import url("navigation.css"); 