/*
	File: stylesheet_screen.css
	Application: Default
	Authors: Colin Abercrombie Steven Park
	(c) 2009 LT Scotland. All rights reserved.
/*
/*********************************************
General tags
*********************************************/
/* Primary colour */
h1, h2, h3, h4, h5	{
	color: #c2deec;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	background-color: transparent;
	color: #c2deec;
}

a	{
	font-weight:normal;
	text-decoration:none;
}

/* Secondary colour */
a:link	{
	color:#acd7ff;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#bbcad8;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#acd7ff;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#acd7ff;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #ccc; 
	/* background: #fff url(../graphics/"../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: 417px; 
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background: #fff url(../graphics/"sectionheaderimage.gif") right no-repeat;
	/* background-color: #acd7ff; */
}

/* Primary bg colour */
#sectionBannerTitle { 
	background-color: transparent;
	color: #fff; 	
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #acd7ff;
	border-left: solid 1px #fff;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationBox {
	background: transparent;
}

/*********************************************
Main Navigation Top Level (1)
*********************************************/

/*
Bg:#384352
Links: # e0e8ef
Separator 'hyphens':# 719aaf

Nav section when expanded:
Bg: # 355672
Links: #d0e8f5
Visited:# 7cabc2



*/

/* Primary bg colour */
li.navigationlevel1 {
	background: transparent;
}

a.navigationlevel1,
a.navigationlevel1:link,
a.navigationlevel1:visited,
a.navigationlevel1:active   {
	color: #e0e8ef;
}

/* Primary bg colour */
/***Selected State***/ 

a.navigationlevel1selected,
a.navigationlevel1selected:link,
a.navigationlevel1selected:visited,
a.navigationlevel1selected:active,
a.navigationlevel1selected:hover {
	color: #fff;
}


a.navigationlevel1selectedroot{
	border-bottom: 1px dashed #719aaf;
	padding: 5px 0;
	display: block;	
}

li.navigationlevel1selectedroot,
li.navigationlevel1selected{
	background: #355672 !important;
}


li.navigationlevel2selected,
li.navigationlevel2{
	background: transparent url(../graphics/bullet.gif) no-repeat 0 0.4em;
	padding-left: 16px;
	list-style: none;
}

li.navigationlevel2selected a,
li.navigationlevel2 a{
	color: #d0e8f5 !important;
}







/*********************************************
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: #acd7ff;
}

/* Primary bg colour - LIGHT */
.bgOn {
	color: #555;
	background-color: #E0E8EF; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #555;
	background-color: #E0E8EF; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #555;
	background-color: #E0E8EF; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #acd7ff; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #555;
	background-color: #E0E8EF; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #acd7ff;
	border-bottom: 1px dashed #719aaf;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	border-bottom: 1px dashed #719aaf;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #555;
	background-color: #transparent;
}

/* Primary colour */
#Interactive h3 {
	color: #acd7ff;
	background-color: transparent;
}

/*********************************************
Icon
*********************************************/
img.icon {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 0px;
}

/*********************************************
General table classes
*********************************************/
table.admintable{
	border: 0 !important;
}

/* Primary bg colour */
table.style1 th {
	background-color: #355672;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #355672;
	color: #555;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #acd7ff;
	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: #E0E8EF;
	color: #555;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #acd7ff;
	color: #555;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #555;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #acd7ff;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #acd7ff;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #acd7ff;
}

/* Primary bg colour */
td.eventheader {
	background-color: #acd7ff;
	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: #acd7ff;
}
.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 {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #f4ebe1;
	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: 1px dashed #719aaf;
}
/*********************************************
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 #acd7ff;
}
/* Primary bg colour - LIGHT */
#search_browse {
	background: #e1efd1;
}
/* Primary bg colour - LIGHT */
#atoz a {
	background: #e1efd1;
}
/* Primary bg colour */
#atoz a:hover {
	background: #acd7ff;
	color: #fff;
}
/* Primary bg colour - LIGHT */
table.search_checkboxes td {
	background: #e1efd1;
}
/* Primary bg colour - LIGHT */
table.CheckboxTable td {
	background: #e1efd1;
}
/* Primary bg colour */
.search_header {
	color: #acd7ff;	
	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: #acd7ff;
	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 scotlandshistory */
    body{
        background: #384352;
        color: #FFF;
        padding: 0;
    }
    #MainContainer, #ContentContainer{
        width: 78%;
        margin:0;
    }
    /*#MainContainer .ContentTitle{
        color: #c2deec;
        border-bottom: 1px dashed #719aaf;
    }*/
    div#wrapper,
    #HeaderImage,
    #HeaderTitle,
    #MainContainer,
    #Content,
    #NGfLBarHeaderContainer,
    #HeaderSearchBox,
    #FooterContainer ul#footer_access,
    #FooterContainer ul#footer_access a.FooterTextLinks,
    #FooterContainer p, #FooterContainer p a.FooterLinks,
    #FooterContainer p#plain,
    #NavList ul li.HeaderNav,
    div#userpref #accessibilitycolour,
    #accessibility{
        background: transparent;
        border:0;
        color: #FFF;
    }

    #FooterContainer ul.quicklinks a{
        color: #FFF;
    }



    #HeaderContainer{        
        background: transparent url(../graphics/header.jpg) no-repeat center;
        border:0px solid red;
        position: relative;
        width: 960px;
        height: 245px;
    } 

  
        #gtrs{
                background: transparent url(../graphics/header.jpg) no-repeat center 0px;
        } 
        

