/*
	File: SETT stylesheet_screen.css
	Application: CMSLite SETT
	Created: 5th MArch 2004
	Authors: Colin Abercrombie, Ian Burrett
	(c) 2002 LT Scotland. All rights reserved.
/*
/*********************************************
Interactive Column - Registered user login display
*********************************************/
h2.interactiveloginheader {
color: #ffffff;
background: #562785 url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif") top right no-repeat;
padding: 1px 0px 1px 10px;
margin: 10px 0px 0px 0px;
border-bottom: 1px solid #000000;
}
div.interactivelogintext {
background: #f4d7e9;
color: #000000;
padding: 1px 5px 10px 5px;
margin: 0px 0px 10px 0px;
border: 1px solid #2e1d63;
}
ul.interactivelogintext{
list-style-type: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
li.interactivelogintext {
padding: 5px 0px 5px 10px;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #336699;
}

li.interactivelogintext img {
margin: 0px 0px -5px 0px;
}
a.interactivelogintext {
color: #0033ff;
background : transparent;
font-weight: bold;
text-decoration: underline;
padding: 0px 0px 0px 0px;
margin: 0px 0px 3px 0px;
}
a.interactivelogintext:link {
color: #0033ff;
background: transparent;
text-decoration: underline;
}
a.interactivelogintext:visited {
color: #993399;
background: transparent;
text-decoration: underline;
}
a.interactivelogintext:hover {
color: #0033ff;
background: transparent;
text-decoration: underline;
}
a.interactivelogintext:active {
color: #0033ff;
background: transparent;
text-decoration: underline;
}
/*********************************************
General
*********************************************/
body{
	color:#000000;
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1	{
	background: transparent;
	color: #2e1d63;
	border-bottom: 1px solid #a61b6c;	
	font-size: 1.3em;
	font-weight: bold;
	padding: 2px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
h2	{
	background: transparent;
	color: #2e1d63;
	font-size: 1.1em;
	font-weight:bold;
	padding: 5px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
}
h3	{
	background: transparent;
	color: #2e1d63;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
h4	{	
	background: transparent;
	color: #2e1d63;
	font-size:0.9em;
	font-weight:normal;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
h5	{	
	background: transparent;
	color: #2e1d63;
	font-size:0.9em;
	font-weight:normal;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
p 	{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
a	{
	font-weight:normal;
	text-decoration:underline;
	border: 0px;
}
a:link	{
	color:#0033ff;
	background-color:transparent;
	text-decoration:underline;
	border: 0px;
}
a:visited	{
	color:#993399;
	background-color:transparent;
	text-decoration:underline;
	border: 0px;
}
a:active	{
	color:#0033ff;
	background-color:transparent;
	text-decoration:underline;
	border: 0px;
}

/*********************************************
Main Containers
*********************************************/
#MainContainer {
	color: #000000;
	background-color: #ffffff;
}

/*********************************************
Header
*********************************************/
#HeaderContainer {
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}
#HeaderImage { 
	color: #000000;
	background: #ffffff url("http://www.eventadv.com/sett/graphics/headerimage.gif") right no-repeat; 
	height: 60px;
	width: 100%;
}
#HeaderTitle { 
	background: #ffffff url("http://www.eventadv.com/sett/graphics/headertitle.gif") left no-repeat; 
	color: #ffffff; 	
	height: 60px; 
	float: left;
	display: block; 	
	width: 170px; 
}
.PrintHeader {
	display: none;
}

/*********************************************
Breadcrumb Navigation
*********************************************/
#BreadcrumbContainer {
	height:16px;
	color: #000000;
	background-color: #f4d7e9;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0px 0px 0px 12px;
}
ul.breadcrumbnavigation {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
li.breadcrumbnavigation {
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 10px;
	background: transparent url("http://www.eventadv.com/sett/graphics/breadcrumb_chevron.gif") right no-repeat;
}
a.breadcrumbnavigation	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.breadcrumbnavigation:link	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.breadcrumbnavigation:visited	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.breadcrumbnavigation:hover	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
a.breadcrumbnavigation:active	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationContainer {
	width:20%;
	float: left;
	color: #000000;
	background-color: #ffffff;
}
#NavigationBox {
	padding:1px 0px 1px 0px;
	margin:0px 10px 2px 0px;
	color: #fff;
	background-color: #562785;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

/*********************************************
Main Navigation Level1
*********************************************/
ul.navigationlevel1 {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
li.navigationlevel1 {
	padding: 3px 0px 3px 20px;
	margin: 0px 0px 0px 4px;
	background-image: url("http://www.eventadv.com/sett/graphics/arrow_bullet.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
a.navigationlevel1 {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.navigationlevel1:link {
	background: none;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel1:visited {
	background: none;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel1:active {
	background: none;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel1:hover {
	background: none;
	color: #ffffff;
	text-decoration: underline;
}
li.navigationlevel1selected {
	padding: 3px 0px 3px 20px;
	margin: 0px 0px 0px 4px;
	background-image: url("http://www.eventadv.com/sett/graphics/arrow_bullet.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
a.navigationlevel1selected {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.navigationlevel1selected:link {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel1selected:visited {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel1selected:active {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel1selected:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

/*********************************************
Main Navigation Level2
*********************************************/
ul.navigationlevel2 {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px -15px;
	list-style-type: none;
}
li.navigationlevel2 {
	list-style: transparent;
	padding: 3px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel2 {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel2:link {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel2:visited {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel2:active {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel2:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
li.navigationlevel2selected {
	list-style: none;
	padding: 3px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel2selected {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel2selected:link {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel2selected:visited {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel2selected:active {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel2selected:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

/*********************************************
Main Navigation Level3
*********************************************/
ul.navigationlevel3 {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	list-style-type: none;
}
li.navigationlevel3 {
	list-style: none;
	padding: 3px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel3 {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel3:link {
	background: transparent;
	color: #ffffff;
	text-decoration:none;
}
a.navigationlevel3:visited {
	background: transparent;
	color: #ffffff;
	text-decoration:none;
}
a.navigationlevel3:active {
	background: transparent;
	color: #ffffff;
	text-decoration:none;
}
a.navigationlevel3:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
li.navigationlevel3selected {
	list-style: none;
	padding: 3px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel3selected {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel3selected:link {
	background: transparentne;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel3selected:visited {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel3selected:active {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel3selected:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

/*********************************************
Main Navigation Level4
*********************************************/
ul.navigationlevel4 {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	list-style-type: none;
}
li.navigationlevel4 {
	list-style: none;
	padding: 3px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel4 {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel4:link {
	background: transparent;
	color: #ffffff;
	text-decoration:none;
}
a.navigationlevel4:visited {
	background: transparent;
	color: #ffffff;
	text-decoration:none;
}
a.navigationlevel4:active {
	background: transparent;
	color: #ffffff;
	text-decoration:none;
}
a.navigationlevel4:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
li.navigationlevel4selected {
	list-style: none;
	padding: 3px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel4selected {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel4selected:link {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel4selected:visited {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel4selected:active {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel4selected:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

/*********************************************
Main Navigation Level5
*********************************************/
ul.navigationlevel5 {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	list-style-type: none;
}
li.navigationlevel5 {
	list-style: none;
	padding: 3px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel5 {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel5:link {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel5:visited {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel5:active {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
a.navigationlevel5:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
li.navigationlevel5selected {
	list-style: none;
	padding: 3px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://www.eventadv.com/sett/graphics/nav_chevron.gif");
	background-repeat: no-repeat;
}
a.navigationlevel5selected {
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel5selected:link {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel5selected:visited {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel5selected:active {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
a.navigationlevel5selected:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

/*********************************************
ICT in Education
*********************************************/
#ICTOuterBox {
	padding:1px 0px 1px 0px;
	margin:0px 10px 2px 0px;
	color: #003366;
	background-color: #cb99cc;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif");
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #1f739f;
}
#ICTInnerBox {
	padding: 5px 0px 5px 19px;
	margin: 0px 0px 0px 3px;
	background-image: url("http://www.eventadv.com/sett/graphics/ict_bullet.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
a.ICTInnerBox {
	background: #cb99cc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a.ICTInnerBox:link {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.ICTInnerBox:visited {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.ICTInnerBox:active {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.ICTInnerBox:hover {
	background: #cb99cc;
	color: #003366;
	text-decoration: underline;
}
.ICTInnerBoxText {
	background: transparent;
	color: #000000;
	padding: 0px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}

/*********************************************
Connected
*********************************************/
#ConnectedOuterBox {
	padding:1px 0px 1px 0px;
	margin:0px 10px 2px 0px;
	color: #ffffff;
	background-color: #cb99cc;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif");
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #27385b;
}
#ConnectedInnerBox {
	padding: 5px 0px 5px 19px;
	margin: 0px 0px 0px 3px;
	background-image: url("http://www.eventadv.com/sett/graphics/ezine_bullet.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
a.ConnectedInnerBox {
	background: #cb99cc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a.ConnectedInnerBox:link {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.ConnectedInnerBox:visited {
	background: #cb99cc;
	color:#003366;
	text-decoration: none;
}
a.ConnectedInnerBox:active {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.ConnectedInnerBox:hover {
	background: #cb99cc;
	color: #003366;
	text-decoration: underline;
}

/*********************************************
Scottish Schools Online
*********************************************/
#SchoolsOuterBox {
	padding:1px 0px 1px 0px;
	margin:0px 10px 2px 0px;
	color: #ffffff;
	background-color: #cb99cc;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif");
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #27385b;
}
#SchoolsInnerBox {
	padding: 5px 0px 5px 19px;
	margin: 0px 0px 0px 3px;
	background-image: url("http://www.eventadv.com/sett/graphics/schools_bullet.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
a.SchoolsInnerBox {
	background: #cb99cc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a.SchoolsInnerBox:link {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.SchoolsInnerBox:visited {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.SchoolsInnerBox:active {
	background: #cb99cc;
	color: #003366;
	text-decoration: none;
}
a.SchoolsInnerBox:hover {
	background: #cb99cc;
	color: #003366;
	text-decoration: underline;
}

/*********************************************
NGfL Logo
*********************************************/
#NGfLLogoBox {
	padding:1px 0px 1px 20px;
	margin:0px 10px 2px 0px;
	color: #ffffff;
	background: #cb99cc url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif") top right no-repeat;
	height: 40px;
	border-bottom: 1px solid #27385b;
}
/*********************************************
Site Contents
*********************************************/
#ContentContainer {
	float: left;
	width: 60%;
	color: #000000;
	background-color: #ffffff;
}
#ContentContainer2 {
	float: left;
	width: 80%;
	color: #000000;
	background-color: #ffffff;
}
#Content {
	width: 95%;
	color: #000000;
	background-color: #ffffff;
	padding: 5px 15px 0px 0px;
	margin: 10px 0px 10px 0px;
}
img {
	border: 0px;
}
.rightimg {
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
	float: right;
}
.leftimg {
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
	float: left;
}

/*********************************************
Site Contents
*********************************************/

/*ADD YOUR CLASSES HERE*/
TABLE, TD	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.r	{
	color: #CC0000;
	font-weight: bold;
	font-size: 13px;
}

.txtwidth	{
	width: 250px;
}

/*********************************************
Interactive
*********************************************/
#InteractiveContainer {
	color: #000000;
	background-color: #ffffff;
	width:18%;
	float: left;
}
#Interactive {
	color: #000000;
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

/*********************************************
Interactive Content
*********************************************/
.interactivecontentbox {
	color: #000000;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.interactivecontenttext {
	color: #000000;
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	

/*********************************************
External Links
*********************************************/
.interactivelinkbox {
	color: #ffffff;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h2.interactivelinkheader {
	color: #ffffff;
	background: #562785 url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif") top right no-repeat;
	padding: 1px 0px 1px 10px;
	margin: 18px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}
div.interactivelinktext {
	background: #ffffff;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}		
ul.interactivelinktext{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}		
li.interactivelinktext {
	border-bottom: 1px solid #336699;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}
a.interactivelinktext {
	color: #0033ff;
	background : transparent;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}
a.interactivelinktext:link {
	color: #0033ff;
	background : transparent;
	text-decoration: underline;
}
a.interactivelinktext:visited {
	color: #993399;
	background: transparent;
	text-decoration: underline;
}
a.interactivelinktext:hover {
	color: #0033ff;
	background : transparent;
	text-decoration: underline;
}
a.interactivelinktext:active {
	color: #0033ff;
	background: transparent;
	text-decoration: underline;
}

/*********************************************
Internal Links
*********************************************/
.interactiverelatedbox {
	color: #ffffff;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h2.interactiverelatedheader {
	color: #ffffff;
	background: #562785 url("http://www.eventadv.com/sett/graphics/main_cornerbg.gif") top right no-repeat;
	padding: 1px 0px 1px 10px;
	margin: 18px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}
div.interactiverelatedtext {
	background: #ffffff;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}		
ul.interactiverelatedtext{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}		
li.interactiverelatedtext {
	border-bottom: 1px solid #336699;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}
a.interactiverelatedtext {
	color: #0033ff;
	background : transparent;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}
a.interactiverelatedtext:link {
	color: #0033ff;
	background : transparent;
	text-decoration: underline;
}
a.interactiverelatedtext:visited {
	color: #993399;
	background: transparent;
	text-decoration: underline;
}
a.interactiverelatedtext:hover {
	color: #0033ff;
	background : transparent;
	text-decoration: underline;
}
a.interactiverelatedtext:active {
	color: #0033ff;
	background: transparent;
	text-decoration: underline;
}

/*********************************************
Hidden Elements
*********************************************/
.hidden {
	display:none;
}
.spacer {
	clear: both
}

/*********************************************
NGfL Bar
*********************************************/
#NGfLBarContainer {
	background: #c3c5c5;
	color: #363232;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	text-align: left;
	border: 1px solid #cccccd;
	border-right: 1px solid #cccccd;
	border-bottom: 1px solid #cccccd;
	border-left: 1px solid #cccccd;
}
div.NGfLBar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #c3c5c5;
	color: #363232;
}
div.NGfLChannelNavigationRow {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #c3c5c5;
	color: #363232;
}
div.NGfLChannelBoxes {
	width: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	background: #c3c5c5;
	color: #363232;
}
div.NgflChannelSearchBox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: #c3c5c5;
	color: #363232;
	width: 210px;
	float: right;
	height: 18px;
}
div.NGfLBarChannelLinkBox {
	background: #c3c5c5;
	color: #363232;
	padding: 0px 5px 0px 5px;
	margin:  0px 0px 0px 0px;
	width: auto;
	float: left;	
	height: 18px;
	border-right: 1px solid #a5a8a8;
}
div.NGfLBarChannelLinkEndBox{
	background: #c3c5c5;
	color: #363232;
	padding: 0px 5px 0px 5px;
	margin:  0px 0px 0px 0px;
	width: 2px;
	float: left;	
	height: 18px;
}
a.NGfLBarChannelLink {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background: #c3c5c5;
	color: #363232;
	text-decoration: none;
}
a.NGfLBarChannelLink:active {
	background: #c3c5c5;
	color: #363232;
	text-decoration: none;
}
a.NGfLBarChannelLink:link {
	background: #c3c5c5;
	color: #363232;
	text-decoration: none;
}
a.NGfLBarChannelLink:visited {
	background: #c3c5c5;
	color: #363232;
	text-decoration: none;
}
a.NGfLBarChannelLink:hover {
	background: #c3c5c5;
	color: #336699;
	text-decoration: underline;
}
div.NGfLBarSelectedChannelLinkBox {
	background: #cccccc;
	color: #363232;
	padding: 0px 5px 0px 5px;
	margin:  0px 0px 0px 0px;
	width: auto;
	float: left;	
	height: 18px;
	border-right: 1px solid #a5a8a8;
}
a.NGfLBarSelectedChannelLink {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #cccccc;
	color: #363232;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
a.NGfLBarSelectedChannelLink:active {
	background: #cccccc;
	color: #363232;
}
a.NGfLBarSelectedChannelLink:link {
	background: #cccccc;
	color: #363232;
}
a.NGfLBarSelectedChannelLink:visited {
	background: #cccccc;
	color: #363232;
}
a.NGfLBarSelectedChannelLink:hover {
	background: #cccccc;
	color: #336699;
	text-decoration: underline;
}

/*********************************************
NGfL Search Box
*********************************************/
fieldset.ngflbarfieldset {
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	background: #cccccc;
	color: #363232;
	width: auto;
}
form.ngflbarform {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	width: auto;
}
label.ngflbarlabel {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}
input.NGfLBarSearchButton {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 4px;
	background: #747777;
	color: #ffFFFf;
	cursor: pointer;
}
input.ngflbarsearchfield {
	border: 1px solid #747777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/*********************************************
NGfL Footer
*********************************************/
#FooterContainer {
	color: #000000;
	background: #e2e1e1;
	float: left;
	width: 100%;
}
.FooterTextLinksRow{
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	background: #acadae;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
}
.FooterTextLinks {
	color: #ffffff;
	background: transparent;
}
a.FooterTextLinks {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
a.FooterTextLinks:link {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
a.FooterTextLinks:visited {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
a.FooterTextLinks:active {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
a.FooterTextLinks:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}
.FooterDividingBars {
	color: #ffffff;
	background: #acadae;
}
.FooterTextUpdateFloat {
	color: #000000;
	background: transparent;
	width: 40%; 
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 0px 3px;
	text-align: right;
	font-size: 0.9em;
}
.footer {
	color: #000000;
	background-color: #e2e1e1;
	text-align: left;
	font: 0.9em Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
}
.footer a {
	text-decoration: underline;
}
.footer a:link {
	text-decoration: underline;
}
.footer a:visited {
	background: transparent;
	color: purple;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: underline;
}
.leftfooterimg {
	width: auto;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}