/* style rules only, no layout */

/* print styles */

@media print 
{
#right, #left
{

display: none;

}
}


/* General styles */
body {
	color: #000;
	background: #FFF url(http://www.dataspring.org.uk/images/dottedLines/dots_lightBrown_hor_right1.gif) repeat-y right;
}
#bodyLeftShade {
	background:  url(http://www.dataspring.org.uk/images/dottedLines/dots_lightBrown_hor_left1.gif) repeat-y left;
}
body, td, ul, p {
	font: 0.85em/1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font: 1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}

/* header styles */



#header {
	background: #6c7279 url(http://www.dataspring.org.uk/images/header/headerbg.gif) left top;
	background-repeat: repeat-y;
	color: #000;
	

}




#header p {
	display: block;
	color: #bbb498;
	font: bold 1.3em/1.3em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.thisArea a:link, .thisArea a:visited {
	color: #FFF;
	text-decoration: none;
}
.thisArea a:hover, .thisArea a:active {
	color: #bbb498;
}
.notThisArea a:link, .notThisArea a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 0.8em;
}
.notThisArea a:hover, .notThisArea a:active {
	color: #bbb498;
}

/* middle column styles */
.pageheading h1, .pagecontent h1 {
	color: #000;
	margin: 0;
	padding: 0;
	font: bold 1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.pagecontent h2 {
	color: #6c7279;
	margin: 1.2em 0px;
	padding: 0;
	font: 1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.pagecontent h3 {
}
.pagecontent h4 {
}
.pagecontent h5 {
}
.pagecontent h6 {
}
.pagecontent h1 a:link, .pagecontent h1 a:visited, 
.pagecontent h2 a:link, .pagecontent h2 a:visited, 
.pagecontent h3 a:link, .pagecontent h3 a:visited, 
.pagecontent h4 a:link, .pagecontent h4 a:visited, 
.pagecontent h5 a:link, .pagecontent h5 a:visited, 
.pagecontent h6 a:link, .pagecontent h6 a:visited {
	font-size: smaller;
	color: #bbb498;
}
.pagecontent h1 a:hover, .pagecontent h1 a:active, 
.pagecontent h2 a:hover, .pagecontent h2 a:active, 
.pagecontent h3 a:hover, .pagecontent h3 a:active, 
.pagecontent h4 a:hover, .pagecontent h4 a:active, 
.pagecontent h5 a:hover, .pagecontent h5 a:active, 
.pagecontent h6 a:hover, .pagecontent h6 a:active {
	font-size: smaller;
	text-decoration: underline;
}
.pagecontent ul, .pagecontent ol {
	margin: 0;
	padding-left: 2em;
	line-height: 1.4em;
}
.pagecontent ul li, .pagecontent ol li {
	font: 0.9em/1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.pagecontent p {
	padding: 0 0 1.2em;
	margin: 0;
	font: 0.8em/1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.pagecontent a:link, .pagecontent a:visited {
	color: #925e00;
	text-decoration: none;
}
.pagecontent a:hover, .pagecontent a:active {
	color: #925e00;
	text-decoration: underline;
}
.pagecontent img.alignLeft, .pagecontent img.alignRight {
	display: inline;
	padding: 0;
}
.pagecontent img.alignLeft {
	margin: 0 15px 0 0;
	float: left;
}
.pagecontent img.alignRight {
	margin: 0px 0px 0px 15px;
	float: right;
}
.alignCenter {
	text-align: center;
}
.alignCenter * {
	margin: 0 auto;
}
/* styles for tables in middle column */
.pagecontent table {
	border: none;
	background: #FFF;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0;
	border-bottom: 1px solid #000;
}
.pagecontent table td, .pagecontent table tbody td {
	margin: 0;
	font: 0.9em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	vertical-align: top;
	border-top: 1px solid #000;
}
.pagecontent table th, .pagecontent table tfoot td, .pagecontent table thead td {
	color: #6c7279;
	font: bold 0.9em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 2px 10px 3px 10px;
	text-align: left;
}

.pagecontent table caption
{
	font: italic 0.8em/1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;


}

/* altertable provides tables without green borders */

.altertable table {
	border: none;
	background: #FFF;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0;
	border-bottom: 0px solid #9C3;
}
.altertable table td, .altertable table tbody td {
	margin: 0;
	font: 0.9em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	vertical-align: top;
	border-top: 0px solid #9C3;
	
}

.altertable table th {

	color: #6c7279;


}

/* alternating table rows coloured grey, add 'class="grey"' to tr */
.pagecontent table tr.grey td, .pagecontent table tr.grey th { 
	background: #EDEDED;
}
/* styles for form elements in middle column */
.pagecontent form {
	display: inline;
	font: 1em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.pagecontent input {
	display: inline;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: none;
}
html>body .pagecontent input { /* hidden from IE as it does bad things to radio buttons */
	
}
.pagecontent input:hover { /* not supported by IE */
	
}
.pagecontent label {
}
.pagecontent select {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 0.4em;
	display: block;
}
.pagecontent label input {
	margin-right: 1em;
}
.pagecontent a.more:link, .pagecontent a.more:visited {
	border: 1px solid ;
	padding: 0 1px 0 1px;
	font-size: 0.8em;
	text-decoration: none;
}
.pagecontent a.more:hover, .pagecontent a.more:active {
	background: #bbb498;
	color: #FFF;
}

.pagecontent a.boxedLink:link, .pagecontent a.boxedLink:visited {
	margin: 0 1em 1em 0;
	border: 1px solid #bbb498;
	width: 15em;
	height: 4em;
	padding: 0.5em 1em;
	background: #bbb498;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: inline;
}
.pagecontent a.boxedLink:hover, .pagecontent a.boxedLink:active {
	background: #FFF;
}
html>body .pagecontent a.boxedLink {
	float: left;
}
.pagecontent .profileBox {
	border: 1px solid #6c7279;
	width: 25em;
	margin: 1em 0;
	padding: 0.5em 1em;
	background-color: #FFF;
	color: #333333;
}
.pagecontent .profileBox h2, .pagecontent .profileBox p {
	margin: 0;
	padding: 0;
}
.pagecontent .profileBox img {
}
/* Search results styles */
.highlight {
	background: #FFFF40;
}
.searchheading {
	font-size: 1.3em;
	font-weight: bold;
}
.summary {
	font-size: 0.8em;
	font-style: italic;
} 
.results {
	font-size: 1em;
}
.category {
	color: #999999;
}
.description {
	margin: 0.2em 0 0 0;
	font-size: 0.8em;
	color: #008000;
}
.context {
	font-size: 0.8em;
}
.infoline {
	font-size: 0.7em;
	font-style: italic;
	color: #808080;
}
.sorting {
	text-align: right;
}
.result_title {
	font-size: 1em;
	border-top: 1px dotted #6c7279;
	padding: 0.2em 0 0 0;
	margin: 0.2em 0 0 0;
}
.zoom_searchform {
	font-size: 1em;
}
.zoom_options {
	font-size: 0.8em;
}
input.zoom_button {
	font: 0.9em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #9C3;
	padding: 0;
	border: 1px solid #FFFFFF !important;
}
input.zoom_searchbox {
	border: #000 solid 1px !important;
}
ul#siteMap {
	margin-top: 1.2em;
}
ul#siteMap li {
	font-size: 1.1em;
	list-style: disc;
}
ul#siteMap li li {
	font-size: 1.1em;
}
ul#siteMap li li li {
	font-size: 1.1em;
}

/* left column - holding navigation */
/* first level navigation */
#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 169px;
}
#left li {
	display: inline;
	margin: 0;
}
#left a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 0.9em;
	background: #bbb498;
	padding: 2px 1px 2px 25px;
	text-decoration: none;
	border-bottom: 1px dotted #6c7279;
}
html>body #left a { /* hide from IE */
	width: auto;
}
#left a:hover {
	background: #6c7279;
	color: #FFF;
}

