/*
	File: stylesheet_screen.css
	Application: Default
	Authors: Colin Abercrombie Steven Park
	(c) 2006 LT Scotland. All rights reserved.
*/
/*********************************************
General tags
*********************************************/

/*
	#0BB1EE > #3a5187
	#DFF7FF > # ededfa
*/


/* Primary colour */
h1, h2, h3, h4, h5	{
	color: #3a5187;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	color: #3a5187;
	background-color: transparent;
	border-bottom: 1px solid #3a5187;
}

a	{
	font-weight:normal;
	text-decoration:none;
}

/* Secondary colour */
a:link	{
	color:#cc313f;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#af0a6e;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#cc313f;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#cc313f;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #fff url("../graphics/headerimage.jpg") right no-repeat; 
	height: 66px;
	width: 100%;
}
#HeaderTitle { 
	background: #fff url("../graphics/headertitle.jpg") left no-repeat; 
	color: #fff; 	
	height: 66px; 
	float: left;
	display: block; 	
	width: 403px; 
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background-color: #3a5187;
}

/* Primary bg colour */
#sectionBannerTitle {
	background-color: transparent;
	color: #fff;
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #3a5187;
	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: #3a5187;
}

a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #fff;
}

/* Primary bg colour */
/***Selected State***/ 
li.navigationlevel1selected {
	background: #3a5187;
}

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: #3a5187;
}
.intro .bgOn h1 {
	font-weight: bold;
	font-size: 2em;	
}
/* Primary bg colour - LIGHT */
.bgOn {
	color: #414141;
	background-color: #ededfa; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #414141;
	background-color: #ededfa; 
}

.bgOn h1, .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #414141;
	background-color: #ededfa; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #3a5187; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #414141;
	background-color: #ededfa; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #3a5187;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #3a5187;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #414141;
	background-color: #ededfa;
}

/* Primary colour */
#Interactive h3 {
	color: #3a5187;
	background-color: transparent;
}

/* Primary colour */
#Interactive .bodyText li {
	border-bottom: 1px solid #3a5187;
	margin: 0px 0px 10px 0px;
}

/*********************************************
Icon
*********************************************/
img.icon {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 0px;
}

/*********************************************
General table classes
*********************************************/
/* Primary bg colour */
table.style1 th {
	background-color: #3a5187;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #ededfa;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #3a5187;
	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: #ededfa;
	color: #414141;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #3a5187;
	color: #414141;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #c2dda3;
	color: #414141;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #3a5187;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #3a5187;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #3a5187;
}

/* Primary bg colour */
td.eventheader {
	background-color: #3a5187;
	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: #3a5187;
}
.rssitemdescription {
	color: #555;
}


/*********************************************
Feedback form classes
*********************************************/
table#feedback {
	width: 100%;
}
table#feedback caption {
	display: none;
}
table#feedback th.title {
	background-color: #666;
	color: #fff;
}
table#feedback th {
	background-color: #EDEDFA;
	color: #000
}
table#feedback td {
	background-color: #EDEDFA;
	color: #000;
}
table#feedback p.error {
	background-color: transparent;
	color: #b62301;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
p.error {
	background-color: #b62301;
	color: #fff;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

#EdAwardsOuterBox
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 1px
}
#EdAwardsInnerBox
{
    PADDING-LEFT: 12px;
    PADDING-RIGHT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 12px;
    BACKGROUND-COLOR: transparent
}


#ResourceTabContainer li {
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background: url("../graphics/tabright.gif") no-repeat right top;
	border-bottom: 1px solid #666;
}
#ResourceTabContainer li a, #ResourceTabContainer li a:link, #ResourceTabContainer li a:visited, #ResourceTabContainer li a:hover, #ResourceTabContainer li a:active {
	display: block;
	height: 32px;
	text-align: center;
	font-weight: bold;
	background: url("../graphics/tableft.gif") no-repeat left top;
	color: #3f3f3f;
	padding: 5px 4px;
}
/***Selected State***/ 
#ResourceTabContainer li#current {
	float: left;
	width: 20%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url("../graphics/tabrightselected.gif") no-repeat right top;
	color: #3f3f3f;
	border-bottom: 1px solid #fff;
}
#ResourceTabContainer li#current a, #ResourceTabContainer li#current a:link, #ResourceTabContainer li#current a:visited, #ResourceTabContainer li#current a:active, #ResourceTabContainer li#current a:hover {
	display: block;
	height: 32px;
	text-align: center;
	font-weight: bold;
	background: url("../graphics/tableftselected.gif") no-repeat left top;
	color: #3f3f3f;
	padding: 5px 4px;
}

body{
	margin-top: 36px;
	background-position: 50% 36px;
}
#redevBar{
	background: #E5E6E8;
}



/* ip12 comments form */
	.ip12{
		background: #FFF;
	}
	.ip12 label{
		display: block;
		cursor: pointer;
	}
	.ip12 p.error,
	.ip12 label strong{
		display: block;
		color: red;
	}
	.ip12 .key img,
	.ip12 label img{
		vertical-align: text-top;
	}
	.ip12 form div{
		margin-bottom: 1.2em;
		padding: 2px 0 5px 0;
	}
	.ip12 form div.error{
		padding-left: 5px;
		border-left: 2px solid red;
	}
	/* parentzone, other forms to follow */
		#p633387 .ip12 form div{
			margin-bottom: 0.5em;
		}
		#p633387 .ip12 .text input{
			width: 300px;
		}
	/* end parentzone */
/* end ip12 */
