/*
	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: #4F1410;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	color: #4F1410;
	background-color: transparent;
}

a {
	font-weight:normal;
	text-decoration:none;
}

/* Secondary colour */
a:link	{
	color:#824101;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#AF763D;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#824101;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#824101;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background: #fff url("../graphics/sectionheaderimage.gif") right no-repeat;

}

/* Primary bg colour */
#sectionBannerTitle { 
	background-color: transparent;
	color: #fff; 	
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #861e19;
	border-left: solid 1px #fff;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationBox {
	color: #000000;
	background: none;
}

/*********************************************
Main Navigation Top Level (1)
*********************************************/
/* Primary bg colour */
ul.navigationlevel1 li{
	background: #FFF url(../graphics/menu-divider.gif) no-repeat bottom left;
	padding-bottom:10px;
}
ul.navigationlevel1 li li{
	background: transparent;
	padding-bottom: 0;
}
ul.navigationlevel1 a,
ul.navigationlevel1 a:link,
ul.navigationlevel1 a:active   {
	color: #824101 !important;
}
ul.navigationlevel1 a:visited{
	color: #AF763D !important;
}

/* Primary bg colour */
/***Selected State***/ 
a.navigationlevel1selected, a.navigationlevel1selected:link, a.navigationlevel1selected:visited, a.navigationlevel1selected:active, a.navigationlevel1selected:hover {
	color: #824101;
}
/*********************************************
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: #861e19;
}

/* Primary bg colour - LIGHT */
.bgOn {
	color: #555;
	background-color: #FFFFF5; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #555;
	background-color: #FFFFF5; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #555;
	background-color: #FFFFF5; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #861e19; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #555;
	background-color: #FFFFF5; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #861e19;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #861e19;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #555;
	background-color: #FFFFF5;
}

/* Primary colour */
#Interactive h3 {
	color: #4F1410;
	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: #861e19;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #FFFFF5;
	color: #555;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #861e19;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style2 td {
	background-color: #c2dda3;
	color: #555;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/*********************************************
Pagetint classes
*********************************************/
/* Primary bg colour - LIGHT */
.pagetint {
	background-color: #FFFFF5;
	color: #555;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #861e19;
	color: #555;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #555;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #861e19;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #861e19;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #861e19;
}

/* Primary bg colour */
td.eventheader {
	background-color: #861e19;
	color: #fff;
}

/* Primary bg colour - LIGHT */
td.eventdetails {
	background-color: #c2dda3;
	color: #555;
}

/* Primary bg colour - LIGHT */
td.eventTitle {
	background-color: #c2dda3;
	color: #555;
}

/*********************************************
Site Specific Classes - RSS
*********************************************/
/* Primary colour */
li.rssitem {
	color: #861e19;
}
.rssitemdescription {
	color: #555;
}
/*********************************************
Site Specific Classes - More table styles
*********************************************/

table .twothirds, table.twothirds {
	width: 75%;
}
table .half, table.half {
	width: 50%;
}
table .third, table.third {
	width: 33%;
}
table .quarter, table.quarter {
	width: 25%;
}
table .sixth {
	width: 15%;
}
table.style1 .highlight, table.style2 .highlight {
	color: #000000;
	background-color: #FFFF99;
	font-weight: bold;
	border: 1px solid #ddd;
}
/*********************************************
Site Specific Classes - More form styles
*********************************************/
.singleLine {
	width: 95%;
}
.multiLine {
	width: 95%;
}

