/* ----------------------
TKI BAR SPECIFIC STYLES
---------------------- */
#tkidrop .inner {_width: 393px !important;}
#tkidrop h2 {_position: relative !important; }
.tkibar-wrapper, .tkidrop-wrapper, .tkifooter-wrapper {text-align: left;}


/* ----------------------
EESOLL STYLES
---------------------- */

body {
color: #303030;
background: url(../images/body-bg.gif);
text-align: center;
/* padding-bottom: 20px; */
font-size: 76%;
}
a {
color: #999900;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
p, ul, ol, dl, h2, h3, h4, h5, h6 {
font-size:1em;
}
.seperator {height: 24px;}
/* layout */
	/* 
		stefen 13/11/08 
		note #1: in order to get the dropshadow to work with the std eZTKI the sections had to be broken down into:
		- #wrapper-tabs
		- #wrapper-outer
			- .upper (banner)
			- .middle (content)
			- .lower (footer)
		note #2: due to the dropshadows requiring a width of 1051px, javascript is used to call on a specific stylesheet to reduce the width of the wrapper divs from 1051 to 993 pixels 
	*/ 
iframe[src='about:blank'] { /* Murray 10:02 a.m. Friday, 26 June 2009 - recaptcha is writing in an iframe for Safari: "This frame prevents back/forward cache problems in Safari." Interium solution is to hide it */
display: none;
}
#recaptcha_widget_div, #recaptcha_area, #recaptcha_table {float: left; /* overflow: hidden; took this out, screwed up recaptcha in IE7 */}
#wrapper-tabs {
width: 1051px; /* 29+993+29 */
text-align: center;
margin: 0 auto;
background: url(../images/body-tki-tabs-bg.png) center bottom no-repeat;
}
.wrapper-outer { 
width: 1051px; /* 29+993+29 */
text-align: center;
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}
.wrapper-outer.upper {
background: url(../images/body-banner-bg.png) center top no-repeat;
}
.wrapper-outer.middle {
background: url(../images/body-content-bg.png) center repeat-y;
}
.innerpage .wrapper-outer.middle {
background: url(../images/body-content-inner-bg.png) center repeat-y;
}
.wrapper-outer.lower {
background: url(../images/body-footer-bg.png) center bottom no-repeat;
}
.innerpage .wrapper-outer.lower {
background: url(../images/body-footer-inner-bg.png) center bottom no-repeat;
}
.twocol .wrapper-outer.lower {
background: url(../images/body-footer-inner-twocol-bg.png) center bottom no-repeat;
}
.wrapper {
margin: 0 auto;
width: 993px;
text-align: left;
}
.wrapper.tabs {
margin-top: 4px;
}
#environment-banner {
position: relative;
border: none;
padding: 0;
height: 96px;
background: #FFF;
}
.homepage #environment-banner {
height: 165px;
}
	/* moe logo */
.homepage .moe-logo {
position: absolute;
top: 56px;
left: 17px;
}
.moe-logo { /* all other pages */
position: absolute;
top: 21px;
left: 17px;
}

/* 3 cols */
#threecol-wrapper {
background: none;
}
#leftcol, #subnav, #bread-backlink, #content, #tools {
float: left;
clear: none;
}
#leftcol {
width: 206px;
}
#subnav {
width: 206px;
padding-bottom: 0;
}
#bread-backlink {
width: 767px;
background: none;
border: none;
margin-left: 20px;
padding: 0;
}
.homepage #content,
.subhomepage #content {
width: 541px; 
padding: 0 26px 0 20px; /* right padding reduced from 27px to 26px due to layout being 993px rather than 994px as per design */
}
	/* add the additional 'odd' padding to the content area as per the design */
.innerpage #content {
width: 519px; 
padding: 0 33px 0 35px; /* innerpages appear to have 7px padding on RHS and 15 pixels on LHS from site homepage */
background: url(../images/innerpage-content-bg.jpg) 0 0 repeat-y;
}
#tools {width: 200px;}

/* 2 cols  */
#twocol-wrapper {
background: none;
}
#twocol #content {
width: 655px; /* actually 732px however the design indicates that the paragraphs etc are contained to a width of 655px. Headings etc will require a negative margin of 77px to pull them out the RHS of the content area */ 
padding: 0 97px 0 35px; /* innerpages appear to have 7px padding on RHS and 15 pixels on LHS from site homepage */
background: url(../images/innerpage-twocol-content-bg.jpg) 0 0 repeat-y;
}
.tl-task #twocol #content {
width: 737px;
/* padding: 0 5px 0 35px;*/ /* innerpages appear to have 7px padding on RHS and 15 pixels on LHS from site homepage */
padding: 0 5px 0 10px; /* innerpages appear to have 7px padding on RHS and 15 pixels on LHS from site homepage */
}
.twocol .wrapper-outer.middle {background: url(../images/body-content-inner-twocol-bg.png) center repeat-y;}

/* ## leftnav ## */

	/* three onlines navigation */
#subnav #env-english span, 
#subnav #env-esol span, 
#subnav #env-literacy span {
padding: 0;
margin: 0;
}
#subnav #env-english span a, 
#subnav #env-esol span a, 
#subnav #env-literacy span a {
display: block;
width: 184px;
height: 21px;
padding: 8px 5px 0 18px;
color: #900;
font-weight: bold;
background: none;
}
#subnav #env-english span a {color:#003366}
#subnav #env-esol span a {color:#676929}
#subnav #env-english.current span a, #subnav #env-esol.current span a, #subnav #env-literacy.current span a {/*color:#FFF*/}
#subnav #env-english span {
border-top: 1px solid #1A4687;
background: url(../images/nav-english-off.gif) 0 0 no-repeat;
width: 207px;
margin-left: -1px;
}
#subnav #env-english.current span {
background: url(../images/nav-english-on.jpg) 0 0 no-repeat;
}
#subnav #env-esol span {
border-top: 1px solid #A4A62C;
background: url(../images/nav-esol-off.gif) 0 0 no-repeat;
width: 207px;
margin-left: -1px;
}
#subnav #env-esol.current span {
background: url(../images/nav-esol-on.jpg) 0 0 no-repeat;
}
#subnav #env-literacy span {
border-top: 1px solid #8F3B46;
background: url(../images/nav-literacy-off.gif) 0 0 no-repeat;
width: 207px;
padding: 0;
margin-left: -1px;
}
#subnav #env-literacy.current span {
background: url(../images/nav-literacy-on.jpg) 0 0 no-repeat;
}
		/* sub navigation */
#subnav li {
line-height: 1.3;
clear: both;
}
#subnav li.current {
background: url(../images/subnav-current-bg.png) repeat-y;
float: left;
}
#subnav li.current span {
border-bottom: 1px solid #CCC;
}
#subnav li span {
display: block;
margin: 3px 0 0 0;
padding: 2px 0 10px 31px;
float: left;
width: 175px;
position: relative;
border: none;
display: inline;
background: url(../images/nav-icon-lvl1.gif) no-repeat 12px 4px;
}
#subnav a {
float: left;
clear: left;
padding: 0;
text-decoration: none;
color: #333;
}
#subnav a:hover, #subnav a:focus, #subnav a:active {
text-decoration: underline;

}
#subnav li.current a {
background: none;
font-weight: bold;
}
/* 2nd level */
#subnav li.current ul {
border-bottom: 1px solid #CCC;
float: left;
font-size: 0.95em;
}
#subnav li.current li {
background: none;
margin: 0 0 0 0;
font-weight: normal;
}
#subnav li.current li span {
padding: 4px 0 4px 29px;
width: 177px; 
background: none;
border: none;
}
#subnav li.current li a {
background: none;
font-weight: normal;
margin-left: 3px;
padding-left: 16px;
font-size: 0.9em;
color: #333;
}
#subnav li.current li.current a {
background: none;
font-weight: bold;
color: #660;
}
/* 3rd level */
#subnav li.current li ul {
border: none;
font-size: 1em;
}
#subnav li.current li li {
background: none;
margin: 0 0 0 0;
padding-left: 0;
font-weight: normal;
}
#subnav li.current li.current li a {
background: none;
font-weight: normal;
margin-left: 0;
padding-left: 27px;
font-size: 0.9em;
color: #333;
}
#subnav li.current li.current li.current a {
background: none;
font-weight: bold;
color: #660;
}
/* 4th level */
#subnav li.current li li ul {
border: none;
font-size: 1em;
}
#subnav li.current li li li {
background: none;
margin: 0 0 0 0;
padding-left: 0;
font-weight: normal;
font-size: 1em;
}
#subnav li.current li.current li.current li a {
background: none;
font-weight: normal;
margin-left: 40px;
padding-left: 1px;
color: #333;
position: relative;
display: inline;
}
#subnav li.current li.current li.current li.current a {
background: none;
font-weight: bold;
color: #660;
}

