﻿/***
	EDF Team GB
	BASE SCREEN STYLESHEET

	Andre Head

	www.aislondon.com (2009)

	-[Colours]-------------------------
	  Greens (Dark to Light)
		#004741
		#52b458
	  Greyscale (Black to White)
		#dfdfdf
	  Supporting
		#f26522 (Orange)
	-----------------------------------

	-[Contents]------------------------
	1. GLOBAL
		1.0 Resetting styles		
	-----------------------------------

***/

/**
	1.0 Reseting styles
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;	
	width: 100%;	
}

body {
	background: #ffffff;
	color: #004741;
	font: normal 0.625em Arial, Helvetica, sans-serif;
}

a {
	color: #52b458;
}

input, textArea {
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { /* Safari does not suppport quotes attr:*/ 
	content: "";
}

caption, th, td {
	font-weight: normal;
	/*text-align: left;* Removed by AB, 08:07:2010 to fix alignment issues on events.aspx*/ 
}

table {
	border-collapse: collapse;
}