/*********************************************
Site-specific styles for WebForms - IN PROGRESS
*********************************************/
#FORM1 th {
	background-color: #6eb74a;
	color: #fff;
	border: 1px solid #ffffff;
}
#FORM1 td {
	background-color: #eeeeee;
	color: #000000;
}
#FORM1 tr.Field_Separator td {
	background: #6f6f6f;
	color: #fff;
}
#FORM1 td.Label_standard {
	background: #6eb74a;
	color: #fff;
	width: 40%;
}
#FORM1 td.WebFormData {
	background: #e8f0f7;
	width: 60%;
}
#FORM1 #buttons {
	background: #bbbbbb;
}
#FORM2 th {
	background-color: #005bab;
	color: #fff;
	border: 1px solid #ffffff;
}
#FORM2 td {
	background-color: #eeeeee;
	color: #000000;
}
#FORM2 tr.Field_Separator td {
	background: #6f6f6f;
	color: #fff;
}
#FORM2 td.Label_standard {
	background: #005bab;
	color: #fff;
	width: 40%;
}
#FORM2 td.WebFormData {
	background: #e8f0f7;
	width: 60%;
}
#FORM2 #buttons {
	background: #bbbbbb;
}
/*********************************************
Review table classes
*********************************************/
table.podcast {
	border: 0;
	padding: 10px 0;
	background-color: transparent;
	margin: 0 0 1px 0;
	width: 100%;
}
table.podcast th {
	background-color: transparent;
	padding: 5px;
	color: #00adef;
	text-align: left;
	vertical-align: top;
	border: 0;
}
table.podcast td {
	background-color: transparent;
	color: #000000;
	padding: 5px;
	vertical-align: top;
	border: 0;
}
table.review {
	border: 1px dotted #444444;
	padding: 10px;
	background-color: #fdbf0f;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
table.review th {
	background-color: transparent;
	padding: 5px;
	color: #444444;
	text-align: left;
	vertical-align: top;
	border: 0;
}
table.review td {
	background-color: transparent;
	color: #000000;
	padding: 5px;
	vertical-align: top;
	border: 0;
}
.rating {
	text-align: right;
}

/*********************************************
Google Map styles
*********************************************/
div#map {
	border: 1px solid;
	margin: 10px;
	background: #e8f3f9;
	float: right;
	width: 370px;
	height: 320px;
}
/*********************************************
Columns for mentor map layout
*********************************************/
.mapcolumnleft {
	float: left; width: 380px;
}
 
.quotebox {
	/* margin-top: 20px; */
	margin-top: 5px;
}
.openquote {
	float: left;
	width: 30px;
	height: 23px;
	background: transparent url("../graphics/openquote.gif") top left no-repeat;
}
.closequote {
	float: right;
	margin-top: -30px;
	width: 30px;
	height: 23px;
	background: transparent url("../graphics/closequote.gif") top left no-repeat;
}
.blockquote {
	margin: 0;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #3f3f3f;
	width: 90%;
}
.blockquote p {
	margin-top: 0;
}

/*********************************************
Software & Publications
*********************************************/
table#resourcelibrarydetails {
	background: #e8f3f9;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
table#resourcelibrarydetails td {
	background: #e8f3f9;
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table#resourcelibrarydetails td p {
	padding: 0px;
	margin: 0px;
}
table#resourcelibrarydetails th {
	background: #e8f3f9;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
/*********************************************
Tag Cloud Styles
*********************************************/
ul.cloud {
	background: #e8f0f7;
	border: solid 1px #6eb74a;
}
/*********************************************
Fade Div Styles
*********************************************/
	#fadetest {background: #feff9f;}
/*********************************************
Flickr Stream Styles
*********************************************/
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:0;}
.flickr_badge_image {margin:0 5px 5px 0px; float: left;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px "Arial", "Helvetica", "Sans serif" !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;}
#flickr_badge_source {padding:0 !important; font: 11px "Arial", "Helvetica", "Sans serif" !important; color:#666666 !important;}

ul.pagesubsectionlist {
	padding: 0 0 15px 0;
}
ul.pagesubsectionlist li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	border-bottom: solid 1px #e8f0f7;
}
/*********************************************
Carousel
*********************************************/
.carousel .bgOn {
	color: #fff;
	background-color: #6eb74a;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#myGallery, #myGallerySet, #flickrGallery
{
	width: 400px;
	height: 300px;
}
#myGallery a, #myGallery a:link, #myGallery a:active, #myGallery a:visited {
	background-color:transparent;
	color: #fff;
}
#myGallery a:hover {
	color: #fff;
	background-color:transparent;
	text-decoration: underline;
}

/*********************************************
Mini Seaches
*********************************************/
/* Primary bg colour */
.search_form {
	border: 1px solid #861e19;
}
/* Primary bg colour - LIGHT */
#search_browse {
	background: #FFFFF5;
}
/* Primary bg colour - LIGHT */
#atoz a {
	background: #FFFFF5;
}
/* Primary bg colour */
#atoz a:hover {
	background: #861e19;
	color: #fff;
}
/* Primary bg colour - LIGHT */
table.search_checkboxes td {
	background: #FFFFF5;
}
/* Primary bg colour - LIGHT */
table.CheckboxTable td {
	background: #FFFFF5;
}
/* Primary bg colour */
.search_header {
	color: #861e19;	
	font-weight: bold;
}

/*********************************************
Hiding geo information cos it's of no great interest to the human eye
*********************************************/
.geo {
 	visibility: hidden;
}