/* ## breadcrumb ## */

#breadcrumb {
width: 753px;
margin: 0 0 0 5px;
padding: 0 9px 0 0;
border-bottom: 1px solid #660;
display: inline;
float: left;
min-height: 1px;
}
#breadcrumb ol {
font-size: 0.8em;
padding: 7px 9px 2px 0;
}
#breadcrumb li {
color: #a5a810;
display: inline;
margin-right: 3px;
padding-bottom: 4px;
line-height: 1.2;
}
#breadcrumb li a {
padding-right: 3px;
color: #333;
}
#breadcrumb li span {
color: #333;
}

/* ## Styles for generic elements in content ## */

	/* hyperlinks */

#content a:visited {
color: #333;
}

	/* homepage content heading styles */

#content h1, .summary h1 {
color: #285260;
font-size: 1.5em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
padding: 6px 0;
}
#content h1.sub, .summary h1.sub {
color: #231F20;
font-weight: normal;
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 3px !important;
margin-top: 1em;
}
#content h2, .summary h2 {
color: #285260;
font-family: Arial, Helvetica, sans-serif;
}
#content h3, .summary h3 {
font-weight: bold;
color: #285260;
}
#content h4, .summary h4 {
font-weight: bold;
font-style: normal;
color: #303030;
font-family: Arial, Helvetica, sans-serif;
}
#content h5, .summary h5 {
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
}
.summary h1, .summary h1.sub {
line-height:1.2;
margin-bottom:0.6em;
}

/* innerpages content headings */

.innerpage #content h1, .summary h1 { /* this may be specific to T&L Sequence - we don't have all of the designs */
color: #660;
font-size: 1.25em;
font-weight: normal;
margin: 0;
padding: 0;
line-height: 1.2;
}
.innerpage #content h1.sub, .innerpage #content h1.faux-h2, .summary h1.sub, .summary h1.faux-h2  {
color: #333;
margin: 0;
font-size: 1.55em;
}
.innerpage #content h1.faux-h2, .innerpage #content h1.no-h1 {
margin-top: 1.1em;
}
.innerpage #content h2, .summary h2 {
background: #333 url(../images/heading-3-bg.gif) no-repeat;
color: #FFF;
border-bottom: 1px solid #A5A810;
font-size: 1.1em;
font-weight: bold;
padding: 13px 10px 6px;
position: relative;
line-height: 1;
margin: 0 0 10px -10px; /* for the odd padding on LHS as per design on inner pages */
}
.twocol #content h2, .summary h2 {
background: #333 url(../images/heading-3-twocol-bg.gif) no-repeat;
}
.innerpage #content .portal h2, .twocol #content h3 {
color: #660;
font-weight: bold;
background: none;
padding: 0;
margin: 0 0 1em;
border: none;
}
.twocol #content h4 {
color: #303030;
font-weight: bold;
margin: 0 0 1em;
}
.innerpage #content h2 a, .innerpage #content h2 a:visited {
color: #FFF;
text-decoration: none;
}
.innerpage #content h2 a:hover, .summary h2 a:hover {
color: #FFF;
text-decoration: underline;
}
.innerpage #content h3, .summary h3 {
color: #660;
}
.innerpage #content h3 a, .summary h3 a {
text-decoration: none;
color: #660;
}
.innerpage #content h3 a:hover, .summary h3 a:hover {
text-decoration: underline;
}
#content h3.off-black, #content h3.off-black a {
color: #303030;
font-weight: bold;
}
#content h1.box, #content h2.box, #content .warning h2 {
background: none !important;
border: none !important;
margin:0 10px 10px 0;
padding:0 !important;
color: #333 !important;
font-weight: normal !important;
}
#content h1.box, #content h2.box {
font-size: 1.33em;
}
#content .warning h1, #content .warning h2 {
font-size: 1.48em;
}
.twocol #content h2 {
width: 722px;
position: relative;
margin-right: -77px;
}
.tl-task #content h2 {
margin-right: 0;
}

#content h2.default, .summary h2.default, .innerpage #content h2.default a:hover, .summary h2.default a:hover, .tl-task #content h2.default, .innerpage #content .portal h2.default {
padding: 0 !important;
margin: 0 0 0.5em !important;
color: #231F20 !important;
background: none !important;
border: none !important;
font-size: 1.25em !important;
}


	/* clears */
	
#content .clearleft {
clear: left;
}
#content .clearright {
clear: right;
}

	/* general content styles */
/*
SC 10.01.2011 removed as it's still causing issues.
#content {
^word-wrap: break-word;
}
#content a {
^word-wrap: break-word !important;
}*/
#content table.data td {
padding: 3px 6px;
}
#content td em, #content td i {
^overflow: hidden;
^display: inline-block;
}






#content .tls-results .preview {
margin-right: 10px;
}
#content .tls-results .updated {
margin-top: 1em;
}
#content .margin-top {
margin-top: 1em;
}
#content .margin-bottom {
margin-bottom: 1em;
}
#content .no_margin_bottom {
margin-bottom: 0;
}
#content .off-black {
color: #303030;
}
#content .intro {
font-size: 1.1em;
}
input, button, select, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
}
#content .text-right {
text-align: right;
}
#content .text-center {
text-align: center;
}
#content p, #content li, #content dt, #content dd,
.summary p, .summary li, .summary dt, .summary dd {
line-height:1.4; 
margin-bottom:1em;
}
#content td, #content th,
.summary td, .summary th {
line-height:1.4; 
}
#content .m10-top {
margin-top: 10px;
}
strong {
font-weight: bold;
}
#content address {
margin: 1em 0;
line-height: 1.3;
font-style: normal;
}
#content address.contact {
margin: 2em 0 1em;
}
#content .indent {
margin-left: 10px;
}
#content dt {
color: #660;
font-weight: bold;
margin-bottom: 0;
}
#content dd {
margin-left: 10px;
}
#content .nowrap {
white-space: nowrap;
}
#content ul li {
/*list-style-type: disc;
list-style-position: outside;
padding-left: 0 !important;
margin-left: 1.2em;*/
padding-left: 1.2em;
}
#content ul.nostyle, #content ol.nostyle {
margin-left: 0;
padding-left: 0;
}
#content ul.nostyle li, #content ol.nostyle li {
list-style: none;
margin-left: 0;
}
#content blockquote {
font-weight: normal;
font-style: italic;
text-indent: 0;
margin-bottom: 1em;
}
#content blockquote p {
margin: 0;
}
#content table caption {
font-weight: bold;
}
#content .factbox {
background: #F0F0F0;
padding: 10px 10px 0;
margin-bottom: 1em;
}
#content .box-text {
padding: 10px 10px 0 !important;
}
		/* innerpage item list */
#content .itemlist h3 {
color: #303030;
}
#content .itemlist h3 a {
font-weight: bold;
color: #303030;
}
	
/* -------------------------
IMAGE POSITIONING
------------------------- */

.imageleft {
float: left;
clear: both;
padding: 0 4px 4px 0;
}

.imageright {
float: right;
padding: 0 0 4px 4px;
}


	
		/* home page opening statement */
.homepage #content .opening,
.subhomepage #content .opening {
padding-left: 4px; /* not sure if this is a glitch in the design file but here it is */
margin: 25px 0 10px;
}
		/* inner page opening area */
.innerpage #content .opening, .summary .opening {
background: #F9F8EF url(../images/innerpage-sequences-opening-bg.jpg) repeat-x bottom;
padding: 17px 60px 12px 10px;
position: relative;
margin-bottom: 21px;
margin-left: -10px; /* for the odd padding on LHS as per design on inner pages */
margin-right: -10px;
min-height: 36px;
width: 459px;
}
.twocol #content .opening {
margin-right: -77px;
width: 672px;
position: relative;
}
.tl-task #content .opening {
margin-right: 0;
width: auto;
}
.innerpage #content .sequences { /* slight variation for the sequences page */
background: #F9F8EF url(../images/innerpage-sequences-opening-bg.jpg) repeat-x bottom;
margin-bottom: 0;
}
.innerpage #content .opening .print, .innerpage #content .opening .download {
display: block;
position: absolute;
left: 451px;
padding-left: 18px;
color: #333;
font-size: .8em;
line-height: 1.6;
}
.twocol #content .opening .print, .twocol #content .opening .download {
left: 663px;
}
.innerpage #content .opening .print {
top: 15px;
background: url(../images/print.png) no-repeat 0 3px;
}
.innerpage #content .opening .download {
top: 35px;
background: url(../images/download.png) no-repeat 0 3px;
}

		/* inner page T&L sequence credits */
