﻿/*
	Filename         :	screen_general.css
	Desc			 :	General browser style overrides, used in all pages
*/

*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d3eefb;
	color: #231F20;
	font-size: 1.2em;
}

h1
{
	font-weight: normal;
	color: #0088ce;
	font-size: 1.4em;
	margin: 0px 0px 5px;
	padding: 0px;
}

h2
{
	font-size: .9em;
	color: #004e9a;
	margin: 1em 0;
}

h2 a { color: #004e9a; }

h3
{
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #004e9a;
	clear: both;
	margin-bottom: 0.3em;
	/* KS 08/04/09 */
	margin: 1em 0;
}

h3 a { color: #004e9a; }

h4
{
	font-size: 0.85em;
	font-weight: bold;
	color: #004e9a;
	margin: 1em 0;
}

h5
{
	font-size: 0.8em;
	font-weight: bold;
	color: #004e9a;
	padding: 0px;
	margin: 1em 0;
}

h6
{
	font-size: 0.8em;
	font-weight: normal;
	color: #004e9a;
	padding: 0px;
	margin: 0px;
	margin-top: 0.8em;
}

p
{
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px 0px 7px;
	padding: 0px;
}

blockquote
{
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 0.8em;
	padding: 0 1.2em 0 0.6em;
	width: auto;
	color: #002b8d;
	font-style: italic;
	/*KS 09-04-08 */
}

cite
{
	line-height: normal;
	font-style: italic;
	/* font-weight: bold; KS 09-04-08 */
	text-align: right;
	display: block;
	color: #002b8d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 6px;
	/*KS 09-04-08 */
	padding-left: 0px;
}

strong { font-weight: bold; }

em
{
	font-style: italic;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #0088ce;
	outline:0;
}

a:hover { text-decoration: underline; }

ul, ol
{
	margin: 0px 0px 7px 8px;
	padding: 0px;
}

li
{
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 3px;
	font-size: 0.75em;
	line-height: normal;
}

img
{
	padding: 0;
	margin: 0;
	border: none;
}

img.fltleft { float: left; }
img.fltright { float: right; }

.lastitem { border: 0 !important; }

/* CSS3 border radius filter for IE */

#header, #footer, 
.searchBox input, 
#leftnav,
#leftnav #login,
div.searchBox fieldset input.textBox,
div.searchBox input.goButton,
#content .contactus input,
#content .contactus input.postcode,
#content .contactus .postcodeButtonContainer input,
div.searchAgain,
div.searchAgain fieldset input.textBox,
#topbar .totalizer p.total,
#header .accountLogin ul { behavior: url(/static/css/PIE.htc); }
