/* Regional Medical Physics Department
   www.rmpd.org.uk

   screen.css v4.2 - 30th January 2007 */

/* Global declarations */

.none {
	display: none;
	}

body	{
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 25px 0;
	padding: 0;
	}

p    {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 25px 0;
	padding: 0;
	}

a {
	font: 14px arial, sans-serif;
	color: #06c;
	background: #fff;
	margin: 0 0 25px 0;
	padding: 0;
	text-decoration: none;
	}


/* gototop applies only to Top of Page link
   so that it can be excluded when printing */


a.gototop {
	font: 14px arial, sans-serif;
	color: #06c;
	background: #fff;
	text-decoration: none;
	}


a:hover {
	font: 14px arial, sans-serif;
	color: #009;
	background: #fff;
	text-decoration: underline;
	}

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


/* End of global declarations */



/* Top elements are static */


#header {
	position: relative;
	}

#header h1 {
	font: 30px arial, sans-serif;
	margin: 0;
	padding: 14px 100px 15px 0;
	text-align: right;
	color: #000;
	background: #fff;
	}

#logo	{
	position: absolute;
	top: 11px;
	right: 10px;
	}

#wwwbar {
	position: relative;
	margin: 0 10px;
	padding: 0;
	background: #06c;
	}

#wwwbar h1 {
	font: bold 14px arial, sans-serif;
	margin: 0;
	padding: 2px 16px 3px 20px;
	text-align: right;
	color: #fff;
	}

#topnav {
	position: relative;
	}

#topnav h1 {
	font: bold 14px arial, sans-serif;
	text-align: left;
	margin: 0;
	padding: 15px 0px 11px 10px;
	color: #000;
	background: #fff;
	}

#topnav a {
	font: bold 14px arial, sans-serif;
	}

#topnav a:visited {
	font: bold 14px arial, sans-serif;
	}

#topnav a:hover {
	font: bold 14px arial, sans-serif;
	}

.topnone {
	display: inline;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
	}

html>body .topnone {
	display: none;
	}

/* End of top elements */



/* Left container contents are static */


#leftcont {
	position: absolute;
	top: 132px;
	left: 10px;
	width: 150px;
	margin: 0;
	padding: 0;
	}


/* Main navigation

Section links have white text on NHS blue background
and are not linked, sub-section links have black text
on secondary NHS blue background and are linked */


.leftnav {
	margin: 0;
	padding: 0;
	}

.leftnav h1 {
	font: bold 14px arial, sans-serif;
	color: #fff;
	background: #06c;
	margin: 0;
	padding: 2px 5px 2px 10px;
	border-bottom: 1px #fff solid;
	}

/* voice-family lines are Tantek Celik hack
   to overcome bug in IE4 & IE5 for Windows */

.leftnav a {
	text-decoration: none;
	font: bold 14px arial, sans-serif;
	color: #000;
	background: #69f;
	display: block;
	margin: 0;
	padding: 2px 10px;
	border-bottom: 1px solid #fff;
	width: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 130px;
	}

/* html>body lines are Tantek Celik hack to
   overcome bug in Opera pre version 7 */

html>body .leftnav a {
	width: 130px;
	}

.leftnav a:hover {
	text-decoration: none;
	font: bold 14px arial, sans-serif;
	color: #009;
	background: #fff;
	}


/* End of left container elements */



/* Centre container contents are static */


#centercont {
	position: relative;
	margin: 0 180px 5px;
	padding: 0px 0 0 0;
	line-height: 140%;
	}


/* 'a' elements are repeated here with 1.35 line
   spacing to ensure equal spacing in link lists */


a {
	font: 14px arial, sans-serif;
	color: #06c;
	background: #fff;
	line-height: 1.35;
	margin: 0 0 25px 0;
	padding: 0;
	text-decoration: none;
	}


/* gototop applies only to Top of Page link
   so that it can be excluded when printing */