.innerpage #content .credits {
padding: 9px 10px;
background: #FFFFFE;
color: #333;
font-size: .8em;
margin-left: -10px; /* for the odd padding on LHS as per design on inner pages */

}
.innerpage #content .credits p {
margin: 0;
}
.innerpage #content .credits strong {
color: #000;
font-weight: normal;
}

		/* video page */
			/* player options */

#content .player-options {
float: right;
margin-top: -34px;
z-index: 1000;
position: relative;
color: #FFF;
padding-right: 5px;
}
			/* player navigation */

#content .player-nav ul {
position: relative;
margin: 10px 0;
float: left;
width: 519px;
}
#content .player-nav li {
background: none;
float: left;
margin: 0;
padding: 0;
color: #FFF;
}
#content .player-nav .previous {
background: url(../images/video-previous.gif) no-repeat left 0;
padding: 0;
}
#content .player-nav .p-disabled {
background: url(../images/video-previous-disabled.gif) no-repeat left 0;
min-height: 20px;
padding-left: 23px;
padding-top: 2px;
}
#content .player-nav .previous a {
display: block;
padding-left: 23px;
padding-top: 2px;
min-height: 20px;
}

#content .player-nav .next {
background: url(../images/video-next.gif) no-repeat right 0;
padding: 0;
margin-left: 16px;
}
#content .player-nav .n-disabled {
background: url(../images/video-next-disabled.gif) no-repeat right 0;
min-height: 20px;
padding-right: 23px;
padding-top: 2px;
}
#content .player-nav .next a {
display: block;
padding-right: 23px;
padding-top: 2px;
min-height: 20px;
}

#content .player-nav .transcript a {
display: block;
position: absolute;
top: 0;
right: 0;
min-height: 20px;
padding-left: 23px;
padding-top: 2px;
}

		/* video player */
		
#content .video-player {
float: left;
width: 519px;
margin-bottom: 20px;
text-align:center;
}


	/* video transcript */
	
#expand_transcript, #collpase_transcript {
padding-bottom: 3px;
display: block;
margin-bottom: 0.5em;
}

	/* renderedtable */
.block-task-innerpage .renderedtable caption {
display: none;
}
#content .renderedtable caption {
padding-bottom: 10px;
color:#303030;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-weight:bold;
}

	/* Data tables */
	
#content .data {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
margin-bottom: 10px;
}
#content .data caption {
padding-bottom: 10px;
color:#303030;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-weight:bold;
}
#content .block-task table table.data{
margin-bottom: 10px;
}
#content .data th {
font-weight: bold;
}
#content .data th p {
margin-bottom: 0;
}
#content .data th, #content .data td {
padding: 3px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
width:auto;
}

	/* community newsletter */
#content .community-newsletter{
	margin-left: -15px;
}
#content .community-newsletter .intro{
	width: 488px;
	background: url(../images/newsletter-block-top-bg.png) center top no-repeat;
	padding: 0 25px;
}
#content .community-newsletter .intro .main_intro p,
#content .community-newsletter .intro .main_intro li {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

#content .community-newsletter  .newsletter-section .body_content{
	padding: 1em 25px 25px 25px;
}
#content .community-newsletter .newsletter-section .intro{
	background: url(../images/newsletter-block-headings-bg.gif) bottom center repeat-x;
	border-bottom: 2px dotted #ababab;
	border-top: 4px solid #ac0701;
	padding: 8px 15px 0px 15px;
	margin-left: 10px;
}
#content .community-newsletter .newsletter-section div.dotted-line{
	border-bottom: 2px dotted #ababab;
	margin-bottom: 1em;
}
#content .community-newsletter .intro h1 {
margin-bottom: 0.5em;
}
.innerpage #content .community-newsletter .literacy .intro h1{
	color: #ac0701;
}
#content .community-newsletter .newsletter-section.english .intro{
	border-top: 4px solid #165b9c;
}
.innerpage #content .community-newsletter .english .intro h1{
	color: #165b9c;
}
#content .community-newsletter .newsletter-section.esol .intro{
	border-top: 4px solid #b4b239;
}
.innerpage #content .community-newsletter .esol .intro h1{
	color: #b4b239;
}

#content .community-newsletter .intro .subtitle_date{
	color: #7b7a76;
	font-weight:bold;
}
#content .community-newsletter .intro h2.default {
font-size: 1.1em !important;
color: #303030 !important;
}
#content .community-newsletter .intro .newsletter_profile_image{
	padding: 6px 6px;
	background: url(../images/newsletter-profile-bg.gif) top center no-repeat;
	float:right;
	margin: 10px 0 10px 20px;
}
#content .community-newsletter .intro .newsletter_profile_image img{
	width: 50px;
	height: 58px;
}
#content .community-newsletter .intro .in_this_issue{
	background: url(../images/newsletter-block-inthisissue.jpg) top left no-repeat;
	width: 204px;
	height: 148px;
	padding: 32px 10px 0px 54px;
	margin-left:-20px;
}

	/* notification-settigns table */

#content .notification-settings h1 {
	margin-bottom: 0.5em;
}
	
#content .notification-settings table{
	margin: 5px 0;
}	

#content .notification-settings table.list th {
	background-color:#CCCCCC;
	font-weight:bold;
}	

#content .notification-settings table.list td {
	border: solid 1px #CCC;
}	

#content .notification-settings table td,
#content .notification-settings table th {
	padding:2px 4px 0;
}	

#content .notification-settings .buttonblock {
	padding-left: 0;
	margin-top: 20px;
}

#content .notification-settings fieldset {
	width: 90%;
	line-height:1.3em;
	margin-top:10px;
	margin-left:5px;
}	

#content .notification-settings fieldset legend {
	margin-top:10px;
	margin-left: -7px;
}	

#content .notification-settings fieldset table {
	margin-bottom:1.0em;
}	

#content .notification-settings input.button {
	margin-top: 10px;
}

#content .notification-settings .buttonblock input.button {
	margin-top: -5px;
	margin-bottom: 30px;
}

#content .notification-settings th.tight img {
	margin-left: 2px;
}



	/* form layout - quick version :: to be changed once the designs come through */
	
#content form .block, #content form .element, #content form .oe-window, #content form.form-register fieldset table {
clear: both;
margin-bottom: 5px;
}
#content form .block label {
display: block;
float: left;
width: 100px; 
margin-right: 10px;
padding-top: 5px;
}
#content form.form-register select {
width: 250px;
}
#content form.form-register .content-edit {
margin-top: 1em;
}
#content form.form-register .attribute-language {
margin: 1em 0;
}
#content form.full-form .block label {
width: 150px
}
#content form .block .halfbox, #content form .block .box, #content form .ezcc-user {
width: 200px;
}
#content form textarea.box {
font-size: 1em;
}
#content form.full-form .block .halfbox, #content form.full-form .block .box, #content form.full-form .block .ezcc-user {
width: 350px;
}
#content form .buttonblock {
clear: both;
margin-top: 10px;
padding-left: 110px;
}
#content form.full-form .buttonblock {
padding-left: 160px;
}
#content form.form-register .buttonblock {
padding-left: 0;
}
#content form .buttonblock .defaultbutton, #content form .buttonblock .button {
margin-right: 10px;
margin-bottom: 10px;
}
#content .warn {
color: #CC0000;
}
#content form .warning , .warning_single{
border: 1px solid #CC0000;
font-size: .9em;
background: #F7D9D9;
margin-bottom: 1em;
padding: 10px;
float: left;
width: 497px;
}
#content form fieldset {
	clear:left;
}
#content .content-search form .new-search {
margin-bottom: 1em;
}
#content form .warning li {
margin-bottom: 0;
}
#content form.form-register label,
#content form.form-register p.label{
display: block;
position: relative;
clear: both;
float: left;
width: 150px; 
margin-right: 10px;
padding-top: 5px;
margin-bottom: 5px;
}
#content form.form-register input {
margin-bottom: 5px;
}
#content form.form-register .userstatus-enabled {
display: block;
position: absolute;
left: 160px;
top: 5px;
}
#register-submit{
	width: 170px;
}

