/*  	
	Site custom CSS
	Version : 1.1
	Filename : _site_id.css
	Date created : 01/09/2006
	Validates : CSS2, CSS2.1, CSS3
	
	Known issues : 	None
	
	Usage notes:
	Set site-wide colour scheme for site name, primary navigation, secondary navigation, home and leader page splash boxes

	NOTE DO NOT REPLACE COLOUR SHADES IN THIS COMMENT
	
	pallete			shade 0 shade 1 shade 2
	red				cc0000	ff9999	ffcccc
	blue			0066cc	3399ff	99ccff
	green			009933	66cc66	ccffcc
	turquoise		009999	66cccc	ccffff
	mauve			cc3399	ff99cc	ffccff
	
	Replace cc3399 with shade 0 value
	Replace ff99cc with shade 1 value
	Replace ffccff with shade 2 value

*/

#standalone #sitename { border-bottom-color: #009933 !important; }
#standalone #sitename span, 
#standalone #sitename h1,
#standalone #sitename a,
#standalone #sitename a:visited { background-color: inherit; color: #009933; }

#standalone #nav-primary,
#standalone .tab { border-bottom-color: #009933; }
#standalone #nav-primary a,
#standalone .tab a { background-color: inherit; color: #009933; }

#standalone .undergraduate li#undergraduate,
#standalone .postgraduate li#postgraduate,
#standalone .ourresearch li#ourresearch,
#standalone .international li#international,
#standalone .business li#business,
#standalone .alumni li#alumni,
#standalone .aboutus li#aboutus,
#standalone .visitors li#visitors,
#standalone #nav-primary ul li.selected,
#standalone .tab ul li.selected,
#standalone .tab ul li span { background: url("../images/tab_009933_ffffff_right.gif") no-repeat top right; background-color: inherit; color: #ffffff; }

#standalone .undergraduate li#undergraduate a,
#standalone .postgraduate li#postgraduate a,
#standalone .ourresearch li#ourresearch a,
#standalone .international li#international a,
#standalone .business li#business a,
#standalone .alumni li#alumni a,
#standalone .aboutus li#aboutus a,
#standalone .visitors li#visitors a,
#standalone #nav-primary li.selected a,
#standalone .tab ul li.selected a,
#standalone .tab ul li span a { background: url("../images/tab_009933_ffffff_left.gif") no-repeat top left; background-color: inherit; color: #ffffff; }

#standalone #nav-secondary li.nav-secondary-sectionheader { background: url("../images/sec_009933_ffffff_right.gif") no-repeat top right; }

/* Set home page primary splash colour */
#standalone .page-home #content { background-color: #ffccff; color: inherit; } 
#standalone .boxsplashhome, 
#standalone .boxsplashhome .header { background-color: #009933; color: #ffffff; }
#standalone .boxsplashhome .header { width: 680px; }
 
/* Set leader page primary colour */
#standalone .boxsplashleader, 
#standalone .boxsplashleader .body, 
#standalone .boxsplashleader h1 { background-color: #009933; color: #ffffff; }

/* Set site home page secondary content row custom height */
#standalone .page-home .content-column25percent,
#standalone .page-home .content-column30percent, 
#standalone .page-home .content-column33percent, 
#standalone .page-home .content-column40percent, 
#standalone .page-home .content-column50percent, 
#standalone .page-home .content-column60percent,
#standalone .page-home .content-column70percent { height: 15em; }

#standalone .datatable th { background-color: #66cc66; color: inherit; }

#standalone #courseprofile .factfile { border-top-color: #66cc66; border-bottom-color: #009933; }