a.gototop {
	font: 14px arial, sans-serif;
	color: #06c;
	background: #fff;
	line-height: 1.35;
	text-decoration: none;
	}

a:hover {
	font: 14px arial, sans-serif;
	color: #009;
	background: #fff;
	line-height: 1.35;
	text-decoration: underline;
	}

#centercont li {
	text-decoration: none;
	display: list-item;
	list-style-type: disc;
	font: 14px arial, sans-serif;
	line-height: 1.5;
	color: #000;
	background: #fff;
	}

#centercont li li {
	text-decoration: none;
	display: list-item;
	list-style-type: circle;
	font: 14px arial, sans-serif;
	line-height: 1.5;
	color: #000;
	background: #fff;
	}

#centercont li li li {
	text-decoration: none;
	display: list-item;
	list-style-type: square;
	font: 14px arial, sans-serif;
	line-height: 1.5;
	color: #000;
	background: #fff;
	}

#centercont p {
	margin: 10px 0 15px 0;
	padding: 0;
	}

#centercont h1 {
	text-decoration: none;
	font: bold 20px arial, sans-serif;
	color: #fff;
	background: #093;
	margin: 5px 0 15px 0;
	padding: 3px 0 3px 5px;
	}

#centercont h2 {
	text-decoration: none;
	font: bold 18px arial, sans-serif;
	color: #093;
	background: #fff;
	margin: 30px 0 15px 0;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #093;
	}

#centercont h2 a {
	text-decoration: none;
	font: bold 18px arial, sans-serif;
	color: #000;
	background: #fff;
	margin: 30px 0 15px 0;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #093;
	}

#centercont h3 {
	text-decoration: none;
	font: bold 16px arial, sans-serif;
	color: #093;
	background: #fff;
	margin: 0;
	padding: 3px 2px;
	}


/* h4 is used for the 'Feedback Form', 'Contacting Us'
sub-headings in 'Find Us' pages and the Members' Area
Introduction.

h5 places subsequent text blocks and input boxes
180px right and -43px up so that their first lines
are level with the preceeding h4.

Avoids the use of tables. Degrades well in text
browser, OK for screen reader too */

#centercont h4 {
	font: 14px bold arial, sans-serif;
	line-height: 1.35;
	color: #093;
	background: #fff;
	margin: 15px 0 25px 0;
	padding: 0;
	}

#centercont h5 {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: -43px 0 10px 180px;
	padding: 0;
	}


/* h6 is used for captioning pictures */

#centercont h6 {
	font: 12px bold arial, sans-serif;
	line-height: 1.35;
	color: #309;
	background: #fff;
	margin: 5px 0 25px 0;
	padding: 0;
	text-align: left;
	}

.photos {
	list-style-type: none;
	clear: both;
	}

.photos li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: 12px bold arial, sans-serif;
	line-height: 1.35;
	color: #309;
	background: #fff;
	}

.photos img {
	display: block;
	border: 1px solid #309;
	}

/* Quick Site Search box */

#centercont input.txt {
	font: 14px arial, sans-serif;
	color: #000;
	background: #fff;
	border: 2px #99f solid;
	width: 300px;
	margin: 0;
	}

#centercont input.box {
	font: 14px arial, sans-serif;
	color: #000;
	background: #fff;
	vertical-align: text-top;
	border: 2px #99f solid;
	width: 300px;
	height: 120px;
	margin: 0;
	}
	
#centercont input.submitbtn {
	font: bold 14px arial, sans-serif;
	color: #000;
	background: #ddd;
	border: 2px #ccc solid;
	width: 80px;
	margin-left: 180px;
	}

#centercont input.resetbtn {
	font: bold 14px arial, sans-serif;
	color: #000;
	background: #ddd;
	border: 2px #ccc solid;
	width: 80px;
	margin-left: 5px;
	}

.table {
	table-layout: fixed;
	margin: 0;
	padding: 10px 0 15px 0;
	}
	