#content form.form-edit fieldset table {
clear: both;
margin-bottom: 5px;
}
#content form.form-edit .block label {
float: none;
width: auto;
margin-bottom: 4px;
}
#content form.form-edit fieldset {
display: block;
float: left;
width: 497px;
padding: 10px;
margin: 1em 0;
border: 1px solid #CCCCCC;
}
#content form.form-edit fieldset legend {

}
#content form.form-edit fieldset table {
margin-top: 1em;
}
#content form.form-edit fieldset th {
padding: 0 3px 3px;
}
#content form.form-edit fieldset td {
padding: 0 3px;
}
#content form.form-edit select {
width: 250px;
}
#content form.form-edit .content-edit {
margin-top: 1em;
}
#content form.form-edit .attribute-language {
margin: 1em 0;
}
#content form.form-edit .box, #content form.form-edit textarea {
width: 519px;
}
#content form.form-edit fieldset .box {
width: 200px;
}
#content form.form-edit fieldset .ezcca-resource_external_link {
width: 490px;
}
#content form.form-edit .buttonblock {
padding-left: 0;
}


		/* community '2 column' block */
#content .block-comm {
width: 530px; /* odd widths from design - | 257 | 22 | 251 | note: left and right columns are odd width in design file */
margin: 0 -3px 0 -9px; /* -10px + -7px = for the odd padding on LHS as per design on inner pages */
position: relative;
}
#content .block-comm .inner-left {
width: 237px;
margin: 0 22px 0 0;
padding: 0 10px;
float: left;
background: url(../images/comm-block-bg.png) repeat-y;
overflow: hidden;
}
#content .block-comm .inner-right {
width: 231px;
margin: 0;
padding: 0 10px;
float: left;
background: url(../images/comm-block-bg.png) repeat-y;
overflow: hidden;
}
#content .block-comm h2 {
text-align: center;
background: #262626;
margin-right: -10px;
margin-top: 15px;
border-bottom: 1px solid #9D9D9D;
padding: 22px 10px;
}
#content .block-comm .top, #content .block-comm .bottom {
width: 257px;
display: block;
float: left;
font-size: 1px;
overflow: hidden;
margin: 0 -10px;
}
#content .block-comm .inner-right .top, #content .block-comm .inner-right .bottom {
width: 251px;
}
#content .block-comm .top {
background: url(../images/comm-block-top-left-bg.gif) no-repeat;
height: 15px;
}
#content .block-comm .inner-right .top {
background: url(../images/comm-block-top-right-bg.gif) no-repeat;
height: 15px;
}
#content .block-comm .bottom {
background: url(../images/comm-block-bottom-left-bg.jpg) no-repeat;
height: 20px;
}
#content .block-comm .inner-right .bottom {
background: url(../images/comm-block-bottom-right-bg.jpg) no-repeat;
height: 20px;
}

		/* portal page curriculum 'columns'. 519px is the content width, this needs to be 531px */
#content .block-curric {
width: 531px;
margin: 0 0 1em -9px;
}		
#content .block-curric .left {
width: 271px;
height: 70px;
background: url(../images/block-curric-lhs-bg.png) no-repeat;
margin-right: 6px;
}
#content .block-curric li {
float: left;
margin: 0;
width: 254px;
height: 70px;
background: url(../images/block-curric-rhs-bg.png) no-repeat;
list-style: none;
position: relative;
}
#content .block-curric a {
position: absolute;
display: block;
top: 7px;
left: 6px;
height: 57px;
width: 242px;
}
#content .block-curric li.left a {
width: 289px;
}
#content .block-curric .eng a {
background: url(../images/logo-curric-english.gif) no-repeat;
}
#content .block-curric .maths a {
background: url(../images/logo-curric-maths.gif) no-repeat;
}
#content .block-curric .arts a {
background: url(../images/logo-curric-arts.gif) no-repeat;
}
#content .block-curric .science a {
background: url(../images/logo-curric-science.gif) no-repeat;
}
#content .block-curric .hpe a {
background: url(../images/logo-curric-hpe.gif) no-repeat;
}
#content .block-curric .social a {
background: url(../images/logo-curric-social.gif) no-repeat;
}
#content .block-curric .lang a {
background: url(../images/logo-curric-languages.gif) no-repeat;
}
#content .block-curric .tech a {
background: url(../images/logo-curric-technology.gif) no-repeat;
}

		/* portal page diagrams */
#content .block-diagram {
width: 533px;
margin: 0 0 1em -9px;
background: url(../images/block-portal-bg.png) repeat-y;
position: relative;
}
#content .block-diagram .inner {
width: 211px;
margin: 0;
padding: 10px 17px 17px 17px;
float: left;
position: relative;
}
#content .block-diagram .right {
width: 274px;
padding-bottom: 30px;
text-align: center;
overflow: hidden;
padding: 10px 7px;
}
#content .block-diagram .top, #content .block-diagram .bottom {
width: 533px;
height: 7px;
display: block;
float: left;
font-size: 1px;
}
#content .block-diagram .top {
background: #FCFBF3 url(../images/block-portal-top.png) no-repeat;
}
#content .block-diagram .bottom {
background: #FCFBF3 url(../images/block-portal-bottom.png) no-repeat;
}
#content .block-diagram .large {
position: absolute;
bottom: 15px;
right: 30px;
}

	/* preview summary block */
.overlay {
position: fixed;
top: 0;
left: 0;
background: transparent url(../images/blank.png);
width: 100%;
height: 100%;
z-index: 9000;
}
.summary {
display:none;
position: relative;
border: 1px solid black;
padding:0;
background: #FFF;
width: 866px;
height: 550px;
margin: 10px auto;
overflow: hidden;
text-align: left;
z-index: 300024;
}
.summary .outer {
overflow: auto; 
width: 100%;
height: 550px;
position: relative;
}
.summary .text-summary {
margin: 0 17px;
position: relative;
clear: both;
}
.summary .close {
position: absolute;
top: 0;
right: 15px;
display: block;
padding: 2px 8px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
background: #333;
color: #FFF;
z-index: 300025;
font-size: 0.9em;
}
.summary .back {
position: absolute;
bottom: 0;
left: 0;
width: 174px;
background: #262626;
color: #FFF;
padding: 5px 10px !important;
margin: 0;
}
.summary .next {
position: absolute;
bottom: 0;
right: 15px;
width: 112px;
background: #262626;
color: #FFF;
padding: 5px 10px !important;
margin: 0;
}
.summary .back p, .summary .next p {
margin-bottom: 0;
}
.summary .back a {
display: block;
width: 174px;
}
.summary .next a {
display: block;
width: 112px;
}
.summary .back a, .summary .next a,
.summary .back a:visited, .summary .next a:visited {
/*color: #F7EA59;*/
color: #FFF;
text-align: right;
}
.summary .outer .opening {
width: 808px;
padding: 17px 26px 12px;
margin-right: -30px;
position: relative;
float: left;
}
#content .block-summary, .summary .block-summary {
width: 556px;
margin-right: -10px;
margin-left: 10px;
}
#summary .wide, .summary .wide {
width: 835px;
}
#content .block-summary .top, #content .draft .block-summary .top, .summary .block-summary .top {
width: 556px;
display: block;
height: 7px;
font-size: 1px;
float: left;
}
#content .wide .top, #content .draft .wide .top, .summary .wide .top {
width: 830px;
}
#content .block-summary .bottom, #content .draft .block-summary .bottom, .summary .block-summary .bottom {
display: block;
width: 556px;
height: 67px;
font-size: 1px;
float: left;
overflow: hidden;
}
#content .wide .bottom, #content .draft .wide .bottom, .summary .wide .bottom {
width: 830px;
}
#content .draft .block-summary .inner, #content .block-summary .inner, .summary .block-summary .inner {
width: 235px;
margin: 0 5px 0 0;
padding: 0 17px 0 21px;
float: left;
}
#content .draft .block-summary ol li, .summary .block-summary ol li {
width: auto;
border-top: none;
margin-left: 0;
float: none;
position: relative;
padding-right: 0;
}
#content .block-summary .first, #content .draft .block-summary .first, .summary .block-summary .first {
margin: 0 6px 0 0;
}
#content .block-summary h3, #content .draft .block-summary h3, .summary .block-summary h3 {
background: #CC9;
color: #333;
font-weight: bold;
margin: 0 -11px 10px -14px;
padding: 10px 11px 7px 14px;
}
		/* tl sequence task table background and table styles */
#content .block-task {
width: 759px;
margin: 0 0 1em -16px;
background: url(../images/block-task-bg.png) repeat-y;
position: relative;
}

