/*
* 	Note this is only here for local builds, the actual CSS used for production will be generated via the maven-minify plugin.  
*	As such if you are adding a new CSS file, you must include it in the pom file as well.
*/
@import url(css/imports2.css);

@import url(css/general2.css);

@import url(css/icons2.css);

@import url(css/headerfooter2.css);

@import url(css/breadcrumbs2.css);

@import url(css/components2.css);

@import url(css/listbox2.css);

@import url(css/screens2.css);

@import url(css/documents2.css);

@import url(css/workflows2.css);

@import url(css/sizing2.css);

@import url(css/print2.css);

@import url(css/bulkimport2.css);

/*The tab mappings assume a stuff level folder, so we have to override the styles with image paths at this level so the images appear.*/
.tbx .z-tabs>.z-tabs-content>.z-tab {
	background-image: url('../../images/unselected.png');
}

.tbx .z-tabs>.z-tabs-content>.z-tab-before {
	background-image: url('../../images/beforeSelected.png');
}

.tbx .z-tabs>.z-tabs-content>.z-tab-selected {
	background-image: url('../../images/selected.png');
}

.buttonToolbar-content {
	background-image: url('../../images/groupbox-hm.png');
}