.lightline {
	position: relative;
	background: #fff;
	margin: 0;
	padding: 5px 0 5px 0;
	border-top: 2px solid #cfc;
	}



/* This section only applies to the
Zoom search results page:

search_template.html */


.highlight {
	background: #FFFF40;
	}

.searchheading {
	text-decoration: none;
	font: bold 18px arial, sans-serif;
	color: #093;
	background: #fff;
	margin: 30px 0 3px 0;
	padding: 3px 0 0 0;
	}

.summary {
	font: 14px arial, sans-serif;
	font-style: italic;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.results {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.category {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #093;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.description {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #093;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.context {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.infoline {
	font: 12px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.sorting {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.result_title {
	font: 16px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 20px 0 3px 0;
	padding: 0;
	}

.result_title a {
	font: 16px arial, sans-serif;
	line-height: 1.35;
	color: #06c;
	background: #fff;
	margin: 20px 0 3px 0;
	padding: 0;
	}

.result_title a:hover {
	font: 16px arial, sans-serif;
	line-height: 1.35;
	color: #009;
	background: #fff;
	margin: 20px 0 3px 0;
	padding: 0;
	}

.zoom_searchform {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

.zoom_options {
	font: 14px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

input.zoom_button {
	color:#eee;
	background-color: #309;
	}

input.zoom_searchbox {
	background-color: #fff;
	}


/* End of centre container elements */


/* This section only applies to the
SQL Database results page*/


#databasecont {
	position: relative;
	margin: 0 10px 5px;
	padding: 0px 0 0 0;
	line-height: 140%;
	}

#databasecont p {
	margin: 10px 0 15px 0;
	padding: 0;
	}

#databasecont h1 {
	text-decoration: none;
	font: bold 20px arial, sans-serif;
	color: #fff;
	background: #093;
	margin: 5px 0 15px 0;
	padding: 3px 0 3px 5px;
	}

#databasecont h2 {
	text-decoration: none;
	font: bold 18px arial, sans-serif;
	color: #093;
	background: #fff;
	margin: 30px 0 15px 0;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #093;
	}

#databasecont h2 a {
	text-decoration: none;
	font: bold 18px arial, sans-serif;
	color: #000;
	background: #fff;
	margin: 30px 0 15px 0;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #093;
	}

#databasecont h3 {
	text-decoration: none;
	font: bold 16px arial, sans-serif;
	color: #093;
	background: #fff;
	margin: 0;
	padding: 3px 2px;
	}


hr.pme-hr {
    border: 0px solid;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	height: 1px;
	}

table.pme-main {
    border: #004d9c 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	}

table.pme-navigation {
    border: #004d9c 0px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	}

th.pme-header {
    border: #004d9c 1px solid;
	padding: 4px;
	background: #add8e6;
	}

td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,

td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,

td.pme-sortinfo, td.pme-filter {
    border: #004d9c 1px solid; 
	padding: 3px;
	}

td.pme-buttons {
    text-align: left; 
	}

td.pme-message {
    text-align: center;
	}

td.pme-stats {
    text-align: right;
    }


/* End of SQL Database elements */



/* Right hand column

The contents vary, there are two states; the
default has the 'Quick Site Search' box and
related links box; the other state has the
'Quick Site Search' box and secondary navigation */


/* 'Quick Site Search' with advanced option link
which duplicates the link in leftnav */


#rightsearch {
	position: absolute;
	top: 132px;
	right: 10px;
	width: 150px;
	color: #fff;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 1px #309 solid;
	}

#rightsearch h1 {
	font: bold 14px arial, sans-serif;
	color: #fff;
	background: #309;
	margin: 0;
	padding: 1px 0 2px 0;
	text-align: center;
	}

#rightsearch p {
	font: 14px arial, sans-serif;
	color: #000;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
	}

#rightsearch a {
	font: 12px arial, sans-serif;
	color: #06c;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
	}

