/* Stylesheet for Language and Learning Services layout */
/* This stylesheet is loaded after the default Monash CSS and modifies/adds various styles */
/* Included below are some hacks for Mac IE which utilitise the html>body hack */

/* Hide stuff for print stylesheet */
#accessibility { display:none; }
#global-header { display:none; }
#search { display:none; }
div.header { display:none; }
td.side-nav, img.index-image { display:none; }
#bodytable { border:none; }
#bodytable td,tr { border:none; }
#index-image {display:none; }

/*
@page {
  @top-left {
    content: "Language and Learning Online";
	padding-bottom:6px;
  }
  @bottom-right {
    content: "Page " counter(pages);
  }

*/

 /* Page Definitions 
 @page {
	mso-footnote-separator:url("../footer.php") fs;
	mso-footnote-continuation-separator:url("../footer.php") fcs;
	mso-endnote-separator:url("../footer.php") es;
	mso-endnote-continuation-separator:url("../footer.php") ecs;
}
@page Section1 {
	size:595.3pt 841.9pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-footer:url("../footer.php") f1;
	mso-paper-source:0;
}

div.Section1
	{page:Section1;}
	
/* end page definitions */


a:link, a:visited {
	color:#000099;
}

body {
	background:#fff;
	margin:0px;
	padding:5px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif; 
	line-height:16px;
	font-size:10pt;
}

hr {
	height:1px;
	border:none;
	background-color:#E5E5E5;
	clear:both;
}

p, li, label, td, blockquote, q, th, ol, ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt;
	page-break-inside:avoid;
}

blockquote, q {
	font-style: italic;
}

h1, h2, h3, h4 {
	color: #000099;
	background:transparent;
	font-family: Arial, Helvetica, sans-serif;
	page-break-after:avoid;
}

h1 {
	font-size:1.4em;	
	text-transform:capitalize;
}

h2 {
	display:block;
	border-bottom:1px solid #000099;
	padding:0;
	margin:5px 0px;
	font-size:1.2em;
}

h3 {
	font-size:1.1em;	
}

.makecap {
	text-transform:uppercase;
}

#footer {
	font-size: 8pt;
	border: none;
	padding:0px;
	margin:10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif; 
}

#footer-vista {
	display:block;
	border-top:1px solid #E5E5E5;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 12px;
	margin:6px;
	background:#fff;
	color:#999;
}

#content-window {
	padding:20px;
	margin:10px;
	background: #fff;
}

#content-window:after { /* following style fixes the 'image floating outside the content-window div' bug */
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content-window {height: 1%;}
/* End hide from IE-mac */

#content-window-vista {
	padding: 15px;
	margin:8px;
	background:#fff;
}

#bodytable {
	background:#ffffff;
	clear:both;
}

/* ****** BEGIN CONTENT STYLES ****** */
.task { /* Used for all instruction blocks of text */
	color:#5D5D5E;
	font-weight:bold;
	font-size:1.0em;
	padding:12px 0px 12px 50px;
	background-image: url(../images/task.gif);
	background-repeat: no-repeat;
	background-position: center left;
	page-break-inside:avoid;
	margin:0px;
}

.taskfeedback { /* Used for all instruction blocks of text */
	color:#5D5D5E;
	font-weight:bold;
	font-size:1.0em;
	padding:12px 0px 12px 50px;
	/** background-image: url(../images/taskfeedback.gif);
	background-repeat: no-repeat;
	background-position: center left; **/
	margin:0px;
	page-break-inside:avoid;
}

.studytip { /* Used for all instruction blocks of text */
	color:#5D5D5E;
	font-weight:bold;
	font-size:1.0em;
	padding:12px 0px 12px 50px;
	background-image: url(../images/bulb.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin:0px;
	page-break-inside:avoid;
}
.comment-studytip { /* Used for all instruction blocks of text within a comment */
	color:#1265D3;
	font-weight:bold;
	font-size:1.0em;
	padding:12px 0px 12px 50px;
	background-image: url(../images/bulb-blue.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin:0px;
	page-break-inside:avoid;
}


.instruction { /* these need to go once site is checked */
	background-color:#fc3;
}

.question { /* these need to go once site is checked */
	background-color:#fc3;
}

.topic {
	background-color:#fefeee;
	color:#5D5D5E;
	padding: 10px 20px;
	margin:10px 20px 20px 20px;
	border: dotted 1px #5D5D5E;
	font-weight:normal;
	line-height:16px;
	font-style:italic;
	/* causes border to be clear of floated image in Gecko */
	display:table;
	page-break-inside:avoid;
}

.resource {
	background-color:#FFFFDC;
	padding: 10px;
	margin:10px 10px 20px 10px;
	border: solid 1px #EEEFA5;
	width:90%;
	font-style:normal;
	text-align:left;
	page-break-inside:avoid;
}

.resourcetable {
	background-color:#FFFFDC;
	padding: 10px;
	margin:10px 10px 20px 10px;
	border: solid 1px #EEEFA5;
	font-style:normal;
	page-break-inside:avoid;
}

.notepaper { 
	border-right: solid 1px #F3F3D6;
	margin:10px;
	background-image: url(../images/notepaper.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.footnote {
	font-size:.8em;
}

.highlightyellow {
	background:#FCFF64;
}
.highlight {
	background: #FCFF64;
}
.highlightactive {
	background: #B1D9F4;
}
ol.olfeedback p {
	margin:0px;
}
ol.olfeedback li {
	padding:0px 0px 20px 0px;
}

/* coloured text */
.redtext {color: #f00;}
.greentext {color:#3c0;}
.orangetext {color:#DD881B;}
.bluetext {color:#002F94;}
.greentext {color:#129C00;}



.noteline1 { /* used for note taking pages */
	border-left: 2px solid #333;
	height:60px;
}

.noteline2 {
	border-left: 2px solid #333;
	height:50px;
}

.noteline3 {
	border-left: 2px solid #333;
	height:40px;
}
.notelinedouble {
	border-left: 2px solid #333;
	height:40px;
	background:#999;
}

.notespace1 {
	height:120px;
}

.notespace2 {
	height:50px;
}

.notespace3 {
	height:40px;
}

table.data { 
	  border-collapse: collapse;
      border: 1px solid #ddd;
      margin-left:10px;
	  page-break-inside:avoid;
}
  
table.data td {
	border: 1px solid #ddd;
	padding: 5px;
	background-color:#fff;
}

table.data th {
	background-color:#eee;
	border: 1px solid #ddd;
	padding: 10px;
	color: #333;
	vertical-align:top;
}
table.data caption { 
	  color:#555;
	  font-weight: normal;
	  font-size:0.9em;
}

.audioDiv {
	float:right;
	height:50px;
	width:100px;
	border: solid 1px #ddd;
}

#home-footer, #footer, #section-nav-footer {
	font-family: Arial, Helvetica, sans-serif; 
}

.inputform {
	margin-right:10px;
}
.whitetext {
	color:#FFFFFF;
	font-weight:bold;
}
.car { /* Used for all instruction blocks of text */
	
	padding:12px 0px 12px 50px;
	background-image: url(../images/writing/engineering/car-illustration.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
	width: 450px;
	height: 175px;
}