#content .block-task .inner {
width: 747px;
margin: 0;
padding: 0 6px;
float: left;
text-align: center;
}
#content .block-task .top, #content .block-task .bottom {
width: 759px;
height: 7px;
display: block;
float: left;
font-size: 1px;
}
#content .block-task .top {
background: url(../images/block-task-top.png) no-repeat;
margin-top: -7px;
position: relative;
}
#content .block-task .bottom {
background: #FCFBF3 url(../images/block-task-bottom.png) no-repeat;
position: relative;
}
#content .block-task table {
margin-bottom: 6em;
}
#content .block-task th {
vertical-align: top;
background: #CC9;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 1em;
font-weight: bold;
padding: 10px;
}
#content .block-task th p {
margin: 0
}
#content .block-task th.left {
width: 134px;
float: none;
}
#content .block-task th.left-border {
border-left: 1px solid #a5a810;
}
#content .block-task th.middle {
border-left: 1px solid #a5a810;
border-right: 1px solid #a5a810;
width: 406px;
}
#content .block-task th.right-border {
border-right: 1px solid #a5a810;
}
#content .block-task th.right {
width: 145px;
float: none;
}
.innerpage #content .inner .block-task .inner .renderedtable th.right {
float: none;
}
#content .block-task td {
padding: 10px;
}
#content .block-task td.left {
padding: 10px 1px;
text-align: center;
float: none;
}
#content .block-task td.left_top {
padding: 70px 1px 10px;
text-align: center;
}
#content .block-task td.middle {
padding: 0 10px;
background: transparent;
}
#content .block-task td.right {
float: none;
width: 145px;
}
#content .block-task h2 {
background:  #262626 url(../images/block-task-h3-bg.gif) bottom no-repeat;
color: #FFF;
border-bottom: none;
font-size: 1.1em;
padding: 20px 10px 26px;
position: relative;
margin: 0 -9px 10px -10px; /* for the odd padding on LHS as per design on inner pages */
width: 406px;
}
#content .block-task .back {
position: absolute;
bottom: 6px;
left: 6px;
width: 228px;
background: #262626;
color: #FFF;
padding: 5px 10px !important;
margin: 0;
}
#content .block-task .previous {
position: absolute;
bottom: 6px;
right: 180px;
width: 145px;
background: #262626;
color: #FFF;
padding: 5px 10px !important;
margin: 0;
}
#content .block-task .next {
position: absolute;
bottom: 6px;
right: 6px;
width: 145px;
background: #262626;
color: #FFF;
padding: 5px 10px !important;
margin: 0;
}
#content .block-task .previous a, #content .block-task .next a, #content .block-task .back a {
/*color: #f7ea59;*/
color: #FFF;
}
#content .block-task .back p, #content .block-task .next p, #content .block-task .previous p {
margin-bottom: 0;
}

		/* innerpage tl sequence task table background and table styles */
#content .block-task-innerpage {
width: 519px;
margin: 0 0 1em -16px;
background: url(../images/block-task-bg-innerpage.png) repeat-y;
position: relative;
}

#content .block-task-innerpage .inner {
width: 507px;
margin: 0;
padding: 0 6px;
float: left;
text-align: center;
}
#content .block-task-innerpage .top, #content .block-task-innerpage .bottom {
width: 519px;
height: 7px;
display: block;
float: left;
font-size: 1px;
}
#content .block-task-innerpage .top {
background: url(../images/block-task-top-innerpage.png) no-repeat;
margin-top: -7px;
position: relative;
}
#content .block-task-innerpage .bottom {
background: #FCFBF3 url(../images/block-task-bottom-innerpage.png) no-repeat;
position: relative;
}
#content .block-task-innerpage table {
margin-bottom: 6em;
}
#content .block-task-innerpage th {
vertical-align: top;
background: #CC9;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 1em;
font-weight: bold;
padding: 10px;
}
#content .block-task-innerpage th p {
margin: 0
}
#content .block-task-innerpage th.left, #content .block-task-innerpage th.left-border {
width: 143px;
}
#content .block-task-innerpage th.middle {
border-left: 1px solid #a5a810;
border-right: 1px solid #a5a810;
width: 189px;
}
#content .block-task-innerpage th.right-border, #content .block-task-innerpage th.right {
width: 113px;
float: none;
}
#content .block-task-innerpage td {
padding: 10px;
}
#content .block-task-innerpage td.left {
padding: 10px 0;
text-align: center;
float: none;
width: 163px;
}
#content .block-task-innerpage td.left_top {
padding: 70px 0 10px;
text-align: center;
width: 163px;
}
#content .block-task-innerpage td.middle {
padding: 0 10px;
background: transparent;
width: 189px;
}
#content .block-task-innerpage td.right {
width: 113px;
float: none;
}
#content .block-task-innerpage h2 {
background:  #262626 url(../images/block-task-h3-bg.gif) bottom no-repeat;
color: #FFF;
border-bottom: none;
font-size: 1.1em;
padding: 20px 10px 26px;
position: relative;
margin: 0 -9px 10px -10px; /* for the odd padding on LHS as per design on inner pages */
width: 406px;
}


		/* question page diagrams */
#content .block-question {
width: 540px;
margin: 0 0 1em -16px;
background: url(../images/block-question-bg.png) repeat-y;
position: relative;
}
#content .block-question .inner {
width: 526px;
margin: 0;
padding: 10px 17px;
float: left;
text-align: center;
}
#content .block-question .top, #content .block-question .bottom {
width: 540px;
height: 7px;
display: block;
float: left;
font-size: 1px;
}
#content .block-question .top {
background: #FCFBF3 url(../images/block-question-top.png) no-repeat;
}
#content .block-question .bottom {
background: #FCFBF3 url(../images/block-question-bottom.png) no-repeat;
}

		/* question block - containing draft teacher resources */
		
#content .draft .inner {
text-align: left;
width: 506px;
}
#content .draft li {
border-top: 1px solid #660;
width: 506px;
margin-top: 10px;
}
#content .draft li ol li {
border-top: none;
width: 456px;
margin-top: 5px;
margin-bottom: 5px;
float: left;
position: relative;
padding-right: 50px;
}
#content .draft li ol li form {
position: absolute;
top: 0;
right: 0;
}
#content .draft li.first {
border: none;
margin-top: 0;
}
#content .draft h3 {
font-weight: bold;
font-size: 1.1em;
}
#content .draft input {
float: left;
margin-right: 10px;
padding: 0 5px;
display: block;
float: left;
width:auto;
overflow:visible;
}
		/* innerpage T&L sequence and Assessment resources '2 column' block */
#content .block-sequence {
width: 542px;
margin: 0 -7px 17px -17px; /* -10px + -7px = for the odd padding on LHS as per design on inner pages */
background: url(../images/sequence-block-full-bg.png) repeat-y;
position: relative;
}
#content .block-sequence.single {
width: 271px;
overflow: hidden;
}
#content .block-sequence .inner {
width: 236px;
margin: 0 1px 0 0;
padding: 0 17px;
float: left;
}
#content .block-sequence dl.sequence dt {
float: left;
clear: both;
font-weight: bold;
color: #660;
padding-right: 7px;
margin-bottom: 0;
}
#content .block-sequence dl.sequence dd {
margin-bottom: 0;
margin-left: 0;
padding-bottom: 11px;
}
#content .block-sequence dl.list dt {
font-weight: bold;
color: #660;
margin-bottom: 1em;
}
#content .block-sequence dl.list dd {
margin-left: 0;
}
#content .block-sequence dl.list dd li {
list-style: none;
}
/*#content .block-sequence a, #content .block-sequence dl.list dd a, #content .block-sequence .nostyle a {
color: #303030;
}
#content .block-sequence dl.list dd a:hover, #content .block-sequence .nostyle a:hover {
color: #993333;
}*/
#content .block-sequence h4 {
background: #5D5D5D url(../images/heading-3-sequence.gif) bottom no-repeat;
border-top: 1px solid #a5a810; 
padding: 8px 10px 15px;
position: relative;
margin: 0 -10px 10px; 
color: #FFF;
font-style: normal;
font-size: 1.16em;
}
#content .block-sequence h4 a {
color: #FFF;
text-decoration: none;
}
#content .block-sequence h4 a:hover {
color: #FFF;
text-decoration: underline;
}
#content .block-sequence h3 {
background: #CC9;
color: #333;
font-weight: bold;
margin: 0 -11px 10px;
padding: 10px 11px 7px;
}
#content .block-sequence.assessment h3 {
margin-bottom: 0;
}
#content .block-sequence h3 a {
color: #333;
text-decoration: none;
}
#content .block-sequence h3 a:hover {
color: #333;
text-decoration: underline;
}
#content .block-sequence .top, #content .block-sequence .bottom {
width: 542px;
height: 7px;
display: block;
float: left;
font-size: 1px;
}
#content .block-sequence .top {
background: #FCFBF3 url(../images/sequence-block-full-top-bg.png) no-repeat;
}
#content .block-sequence .bottom {
background: #FCFBF3 url(../images/sequence-block-full-bottom-bg.png) no-repeat;
}


		/* home page entry points */