#rightsearch a:hover {
	font: 12px arial, sans-serif;
	color: #009;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
	}


/* Search box and 'Go' button */

form	{
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	}

#rightsearch input.txt {
	font: 14px arial, sans-serif;
	color: #000;
	background: #fff;
	border: 2px #99f solid;
	width: 100px;
	margin: 0;
	}
	
#rightsearch input.btn {
	font: bold 14px arial, sans-serif;
	color: #000;
	background: #ddd;
	border: 2px #ccc solid;
	width: 30px;
	margin-left: 4px;
	}

/* Related links

HONCode, NHS.UK and NHS Direct logos and links */


#rightlinks {
	position: absolute;
	top: 236px;
	right: 10px;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 1px #f60 solid;
	}

#rightlinks h1 {
	font: bold 14px arial, sans-serif;
	color: #fff;
	background: #f60;
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: center;
	}

#rightlinks p {
	font: 14px arial, sans-serif;
	color: #000;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
	}

#rightlinks a {
	font: 12px arial, sans-serif;
	color: #06c;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
	}

#rightlinks a:hover {
	font: 12px arial, sans-serif;
	color: #009;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
	}

#rightlinks img {
	display: block;
	border: none;
	margin: 0 auto;
	padding: 0;
	}

.pictures {
	float: left;
	width: 150px;
	padding: 0;
	margin: 12px 0 2px 0;
	border: none;
	}


/* Secondary navigation

Section links have white text on an orange background
and are not linked, sub-section links have black text
on a secondary orange background and are linked */


#rightcont {
	position: absolute;
	top: 236px;
	right: 10px;
	width: 150px;
	margin: 0;
	padding: 0;
	}

.rightnav {
	margin: 0;
	padding: 0;
	}

.rightnav h1 {
	font: bold 14px arial, sans-serif;
	color: #fff;
	background: #f60;
	margin: 0;
	padding: 2px 5px 2px 10px;
	border-bottom: 1px #fff solid;
	}

/* voice-family lines are Tantek Celik hack
   to overcome bug in IE4 & IE5 for Windows */

.rightnav a {
	text-decoration: none;
	font: bold 14px arial, sans-serif;
	color: #000;
	background: #fc9;
	display: block;
	margin: 0;
	padding: 2px 10px;
	border-bottom: 1px solid #fff;
	width: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 130px;
	}

/* html>body lines are Tantek Celik hack to
   overcome bug in Opera pre version 7 */

html>body .rightnav a {
	width: 130px;
	}

.rightnav a:hover {
	text-decoration: none;
	font: bold 14px arial, sans-serif;
	color: #009;
	background: #fff;
	}


/* End of right hand column elements */



/* Bottom elements are static */


#bottomcont {
	margin: 0;
	padding: 0;
	}


/* thinlines and validations are seperate
to enable thinline width to alter with browser
window size whilst keeping validation images
centred in a row */


.thinline {
	position: relative;
	clear: both;
	background: #fff;
	margin: 0 180px;
	padding: 5px 0 5px 0;
	border-top: 2px solid #06c;
	}

.validations {
	position: relative;
	color: #000;
	background: #fff;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	width: 406px;
	}

.thumbnail {
	float: left;
	width: 88px;
	margin: 0 6px;
	padding: 0;
	}


/* Address block, site address and webmaster's
e-mail, legal statement, date and copyright */


.footnotes {
	position: relative;
	margin: 0 180px;
	padding: 0;
	line-height: 150%;
	text-align: center;
	}

.footnotes p {
	font: 12px arial, sans-serif;
	line-height: 1.35;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	}

.footnotes a {
	font: 12px arial, sans-serif;
	color: #06c;
	background: #fff;
	text-decoration: none;
	}

.footnotes a:hover {
	font: 12px arial, sans-serif;
	color: #009;
	background: #fff;
	text-decoration: underline;
	}

/* End of bottom elements */
