@CHARSET "ISO-8859-1";

/* main.css defines out standard elements */
@import "/wug/css/main.css";

/* layout.css defines classes for overall look n feel */
@import "/wug/css/layout.css";

/* type.css defines classes for typefaces, i.e. text elements within the layout */
@import "/wug/css/type.css";

/* tables.css contains elements useful for display tables */
@import "/wug/css/tables.css";

/* form.css - lots of form elements! */
@import "/wug/css/forms.css";

/* Colours

	Deep Purple - 5601AD

	Here for reference.
	
	New Colour Scheme:
	---------------------
	#0549AC --> #0549AC
	#6D96CF --> #6D96CF
	#E9E9E9 --> #6D96CF
	#717171
	#B4B4B4
	#DBDBDB
	
	This currently works by having two types each of dark / medium / pale colours.
	
		#0549AC				bright purple (dc1)
		#6D96CF				lilac (mc1)
		#E9E9E9				very pale grey (pc1)
		#717171				medium grey (dc2)
		#717171				light-medium grey (mc2)
		#B4B4B4				light grey (pc2)
		#DBDBDB				nearly white (lc2)

	NB: many 'named' colours are used too, e.g. 'red' for error box, and black/white
	
	The old code to allow switching of stylesheets has gone, due to the increased number of icons/images on app.
	
*/
