html
{
/*  background: url('../images/Mastering Music Background.jpg') no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*  background-color: #D8E1EF; */
}

.mastering-music-header
{
	float: left;
   margin-left:0px;
   width:100%;
   height:50px;
   background-color: #D8E1EF;
   position:fixed;
   left:0px;
   right:0px;
}

.lessontask-block
{
   width:100%;
   height:100%;
   background-color: #D8E1EF;
}

.mastering-music-logo-small
{
	float:left;
   margin:0px auto;
	padding:0px;
	border:0px none;
	width: 196px;
   height: 68px;
	background-image: url('../images/Mastering Music2.png');
	background-repeat:no-repeat;
   overflow: hidden;
   align:center;
}

.mastering-music-logo-line
{
	float:left;
   margin:3px auto;
	padding:0px;
	border:0px none;
	width: 240px;
   height: 44px;
	background-image: url('../images/mastering music logo2.png');
	background-repeat:no-repeat;
   overflow: hidden;
   align:center;
}

.lessontopics-items
{
	float: left;
   margin-top:20px;
   margin-left:20px;
   align:center;
}

.lessontopics-right
{
	float: right;
   margin-top:10px;
   width:180px;
}

.lessontopics-heading
{
	float: right;
   margin-right:20px;
   margin-top:5px;
	padding:0px;
	border:0px none;
   font-size:14px;
   font-weight:400;
	color:#000000;
	text-align:left;
}

.topic-heading
{
	float:left;
	margin-left:20px;
   margin-top:0px;
   width:335px;
	text-align:left;
   color:#0088CC;
   font-size:24px;
   font-weight:700;
}

.lesson-heading
{
	float:left;
	margin-left:0px;
   margin-top:5px;
   margin-bottom:5px;
   width:100%;
	text-align:center;
   color:#000000;
   font-size:14px;
   font-weight:700;
}


.next-task
{
	float: left;
   margin-left:22px;
   margin-top:2px;
	padding:0px;
	border:0px none;
	width: 18px;
   height: 18px;
	background-image: url('images/ff.gif');
	background-repeat:no-repeat;
   overflow: hidden;
   align:center;
}

.prev-task
{
	float: left;
   margin-left:20px;
   margin-top:2px;
	padding:0px;
	border:0px none;
	width: 18px;
   height: 18px;
	background-image: url('images/rewind.gif');
	background-repeat:no-repeat;
   overflow: hidden;
   align:center;
}

.tab_ul
{
	margin-top:0px;
	margin-left:5px;
	font-size:14px;
   font-weight:700;
   color: #000000;
	height:22px;
	list-style: none;
	left: auto;
   padding-left:0px;
   min-width:360px
}

.li_tab
{
	float: left;
	text-align:center;
	width:70px;
  	height:21px;
	background-color: #000000;
   background: -webkit-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -ms-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -moz-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -ie-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -o-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);

	border: solid 1px #888888;

	-webkit-border-top-left-radius:6px;
	-moz-border-top-left-radius:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-top-right-radius:6px;
	border-top-right-radius:6px;
}

.li_tab div
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
   font-size:13px;
   color:#000000;
   font-weight:400;
}

.highlight_tab
{
	position:relative;
  	height:22px;
	background: none #FFFFFF;
   opacity: 0.75;  
}

.highlight_tab div
{
	margin-left: 0px;
	margin-right: 0px;
   padding-left:2px;
   padding-right:2px;
  	height:19px;
   color:#0000FF;
   font-weight:400;
	border-bottom: solid 1px rgba(255,255,255,0.25);
}


.curriculum-heading
{
	float:left;
	margin-left:5px;
   margin-top:10px;
   margin-bottom:5px;
   width:240px;
	text-align:left;
   color:#0000FF;
   font-size:14px;
   font-weight:700;
}

.lesson-curriculum-checkbox
{
	float:left;
   margin-left:5px;
   margin-top:2px;
	width:12px;
   height:12px;
}

.lesson-curriculum-checkbox-text
{
	float:left;
   margin-left:5px;
   margin-top:1px;
	width:110px;
   font-size:12px;
   font-weight:400;
   color:#000000;
   text-align:left;
}

.lesson-curriculum-checkbox-text-short
{
	float:left;
   margin-left:5px;
   margin-top:1px;
	width:60px;
   font-size:12px;
   font-weight:400;
   color:#000000;
   text-align:left;
}

.lesson-curriculum-text
{
	float:left;
   margin-left:5px;
   margin-top:0px;
	width:98%;
   font-size:12px;
   font-weight:400;
   color:#000000;
   text-align:left;
}