#left a:active {
	background: #bbb498;
}
#left a.big {
	padding: 5px 1px 8px 25px;
	font-weight: bold;
}
#left a.selected {
	font-weight: bold;
	background: #bbb498;
}
#left #searchBox {
	display: block;
	background: #bbb498;
	padding: 0 0 0 25px;
	border-bottom: 1px dotted #6c7279;
}
#left #searchBox:hover, #left #searchBox:active {
	background: #6c7279;
}
#left #searchBox input#searchText {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: none;
	padding: 1px 2px 0 2px;
	margin: 1px 0 0 0;
}
#left #searchBox input#searchsubmit {
	font: 0.9em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #bbb498;
	padding: 0;
	border: 1px solid #FFFFFF;
	display: block;
}
#left #searchBox input#searchsubmit:hover {
}

#left #searchBox select {
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #bbb498;
	font-size: 0.8em;
	display: block;
		
}
/* second level navigation */
#left li li a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
	padding: 3px 1px 1px 25px;
	background: #6c7279;
	border-bottom: 1px dotted #bbb498;
}
html>body #left li li a { /* hide from IE */
	width: auto;
}
#left li li a:hover, #left li li a:active {
	background: #FFF;
color: #000;
}
#left li li a.selected {
	font-weight: bold;
	background: #6c7279;
}

