/*
	File: stylesheet_screen.css
	Application: Default
	Authors: Colin Abercrombie Steven Park
	(c) 2006 LT Scotland. All rights reserved.
*/
/*********************************************
General tags
*********************************************/
/* Primary colour */
h1, h2, h3, h4, h5	{
	color: #c22957;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	color: #c22957;
	background-color: transparent;
	border-bottom: 1px solid #c22957;
}

a	{
	font-weight:normal;
	text-decoration:none;
}

/* Secondary colour */
a:link	{
	color:#8daf35;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#5c7322;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#8daf35;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#8daf35;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #fff url("../graphics/headerimage.gif") right no-repeat; 
	height: 66px;
	width: 100%;
}
#HeaderTitle { 
	background: #fff url("../graphics/headertitle.gif") left no-repeat; 
	color: #fff; 	
	height: 66px; 
	float: left;
	display: block; 	
	width: 185px; 
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background-color: #c22957;
}

/* Primary bg colour */
#sectionBannerTitle {
	background-color: transparent;
	color: #fff;
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #c22957;
	border-left: solid 1px #fff;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationBox {
	color: #000000;
	background: #fff url("../graphics/navbg.gif") bottom left repeat-x;
}

/*********************************************
Main Navigation Top Level (1)
*********************************************/
/* Primary bg colour */
li.navigationlevel1 {
	background: #c22957;
}

a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #fff;
}

/* Primary bg colour */
/***Selected State***/ 
li.navigationlevel1selected {
	background: #c22957;
}

a.navigationlevel1selected, a.navigationlevel1selected:link, a.navigationlevel1selected:visited, a.navigationlevel1selected:active, a.navigationlevel1selected:hover {
	color: #fff;
}
/*********************************************
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: #c22957;
}
.intro .bgOn h1 {
	font-weight: bold;
	font-size: 2em;	
}
/* Primary bg colour - LIGHT */
.bgOn {
	color: #414141;
	background-color: #f6e8ec; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #414141;
	background-color: #f6e8ec; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #414141;
	background-color: #f6e8ec; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #c22957; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #414141;
	background-color: #f6e8ec; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #c22957;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #c22957;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #414141;
	background-color: #f6e8ec;
}

/* Primary colour */
#Interactive h3 {
	color: #c22957;
	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: #c22957;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #f6e8ec;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #c22957;
	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: #f6e8ec;
	color: #414141;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #c22957;
	color: #414141;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #414141;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #c22957;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #c22957;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #c22957;
}

/* Primary bg colour */
td.eventheader {
	background-color: #c22957;
	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: #c22957;
}
.rssitemdescription {
	color: #555;
}

/*********************************************
InformationLiteracy nav box
*********************************************/
#InformationLiteracyOuterBox  {
	margin: 0px 0px 1px 0px;
	padding: 5px 10px 5px 15px;
	background: #9baf67;
	color: #fff;
}
#InformationLiteracyInnerBox {
	font-weight: bold;
	background: transparent;
	color: #fff;
}
#InformationLiteracyInnerBox A.InformationLiteracyInnerBox {
	font-weight: bold;
	background: transparent;
	color: #fff;
}

/*********************************************
Unknown classes
*********************************************/
.ImagePosition {
	text-align: right;
}

/*********************************************
Resource Up Button
*********************************************/
#UpButtonContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#UpButtonContainer ul {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
}
#UpButtonContainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#UpButtonContainer ul li a {
	background: #ebf2f0;
	color: #000000;
	width: 100px;
	height: 30px;
	border-top: 3px solid #bdd0d7;
	border-left: 3px solid #bdd0d7;
	border-bottom: 3px solid #8dadba;
	border-right: 3px solid #8dadba;
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px;
	display: block;
	text-align: center;
/*	line-height: 28px;*/
	font: normal 0.85em verdana, lucida, sans-serif;
}
#UpButtonContainer ul li a:hover {
	background: #a2c3b9;
	color: #000000;
}
#UpButtonContainer ul li a:active	{
	background: #a2c3b9;
	color: #000000;
}

/*********************************************
Resource Home Button
*********************************************/
#HomeButtonContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#HomeButtonContainer ul {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
}
#HomeButtonContainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../graphics/homebutton.gif") center no-repeat;
}
#HomeButtonContainer ul li a {
	color: #222;
	width: 100px;
	height: 30px;
	border-top: 3px solid #bdd0d7;
	border-left: 3px solid #bdd0d7;
	border-bottom: 3px solid #8dadba;
	border-right: 3px solid #8dadba;
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px;
	display: block;
	text-align: center;
	font: bold 0.85em verdana, lucida, sans-serif;
}
#HomeButtonContainer ul li a:hover {
	color: #222222;
}
#HomeButtonContainer ul li a:active	{
	color: #222222;
}

