/*
	File: stylesheet_screen.css
	Application: Default
	Authors: Colin Abercrombie Steven Park
	(c) 2008 LT Scotland. All rights reserved.
*/
/*********************************************
General tags
*********************************************/
/* Primary colour */
h1, h2, h3, h4, h5	{
	color: #c87434;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	color: #c87434;
	background-color: transparent;
	border-bottom: 1px solid #c87434;
}

a	{
	font-weight:normal;
	text-decoration:none;
}

/* Secondary colour */
a:link	{
	color:#c87434;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#9f4e13;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#c87434;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#c87434;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #fff url("../graphics/headerimage.gif") left no-repeat; 
	height: 85px;
	width: 100%;
}
#HeaderTitle { 
	
	color: #fff; 	
	height: 85px; 
	float: left;
	display: block; 	
	width: 300px; 
}
/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background-color: #c87434;
}

/* Primary bg colour */
#sectionBannerTitle {
	background-color: transparent;
	color: #fff;
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #c87434;
	border-left: solid 1px #fff;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationBox {
	color: #737c85;
	background: #fff url("../graphics/navbg.gif") bottom left repeat-x;
}

/*********************************************
Main Navigation Top Level (1)
*********************************************/
/* Primary bg colour */
li.navigationlevel1 {
	background: #737c85;
}

a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #fff;
}

/* Primary bg colour */
/***Selected State***/ 
li.navigationlevel1selected {
	background: #737c85;
}

a.navigationlevel1selected, a.navigationlevel1selected:link, a.navigationlevel1selected:visited, a.navigationlevel1selected:active, a.navigationlevel1selected:hover {
	color: #fff;
}

/*********************************************
NQ Online Link
*********************************************/
#NQOuterBox {
	margin: 0px 0px 1px 0px;
	color: #737c85;
	background-color: #F0F0F2;
}
#NQInnerBox {
	padding: 3px 5px 3px 12px;
	margin: 0px 0px 0px 0px;
}
a.NQInnerBox {
	background: #F0F0F2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #737c85;
	font-weight: bold;
}
a.NQInnerBox:link {
	background: #F0F0F2;
	color: #737c85;
}
a.NQInnerBox:visited {
	background: #F0F0F2;
	color: #737c85;
}
a.NQInnerBox:active {
	background: #F0F0F2;
	color: #737c85;
}
a.NQInnerBox:hover {
	background: #F0F0F2;
	color: #737c85;
}
/*********************************************
Site Contents
*********************************************/
.center {
	text-align: center;
}

