/* CSS Document */
body {
	height:auto;
	margin:0px;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	background-color:#FFFFFF;
	background-position:center;
	text-align:left;
	
}

/*from undohtml.css file*/
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:1px; padding:1px; }

p { margin:0px; padding:0px 0px 0px 0px;}

a img,:link img,:visited img { border:none }

a:link {color: #0000FF;}
a:visited {color: #9900CC;}
a:hover, a:active, a:focus {color: #FF0000;}

address { font-style:normal }

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:180%;
}

h2 {/*changed h2 to be the larger heading for the course get focused etc.*/
	color:#FFFFFF;
	font-size:140%;
	font-weight:bold;
}
	
h3 {
	text-align: center;
	background-color: #660099;
	padding: 0px 0px 4px 0px;
	font-size: 160%;
	font-weight: normal;
	color:#FFFFFF;
}

h4 {
	color:#660099;
	font-size:140%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

h5 {
	color:#000;
	font-size:135%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

/*Lesson Breakout Headings*/
h6 {
	color:#000000;
	font-size:105%;
	font-weight:bold;
}
	
p {
	text-indent:0em;
	padding:0px 0px 0px 0px;
}

/* added ul and ol for better display of bulleted text*/
ul{
      padding-left: 10px!important;
      margin-left: 25px!important;    
}

ol{
      padding-left: 10px!important;
      margin-left: 30px!important;   
}
li {
 margin-top: 1em; 
}

br{
	clear:both;
}
	
/* ---------- CUSTOM IDs -------------- */
		
#footer {
	/*display:none;*/
	clear:both;
	margin:0px;
	padding: 5px 0px 0px 0px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#660099;
	text-align:center;
	color: #FFFFFF;
	font-size:80%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
	border-bottom: 0px;
}

#footer a:hover { 
	text-decoration: none;
}

/*-------This is for the dropdown drawers----*/

.accordion-container {
                font-size: 13px;
                background: #ffffff;
                padding: 5px 10px 10px 10px;
                border: 1px solid #cccccc;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                -moz-box-shadow: 0 5px 15px #cccccc;
                -webkit-box-shadow: 0 5px 15px #cccccc;
                box-shadow: 0 5px 15px #cccccc;
}

.accordion-header {
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #b8acd2;
}
.accordion-header2 {
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ebd4cc;
}

.active-header {
                -moz-border-radius: 5px 5px 0 0;
                -webkit-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
                background: url(../images/active-header.gif) #b8acd2;
                background-repeat: no-repeat;
                background-position: right 50%;
}

.active-header:hover {
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #D9D1E7;
	background-image: url(../images/active-header.gif);
}

.inactive-header {
                background: url(../images/inactive-header.gif) #b8acd2;
                background-repeat: no-repeat;
                background-position: right 50%;
}

.inactive-header:hover {
                background: url(../images/inactive-header.gif) #D9D1E7;
                background-repeat: no-repeat;
                background-position: right 50%;
}

.accordion-content {
                display: none;
                padding: 20px;
                background: #ffffff;
                border: 1px solid #cccccc;
                border-top: 0;
                -moz-border-radius: 0 0 5px 5px;
                -webkit-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
}

/* ----------- CUSTOM CLASSES ------------ */


.credit {
	font-size:66%;
	color:#000000;
}
.credit-right {
	font-size:66%;
	color:#000000;
	text-align:right;
}

.caption {
	font-size:83%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.handwriting {
	font-family: "Brush Script MT", cursive;
	font-size: small;
}
.highlight_text {
	background-color:#CCC;
}

.superscript {
	vertical-align:super;
	font-size:70%;
}

.subscript {
	vertical-align:sub;
	font-size:70%;
	
}

.typewriter {
	font-family:"Courier New", Courier, monospace;
	font-size: medium;

}
.typewriter_highlight {
	font-family:"Courier New", Courier, monospace;
	background-color:#cccccc;
	font-size: medium;
}

.center {
	text-align:center;
}
.align_right {
	text-align:right;
}
.align_bottom {
	vertical-align:text-bottom;
}
.table-nolines {
	/*border: solid 0px;*/
	border-color:#FFF;
	border-style:none;
	border-collapse:collapse;
}
.tablesmall	{
	border-collapse:collapse;
	border: 1px solid black;
	padding: 5px;
	width: 60%;
	}	
.table {
	border-collapse:collapse;
	border: 1px solid black;
	padding: 5px;
	width: 90%;
	}

.table, td, tr {
	padding: 5px;
	border: 1px solid black;
	vertical-align:top;
	}

.tablehead {
	background-color:#660099;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;	
}
.tablesubhead {
	background-color:#b488c5;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.reversetext {
	color:#ffffff;
}
/* ------- Tooltip ------- */

#tooltip{
	position: absolute;
	border: 1px solid #333;
	background: #DEC4BE;
	padding: 5px;
	color: #000;
	display: none;
	text-decoration: none;
	}
.tooltip_text {
	text-decoration: none; 
	border-bottom:2px dashed #660099;
	color: #000; 
	font-weight:bold; 
	outline: none;
}

/* -------- NO BACKGROUND IMAGE CLASSES ----------- */
.rightblock{
	float:right;
	padding:5px 0px 5px 10px;
	text-align:left;	
}

.leftblock{
	float:left;
	padding:5px 10px 5px 0px;
	text-align:left;	
}

.left3blockcenter{
            float:middle;
            border:0px solid #000000;
            width:391px;
            max-width:391px;
            min-height:10px;
            margin:0px;
            padding:5px;
            text-align:left;
}

.left4blockcenter{
            float:middle;
            border:0px solid #000000;
            width:456px;
            max-width:456px;
            min-height:10px;
            margin:0px;
            padding:5px;
            text-align:left;
}

/* --- BACKGROUND COLOUR DIV CLASSES --- */

.copyrightarticles{
	float:left;
	margin:0 5px 0 0;
	padding:5px;
	text-align:left;
	background-color:#FFE193;
}

.divindent{
	max-width:20px;
	width:20px;
	float:left;
}
.goingfurther{
	float:left;
	margin:0 5px 0 0;
	padding:5px;
	text-align:left;
	background-color:#cccccc;		
}
.highlight{
	float:left;
	padding: 8px 8px 8px 10px;
	text-align:left;
	background-color:#CCCCCC;
	margin:0 0 0 5px;	
}
.journal_writing {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
	text-align: left;
	font: "Comic Sans MS", cursive;
	font-size: small;
	background-color: #FFE193;
}

.leftblockColour{
	float:left;
	margin:0 10px 0 0;
	padding:5px;
	text-align:left;
	background-color:#00B8F0;
}
.margin_text_block{
	float:right;
	margin: 0 0 0 10px;
	padding:5px;
	width: 25%;
	text-align:left;
	background: #cccccc;
    border: 5px solid #660099;
}
.nowrap{
	white-space:nowrap;
}
.portfolio_journal{
	float: left;
	margin: 5px 0 5px 0;
	padding:5px;
	text-align:left;
	background: #ffffff;
    border: 5px solid #660099;
	clear: none;
	}
.portfolio_journal50{
	float: left;
	width: 50%;
	margin: 5px 0 5px 0;
	padding:5px;
	text-align:left;
	background: #ffffff;
    border: 5px solid #660099;
	clear: none;

}
.contentmargin {
	margin-left: 5px;
	padding-bottom:20px;
}
.didyouknow {
	float: left;
	/*position:fixed;*/
	margin: 0 10px 0 0;
	padding: 5px;
	text-align: left;
	background-color: #DEC4BE;
	clear:none;
}
.didyouknow50 {
	float: left;
	width: 50%;
	/*position:fixed;*/
	margin: 0 10px 0 0;
	padding: 5px;
	text-align: left;
	background-color: #DEC4BE;
	clear:none;
}
/* custom content divs */

.divbackgroundcolour{
	background-color: #CCCCCC;
	padding: 5px;
}

.divnoicon{
	width: 90%;
	text-align: left;
	padding-top: 5px;
	padding-left: 80px;
	padding-bottom: 20px;
}

.divassess{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/assess_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;

}

.divaudio{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/audio_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}
.divselfcheck{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/selfcheck_p.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divgroup{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/group_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divinternet{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/internet_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divread{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/read_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divstrategies{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/takenote_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divtoolkit{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/toolkit_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divtv{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/video_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divvideo{
	width: 90%;
	text-align: left;
	min-height:72px;
	background-image: url(../images/icons/video_p.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 20px 80px;
	padding-bottom: 20px;
}

.divcoursefolder{
	float: left;
	margin: 0px;
	min-height: 10px;
	width: 45px;
}
	
	/* adds course colour to horizontal rule */

hr{
	color: #660099;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*--------Discuss Drop Downs-------*/

.dropdown {
	max-height: 54px;
	overflow: hidden;
	-webkit-transition: max-height 2.5s ease-in-out 0s;
	-moz-transition: max-height 2.5s ease-in-out 0s;
	-ms-transition: max-height 2.5s ease-in-out 0s;
	-o-transition: max-height 2.5s ease-in-out 0s;
	transition: max-height 2.5s ease-in-out 0s;
	}
	
.discussbox {	/* Parent box of slide down content */
	border: 1px solid #006A8A;
	background-color: #FFFFFF;
	width: 95%;
	padding: 5px;
}

.discussbox2 {	/* Parent box of slide down content */
	border: 1px solid #006A8A;
	background-color: #FFFFFF;
	width: 95%;
	min-height: 194px;
	padding: 5px;
}

.discussbox3 {	/* Parent box of slide down content */
	border: 1px solid #006A8A;
	background-color: #FFFFFF;
	width: 95%;
	min-height: 395px;
	padding: 5px;
}

.dropdown:hover {
	max-height: 999px;
}

/* ----------- Editing COMMENT STYLES -------------- */

.editorcomment{
	background-color: #6c3;
	color: #fff;
	font-weight: normal;
}

.ldtcomment{
	background-color:#F0F;
	color:#fff;	
}

.correct{
	font-size:1px;	
}