/*********************************************
Linear Navigation Container
*********************************************/
#LinearNavigationContainer {
	color: #000000;
	background-color: #d9d9d9;
	overflow:auto;
	height:50px
}
ul#LinearNavigation {
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
	text-align: right;
	float:right
}
ul#LinearNavigation img  {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	border:none
}
ul#LinearNavigation li#up  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/up.gif") top left no-repeat;
}
ul#LinearNavigation li#previous  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/previous.gif") top left no-repeat;
}
ul#LinearNavigation li#next  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/next.gif") top left no-repeat;
}
ul#LinearNavigation li#home  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/home.gif") top left no-repeat;
}
ul#LinearNavigation li#return  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/return.gif") top left no-repeat;
}
ul#LinearNavigation li#updisabled  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/updisabled.gif") top left no-repeat;
}
ul#LinearNavigation li#previousdisabled  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/previousdisabled.gif") top left no-repeat;
}
ul#LinearNavigation li#nextdisabled  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/nextdisabled.gif") top left no-repeat;
}
ul#LinearNavigation li#homedisabled  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/homedisabled.gif") top left no-repeat;
}
ul#LinearNavigation li#returndisabled  {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	width: 42px;
	background: url("../graphics/returndisabled.gif") top left no-repeat;
}
ul#LinearNavigation li#uptext  {
	padding: 0;
	margin: 0;
}
ul#LinearNavigation li#previoustext  {
	padding: 0;
	margin: 0;
}
ul#LinearNavigation li#nexttext  {
	padding: 0;
	margin: 0;
}
ul#LinearNavigation li#hometext  {
	padding: 0;
	margin: 0;
}
ul#LinearNavigation li#returntext  {
	padding: 0;
	margin: 0;
}
ul#LinearNavigation li#count  {
	float:left;
	padding: 0;
	margin: 0 20px 0 0;
}
/*********************************************
General Table
*********************************************/
.GeneralTable {
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.GeneralTable caption {
	display: none;
}
.GeneralTable td {
	background-color: #D9F0FB;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}
.GeneralTable th {
	background-color: #c22957;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.GeneralTable td.buttons {
	background-color: transparent;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: right;
}
/*********************************************
General Table Top aligned
*********************************************/
.GeneralTableTop {
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.GeneralTableTop caption {
	display: none;
}
.GeneralTableTop td {
	background-color: #D9F0FB;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;
}
.GeneralTableTop th {
	background-color: #c22957;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.GeneralTableTop td.buttons {
	background-color: transparent;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: right;
}
/*********************************************
Feedback form
*********************************************/
table#feedback {
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
table#feedback caption {
	display: none;
}
table#feedback td {
	background-color: #f1f4e9;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}
table#feedback th {
	background-color: #c22957;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
table#feedback td.buttons {
	background-color: transparent;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: right;
}
/*********************************************
Thumbnail gallery
*********************************************/
.thumbnailContainer {
	background: transparent;
	margin: 3px 5px 3px 0px;
	padding: 3px 3px 3px 3px;
	float: left;
	text-align: center;
	width: 120px;
}
.thumbnailContainer h2 {
	color: #000000;
	background: transparent;
	font-size: 1.0em;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.thumbnailImg {
	background: #D9F0FB;
	border: 1px solid black;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 110px;
	height: 110px;
	text-align: center;
}
.thumbnailImg img {
	border: 1px solid #000000;
}
/*********************************************
Table: Video Collection
*********************************************/
table.VideoTable {
	margin: 5px 0px 10px 0px;
	padding:  0px 0px 0px 0px;
	width: 100%;
}
table.VideoTable caption {
	display: none;
}
table.VideoTable tr {
	padding: 0px;
	vertical-align: top;
}
table.VideoTable th {
	background-color: #D9F0FB;
	color: #ffffff;
	margin: 2px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	font-size:0.9em;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
table.VideoTable td {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	color: #000000;
	background-color: #ccc;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
table.VideoTable a {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #03f;
	background: transparent;
}
table.VideoTable a:link {
	color: #03f;
	background: transparent;
}
table.VideoTable a:visited {
	color: #939;
	background: transparent;
}
table.VideoTable a:hover {
	color: #03f;
	background: transparent;
}
table.VideoTable a:active {
	color: #03f;
	background: transparent;
}
/*********************************************
Table: Image Collection
*********************************************/
table.ImageCollectionMetaData  {
	border: 1px solid #ccc;
	width:98%;
}
table.ImageCollectionMetaData tr td{
	padding: 5px;
	background: #fff;
	vertical-align:top;
}
table.ImageCollectionMetaData th.ImageCollectionMasthead{
	text-align:center;
	padding:5px;
}
table.ImageCollectionMetaData th{
	vertical-align:top;
	border: 1px solid #ccc;
	text-align:left;
	padding:5px;
}
table.ImageCollectionMetaData td{
	background-color: #c8c028;
	border: 1px solid #ccc;
}
table.ImageCollectionMetaData ul li {
	margin:0px;
	padding:0px;
	list-style:decimal outside;
}
.ImageCollectionExpired {
	color: #f00;
	font-weight: bold;
}
table.ImagesMetaData {
	border: 1px solid #ccc;
	width:98%;
	background:#fff;
}
table.ImagesMetaData tr{
	padding: 5px;
	background: #fff;
}
table.ImagesMetaData td{
	padding: 5px;
	background: #ccc;
	border: 1px solid #ccc;
}
/*********************************************
Content table
********************************************/
table#content {
	margin: 5px 0px 10px 0px;
	border: 0px;
	padding: 5px 0px 0px 0px;
	width: 100%;
}
table#content th {
	font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px;
	padding: 8px;
	color: #222222;
	background-color: #7dd2f5;
	text-align: left;
	vertical-align: top;
}
table#content td {
	border-top: 0px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px;
	padding: 8px;
	color: #000000;
	background-color: #d9f0fb;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
}
table#content caption {
	display: none;
}
/*********************************************
Resource Library
*********************************************/
table#resourcelibrarydetails {
	border: 0px;
	padding: 5px 0px 0px 0px;
	width: 100%;
	font-size: 1em;
}
table#resourcelibrarydetails tr {
	border: 0px;
	padding: 0px;
	vertical-align: top;
}
table#resourcelibrarydetails th {
	font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px;
	padding: 8px;
	color: #fff;
	background-color: #c22957;
	text-align: left;
}
table#resourcelibrarydetails td {
	border-top: 0px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px;
	padding: 8px;
	color: #000000;
	background-color: #b1e2f7;
	text-align: left;
}


/* 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 */
