/* 
	-----------------------------------------------------------------------
		Basic.css
		
		@version 28 May 2010 Teun van Vegchel
	-----------------------------------------------------------------------
*/
	
	
	@import 'reset.css';					/* Clear browser presets to minimise x-browser differences */
	@import 'text.css';						/* Style all generic text elements like <p> and <a> */
	@import 'layout.css';					/* Style the basic layout */
	@import 'layout-frontpage.css';			/* Extend the basic layout for the frontpage */
	@import 'layout-jobpage.css';			/* Extend the basic layout for the jobpage */
	@import 'icons.css';					/* Style for nice sprited icons */
	@import 'jobresults.css';				/* Style for displaying job tables, refinements, paginator, etc */
	@import 'preferences.css';				/* Style for pages in the preferences section (login, favs, history) */
	
	
	
	
	.clear
	{
		clear: both;		
	}