body {
	font-size: 0.625em;
}

div.content {
	overflow: hidden;
	margin: 3px;
	width: 530px;
	border: 0px solid transparent;
}

/*=========================*/
/*	Generic Tags		*/
/*=========================*/

/* Headers */
h1 {
	margin: 2px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #98CB01;
}

h2 {
	margin: 20px 0px 9px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #00499B;
}

	h2 img {
		float: right;
		margin: 0px;
	}

h3 {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #999999;
}

h4 {
   margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

hr {
	clear: both;
	margin: 12px 0px 4px 0px;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px solid black;
}
	div.hr, div.hr_man {
		margin: -5px 0px 5px 213px;
		border-bottom: 1px solid #CCCCCC;
	}
	div.hr_man {
		margin-left: 207px;
	}

/* Content */
p {
	cursor: text;
	margin: 5px 0px 10px 0px; padding: 0px;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
}

a, a span {
	cursor: pointer;
	color: #1F87CD;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

	a:hover, a:hover span {
		text-decoration: underline;
	}

/* Images                                    */
/*	- only to apply to content */

.content img {
	display: inline;
	padding-bottom: 0px;
}

p img {
	float: left;
	margin: 0px;
}
	
	img.inline {
	float: left;
	margin: 5px 20px 21px 0px;
	}
	
	/* Used for Phil's annoying Event's Diary */
	img.bullet {
		margin-top: 1px;
		margin-right: 4px;
	}
		
		/* Captions under images */
		.caption {
			float: right;
			margin: 5px 0px 10px 20px;
		}
			
			.caption p {
				clear: both;
				margin: 0px;
				padding: 0px;
				color: #00449B;
				font-size: 1em;
				text-align: justify;
			}
			
			.prism {
				float: left;
				margin: 5px 20px 10px 0px;
			}
				.prism p {
					clear: both;
					margin: 6px;
				}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

blockquote {
	float: left;
	margin: 2px 12px 0px 5px;
	width: 210px;
	background: url('images/quotes_blue.gif') no-repeat;
	padding-bottom: 0px;
}

	blockquote p {
		padding: 5px 18px;
		color:#003399;
		line-height: 1.5;
		background: url('images/quotes_blue.gif') bottom right no-repeat;
	}

/* Generic Lists */
ul {
	margin: 0px;
	margin-left: 20px;
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

	li {
		font-size: 1.2em;
		list-style: square outside url('images/bullet.gif');
	}

/* Positioning */
.left {
	float: left;
}

	img.left {
		margin: 5px 20px 10px 0px;
	}

.right {
	float: right;
	text-align: right;
}

	img.right {
		margin: 5px 0px 10px 20px;
	}

.center {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear {
	clear: both;
}
	
	h2.clear {
		margin-top: 20px;
	}

div.column {
	float: left;
	margin-right: 15px;
	width: 240px;
}

.tight {
	margin: 0px;
}

/* End Tag styling */



/*=========================*/
/*	Table styling		*/
/*=========================*/

.content table {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-spacing: 6px;
}

	.content table th  {
		padding: 7px;
		color:#00449B;
		font-size: 1.3em;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #98CB01;
		background: url('images/th_bar.jpg') repeat-x;
	}
	
	.content table td  {
	padding: 8px;
	vertical-align: middle;
	color: black;
	font-size: 1.2em;
	}
		
		.content table td h2 {
			margin: 0px 0px 6px 0px;
			color: black;
			font-size: 1em; 
		}
			
		.content table td p {
			color: black;
			font-size: 0.917em; 
		}
		
		.content table td a {
	font-size: 1em;
		}
		
		.content table td strong {
			color: #00449B;
			font-weight: bold;
		}
		
.content table.wrong, .content table.wrong td {
	margin: 0px;
	padding: 0px;
	width: auto;
	border-spacing: 0px;
}

/* End Table styling */



/*=========================*/
/*	Forms			*/
/*=========================*/

/* Generic Form */
form {
	float: left;
	margin: 0px;
	padding: 0px;
}

/* Form in the content */
.content form {
	clear: both;
	margin: 10px; margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 0px;
	width: 490px;
	border: 1px solid #CCCCCC;
	background-color:#FCFCFC
}
	
	fieldset {
		clear: both;
		margin: 10px 0px 10px 0px;
		padding: 10px 14px 0px 10px;
		/* Right pad shortens "100%" input box to correct length
		Bottom pad accomodates for input's bottom margin */
		border: 1px dotted #cccccc;
		background-color: white;
	}
		
		fieldset legend {
			padding: 2px 4px 2px 4px;
			font-size: 1.2em;
			font-weight: bold;
			color: #00449B;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			border: 1px dotted #999999;
			background-color:#F3F3F3;
		}
	
	label {
		position: relative;
		float: left;
		clear: both;
		margin: 0px 0px 10px 0px;
		padding: 2px;
		width: 100%;
	}
		
		label span {
			float: left;
			margin: 0px; padding: 2px;
			color: #666666;
			font-size: 1.2em;
			font-weight: bold;
			font-family: Arial, Verdana, Helvetica, sans-serif;
		}

	/* Generic input box styles */
	input, textarea, select {
		float: right;
		padding: 2px;
		color: #666666;
		font-size: 1.2em;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		border: 1px solid #CCCCCC;
		background-color: #fcfcfc;
	}

		input.fail, select.fail, textarea.fail {
			border: 1px solid #CC0000 !important;
			background: #FFF9F9 url('images/warning.gif') no-repeat 98% center !important;
		}
      /* Is called fail, but if it passes, will also be set to pass (i.e. before the form is first submitted) */
		p.fail {
			padding-left: 25px;
			color: #CC0000;
			font-size: 1em;
			background: url('images/warning.gif') no-repeat 5px center;
		}
		p.pass {
			display: none;
		}
		
		/* Set widths of input boxes */
		.content input {
			width: 200px;
		}
		
		select {
			width: 206px;
		}
		
			.content fieldset input {
				width: 185px;
			}
			fieldset select {
				width: 191px;
			}

		textarea {
			float: none;
			clear: both;
			margin-top: 8px;
			width: 98.5%;
			height: 100px;
		}
	
	/* Define default styles for items which aren't text boxes */
	label.checkbox, label.checkbox input, input.submit, label.radiobutton, label.radiobutton input {
		width: auto;
		border: 0px solid transparent;
		background: none;
	}
		
		label.checkbox span {
			width: 300px;
		}
		
		label.checkbox input {
			float: left;
			margin-right: 10px;
		}
		label.checkbox input.privacy {
			position: absolute;
			bottom: 5px; right: 5px;
			margin-right: -25px;
		}
         
         label.fail {
            color: #c00;
            background: url('images/warning.gif') no-repeat 5px center !important;
         }
		
		label.radiobutton, label.radiobutton input, label.radiobutton span {
			float: right;
		}
	
	input.submit {
		cursor: pointer;
		clear: both;
		margin-top: -30px;
		margin-bottom: 10px;
		padding: 0px;
		border: 0px solid transparent;
	}

/* End of Forms */



/*=========================*/
/*	Special Classes		*/
/*=========================*/

.box {
	padding: 25px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
	
	.box h1, .box h2 {
		margin: 15px 0px;
		font-weight: bold;
	}
		.box h1 {
			color: #666666;
		}
		.box h2 {
			color: #999999;
		}
	
	.box p {
		margin: 15px 0px 0px 0px;
	}
	
	a.back {
		padding: 6px;
		padding-left: 30px;
		background: url('images/back_arrow.gif') no-repeat left center;
	}
		
		a.back:hover {
			background: url('images/back_arrow_2.gif') no-repeat left center;
		}

ul.images {
	margin: 20px;
	padding: 0px;
}

	ul.images li {
		display: inline;
		margin: 5px;
		padding: 0px;
		list-style: none;	
	}
		ul.images li img {
			vertical-align: middle;
		}
		
	ul#spinouts li {
		display: block;
		float: left;
		margin: 20px;
	    width: 120px;
		height: 75px;
		border: 0px solid black;
	}
	
ul.logos {
	margin: 20px;
	padding: 0px;
}

	ul.logos li {
		display: inline;
		margin: 5px;
		padding: 0px;
		list-style: none;	
	}
		ul.images li img {
			vertical-align: middle;
		}
		
		ul#licencees li {
	display: block;
	float: left;
	margin: 15px;
	width: 215px;
	height: 120px;
	border: 0px solid black;
	}

ul.releases {
}

	ul.releases li {
      font-size: 1.2em;
		list-style: none;
		list-style-image: none;
		/*border: 1px solid white; /* IE's a bastard, but you knew that */
	}
      
      ul.releases li a {
         display: block;
         padding: 4px;
         color: black;
         border-top: 1px dotted #ccc;
      }
      ul.releases li a:hover {
         text-decoration: none;
         border-top-color: #999;
         background-color: #f6f6f6;
      }
      
      ul.releases li a h3 {
         display: block;
         float: left;
         margin-right: -100px;
         font-size: 1em;
      }
      
      ul.releases li a p, ul.releases li a h4 {
         display: block;
         margin-left: 75px;
      }
      ul.releases li p {
         cursor: pointer;
         margin-bottom: 0px;
         font-size: 1em;
      }
      ul.releases li a h4 {
         color: #1F87CD;
      }
      
      ul.archives li a p {
         margin-top: 0px;
         margin-left: 60px;
      }

ul.movie {
	margin: 5px 5px 15px 6px;
	padding: 15px 5px 5px 5px;
}

	ul.movie img{
		float: left;
		margin-top: -10px;
	}

	ul.movie li {
		margin-left: 90px;
		list-style: none;
	}

ul.keysectors {
	float: left;
	margin: 0px 0px 0px 22px;
	padding: 0px;
	width: 150px;
	height: 180px;
}

	ul.keysectors li {
	margin: 0px;
	padding: 1px 3px 1px 8px;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
	}
	
	ul.keysectors li a {
      padding: 3px;
      padding-left: 15px;
		font-size: 0.917em;
      background-image: url('images/arrow.gif');
      background-repeat: no-repeat;
      background-position: 5px 8px;
	}
	
	ul.keysectors li.title {
	margin-bottom: 8px;
	padding: 7px 3px 0px 9px;
	list-style: none outside none;
	font-weight: bold;
	}

div#indexfooter_left {
	float: left;
}
	
	div#indexfooter_left img {
		display: block;
	}

/* Used to create a list resembling the structure of a table */
ul.tablelist {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
	ul.tablelist li {
		margin: 0px;
		margin-bottom: 5px;
		list-style: none;
		list-style-image: none;
		padding: 7px;
		padding-left: 15px;
	}

	ul.tablelist li.title {
		display: inline-block;
		padding-left: 7px;
		color: #00449B;
		font-size: 1.3em;
		font-weight: bold;
		border: 1px solid #cccccc;
		border-bottom: 3px solid #98CB01;
		background: url('images/th_bar.jpg') repeat-x;
	}
	ul.tablelist li.title {display: block;}
	
	ul.tablelist li.event {
		display: inline-block;
		padding-left: 30px;
		background: url('images/dot_side.gif') no-repeat 10px 10px;
	}
		ul.tablelist li.event h2 {
			margin: 0px 0px 6px 0px;
			color: black;
			font-size: 1em;
		}
		ul.tablelist li.event p {
			font-size: 0.917em;
		}
		ul.tablelist li.event hr {
			margin: 20px -37px 0px -30px;
			width: 110%;
			color: #98CB07;
			background-color: #98CB07;
		}
.subbullet {
	margin: 3px;
	padding: 2px;
	list-style: circle;
	color: #000000;
	font-size: 1em;
	}
ul.sitemap {
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	font-size: 1.1em;
}
	
	ul.sitemap li {
		margin: 3px;
		padding: 2px;
		list-style: none;
		list-style-image: none;
		color: #666666;
		font-size: 1em;
	}
	
	ul.sitemap li.title {
		margin-top: 20px;
		color: #00449B;
		font-weight: bold;
		font-size: 1.09em;
		border-bottom: 1px solid #98CB01;
	}
	/*\*/ * html ul.sitemap li.title {
		display: inline-block;
	} /**/
		
		ul.sitemap li ul {
			margin: 0px;
			margin-left: 10px;
			padding: 0px;
			background-color: white;
		}


/* Recruitment advert in home page */
div#recruitment {
	background-image: url(images/recruitment/recruit_back.jpg);
	width: 356px;
	height: 25px;
	
}
	div#recruitment div {
		margin:5px;
	}
	
	div#recruitment a {
		font-family: Arial, Helvetica, sans-serif;
		color:#333333
	}

