﻿/*** CORE ELEMENT STYLES ***/
html {
	overflow-y: scroll;
}
body {background: #CCC; margin: 10px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333; font-size: 11px;}
img {border: none;}
a:link, a:active, a:visited {color: #172B53; font-weight: normal; text-decoration: underline;}
a:hover {color: #172B53; font-weight: normal; text-decoration: underline;}
h1, h2, h3, h4, h5 {margin: 0;}
th {text-align: left;}

/*** END CORE ELEMENT STYLES ***/

/*** COMMON GENERIC CLASSES ***/

.floatleft {float: left;}
.floatright {float: right;}
.padding5 {padding: 5px 5px 5px 5px;}
.padding10 {padding: 10px 10px 10px 10px;}
.padding20 {padding: 20px 20px 20px 20px;}
.paddingtop5 {padding: 5px 0px 0px 0px;}
.paddingtop10 {padding: 10px 0px 0px 0px;}
.paddingtop20 {padding: 20px 0px 0px 0px;}
.newline {clear: both; padding-top: 10px;}
.center {text-align: center;}
.Spaced{margin: 0px 0px 12px 0px;}
.leftpadding10 {padding: 10px 10px 10px 10px; float: left;}

/*** END COMMON GENERIC CLASSES ***/

/*** START FORM CLASSES ***/

.forms
{
    WIDTH: 100%;
}

.forms FIELDSET
{
	border: none;
	padding: 0px;
	margin: 0px;
}

.forms LEGEND
{
	display: none;
}

.forms TH
{
	text-align: left;	
}

.textboxes LABEL
{
    PADDING-RIGHT: 20px;
    margin-top: 3px;
    FLOAT: left;
    WIDTH: 160px;
    TEXT-ALIGN: left;
}

.textboxes-narrow LABEL
{
    PADDING-RIGHT: 0px;
    margin-top: 3px;
    FLOAT: left;
    WIDTH: 90px;
    TEXT-ALIGN: left;
}

.radiobuttonlist LABEL
{
    PADDING-RIGHT: 0px;
    padding-left: 10px;
    margin-top: 3px;
    float: left;
    WIDTH: 600px;
    TEXT-ALIGN: left;
}

.radiobuttonlist INPUT
{
   clear: left;
   margin: 0px;
   padding: 0px;
   float: left;
}

.row
{
	clear: both;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
}

.rowrequired { padding: 3px 0px 3px 0px; color: #AC2427;}
.rowrequired input {border: 1px solid #AC2427; background-color:#ffe2e2;}
.rowrequired select {border: 1px solid #AC2427; background-color:#ffe2e2;}

.rowinfo
{
	clear: both;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 12px;
    PADDING-TOP: 0px;
}

/*** END FORM CLASSES ***/


/**********************************************************
NEW STYLES
***********************************************************/

.Container
{
background: #FFF url(../images/bg_whitecornercurve.gif) top left no-repeat;
position: absolute;
width: 960px;
left: 50%;
margin-left: -470px;
}


.Login
{
margin: 10px;
background: transparent url(../images/login.gif) top left no-repeat;
height: 360px;
}

.Login .Breadcrumbs
{
	color: #FFF;
	width: 940px;
	margin-top: 70px;
	height: 20px;	
}

.Login .Breadcrumbs span
{
	padding: 10px;	
}

.Breadcrumbs a:link, .Breadcrumbs a:active, .Breadcrumbs a:visited
{
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

.Breadcrumbs a:hover
{
    color: #FFF;
    font-weight: normal;
    text-decoration: underline;
}

.Header
{
margin: 10px;
background: transparent url(../images/bg_mainheader.gif) top left no-repeat;
height: 115px;
}

.Header .Breadcrumbs
{
	float: left;
	color: #FFF;
	width: 610px;
	margin-top: 25px;	
}

.Header .Breadcrumbs span
{
	padding: 10px 10px 10px 10px;	
}

.Header .Status
{
	float: right;
	color: #FFF;
	width: 320px;
	margin-top: 25px;
	margin-right: 10px;
	text-align: right;
}

.Header .Status span
{
	padding: 10px 0px 10px 10px;	
}

.TopNav
{
	width: 940px;
	height: 50px;
	text-align: right;
}

.TopNav ul
{
	list-style: none;
	padding: 10px 12px 10px 0px;
}

.TopNav li
{
	display: inline;
	padding: 0px 12px 0px 10px;
	background: transparent url(../images/bg_topnavseparator.gif) top right no-repeat;
}

.TopNav li.NoSeparator
{
	display: inline;
	padding: 0px 0px 0px 10px;
	background: transparent;
}

.TopNav a:link, .TopNav a:active, .TopNav a:visited
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.TopNav a:hover
{
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

.LoginMain
{
	width: 940px;
}

.ImageChanger
{
	float: left;
	width: 400px;
}

.ImageChanger img
{
	border: none;
	padding: 8px 10px 10px 10px;
}

.LoginForm
{
	float: left;
	width: 530px;
}

.LoginForm fieldset
{
	margin: 20px 0px;
	border: none;	
}

.LoginForm legend
{
margin-left: -5px;
margin-bottom: 20px;
font-weight: bold;
font-size: 14px;
color: #172B53;
}

.LoginForm .TextBox
{
	width: 170px;
	float: left;
	margin-top: 5px;
}

.LoginForm .Button
{
	width: 100px;
	float: left;
	padding: 10px 0px;
}

.LoginForm .Button input
{
	float: left;
	margin: 5px 0px;
}

.LoginForm .Info
{
	clear: both;
	margin-top: 10px;
}

.SafetyNotice, .GettingHelp
{
	float: left;
	width: 460px;
	height: 100px;
	border-bottom: 2px solid #b0aebf;
	margin: 10px 5px 10px 10px;
}

.TeamDetails
{
	float: left;
	width: 460px;
	height: 90px;
	margin: 10px 5px 10px 10px;
}

.ISBNDetails
{
	float: left;
	width: 460px;
	height: 90px;
	margin: 10px 5px 10px 10px;
}

.ISBNDetails img
{
	border: 0px;	
	float: right;
	padding-top: 20px;
	padding-right: 25px;
}


.ISBNDetails span
{
	font-weight: bold;
	width: 130px;
	display: inline-block;
}

.SafetyNotice h2, .GettingHelp h2, .TeamDetails h2
{
font-size: 13px;
color: #172B53;
margin: 0px 0px 10px 0px;
}

.Main
{
	clear: both;
	width: 940px;
	margin: 10px;
}

.GlossaryContentArea
{
	clear: both;
	width: 960px;
	background: #FFF;
}

.LeftNav
{
	width: 164px;
	float: left;
}

.LeftNav h3
{
	clear: both;
	background: #FFF url(../images/bg_navheading.gif) top left no-repeat;
	height: 34px;
	width: 164px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}

.LeftNav h4
{
	color: #172b53;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.LeftNav img
{
	padding: 5px 0px 10px 0px;
}

.Links
{
	margin: 0px 0px 10px 0px;
}

.Level1
{
	margin-top: 2px;
	padding: 6px 0px 6px 10px;
	background: #e9f2fa;
	border-right: 15px solid #d0dae2;
}

.Level1 a:link, .Level1 a:active, .Level1 a:visited,
.Level2 a:link, .Level2 a:active, .Level2 a:visited
{
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

.Level1 a:hover,
.Level2 a:hover
{
	text-decoration: underline;
}

.Level1Selected
{
	margin-top: 2px;
	padding: 6px 0px 6px 10px;
	background: #172b53;
	border-right: 15px solid #ec7223;
}

.Level1Selected a:link, .Level1Selected a:active, .Level1Selected a:visited
{
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

.Level1Selected a:hover
{
	text-decoration: underline;
}

.Level2
{
	padding: 6px 20px;
	background: #e9f2fa;
	border-right: 15px solid #d0dae2;
}

.Glossary
{
	height: 40px;
}

.Left
{
	float: left;	
}

.ContentArea {float: right; width: 760px; margin-bottom: 15px;}
.ContentArea h3 {color: #172b53; font-size: 16px; font-weight: bold; margin: 0px 0px 20px 0px; }
.ContentArea h4 {color: #172b53; font-size: 14px; font-weight: bold; margin: 10px 0px 10px 0px; }

.IntroBox {background: #FFF url(../images/box_homeintro.gif) top left no-repeat; width: 760px; height: 220px; margin-bottom: 10px;}
.IntroBox h2 {color: #172b53; font-size: 16px; font-weight: bold; margin: 0px 0px 20px 0px; }
.IntroBox span {float: left; width: 370px; margin: 10px 0px 0px 10px;}
.IntroBox img {float: right; margin: 6px 7px 0px 0px;}

.IntroBoxLarge {background: #FFF url(../images/box_homeintro_lrgMain.gif) top left no-repeat; width: 760px; height: 220px;}
.IntroBoxLarge h2 {color: #172b53; font-size: 16px; font-weight: bold; margin: 0px 0px 20px 0px; }
.IntroBoxLarge span {float: left; width: 370px; margin: 10px 0px 0px 10px;}
.IntroBoxLarge img {float: right; margin: 6px 7px 0px 0px;}
.IntroBoxLargeBottom {background: #FFF url(../images/box_homeintro_lrgBottom.gif) top left no-repeat; width: 760px; height: 19px; margin-bottom: 10px;}

.OrangeBox {float: left; width: 375px; padding:0 5px 20px 0;}
.OrangeBox .Title {background: #FFF url(../images/box_orangetitle.gif) top left no-repeat; height: 28px;}
.OrangeBox .Border {border: 1px solid #ee6324; background: #FFF; padding: 3px;} 
.OrangeBox .Content {background: #fee1d2; padding: 10px;}

.OrangeBoxNext {float: left; width: 375px;padding:0 0 20px 5px;}
.OrangeBoxNext .Title {background: #FFF url(../images/box_orangetitle.gif) top left no-repeat; height: 28px;}
.OrangeBoxNext .Border {border: 1px solid #ee6324; background: #FFF; padding: 3px;} 
.OrangeBoxNext .Content {background: #fee1d2; padding: 10px;}

.BlueBox {float: left; width: 375px;padding:0 0 10px 0;}
.BlueBox .Title {background: #FFF url(../images/box_bluetitle.gif) top left no-repeat; height: 28px;}
.BlueBox .Border {border: 1px solid #172b53; background: #FFF; padding: 3px;}
.BlueBox .Content {background: #dde8f6; padding: 10px;}

.BlueBox_FullWidth {float: left; width: 760px; margin-bottom: 10px;}
.BlueBox_FullWidth .Title {background: #FFF url(../images/box_fw_bluetitle.gif) top left no-repeat; height: 28px;}
.BlueBox_FullWidth .Border {border: 1px solid #172b53; background: #FFF; padding: 3px;}
.BlueBox_FullWidth .Content {background: #dde8f6; padding: 10px;}

.OrangeBox .Title h3,
.OrangeBoxNext .Title h3,
.BlueBox .Title h3,
.BlueBox_FullWidth .Title h3
{margin: 0px; padding: 5px 0px 0px 10px; color: #FFF; font-size: 14px; font-weight: normal; text-decoration: none;}

.OrangeBox h4,
.OrangeBoxNext h4
{
	background: #f9c587; padding: 4px; margin: 0px 0px 10px 0px;
	color: #333; font-size: 13px; font-weight: normal; text-decoration: none;	
}

.BlueBox h4
{
	background: #9eb6c8; padding: 4px; margin: 0px 0px 10px 0px;
	color: #333; font-size: 13px; font-weight: normal; text-decoration: none;	
}

.OrangeBox .Title a:link, .OrangeBox .Title a:active, .OrangeBox .Title a:visited,
.OrangeBoxNext .Title a:link, .OrangeBoxNext .Title a:active, .OrangeBoxNext .Title a:visited,
.BlueBox .Title a:link, .BlueBox .Title a:active, .BlueBox .Title a:visited,
.BlueBox_FullWidth .Title a:link, .BlueBox_FullWidth .Title a:active, .BlueBox_FullWidth .Title a:visited
{color: #FFF; font-size: 14px; font-weight: normal; text-decoration: none;}

.OrangeBox .Title a:hover,
.OrangeBoxNext .Title a:hover,
.BlueBox .Title a:hover,
.BlueBox_FullWidth .Title a:hover
{text-decoration: underline;}

.Footer
{
	color: #FFF;
	clear: both;
	background: #FFF url(../images/bg_bluefooter.gif) repeat-x;
	width: 940px;
	height: 26px;
	margin: 0px 10px 10px 10px; 	
	text-align: center;
	padding-top: 5px;
}

.LevelOptions
{
	width: 100%;
}

.LightOrangeCell
{
	width: 50%;	
	background: #f9bd96;
	text-align: center;
	float: left;
}

.OrangeCell
{
	width: 50%;	
	background: #ee6324;
	text-align: center;
	float: left;
}

.LightOrangeCell_FullWidth
{
	width: 100%;
	background: #f9bd96;	
	/*text-align: center;*/
}

.OrangeCell_FullWidth
{
	width: 100%;
	background: #ee6324;	
	/*text-align: center;*/
}

.OrangeCell h3,
.OrangeCell_FullWidth h3
{margin: 5px 0px 5px 10px; color: #FFF; font-size: 14px; font-weight: normal; text-decoration: none;}

.LightOrangeCell h3,
.LightOrangeCell_FullWidth h3
{margin: 5px 0px 5px 10px; color: #172b53; font-size: 14px; font-weight: normal; text-decoration: none;}

.OrangeCell a:link, .OrangeCell a:active, .OrangeCell a:visited,
.OrangeCell_FullWidth a:link, .OrangeCell_FullWidth a:active, .OrangeCell_FullWidth a:visited
{color: #FFF; font-size: 14px; font-weight: normal; text-decoration: none;}

.LightOrangeCell a:link, .LightOrangeCell a:active, .LightOrangeCell a:visited,
.LightOrangeCell_FullWidth a:link, .LightOrangeCell_FullWidth a:active, .LightOrangeCell_FullWidth a:visited
{color: #172b53; font-size: 14px; font-weight: normal; text-decoration: none;}

.LightOrangeCell a:hover,
.OrangeCell a:hover,
.LightOrangeCell_FullWidth a:hover
.OrangeCell_FullWidth a:hover
{text-decoration: underline;}

.PaleBlueBox {float: left; background: #FFF url(../images/box_paleblue.gif) top left no-repeat; width: 375px; height: 80px;	color: #172b53;}
.PaleBlueBox h4 {padding: 10px 15px 0px 15px; margin: 0px; font-size: 12px; font-weight: normal;}
.PaleBlueBox p {padding: 5px 15px 0px 15px; margin: 0px;}


.LeftPanel
{width: 375px; float: left;}
.RightPanel
{width: 375px; float: right;}


/* Topic Resources */

.WhiteBox_FullWidth .Border {border: 2px solid #d0dae2; background: #FFF; padding: 0px;}
.WhiteBox_FullWidth .Content {background: #FFF; padding: 10px; clear: both;}

.ListTitle {padding: 10px 0px 10px 0px; font-weight: bold;}

.ListRow {padding: 8px 0px 8px 0px;}


.Icon {width: 20px; float: left;}

.TheLink {float: left;}

.TopicList1 td {border-bottom: 2px solid #d0dae2;}

.TopicList1 {border-bottom: 2px solid #d0dae2;}

.TopicList2 table {padding-top: 4px;}

.TopicList2 td {border-bottom: none;}

.TopicList2 th {border-bottom: none; background: #f9bd96;}

.TopicList2 {border-bottom: none;}

.TopicList1 a:link, .TopicList1 a:active, .TopicList1 a:visited,
.TopicList2 a:link, .TopicList2 a:active, .TopicList2 a:visited
{
	text-decoration: none;
}

.GroupList1 table {padding-top: 4px;}

.GroupList1 td {border-bottom: none;}

.GroupList1 th {border-bottom: none; background: #f9bd96;}

.GroupList1 {border-bottom: none;}

.GroupList1 a:link, .GroupList1 a:active, .GroupList1 a:visited {text-decoration: underline;}


.WhiteBg{background: #FFF; margin: 0px; padding: 10px;}
.LightOrangeBg{background: #f9bd96; margin: 0px; padding: 10px;}
.OrangeBg{background: #ee6324; margin: 0px; padding: 10px;}

/* Weblinks */
.Weblinks {width: 100%;}
.WeblinksWhiteBg{background: #FFF; width: 25%; float: left;}

/* Sitemap */

.SitemapBox {float: left; width: 375px; margin-bottom:20px;}
.SitemapBox .Title {background: #FFF url(../images/bg_sitemapheader.gif) top left no-repeat; height: 30px; width: 375px;}
.SitemapBox .Title h4 {margin: 0px; padding: 5px 0px 5px 15px; color: #172b53; font-size: 14px; font-weight: normal; text-decoration: none;}
.SitemapBox .Title a:link, .SitemapBox .Title a:active, .SitemapBox .Title a:visited
{color: #172b53; font-size: 14px; font-weight: normal; text-decoration: none;}
.SitemapBox .Content {padding: 5px 15px 0px 15px;}

.Mediabank
{
	width: 100%;
	background: #FFF;
}

.Error
{
	color: Red;
	font-weight: bold;	
}


/* GLOSSARY PAGE */

.GlossaryPage{width: 100%; margin: 0px;}
.GlossaryHeader{background: #ee6324; padding:20px;}
.GlossaryHeader h1{font-size: 16px; color: #FFF; margin: 0px; padding: 0px;}
.GlossaryMain{background: #FFF; width: 100%; height: 100%; display: block;}
.GlossaryMain .Pad{padding: 20px;}
.GlossaryFooter{background: url(../images/bg_bluefooter.gif) repeat-x; width: 100%; height: 26px;}
.GlossaryTable td{width:300px;}


/* FORGOTTEN DETAILS PAGE */

.ForgottenDetails
{
	margin: 10px;
}

.ForgottenDetails h1
{
	color: #172B53;
	font-size: 16px;	
	font-weight: bold;
}

.Header1
{
background: transparent url(../images/header1.jpg) top left no-repeat;
height: 169px;
}

.HeaderContent
{
background: transparent url(../images/headerbg.jpg) repeat-y;
height: 280px;
padding: 0px 20px;
}

.Header2
{
background: transparent url(../images/header2.jpg) top left no-repeat;
height: 18px;
}

/* BUTTON STYLES */

.Button80
{
	color: #1d2a50;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/buttons/background.gif);
	border: 0px;
	width: 80px;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 30px;
}

.Button90
{
	color: #1d2a50;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/buttons/background.gif);
	border: 0px;
	width: 90px;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 30px;
}


/* COURSE NEWS PAGES*/

.NewsSeperatorBar
{
    background:#D0DAE2;
    width:40em;
    height:2em;
    padding:1em;
    font-weight:bold;
}

.courseNewsInput  input,.courseNewsInput  textarea
{   padding: 2px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333; font-size: 11px;
}