#content .entry {
background: url(../images/home-entry-point-bg.gif) repeat-y;
}
#content .entry .inner {
background: url(../images/home-entry-point-heading.gif) no-repeat;
}
#content .entry .bottom {
background: url(../images/home-entry-point-bottom.gif) no-repeat;
width: 541px;
height: 25px;
font-size: 1px;
}
#content .entry .block {
float: left;
width: 148px;
margin: 0 16px;
}
#content .entry h2 {
border: 0;
background: #333;
color: #FFF;
text-align: center;
margin-top: 20px;
font-size: 1.2em;
font-weight: bold;
min-height: 62px;
line-height: 1.4;
}
#content .entry h2 a, #content .entry h2 a:visited {
text-decoration: none;
color: #FFF;
}
#content .entry h2 a:hover {
text-decoration: underline;
color: #FFF;
}
#content .entry h3 {
color: #666600;
margin: 0.5em 0 0.6em
}
#content .entry ul {
margin-left: 0;
margin-bottom: 1.5em;
}
#content .entry ul li {
padding-left: 0;
margin-bottom: .8em;
}
#content .entry li a {
color: #333;
}
#content .entry li a:hover {
color: #333;
}
		/* home page featured items */
#content .featured {
background: url(../images/home-featured-bg.jpg) no-repeat;
width: 540px;
height: 388px;
position: relative;
}
#content .featured h2 {
position: absolute;
top: 11px;
left: 13px;
margin: 0;
border: none;
color: #FFF;
font-size: 1.1em;
}
#content #featuredImage {
position: absolute;
top: 41px;
left: 13px;
overflow: hidden; /* hide the image if size incorrectly */
width: 515px;
height: 298px;
}
#content #featuredImage .setvalues {
width: 515px;
height: 298px;
}
#content .featuredText {
position: absolute;
bottom: 0;
right: 0;
width: auto;
height: 31px;
background: #333;
padding: 7px 9px 0;
overflow: hidden;  /* hide the text if it triedsto wrap over two lines */
}
#content #bottomSlider ul li {
margin-left: 0;
}
#content .featuredText p {
margin: 0;
text-align: right;
color: #FFF;
font-weight: bold;
line-height: 1.1;
}
#content .featuredText p a {
color: #F7EA59;
}
#content #featuredSlider {
position: absolute;
bottom: 5px;
left: 11px;
overflow: hidden; /* hide the slides if there are more than 5 items */
width: 305px; /* 298 + 7 (.slide margin-right) */
height:26px;
}
#content #featuredSlider .slide {
border: 1px solid #939A9A;
background: #D6D6D6;
width: 52px;
height: 24px;
float: left;
margin-right: 7px;
overflow: hidden; /* hide the image if size incorrectly */
}
#content #featuredSlider .slide a {
display: block;
width: 52px;
height: 24px;
}
#content #ctrlPrevious a {
display: block;
position: absolute;
bottom: 12px;
right: 47px;
width: 15px;
height: 10px;
background: url(../images/slide-previous.gif) no-repeat;
}
#content #ctrlNext a {
display: block;
position: absolute;
bottom: 12px;
right: 16px;
width: 15px;
height: 10px;
background: url(../images/slide-next.gif) no-repeat;
}

	/* teacher and learning resources sequences search */
	
#content .sequences-search label {
display: block;
float: left;
width: 146px;
padding-right: 14px;
padding-top: 1px;
text-align: right;
}
#content .sequences-search button {
background: none;
border: none;
font-size: 1em;
width: auto;
padding: 0;
text-decoration: underline;
color: #303030;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .sequences-search button span {
text-decoration: underline;
}
#content .sequences-search select {
width: 280px;
}

	/* pagination */
	
#content .pagination {
width: 448px;
float: left;
margin: 15px 0;
padding-bottom: 20px;
}
#content .pagination .jump {
color: #DFDFDF;
}
#content .pagination .pages {
float: left;
}
#content .pagination .goto {
float: right;
margin-top: -2px;
}
#content .pagination .goto .label {
float: left;
margin-right: 4px;
padding-top: 4px;
}
#content .pagination .goto select {
float: right;
}

	/* tables */
	
		/* simple */

#content .simple {
width: 100%;
}
		
#content .simple th, #content .simple td {
border-bottom: 1px solid #BBB3A4;
padding: 20px 0 2px;
}

	/* list styles */
	
		/* standard */

#content ul, #content ul li ul {
list-style-type: none;
margin: 0;
}

#content ul li {
background: url(../images/list-standard-icon.gif) no-repeat 5px 7px;
padding-left: 1.6em;
_position:relative;
}

#content ul.condensed, #content ol.condensed, #content ul.condensed li ul, #content ol.condensed li ol, #content ul.condensed li ol, #content ol.condensed li ul {
margin-bottom: 1em !important;
}

#content ul.condensed li, #content ol.condensed li {
margin-bottom: 0 !important;
}
	
#content ul.points, #content .block-section ul {
list-style-type: disc;
margin-left: 1.6em;
}

#content ul.points li, #content .block-section ul li {
background: none;
padding-left: 0;
}

	/* tool tips hover information */

#content a.help {
position: relative;
margin-right: 9px;
margin-bottom: 10px;
border: 1px solid #FFF;
}
#content a.help span {
left:-5000px;
position:absolute;
top:-5000px;
}
#content a.help:hover {
display: inline;
text-decoration: none;
border: 1px solid #CCC;
}
#content a.help:hover span {
display: block;
position: absolute;
width: 180px;
padding: 5px;
margin: 0;
color: #000;
background: #FFF;
font-size: .9em;
border: 1px solid #BEBEBE;
text-align: left;
}
#content a.tipRight:hover span {
top: 0px;
left: 138px;
float: right;
}
#content a.tipRight {
float: right;
z-index: 1000;
}

	/* glossary back to top */
	
#content .backtotop a {
background:transparent url(../images/top.gif) no-repeat scroll right center;
display:block;
padding-right:18px;
padding-top:1px;
color: #000;
text-align: right;
text-decoration: none;
}
#content .backtotop a:hover {
text-decoration: underline;
}


/* ## forums ## */

#content .list-forum {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
width: 515px;
}
#content .list-forum p {
margin-bottom: 0.2em;
}
#content .list-forum td, #content .list-forum th {
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
padding: 3px 5px;
}
#content .list-forum th {
font-weight: bold;
text-align: center;
color: #333333;
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
#content .list-forum .topic {
}
#content .list-forum .replies {
text-align: center;
width: 40px;
}
#content .list-forum .author {
text-align: center;
width: 138px;
}
#content .list-forum .lastreply {
text-align: center;
width: 138px;
}
#content .content-navigator {
text-align: center;
margin: 5px 10px 10px;
}
#content .forum-navigation {
width: 507px;
max-height: 120px;
padding: 10px;
margin: -10px -10px 10px;
border: 1px solid #D6D6D6;
overflow: auto;
font-size: 0.9em;
position: relative;
}
#content .forum-navigation a:link {
font-weight: bold;
}
#content .forum-navigation a:visited, #content .forum-navigation a:active {
font-weight: normal;
}
#content .forum-navigation ul li {
list-style: none;
background: url(../images/forun-thread-nav-icon.gif) no-repeat 0 4px;
margin-left: 0;
margin-bottom: 0;
padding-left: 10px !important;
position: relative;
}
#content .content-view-children li {
list-style: none;
margin-left: 0;
margin-bottom: 0.5em;
}
#content .content-view-children li h3 {
color: #333333;
padding: 1px 3px;
}
#content .content-view-children li .date {
margin-bottom: 0;
}
#content .content-view-children .forum-reply-top {
border: 1px solid #D6D6D6;
margin-top: -4px;
padding: 1px 3px;
}
#content .content-view-children .forum-reply-inner {
border: 1px solid #D6D6D6;
margin-top: -4px;
padding: 1px 3px;
}
#content .content-view-children .show, #content .forum-reply-quoted-text .show {
margin-bottom: 0.5em;
}
#content .content-view-children .quoted, #content .forum-reply-quoted-text .quoted {
background: #E7E7E7;
border-left: 20px solid #D8D8D8;
padding-left: 3px;
}
#content .content-view-children .forum-reply {
float: right;
margin: -3px 0 5px;
}
#content #forum-reply-expand {
margin: 10px 0 20px;
}
#content .content-view-children .topic-posts {
clear: both;
}
#content .content-view-children .controls {
background: #CCC;
margin: -1px -3px -2px;
padding: 1px 3px;
font-size: 0.9em;
}
#content .content-view-children .controls .button {
float: left;
margin: 2px 5px 2px 0;
}
#content .content-view-children .controls-up .button {
margin: 2px 5px 0 0;
}
#content .content-navigator .grey {
color: #D7D7D7;
}