/* Drop Shadow */

div.shadowrap1, div.shadowrap2, div.shadowrap3 {
	display: block;
}
div.shadowrap1 {
	float:left;
	margin: 6px;
	background: url('images/shadow.gif') bottom right no-repeat;
}
	div.shadowrap2 {
		background: url('images/corner_bl.gif') bottom left no-repeat;
	}
		div.shadowrap3 {
			padding: 0px 6px 6px 0px; /* Change to adjust depth of shadow */
			background: url('images/corner_tr.gif') top right no-repeat;
		}

/* Press Releases */
.footnote {
	margin: 0px;
	margin-top: 12px;
		font-size: 1em;
}
	
	.footnote p, .footnote h2, .footnote li {
		font-size: 1.1em;
	}

.contact {
	display: inline-block;
	float: left;
	margin: 0px;
	margin-top: 8px;
	margin-right: 12px;
	height: 150px;
}
.contact {display: block;}

div#newsheader {
   margin-bottom: 30px;
}

	div#newsheader a {
      float: left;
		font-size: 1.2em;
		margin: 0px 2px; padding: 0px;
		color: #999999;
	}
	
		div#newsheader a:hover {
			color: black;
			text-decoration: none;
		}
		
		div#newsheader a img {
			display: inline;
			margin-right: 5px;
			vertical-align: bottom;
		}
   
   div#newsheader div.addthis_toolbox {
      float: left;
      margin-left: 15px;
   }

ul#interface_archive {
   margin: 0px 10px;
}
ul#interface_archive li {
   font-size: 1.1em;
}
   
h3.right {
   margin-bottom: 10px;
}

div.hires {
}

	div.hires a img {
		margin: 5px;
		padding: 5px;
		border: 1px solid #F0F0F0;
	}
		div.hires a:hover img {
			border-color: #CCCCCC;
		}

a.pdf {
	display: block;
	padding: 1px;
	padding-left: 20px;
	background: url('images/pdf.gif') no-repeat;
}

/* End special Classes */



/*=========================*/
/*	Text Styles			*/
/*=========================*/

p strong, span strong, a strong {
	color: #00449B;
}
	
.weak {
	color: #999999;
	font-weight: normal;
}

.big {
	font-size: 1.5em;
}

.cclasic {
	color: #00449B;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
}

.summary {
	font-style: italic;
}

/* Colours */
.green {
	color: #98CB01;
}

.blue {
	color: #00449B;
}

.lightblue {
	color: #1F87CD;
}

/* End Font Styles */