/* right column - calls to action */


#right select {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	margin-top: 0.4em;
	display: block;
	color: #bbb498;
}

.highlight {
	background: #bbb498;
}
.highlight:hover {
	background: #bbb498;
}
.highlight h1, .newsStory h1, .jargonBusterBox h1 {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
}
.highlight h2 {
	font-size: 0.8em;
	color: #000;
	margin-top: 0.5em;
}
.highlight p, .newsStory p, .jargonBusterBox p {
	padding: 0;
	margin: 0.5em 0.5em 0 0;
	font-size: 0.7em;
	line-height: 1.3em;
}
.highlight h1 {
	color: #000;
}
.highlight p
{
	color: #000;
}

.highlight a:link, .highlight a:visited
{
	color: #000;
	text-decoration: underline;

}
.highlight a:hover
{
	color: #FFF;
	text-decoration: underline;

}


.newsStory, .jargonBusterBox {
	background:  url(../images/right/right_bg_off.gif) repeat-y right;
}
.newsStory:hover, .jargonBusterBox:hover {
	background: #bbb498;
}
.newsStory h1 {
	font-size: 0.8em;
}
.newsStory p {
}
.newsStory a:link, .newsStory a:visited, .newsStory p.newsMoreButton a:link, .newsStory p.newsMoreButton a:visited {
	color: #925e00;
	text-decoration: none;
}
.newsStory a:hover, .newsStory a:active, .newsStory p.newsMoreButton a:hover, .newsStory p.newsMoreButton a:active {
	color: #925e00;
	text-decoration: underline;
}

.newsStory a.more:link, .newsStory a.more:visited {
	border: 1px solid #bbb498;
	padding: 0 1px 0 1px;
	font-size: 0.8em;
	text-decoration: none;
}
.newsStory a.more:hover, .newsStory a.more:active {
	background: #bbb498;
	color: #FFF;
}

.jargonBusterBox h1 {
}
.jargonBusterBox p {
	font-weight: bold;
}
.jargonBusterBox a:link, .jargonBusterBox a:visited {
	color: #925e00;
	text-decoration: none;
}
.jargonBusterBox a:hover, .jargonBusterBox a:active {
	color: #925e00;
	text-decoration: underline;
}

/* footer styles */
#footer {
	color: #000;
	background: #FFF;
}
.footerRightBox p {
	text-align: right;
	line-height: 1.2em;
	font-size: 0.7em;
	font-weight: bold;
	color: #bbb498;
}
.footerRightBox a:link, .footerRightBox a:visited {
	text-decoration: none;
	color: #bbb498;
}
.footerRightBox a:hover, .footerRightBox a:active {
	text-decoration: underline;
	color: #bbb498;
}