/* #############################
TEACHER RESOURCE EXCHANGE STYLES
############################# */

/* ---------------------
Other exchanges 'widget'
--------------------- */
.exchanges .rh-block {
float: right;
color:#444444;
line-height:1;
margin-right:0;
background: #FFF;
padding:0;
width: 200px;
border: 1px solid #666;
}
.exchanges .rh-block .outer {
position: relative;
background: #FFF;
padding: 5px 10px;
}
.exchanges .rh-block ul {
}
.exchanges ul li {
list-style: none;
background: none;
margin-bottom: 0 !important;
}
#content .exchanges .rh-block h2 {
background: #ccc;
color:#000;
font-size:1.1em;
font-weight:normal;
margin:0;
padding:5px 10px;
width: 180px;
border-bottom: 1px solid #666;
}
.resource-x #twocol #content {
padding:0 97px 0 35px;
width:655px;
padding: 0 20px 0 35px;
width: 732px;
}
.resource-x #content .opening {
margin-right: 0;
width: 450px;
float: left;
clear: none;
}
.clearleft {
clear: left;
}
	/* TRE - quick version :: to be changed once the designs come through */
#content .tre h3.leadin {float: left;}
#content .tre .filter {border: 1px solid #CCC; padding: 5px 15px; float: left; background: #FFF; margin-bottom: 1em; clear: both;}
#content .tre .filter .button {margin-left: 10px;}
#content .tre .contribute {float: right; margin-right: 215px; display: inline;}
#content .tre {margin-top: 1em !important;}
#content .tre table {border: 1px solid #CCC; background: #FFF; margin-bottom: 1.2em;}
#content .tre table th {vertical-align: top; text-align: left;}
#content .tre table td {vertical-align: top; text-align: left;}
#content .tre table .asc {display: inline-block; width: 9px; height: 7px; background: url(../images/icon-sort-asc.gif) no-repeat;}
#content .tre table .dec {display: inline-block; width: 9px; height: 7px; background: url(../images/icon-sort-desc.gif) no-repeat;}
#content table.category-list {width: 506px;}
#content .tre table tr td {border-top: 1px solid #ccc; float: none;}
#content table.resource-list {width: 706px;}
#content .tre .c1 {width: 80px;}
#content .tre .c2 {width: 30px;}
#content .tre .c4 {width: 145px;}
#content .tre .c6 {width: 95px;}
#content .tre tr.alternate td { background: #F3F6F9; }
#content .tre .displayinfo {float: left; font-size: 0.9em; font-weight: bold;}
#content .tre .pagination {float: right; width: auto; padding: 0 25px 0; margin: 0; font-size: 0.9em; font-weight: bold;}
#content .tre .pagination .previous {float: left; padding-right: 10px;}
#content .tre .pagination .next {padding-left: 10px;}
#content .tre .results-limit {font-size: 0.9em; font-weight: bold;}
#content .tre .results-limit select {margin-left: 10px; margin-right: 5px;}
#content .form-tre .block .halfbox, #content .form-tre .block .box, #content .form-tre .ezcc-user, /*#content .form-tre select,*/ #content .form-tre textarea {width:300px;}
#content .form-tre  .buttonblock {clear: both; float: left; margin-top: 20px; padding-left:110px;}
#content .form-tre .buttonblock .defaultbutton, #content .form-tre .buttonblock .button {margin-bottom:10px; margin-right:10px; width:auto; float: left; margin-top: -5px; display: inline; position: relative;}
#content .form-tre .block label {width:100px;}
#content .form-tre .tandc {padding-left: 130px; padding-bottom: 2em; position: relative; display: inline; float: left; clear: both;}
#content .form-tre .tandc label {display: block; float: left; width: 310px; margin: 0;}
#content .form-tre .tandc input {position: absolute; left: 105px;}
#content .form-tre .container {float: left; margin-bottom: 5px;}
#content .form-tre h4.button {cursor: pointer; text-decoration: underline; padding-top: 6px; background: url(../images/icon-plus.gif) no-repeat 0 5px; padding-left: 20px;}
#content .form-tre h4.collapse {background: url(../images/icon-minus.gif) no-repeat 0 5px;}
#content .indexkey {width: 695px; clear: both; padding: 5px; border: 1px solid #CCC; background: #ECECEC; margin-left: -1px; margin-top: 10px; font-size: 0.9em; color: #333;}
#content .indexkey p {
margin-bottom: 0;
}
#content .category-list th {
vertical-align: bottom;
background: #CC9;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 1em;
font-weight: bold;
padding: 10px;
}
#content .category-list th.category {
width: 200px;
}
#content .category-list th.number {
width: 265px;
}
#content .category-list td {
padding: 10px;
}
#content .category-list th p {
margin: 0
}
		/* tre - resource list */
		
#content .resource-list th {
vertical-align: bottom;
background: #CC9;
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 1em;
font-weight: bold;
padding: 10px 5px;
}
#content .resource-list th p {
margin: 0
}
#content .resource-list h4 {
margin-top: 0;
font-weight: bold;
}
#content .resource-list td {
padding: 5px;
}
.resource-x #footer .backtotop {
right:44px !important;
width:708px !important;
}
/* #############################
TOOLS
############################# */
	/* default width 200px */

#tools {
padding: 0;
}
#tools .rh-block {
width: 179px;
padding: 0 8px 0 13px;
border-bottom: 1px solid #999900;
background: #FFF;
margin-bottom: 28px;
color: #444;
line-height: 1.3;
}	
#tools .rh-block a {
color: #444;
text-decoration: none;
}
#tools .rh-block a:hover {
text-decoration: none;
}
#tools .rh-block .hover {
background: #EEE;
cursor: pointer;
}
#tools .rh-block ul {
margin: 0 -8px 0 -13px;
padding: 0;
width: 200px;
}
#tools .rh-block li {
margin: 0;
padding: 7px 8px 7px 13px !important;
width: 179px;
padding: 0;
margin: 0;
border-top: 1px solid #999900;
}
#tools .rh-block .inside h3 {
margin-top: 10px;
}
#tools .rh-block .inside li {
border: none;
}
#tools .newsletter .inside {
margin: 10px 0;
}
#tools .newsletter .text-input {
margin: 5px 0;
}
#tools .newsletter .text-input input {
width: 170px;
}
#tools .newsletter .button  input{
font-size:11px;
width: 85px;
float:left;
}
#tools .rh-block .inside .hover {
background: #FFF;
}
#tools .rh-block li.first {
border: none;
padding-top: 10px;
}
#tools .rh-block h2 {
color: #FFF;
font-weight: normal;
font-size: 1.1em;
margin: -20px -8px 0 -13px;
padding: 20px 8px 0 13px;
background: #A53844 url(../images/widget-nzc-bg.gif) no-repeat;
min-height: 23px;
}
#tools .rh-block h2 a {
color: #FFF;
}
#tools .rh-block h3 {
color: #666600;
font-weight: bold;
}
#tools .rh-block h3 a {
color: #666600;
}
	/* search */
#tools .search {
background: url(../images/widget-search-bg.gif) no-repeat;
margin-left: -12px;
margin-top: 0;
padding: 10px 8px 0 20px;
width: 184px;
min-height: 61px;
border: none;
}	
#tools .search h2 {
background: none;
margin-bottom: 0;
font-weight: normal;
font-size: 1.05em;
}
#tools .search .search-text {
border: 1px solid #999900;
display: inline;
float: left;
margin-right: 14px;
width: 144px;
}
#tools .search .search-button {
display: inline;
float: left;
margin-top: 1px;
}
	/* what's new hover state */

/* community, tools */
#tools .community h2, #tools .tools h2 {
background: url(../images/widget-community-bg.gif) no-repeat;
}
	/* what's new, settings */
#tools .whatsnew h2, #tools .settings h2 {
background: url(../images/widget-whats-new-bg.gif) no-repeat;
}
	/* nzc */
#tools .nzc h2 {
background: url(../images/widget-nzc-bg.gif) no-repeat;
}

#tools .settings p {
margin-bottom: 1em;
}
#tools .settings a {
color: #660;
}
	/* button */
#tools button {
background: none;
border: none;
font-size: 1em;
width: auto;
padding: 0;
text-decoration: none;
color: #303030;
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
float: left;
width:auto;
overflow:visible;
}

/* ## floats ## */

.float-left {
float: left;
}
.float-right {
float: right;
}
.clearfix{
clear:both;
}


/* ## lists ## */
#content ul.flat-list {list-style: none; margin: 0; padding: 0;}
#content ul.flat-list li {background: none; display: inline-block; margin-left: 0; padding-left: 0; margin-right: 15px;}