/*
    #NavigationBox a{
        color: #acd7ff;
    }
    #NavigationBox a.navigationlevel1selected{
        color: #acd7ff;
    }
    
    #HeaderSearchBox input{    
        border: 1px solid #acd7ff;
    }

*/

    #FooterContainer{
        background: #292824 url(../graphics/backrepeat.jpg) repeat-x top left;
        position: absolute;
        z-index:99;
        width: 960px;
        float: left;
        left:0;
        padding-top: 60px;
    }
    
    #footerInner{
        width: 960px;
        margin: 0 auto;
    }
    

    


    
    input#textnormal, input#textbig, input#textbigger,
    input#colournormal, input#colourhighcontrast, input#colourhighvisibility{
        border: 1px solid #acd7ff;
    }

    div#wrapper {
	    text-align: left;
	    margin: 0 auto 0 auto;
	    border: solid 0px #bec3c6;
	    width: 960px !important; 
    }
        
    #InteractiveContainer{
        color: #cba578;
    }
    

    

    
    ul#nav_tools li a {
	    color: #acd7ff;
    }
    ul#nav_tools li a:hover	{
	    color:#bbcad8;
    }

    ul.pagelinklist{
        color: #FFF;
    }
    
    h1.ContentTitle{

    }
    li.pagelinklist{
		border-bottom: 1px dashed #719aaf;
    }
 
 
 
/*********************************************
Tag Cloud Styles
*********************************************/
ul.cloud {
	background: transparent;
	border: 1px dashed #5488af;
	border-width: 0 0 1px 0;
	font-size: 0.9em;
	padding: 5px;
}
    
/*********************************************
Dynamic Content - Popular Tags 
*********************************************/
ul.populartags li {
	padding: 0;
	margin: 0 0 2px 0;
}
/*********************************************
Dynamic Content - Popular Tags (Cloud)
*********************************************/
#Interactive .cloud .cloud1 {font-size: 0.9em;}
#Interactive .cloud .cloud2 {font-size: 0.95em;}
#Interactive .cloud .cloud3 {font-size: 1em;}
#Interactive .cloud .cloud4 {font-size: 1.1em;}
#Interactive .cloud .cloud5 {font-size: 1.2em;}
#Interactive .cloud .cloud6 {font-size: 1.4em;}
#Interactive .cloud .cloud7 {font-size: 1.5em;}
#Interactive .cloud .cloud8 {font-size: 1.6em;}
#Interactive .cloud .cloud9 {font-size: 1.6em;}
#Interactive ul.cloud {
	border: none;
	padding: 5px 0 10px 0;
}
#Interactive ul.cloud li {
	margin: 0 5px;
	line-height: 1.7em;
	display: inline;
}

    
/* end scotlandshistory */



.column,
.columns1,
hr,
ul.spacer#nav_tools,
.column .bgOff{
    border: 0 !important;
}

.flashObject{
	margin: 10px 0 !important;
}

div#TabContainer{
	background: #384352;
}

/* scroller */
.scrollerLinkPrevious,
.scrollerLinkNext{
    border-color: #384352 #65B4F6;
}
/* end scroller */

div.column2 .slimbox img{
	width: 270px !important;
	height: auto !important;
}



body{
	margin-top: 36px;
	background-position: 50% 36px;
}
#redevBar{
	background: #E5E6E8;
}

#footerInner #footer{
	background-image: url(/global/graphics/footerComplexStandalone_trans.png);
}


div.pagenav ul li a, div.pagenav ul li.page a:link, div.pagenav ul li a:visited, div.pagenav ul li.page a:active, div.pagenav ul li.page a:hover {
	color:#fff
}
	/* override slimbox image reference */
#lbCloseLink {
	background: transparent url(../graphics/slimboxClose.gif) no-repeat center;
}

a.gaelicLink {color:#000}