.instruction-help
{
	position:relative;
   margin-left:0px;
   margin-top:10px;
	text-align:left;
   color:#000000;
   font-size:14px;
   font-weight:normal;
}

.video-help
{
   margin:40px auto 10px auto;
   width:320px;
}

.aural-lesson
{
	float:left;
   text-align:center;
   width:100%;
   font-weight:bold;
}

.aural-panel
{
   width:84px;
   display:inline-block;

}
.exercise-panel
{
	float:left;
   width:84px;
	height:30px;
	background-image: url('../images/exercisepanel.jpg');
	background-repeat:no-repeat;
}

.file-panel
{
	float:left;
   width:84px;
	height:30px;
   padding-top:4px;
   padding-left:9px;
	background-image: url('../images/filepanel.jpg');
	background-repeat:no-repeat;
}

.choice-panel
{
	float:left;
   width:84px;
	height:22px;
	background-image: url('../images/choicepanel.jpg');
	background-repeat:no-repeat;
}

.top-panel
{
	float:left;
   width:84px;
	height:5px;
	background-image: url('../images/toppanel.jpg');
	background-repeat:no-repeat;
}

.bottom-panel
{
	float:left;
   width:84px;
	height:5px;
	background-image: url('../images/bottompanel.jpg');
	background-repeat:no-repeat;
}

.result-panel
{
	float:left;
   width:84px;
	height:30px;
	background-image: url('../images/resultpanel.jpg');
	background-repeat:no-repeat;
}

.print-results
{
   width:162px;
	height:75px;
	background-image: url('../images/Print Results Up.png');
	background-repeat:no-repeat;
   cursor:pointer;
   display:none;
}

.print-results:hover
{
	background-image: url('../images/Print Results Down.png');
}

.aural-header-text
{
	line-height:30px;
}
.aural-choice-text
{
	line-height:22px;
   float:left;
   font-weight:normal;
}
.aural-radio
{
	line-height:22px;
   float:left;
	margin-top: 4px;
   margin-left: 8px;
   margin-right: 8px;
}

.audio-button
{
	padding-top:4px;
}

.tick
{
	float: left;
   margin-left:30px;
   margin-top:3px;
	width: 24px;
   height: 24px;
	background-image: url('../images/tick.gif');
	background-repeat:no-repeat;
}

.cross
{
	float: left;
   margin-left:30px;
   margin-top:3px;
	width: 24px;
   height: 24px;
	background-image: url('../images/cross.gif');
	background-repeat:no-repeat;
}

.mm2
{
	float: right;
	width: 196px;
   height: 68px;
/*	background-image: url('../images/Mastering Music2.png');
	background-repeat:no-repeat; */
}


.aural-results
{
   text-align:left;
   width:700px;
/*   width:950px; */
   font-weight:bold;
   font-size:16px;
/*   font-size:24px; */
	display:none;
   margin-left:auto;
   margin-right:auto;
}

.aural-results-report-created
{
   font-weight:normal;
   margin-top:10px;
}

.aural-results-student
{
   margin-top:10px;
}

.aural-results-print-row
{
	float:left;
	margin-top:10px;
   text-align:left;
   width:100%;
   font-weight:bold;
   text-align:center;
}

.aural-results-print
{
	float:left;
	width:100px;
   height:20px;
   line-height:20px;
   text-align:center;
}

.aural-results-exit
{
	float:right;
	width:100px;
   height:20px;
   line-height:20px;
   text-align:center;
}

.aural-results-score
{
	display:inline-block;
}

.aural-results-score-value
{
}


.aural-results-table-title
{
	float:left;
	margin-top:10px;
   width:100%;
   border: solid 1px #888888;
   font-weight:bold;
	background-color: #000000;
   background: -webkit-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -ms-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -moz-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -ie-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: -o-linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
   background: linear-gradient(top, rgba(241,251,251,1) 0%,  rgba(165,217,222,1) 60%,rgba(163,212,217,1) 100%);
}

.aural-results-table-row
{
	float:left;
   width:100%;
   border-left: solid 1px #888888;
   border-bottom: solid 1px #888888;
   border-right: solid 1px #888888;
   font-weight:normal;
}

.aural-results-exercise
{
	float:left;
   width:100px;
   padding-left:10px;
   border-right: solid 1px #888888;
}

.aural-results-answer
{
	float:left;
   width:100px;
   padding-left:10px;
   border-right: solid 1px #888888;
}
.aural-results-result
{
	float:left;
   width:100px;
   padding-left:10px;
   border-right: solid 1px #888888;
}
.aural-results-comment
{
	float:left;
   width:350px;
   padding-left:10px;
}