/*********************************************
Tabber Tabs
*********************************************/
ul.tabbernav li a
{
	background-color: #861e19;
	color: #fff;
}
ul.tabbernav li a:link, ul.tabbernav li a:visited { 
	color: #fff; 
}
ul.tabbernav li a:hover
{
 color: #fff;
 background: #769f47;
}
.tabberlive .tabbertab {
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height
height:200px; */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
overflow:auto;
}

/*********************************************
Site Specific Classes - Thumbnail gallery
*********************************************/
.thumbnailContainer {
	background: transparent;
	margin: 3px 5px 3px 0px;
	padding: 3px 3px 3px 3px;
	float: left;
	text-align: center;
	width: 130px;
}
.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: #e7f1ff;
	padding: 10px 3px 3px 3px;
	margin: 5px 10px 5px 0px;
	width: 120px;
	height: 110px;
	border: 2px solid #f7740b;
	text-align: center;
}
.thumbnailImg img {
	border: 1px solid #3b77c7;
}

/*********************************************
Site Specific Classes - Glow Games Test
*********************************************/
a.glowhiddengames {display: block; width: 100px; height: 100px; border: solid; background: url(../graphics/glowgamea.jpg) no-repeat;}
a.glowhiddengames:hover {background: url(../graphics/glowgameab.jpg) no-repeat;}
a.glowhiddengames em {position: absolute; right: 9999px;}





/* start enlightenment */

    body{
        background: #FFF url(../graphics/enlightenment-wallpaper-gradient-40.jpg) repeat-x top left;
        padding-top:0;
        margin-top: 0;
    }
    #NavigationContainer{
        overflow: hidden;
	
    }
    #HeaderContainer{
         background: transparent url(../graphics/scottish-enlightenment-banner.jpg);
         width: 960px;
         height: 232px;
         position: relative;
    }
    #HeaderImage, #HeaderTitle{
        background: transparent;
    }

    #MainContainer{
        width: 78%;
    }
    #ContentContainer{
        width: 78%;
        margin:0;
    }
    div.column2{
        display: inline;
    }
    #InteractiveContainer{
        overflow: hidden;
    }
    
    #NGfLBarHeaderContainer, #FooterContainer p{
        background: #5e1e19;
    
    }
    #NGfLBarHeaderContainer{
        height: 2em;
    }

    #FooterContainer,
    #FooterContainer p,
    #FooterContainer #footer_access{
        background: #100000;
        color: #fff !important;
    }
    #FooterContainer a{
        color: #c4baae !important;
    }
    #footer_access a{
        background: none !important;
}

    #FooterContainer a:visited{
        color: #896840 !important;
    }
    
    HeaderSearchBox{
        background: #a84214;
    }
    
    #Interactive h2{
        background: transparent;
        color: #4F1410;
    }
    
    ul#nav_tools li a {
	    color: #824101;
    }
    ul#nav_tools li a:hover	{
	    color:#824101;
    }
    
    div#wrapper {
	    text-align: left;
	    margin: 0 auto;
	    width: 960px !important;
	    border:1px solid #824101;
	    border-width: 0 1px;   
    }
  

    /*body div#userpref{
        width: 950px;
        margin: 0 auto -35px auto !important;
        padding: 10px 10px 0 0 !important;
        background: transparent;
		position:relative;
		z-index: 99;
    }*/
    input#colournormal,
    input#colourhighcontrast,
    input#colourhighvisibility,
    input#textnormal,
    input#textbig,
    input#textbigger{
		margin-bottom: 0;
		vertical-align: top;
    }

/* end enlightenment */


/*******************************************
Slimbox
*******************************************/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../graphics/slimboxLoading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../graphics/slimboxPrevious.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../graphics/slimboxNext.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../graphics/slimboxClose.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

ul.slimbox{
    list-style: none;
    margin: 0;
    padding:0;
}
    ul.slimbox li{
        display: inline;
        margin:0;
        padding:0;
    }
    ul.slimbox img{
        margin: 5px 10px 5px 0;
        border: 1px solid #000;
    }
/************** end slimbox ***************/

/* scroller */
.scrollerLinkPrevious,
.scrollerLinkNext{
    border-color: #FFF #5E1E19;
}
/* end scroller */


body{
	margin-top: 36px !important;
	background-position: 50% 36px;
}

#footerInner #footer{
	background-image: url(/global/graphics/footerComplexStandalone_trans.png);
}