/* ## lists ## */

#content #tabs {
clear: both;
}
#content #tabs ul.ui-tabs-nav li {background: none; padding: 0; margin: 0; list-style: none;}
	/* default */
#content #tabs ul.ui-tabs-nav .ui-state-default, #content #tabs ul.ui-tabs-nav .ui-widget-content .ui-state-default {background: #993333; color: #fff;}
#content #tabs ul.ui-tabs-nav .ui-state-default a, #content #tabs ul.ui-tabs-nav .ui-widget-content .ui-state-default a {color: #fff; text-decoration: underline;}
#content #tabs ul.ui-tabs-nav .ui-state-default a:hover, #content #tabs ul.ui-tabs-nav .ui-widget-content .ui-state-default a:hover {text-decoration: none;}
	/* active */
#content #tabs ul.ui-tabs-nav .ui-state-active, #content #tabs ul.ui-tabs-nav .ui-widget-content .ui-state-active {background: #fff; color: #000;}
#content #tabs ul.ui-tabs-nav .ui-state-active a, #content #tabs ul.ui-tabs-nav .ui-widget-content .ui-state-active a {color: #000; text-decoration: none;}

/* ## illustration navigation ## */

#content .illustration-nav {width: 526px; list-style: none; margin: 0; padding: 20px 0;}
#content .illustration-nav li {background: none; list-style: none; padding: 0; margin: 0; display: inline-block; *float: left;}
#content .illustration-nav li.first, #content .illustration-nav li.prev, #content .illustration-nav li.count {padding-right: 10px;}
#content .illustration-nav li.first a {display: block; text-indent: -9000px; background: url(../images/ill-nav-first.gif) no-repeat 0 0; width: 17px; height: 13px;}
#content .illustration-nav li.prev a {display: block; text-indent: -9000px; background: url(../images/ill-nav-previous.gif) no-repeat 0 0; width: 7px; height: 13px;}
#content .illustration-nav li.next, #content .illustration-nav li.last {padding-left: 10px !important;}
#content .illustration-nav li.next a {display: block; text-indent: -9000px; background: url(../images/ill-nav-next.gif) no-repeat right 0; width: 7px; height: 13px;}
#content .illustration-nav li.last a {display: block; text-indent: -9000px; background: url(../images/ill-nav-last.gif) no-repeat right 0; width: 16px; height: 13px;}
#content .illustration-nav li.previous-section {width: 135px;}
#content .illustration-nav li.next-section {width: 135px; text-align: right;}
#content .illustration-nav li.count {width: 133px; text-align: center;}
#content .illustration-nav {}


/* ## sitemap ## */

#content .content-view-sitemap .left-col {
width: 240px;
float: left;
}
#content .content-view-sitemap .right-col {
float: right;
width: 240px;
}
#content .content-view-sitemap td {
width: 50%;
}
#content .content-view-sitemap h2 {
margin:0 10px 10px 0;
width: 230px;
background: none;
border-left: 3px solid #A5A810;
padding: 6px 10px;
}
#content .content-view-sitemap h2 a, #content .content-view-sitemap h2 a:visited {
color: #000;
}
#content .content-view-sitemap ul {
margin-right: 10px;
}
/* ## footer ## */

#footer-wrapper {
background: none;
}
#footer {
min-height: 159px; /* can go up to 189px */
padding: 0 !important;
position: relative;
background: none;
}
#footer ul {
width: auto;
position: absolute;
left: 16px;
bottom: 0;
}
#footer .logos {
position: absolute;
right: 13px;
bottom: 0;
}
#footer .backtotop a {
position: absolute;
right: 227px;
top: 40px;
display: block;
background: url(../images/top.gif) no-repeat right;
padding-right: 18px;
padding-top: 1px;
}
.innerpage #footer .backtotop {
position: absolute;
right: 230px;
top: 40px;
width: 519px;
border-top: 1px solid #888;
}
.innerpage #footer .backtotop a {
position: absolute;
right: 0;
top: 7px;
}
/* ## hides ## */

.hidden,
.homepage #content h1,
#content #featuredControl span,
#content .block-curric span {
position: absolute;
top: -999px;
z-index: 50;
width: 1px;
font-size: 1px;
height: 1px;
overflow: hidden;
display: block;
line-height: 0;
}

.hide {
position: absolute;
top: -5000px;
left: -5000px;
}

.hideit {
display: none;
}

#subnav .feature-content {  
    width: 95px;
	margin-left: 15px;
	border: 1px solid #ccc;	
	padding-left: 5px;
	padding-bottom: 5px;
}

#subnav .feature-content h2{  
	margin-bottom: 5px;
	margin-top: 5px;
	color: #A53844;
	font-size: 1.1em;
	font-weight: bold;
}

#subnav .feature-content-image a{
	float: none;
}

#subnav .feature-content-image img{
	margin-top: 5px;
}


/*##########################################################
/* Murray 3:34 p.m. Thursday, 4 February 2010 - Added mailing-signup styles*/

.mailing-signup label {display: inline-block;width: 80px;}
.mailing-signup .field-block {margin-bottom: .75em;}
.mailing-signup .button {margin-bottom: .75em;}
.mailing-signup .text-input input {width: 300px;}


/* hide image map and heading as required */

.imagemap-hide-title h3 {display: none;}
.imagemap-hide-title-links h3, .imagemap-hide-title-links ul {display: none;}

/*#content .page-content ol.startval {
	list-style-type: none;
}
#content .page-content ol.startval li {
	margin-left: 0;
	list-style-type: none;
}
#content .page-content ol.startval li:before {
  counter-increment: item;
  content: counter(item) ". ";
}
#content .page-content ol.startval li span.spacer {
	display: inline-block;
	width: 10px;
}*/

/* video player styles */
#content .video-main {
display: block;
background: #D9D1C1;
padding: 3px 3px 0;
}

#content .page-outer-wrapper .videoplayer {
width: 654px;
text-align: center;
display: block;
}
#content .page-outer-wrapper .videoplayer .video-main {
width: 512px;
margin: 0 auto;
}
#content .page-outer-wrapper .videoplayer .video-main object {
margin: 0;
}

/* ################
Year level image map and featured block
################ */
.year-map {
padding: 0 0 2em;
/*padding: 1em 0 2em;*/
text-align: center;
}
.year-map .img .year1 {
background-image:url(../../tki-eesoll-lit/images/years/year-1.png);
}
* html .year-map .img .year1 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-1.png, sizingMethod='scale');}
.year-map .img .year2 {
background-image:url(../../tki-eesoll-lit/images/years/year-2.png);
}
* html .year-map .img .year2 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-2.png, sizingMethod='scale');}
.year-map .img .year3 {
background-image:url(../../tki-eesoll-lit/images/years/year-3.png);
}
* html .year-map .img .year3 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-3.png, sizingMethod='scale');}
.year-map .img .year4 {
background-image:url(../../tki-eesoll-lit/images/years/year-4.png);
}
* html .year-map .img .year4 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-4.png, sizingMethod='scale');}
.year-map .img .year5 {
background-image:url(../../tki-eesoll-lit/images/years/year-5.png);
}
* html .year-map .img .year5 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-5.png, sizingMethod='scale');}
.year-map .img .year6 {
background-image:url(../../tki-eesoll-lit/images/years/year-6.png);
}
* html .year-map .img .year6 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-6.png, sizingMethod='scale');}
.year-map .img .year7 {
background-image:url(../../tki-eesoll-lit/images/years/year-7.png);
}
* html .year-map .img .year7 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-7.png, sizingMethod='scale');}
.year-map .img .year8 {
background-image:url(../../tki-eesoll-lit/images/years/year-8.png);
}
* html .year-map .img .year8 {
background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/extension/tki-eesoll/design/tki-eesoll-lit/images/years/year-8.png, sizingMethod='scale');}

.year-map .links {
font-size: 0.9em;
padding-top: 0.6em;
}
.year-map .links .divide {
color: #DBC9CB;
}
.year-map .links a, .year-map .links a:visited {
color: #333;
padding: 0 2px;
border: 1px;
display: inline-block;
}
.year-map .links a.current {
background: #FFF;
text-decoration: none;
border: 1px solid #DBC9CB;
*position: relative;
*top: 1px;
}
.featured-block {
background: #FFF;
border: 1px solid #DBC9CB;
float: right;
padding: 10px 5px;
margin: 1em -12px 1em 10px;
width: 180px;
font-size: 0.9em;
}
/* ########## AUDIO ICON ########## */
.audio-icon a{text-indent:-9000px; background: url(../images/icons-16px-listen.gif) no-repeat 0 0; width:16px; height:16px; display:block;}


