/*
	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: #e7c896;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	color: #e7c896;
	background-color: transparent;
	border-bottom: 1px solid #e7c896;
}

a	{
	font-weight:normal;
	text-decoration:none;
}

/* Secondary colour */
a:link	{
	color:#C67C03;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#C67C03;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#C67C03;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#C67C03;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #ccc; 
	/* 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: 417px; 
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background: #fff url("../graphics/sectionheaderimage.gif") right no-repeat;
	/* background-color: #e7c896; */
}

/* Primary bg colour */
#sectionBannerTitle { 
	background-color: transparent;
	color: #fff; 	
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #e7c896;
	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: #e7c896;
}

a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #fff;
}

/* Primary bg colour */
/***Selected State***/ 
li.navigationlevel1selected {
	background: #e7c896;
}

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: #e7c896;
}

/* Primary bg colour - LIGHT */
.bgOn {
	color: #555;
	background-color: #e1efd1; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #555;
	background-color: #e1efd1; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #555;
	background-color: #e1efd1; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #e7c896; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #555;
	background-color: #e1efd1; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #e7c896;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #e7c896;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #555;
	background-color: #e1efd1;
}

/* Primary colour */
#Interactive h3 {
	color: #e7c896;
	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: #E7C896;
	color: #000;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #E7C896;
	color: #555;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #e7c896;
	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: #e1efd1;
	color: #555;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #e7c896;
	color: #555;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #555;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #e7c896;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #e7c896;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #e7c896;
}

/* Primary bg colour */
td.eventheader {
	background-color: #e7c896;
	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: #e7c896;
}
.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: 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 #e7c896;
}
/* Primary bg colour - LIGHT */
#search_browse {
	background: #e1efd1;
}
/* Primary bg colour - LIGHT */
#atoz a {
	background: #e1efd1;
}
/* Primary bg colour */
#atoz a:hover {
	background: #e7c896;
	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: #e7c896;	
	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: #e7c896;
	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 australia */
    body{
        background: #000 url("../graphics/backrepeat4.jpg") repeat-x; 
        border-top: 0px solid #5e5742;
        padding-top: 50px;

    }
    #MainContainer{
        background: transparent;
    }
    #MainContainer .ContentTitle{
        color: #C67C03;
        border-bottom: 1px solid #C67C03;
    }
    div#wrapper, #HeaderImage, #HeaderTitle{
        background: transparent;
        border:0;
        /*visibility: hidden;
        display: none;*/
    }
   
    #Content{
        background: transparent;
        color: #FFF;
    }

    div#userpref{
	position: relative;
	z-index: 99;
    }

    #HeaderContainer{        
        background: transparent url(../graphics/header3.jpg) no-repeat center;
        border:0;
        position: relative;
        width: 960px;
        margin-top: -43px;
        margin-top: -47px;
        height: 384px;
    }   

        
    #NGfLBarHeaderContainer{
        background: transparent;
        border:0;
    }
    #NGfLBarHeaderContainer #NavList a{
        color: #e7c896;
    } 
    #NavigationBox{
        background: transparent;
    }
    
    li.navigationlevel1{
        background: transparent;
    }
    #NavigationBox a{
        color: #C67C03;
    }
    #NavigationBox a.navigationlevel1selected{
        color: #E7C896;
    }
    
    #HeaderSearchBox{
        background: transparent;
    }
    #HeaderSearchBox input{
        background: #e7c896;
        border: 1px solid #C67C03;
    }
        
    #FooterContainer ul#footer_access{
        background: transparent;
        border: 0;
    }
    #FooterContainer ul#footer_access a.FooterTextLinks{
        background: transparent;
        border: 0;
        color: #bea694;
    }
    #FooterContainer{
        background: transparent;
    }
    #FooterContainer p#plain{
        color: #733500;
    }
    #FooterContainer ul.quicklinks a{
        color: #a57f2f;
    }
    #FooterContainer p, #FooterContainer p a.FooterLinks{
        background: transparent;
        border: 0;
        color: #e7c896;
    }
    
    #NavList ul li.HeaderNav{
        background: transparent;
        border: 0;
    }
    
    div#userpref {
	    text-align: left;	    
	    margin-top: 12px;
	    max-width: 960px;
	    min-width: 740px;
	    width: 960px !important; 
        color: #FFF;
    }
    
    div#userpref #accessibilitycolour,#accessibility{
        color: #fff;
    }
    
    input#textnormal, input#textbig, input#textbigger,
    input#colournormal, input#colourhighcontrast, input#colourhighvisibility{
        border: 1px solid #e7c896;
    }

    div#wrapper {
	    text-align: left;
	    border: solid 0px #bec3c6;
	    max-width: 960px;
	    min-width: 740px;
	    width: 960px !important; 
	    
    }
    
    
    body{
        padding:0;
    }
    
    #extraFeature{
        width: 612px;
        height: 250px;
        background: url('../graphics/small-tree.jpg') no-repeat;
        margin: 0 auto;
        position: absolute;
        top: 1052px;
        right:50%;
        z-index: -99;
    }
    
    #InteractiveContainer{
        color: #cba578;
    }
    
    a.navigationlevel1selected{
        color: red;
    }
    
    li.navigationlevel1selected {
	    background: transparent;
    }
    
    ul#nav_tools li a {
	    color: #C67C03;
    }
    ul#nav_tools li a:hover	{
	    color:#C67C03;
    }

    ul.pagelinklist{
        color: #FFF;
    }

.column {

    border:0;

}

	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;
	}
	div.pagenav .pagecurrent{
		color: #C67C03;
	}
/* end australia */

body{
	margin-top: 46px !important;
	background-position: 50% 46px;
}

#gtrs{
	padding-top:1px !important;
	background: transparent url(../graphics/header3.jpg) no-repeat center -46px;
}

#footerInner #footer{
	background-image: url(/global/graphics/footerComplexStandalone_trans.png);
}

	/* override slimbox image reference */
#lbCloseLink {
	background: transparent url(../graphics/slimboxClose.gif) no-repeat center;
}
