/* According to the W3C spec's we should be able to do this.  And in fact 
every browser except IE seemed happy with it.  But that of course means we
can't use it.  Argh!  The code would've been:
<style>
	div.section[lglcolourscheme="2"]
	{
		background-color : Red;
		color : blue;
	}
</style>
<div lglcoloursceme="2">
	<h1>Foo bar!</h1>
	<p> Hello World! </p>
</div>
How easy is that to use?

*/
.lglcolourscheme1 {
	color : #4C4C4C;
	background-color: #FFFFFF;
}
.lglcolourscheme1 h1, table#licences tr th#header_OnlineModules {	background-color : #014F97;	color : #FFFFFF; font-weight : normal; }
.lglcolourscheme1 h2 {
	color : #01407C;
	background-color: #FFFFFF;
	border: #01407C;
}
.lglcolourscheme1 a {	color : #444444;	}
.lglcolourscheme1 ul li {	list-style-image : url( /images/li_cs1.gif ); }

.lglcolourscheme2 {	background-color : #FFFFFF;	color : #4C4C4C; }
.lglcolourscheme2 h1, table#licences tr th#header_DailyServices {	background-color : #FF6600;	color : White; font-weight : normal; }
.lglcolourscheme2 h2 {
	color : #FF6600;
	background-color: #FFFFFF;
	border: #FF6600;
}
.lglcolourscheme2 a {	color : #444444;	}
.lglcolourscheme2 ul li {	list-style-image : url( /images/li_cs2.gif ); }

.lglcolourscheme3 {	background-color : #FFFFFF;	color : #4C4C4C; }
.lglcolourscheme3 h1, table#licences tr th#header_Pingu {	background-color : #FFCC00;	color : #111111; font-weight : normal; }
.lglcolourscheme3 h2 {
	color : #E5D027;
	background-color: #FFFFFF;
	border: #FFCC00;
}
.lglcolourscheme3 a {	color : #444444;	}
.lglcolourscheme3 ul li {	list-style-image : url( /images/li_cs3.gif ); }

.lglcolourscheme4 {
	background-color : #FFFFFF;
	color : #4C4C4C;
}
.lglcolourscheme4 h1, table#licences tr th#header_ContentManager {	background-color : #839F36;	color : White; font-weight : normal; }
.lglcolourscheme4 h2 {
	color : #839F36;
	background-color: #FFFFCC;
	border: #839F36;
}
.lglcolourscheme4 a {	color : #444444;}
.lglcolourscheme4 ul li {	list-style-image : url( /images/li_cs4.gif ); }

.lglcolourscheme5 {
	background-color : #FCFBE7;
	color : #4C4C4C;
	border: 1px solid #FFCC00;
}
.lglcolourscheme5 h1, table#licences tr th#header_Extranet {	background-color : #FFCC00;	color : #111111; font-weight : normal; }
.lglcolourscheme5 h2 {
	color : #D0BC25;
	border: #FFCC00;
}
.lglcolourscheme5 a {	color : #444444; }
.lglcolourscheme5 ul li {	list-style-image : url( /images/li_cs5.gif ); }

.lglcolourscheme6 {
	background-color : #FCF0E2;
	color : #4C4C4C;
	border: 1px solid #FF6600;
}
.lglcolourscheme6 h1, table#licences tr th#header_uTalk  {	background-color : #FF6600;	color : White; font-weight: normal; }
.lglcolourscheme6 h2 {
	color : #FF6600;
	border: #FF6600;
}
.lglcolourscheme6 a {	color : #444444;	}
.lglcolourscheme6 ul li {	list-style-image : url( /images/li_cs6.gif ); }

.lglcolourscheme7 {	background-color : #DDDDDD;	color : #4C4C4C; border : 1px solid #444444; }
.lglcolourscheme7 h1 {	background-color : #777777;	color : White; font-weight : normal; }
.lglcolourscheme7 h2 {	color : #444444;	border-color :  #444444; }
.lglcolourscheme7 a {	color : #444444;	}
.lglcolourscheme7 ul li {	list-style-image : url( /images/li_cs7.gif ); }

table#licences tr th
{
	padding : 4px 7px 4px 10px;
	margin : 0px;
	text-align : left;
	font-size : 1.5em;
	font-family : 'Times New Roman', Garamond, serif;
	font-weight : normal;
	margin-bottom : 0.4em;
}
