/* ===================================================================
   This is supposed to be the main css anchor file.
   It should be the only one specified in the main page headers
   and will import all secondary css files required throughout the
   entire application.
   It may also define the most general styles itself.
   =================================================================== */

/* Basics used in both the workspace and workspace_status ear*/

@import url(/ws/javax.faces.resource/css/ov_main.css.jsf?ws=29.030_ovt_ci);

/* This css defines own commonly used styles or supersedes style settings 
   of Primefaces' internal components.css */
@import url(/ws/javax.faces.resource/css/ov_primefaces_adjustments.css.jsf?ws=29.030_ovt_ci);

/* This css defines own styles for generally used components
   that are not real ui-components. */
@import url(/ws/javax.faces.resource/css/ov_components.css.jsf?ws=29.030_ovt_ci);





/* Stuff only used in the workspace.ear */

/* This css is to provide styleClasses for icons used anywhere. */
@import url(/ws/javax.faces.resource/css/ov_icons.css.jsf?ws=29.030_ovt_ci);

/* This defines styles used for sidebar slides controlled via third-party script: jquery.layout-default.js
	layout.css contains some css adjustments to the original css file */
@import url(/ws/javax.faces.resource/css/jquery.layout-default.css.jsf?ws=29.030_ovt_ci);
@import url(/ws/javax.faces.resource/css/components_w/layout.css.jsf?ws=29.030_ovt_ci);

/* CSS for Ace editor "ace.js" */
@import url(/ws/javax.faces.resource/css/ov_aceEditor.css.jsf?ws=29.030_ovt_ci);
 
