/*
-----------------------------------------------------
Basic CSS file for <= v4 browsers  [DfT]

File		: basic.css

Notes		: 
-----------------------------------------------------
*/

/* Remove all padding and margins */
* {
	margin:0;
	padding:0;
}

/* Hide accessibility stuff */
.accessibility {
	position:absolute;
	left:-99em;
	width:90em;
	overflow:hidden;
	display:none;
}

body {
	background:#eee;
	color:#000;
	font: 76%  verdana,tahoma,geneva,arial,sans-serif;
	background: url(/ukgwa/20110503145046oe_/http://www.dft.gov.uk/_format/_images/gifs/page-bg.gif) top center repeat-y;
	text-align:center;
}

h1 { font-family: arial;}
h2,h3,h4,h5,h6 { font-family: verdana;}

table, td, th { font:0.9em verdana,tahoma,geneva,arial,sans-serif; }

th {
	font-weight:bold;
	text-align:left;
}


img { border:none; }

/*target 'a href' to exclude 'a name' styling (not text-decoration or hover)*/

a[href] 					{ color:#1A5C4E; text-decoration:none; }
a[href]:hover 			{ color:#F35B00; text-decoration:underline; }
#mainBody a[href] 		{ color:#1A5C4E; text-decoration:underline; }
#mainBody a[href]:hover 	{ color:#F35B00; text-decoration:underline; }

*html a 					{ color:#1A5C4E; text-decoration:none; }
*html a:hover 			{ color:#F35B00; text-decoration:underline; }
*html #mainBody a 		{ color:#1A5C4E; text-decoration:underline; }
*html #mainBody a:hover 	{ color:#F35B00; text-decoration:underline; }


.strong { font-weight:bold; }
.floatLeft { float:left; }
.floatRight { float:right; }

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
/* End hide from IE-mac */

p { margin:10px 0; line-height: 1.3em; }
address { font-style:normal; }

/* Forms */

input.button {
	color:#1A5C4E;
	padding:0;
	font-weight:bold;
	font-size:0.9em;
}
html>body input.button { padding:1px 0; }

.notice-box {
	border: 1px solid #006666;
	background-color: #ECF2F0;
	margin: 15px 0;
	padding: 10px;
}

.notice-box p {

}