/*
# name: 				page.css
# description: 	Page Style
# author:			Berni
# created:			25 Mar 2008
# Modifiied
# When				Why
# 29-04-2008		IE does not do padding properly
# 09-05-2008		Support for varying size of monitor
# 13-05-2008		larger grid size
# 27-05-2008		logo size automatic, border, slightly smaller grid, new top
# 28-05-2008		logo now in top border
# 17-07-2008		small text
# 29-07-2008		tiny test for care finder options, drop 100% constraint on body
# 11-11-2008		Adverts
# 08-12-2008		patch round page height
# 07-05-2009		increase left margin on content
# 12-05-2009		convert fonts from px to pt
# 03-12-2009		provider menu
*/

/* PAGE LAYOUT */
body{
	margin:0;
	padding:0;
	border:0;
	font-family:Calibri, Arial, sans-serif;
	width:100%;	
}

/* SECTIONS */
#wrapper {
	margin:0;
	padding:0;
	padding:0;
	width:100%;
}

#top {
	margin-top:0%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:0%;
	padding:0;
	border:0;
	width:100%;
}
html>body #top {
	width:98%; /* these are used by non ie browsers */
}

#news {
	float:left;
	width:17%;
	margin:1%;
	padding:5%;
	border:0;
	background:#FFE4E9;
	overflow:hidden;
}
html>body #news {
	width:15%; /* these are used by non ie browsers */
	padding:1%;
}

#content {
	float:left;
	width:61.5%;
	margin-top:1%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:1%;
	padding:1%;
	border:0;
	background:#F1F1F1;
	overflow:auto;
}
html>body #content {
	width:60%; /* these are used by non ie browsers */
}

#ads {
	float:right;
	width:17%;
	margin:1%;
	padding:5%;
	border:0;
	background:#D1E8FB;
	overflow:hidden;
}
html>body #ads {
	width:15%; /* these are used by non ie browsers */
	padding:1%;
}

#foot {
	clear:both;
	width:100%;
	padding:1%;
	margin-top:0%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:0%;
	background:#C3F5D3;
}
html>body #foot {
	width:96%; /* width used by non ie browsers */
}

/* MENU */
.menu a {
	display:block;
	width:100%;
	height:100%;
	text-align:center; 
	text-decoration:none; 
	color:black;
	background-color:#FFE7EF;
	font-size:12pt;
	line-height:24pt;
}

.menu a:hover {
	background-color:pink; 
}


/* TEXT STYLES */


h1 {
	font-size:30pt;
	font-weight:bold;
	color:purple;
	margin:0;
}

h2 {
	font-size:14pt;
	font-weight:normal;
	margin:0;
}

.text {
	font-size:14pt;
}

.smalltext {
	font-size:12pt;
}

.tinytext {
	font-size:10pt;
}

.menutext {
	font-size:11pt;
	color:purple;
}

.newsmaintitle {
	font-size:14pt;
	font-weight:bold;
}

.newstitle {
	font-size:12pt;
	font-weight:bold;
}

.newstext {
	font-size:10pt;
}

.newssmallprint {
	font-size:8pt;
	height:8pt;
}

/* GRID STYLES */
.unavailable {
	width:20px; 
	height:20px; 
	font-size:12px;
	background-color:#A52A2A;
	color:#A52A2A;
	padding:0;
}

.available {
	width:20px; 
	height:20px;
	font-size:12px;
	background-color:#00FF00;
	color:#00FF00;
	padding:0;
}

.bulk {
	width:20px; 
	height:20px;
	font-size:12px;
	background-color:#1E90FF;
	color:#1E90FF;
	padding:0;
}

.badpostcode {
	background-color:#F70E5A;
}