.floatright {
	float: right;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

.floatleft {
	float: left;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

/*********************************************
Component Container BgOn
*********************************************/
/* Primary bg colour */
.intro .bgOn {
	color: #fff;
	background-color: #c87434;
}
.intro .bgOn h1 {
	font-weight: bold;
	font-size: 2em;	
}
/* Primary bg colour - LIGHT */
.bgOn {
	color: #414141;
	background-color: #f0f0f2; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #414141;
	background-color: #f0f0f2; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #414141;
	background-color: #f0f0f2; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #c87434; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #414141;
	background-color: #f0f0f2; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #c87434;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #c87434;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #414141;
	background-color: #f0f0f2;
}

/* Primary colour */
#Interactive h3 {
	color: #c87434;
	background-color: transparent;
}

/*********************************************
Icon
*********************************************/
img.icon {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 0px;
}

/*********************************************
General table classes
*********************************************/
/* Primary bg colour */
table.style1 th {
	background-color: #c87434;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #f0f0f2;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #c87434;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style2 td {
	background-color: #c2dda3;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/*********************************************
Pagetint classes
*********************************************/
/* Primary bg colour - LIGHT */
.pagetint {
	background-color: #f0f0f2;
	color: #414141;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #c87434;
	color: #414141;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #414141;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #c87434;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #c87434;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #c87434;
}

/* Primary bg colour */
td.eventheader {
	background-color: #c87434;
	color: #fff;
}

/* Primary bg colour - LIGHT */
td.eventdetails {
	background-color: #c2dda3;
	color: #414141;
}

/* Primary bg colour - LIGHT */
td.eventTitle {
	background-color: #c2dda3;
	color: #414141;
}

/*********************************************
Site Specific Classes - RSS
*********************************************/
/* Primary colour */
li.rssitem {
	color: #c87434;
}
.rssitemdescription {
	color: #555;
}


/*********************************************
Table: Image Collection
*********************************************/
table.ImageCollectionMetaData  {
	width:98%;
}
table.ImageCollectionMetaData tr td{
	padding: 5px;
	vertical-align:top;
}
table.ImageCollectionMetaData td.ImageCollectionMasthead{
	text-align:left;
	padding:5px;
	width:0%;
}
table.ImageCollectionMetaData th{
	vertical-align:top;
	border: 0;
	text-align:left;
	padding:5px;
}
table.ImageCollectionMetaData td{
	border: 0;
}
table.ImageCollectionMetaData ul li {
	margin:0px;
	padding:0px;
	list-style:decimal outside;
}
.ImageCollectionExpired {
	color: #f00;
	font-weight: bold;
	background:transparent;
}
table.ImagesMetaData {
	border: 1px solid #ccc;
	background:transparent;
}
table.ImagesMetaData tr{
	padding: 5px;
	background:transparent;
}
table.ImagesMetaData td{
	padding: 5px;
	background: #ccc;
	border: 0;
}
table.ImageCollectionMetaData td.ImageCollectionMasthead{
	background: #afb1b6;
	background: #fff;
	width:10%;
}
table.ImageCollectionMetaData td.rights{
	font-size: 0.85em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

/*********************************************
Site Specific Classes - Thumbnail gallery
*********************************************/
.thumbnailContainer {
	background: #ccc;
	margin: 5px 20px 20px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
	text-align: center;
	width: 200px;
	height: 200px;
}
.thumbnailContainer h2 {
	color: #000000;
	background: transparent;
	font-size: 1.0em;	
	font-weight: normal;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.thumbnailImg {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.thumbnailImg img {
	border: 1px solid #fff;
}


/*********************************************
Thumbnail PageNav Styles - Added by SP
*********************************************/
div.imagecount {
	float: left;
}
div.pagenav {
	text-align: left;
	color: #777A85;
	background: #f0f0f2;
	border: solid 1px #737c85;
	padding: 5px 0 5px 10px;
	margin: 5px 0 10px 0;
	width: 97%;
	white-space: nowrap;
}
div.pagenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.pagenav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
div.pagenav li.selected {
	padding: 5px 10px;
	color: #fff;
	background: #c87434;
}
div.pagenav li.noclick {
	padding: 5px 10px;
	color: #aaa;
	background: #transparent;
}
div.pagenav ul li a {padding: 5px 10px 5px 10px; margin: 0;}
div.pagenav ul li a:link {color:#626872; background: transparent;}
div.pagenav ul li a:visited {color:#626872; background: transparent;}
div.pagenav ul li a:active {color:#626872; background: transparent;}
div.pagenav ul li a:hover {color:#626872; background: transparent;}
div.pagenav ul li a:hover {color:#fff; background: #c87434;}
div.pagenav ul li.page a:hover {color:#fff; background: #c87434;}


/* 960T gridMods */

div#wrapper {
width:980px;
}

* html div#wrapper {
width:980px;
}

* html div#userpref {
width:980px;
}

div#userpref {
width:980px;
}

#NavigationContainer {
margin:10px 10px 0 10px;
_margin:10px 5px 0 5px;
width:190px;
}

#MainContainer {
margin:0 0 0 10px;
_margin:0 0 0 5px;
width:750px;
}

#ContentContainer {
margin:10px 0 0 0;
width:540px;
_width:550px;
}

#InteractiveContainer {
margin:0;
width:190px;
}

/* end 960T gridMods */
