﻿@charset "utf-8";
/* body
	width: 720px;
	text-align: center;
	font-family: "Lato", sans-serif;
	
} */
#Au1 {
	
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.MainWarning {
	width: 300px;
	height: 400px; 
	text-align:center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px; 
	margin-left: -155px;
	border:2px solid #0068FF;
	color:white;
	box-shadow: 6px 6px 5px grey;
	background: rgb(7,79,237); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(7,79,237,1) 0%, rgba(13,132,229,1) 17%, rgba(2,102,224,1) 40%, rgba(2,102,224,1) 63%, rgba(15,130,224,1) 80%, rgba(2,63,247,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074fed', endColorstr='#023ff7',GradientType=1 );
}	
.InfoBar {
	width:100%;
	height:40px;
	text-align:center;
	margin-bottom:5px;
	color:#FFF;
	background-color:black;
	-webkit-transition: width 0.75s; /* Safari
		transition: width 1s;
		transition-timing-function: linear;
		transition-timing-function: ease;
		transition-timing-function: ease-in;
		transition-timing-function: ease-out;
		transition-timing-function: ease-in-out;
	-webkit-transition: width 1s; /* Safari */
    transition: width 0.75s;
	transition-timing-function: ease-in-out;
}
.InfoBar a:link{color:#FFF;}
.InfoBar a:visited{color:#FFF;}

.Height0{
	-webkit-transition: height 0.75s; /* Safari
		transition: width 1s;
		transition-timing-function: linear;
		transition-timing-function: ease;
		transition-timing-function: ease-in;
		transition-timing-function: ease-out;
		transition-timing-function: ease-in-out;
	-webkit-transition: width 1s; /* Safari */
    transition: height 0.75s;
	transition-timing-function: ease-in-out;
}

.Width0{
	-webkit-transition: width 0.75s; /* Safari
		transition: width 1s;
		transition-timing-function: linear;
		transition-timing-function: ease;
		transition-timing-function: ease-in;
		transition-timing-function: ease-out;
		transition-timing-function: ease-in-out;
	-webkit-transition: width 1s; /* Safari */
    transition: width 0.75s;
	transition-timing-function: ease-in-out;
}
.FullScreen{
	position:static;
	
}
.FullScreenFixed{
	position:fixed;
	bottom:0;
	right:0;
	
}

.LessonsMenu {
	width:100%;
	position:sticky;
	bottom:0;
	text-align:right;
	/* margin:auto; */
    /* width: 100%; */
	color:#FFF;
	background-image: url('dt/images/LessonsMenu1.png');
/* 	background-color:#363636;
	background-image: -ms-linear-gradient(bottom, #3B82ED 0%, #80D8F2 100%);
	background-image: -moz-linear-gradient(bottom, #3B82ED 0%, #80D8F2 100%);
	background-image: -o-linear-gradient(bottom, #3B82ED 0%, #80D8F2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3B82ED), color-stop(1, #80D8F2));
	background-image: -webkit-linear-gradient(bottom, #3B82ED 0%, #80D8F2 100%);
	background-image: linear-gradient(to top, #3B82ED 0%, #80D8F2 100%);
	
	background-image: -ms-linear-gradient(top, #2BFF1C 0%, #17870F 100%); */

}
.LessonsMenu a:link{color:#FFF;}
.LessonsMenu a:visited{color:#FFF;}

.CMainContent {
	overflow:hidden;
	text-align:center;
}	

#slideshow {
	position:relative;
	top:10px;
	/* height: 456px; */
	width: 100%;
	margin-top:20px; 
	margin-left:auto; 
	margin-right:auto;
	padding-left: 5px;
	text-align:center;
}

.NavBottom {
    transition: width 1s, height 1s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: 'Times New Roman,verenda';
    font-weight: bold;
    margin-right: 20px;
	margin-top:20px;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 1px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: white;
    background-color: #C0C0C0;
}

.NavBottom:hover {
	
	background-color: #0099FF;
}

#DivSlideShow{
    width: 100%;
    height:auto;
    position:relative;
	
}
#DivSlideShow img{
	/*  position:absolute;
	left:0; */
	padding-top: 10px;
	
    width: 100%;
    opacity:1;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}


.MenuButton {
	width:100%;
	min-height:25px;
	background-image: -ms-linear-gradient(top, #0C88E8 0%, #0A468A 50%, #0A4499 75%, #1562BA 87.5%, #0F87CC 100%);
	background-image: -moz-linear-gradient(top, #0C88E8 0%, #0A468A 50%, #0A4499 75%, #1562BA 87.5%, #0F87CC 100%);
	background-image: -o-linear-gradient(top, #0C88E8 0%, #0A468A 50%, #0A4499 75%, #1562BA 87.5%, #0F87CC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0C88E8), color-stop(0.5, #0A468A), color-stop(0.75, #0A4499), color-stop(0.875, #1562BA), color-stop(1, #0F87CC));
	background-image: -webkit-linear-gradient(top, #0C88E8 0%, #0A468A 50%, #0A4499 75%, #1562BA 87.5%, #0F87CC 100%);
	background-image: linear-gradient(to bottom, #0C88E8 0%, #0A468A 50%, #0A4499 75%, #1562BA 87.5%, #0F87CC 100%);
	/*background-image: -ms-linear-gradient(bottom, #363636 0%, #161919 50%, #2C2E2D 75%, #252925 87.5%, #403F3D 100%); 
		background-image: -moz-linear-gradient(bottom, #363636 0%, #161919 50%, #2C2E2D 75%, #252925 87.5%, #403F3D 100%);
		background-image: -o-linear-gradient(bottom, #363636 0%, #161919 50%, #2C2E2D 75%, #252925 87.5%, #403F3D 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #363636), color-stop(0.5, #161919), color-stop(0.75, #2C2E2D), color-stop(0.875, #252925), color-stop(1, #403F3D));
		background-image: -webkit-linear-gradient(bottom, #363636 0%, #161919 50%, #2C2E2D 75%, #252925 87.5%, #403F3D 100%);
		background-image: linear-gradient(to top, #363636 0%, #161919 50%, #2C2E2D 75%, #252925 87.5%, #403F3D 100%);
		/* background-image: -ms-linear-gradient(top left, #0E780E 0%, #36DB1D 50%, #0E9617 100%);
		background-image: -moz-linear-gradient(top left, #0E780E 0%, #36DB1D 50%, #0E9617 100%);
		background-image: -ms-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%); 
		background-image: -moz-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%); 
		background-image: -o-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0ADEFF), color-stop(0.5, #0493DB), color-stop(0.75, #158BE6), color-stop(1, #0ADEFF));
		background-image: -webkit-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%);
	background-image: linear-gradient(to top, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%); */
	color: #C9C7C9;
	overflow:hidden;
	opacity: 0.9;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #FFFFFF;
	text-align:left;
	white-space: normal;
	
}


.MenuButton:hover {
	background-image: -ms-radial-gradient(center, circle closest-side, #17C9FF 0%, #14F72A 50%, #2181FF 100%); 
	background-image: -moz-radial-gradient(center, circle closest-side, #17C9FF 0%, #14F72A 50%, #2181FF 100%);
	background-image: -o-radial-gradient(center, circle closest-side, #17C9FF 0%, #14F72A 50%, #2181FF 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #17C9FF), color-stop(0.5, #14F72A), color-stop(1, #2181FF));
	background-image: -webkit-radial-gradient(center, circle closest-side, #17C9FF 0%, #14F72A 50%, #2181FF 100%);
	background-image: radial-gradient(circle closest-side at center, #17C9FF 0%, #14F72A 50%, #2181FF 100%);
}

.MenuButton :active {
	background-image: -ms-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: -moz-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: -o-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #08C5FF), color-stop(0.5, #0D59DB), color-stop(1, #08C5FF));
	background-image: -webkit-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: linear-gradient(to bottom right, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	vertical-align: middle;
}
.MenuButtonSelected {
	width:100%;
	min-height:30px;
	background-image: -moz-linear-gradient(top left, #0E780E 0%, #36DB1D 50%, #0E9617 100%);
	background-image: -ms-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%); 
	background-image: -moz-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%); 
	background-image: -o-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0ADEFF), color-stop(0.5, #0493DB), color-stop(0.75, #158BE6), color-stop(1, #0ADEFF));
	background-image: -webkit-linear-gradient(bottom, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%);
	background-image: linear-gradient(to top, #0ADEFF 0%, #0493DB 50%, #158BE6 75%, #0ADEFF 100%);
	/* background-image: -ms-radial-gradient(center, ellipse closest-side, #0B3096 0%, #0955ED 50%, #81D8DB 75%, #11EDF5 87.5%, #13B7F2 100%);
		background-image: -moz-radial-gradient(center, ellipse closest-side, #0B3096 0%, #0955ED 50%, #81D8DB 75%, #11EDF5 87.5%, #13B7F2 100%);
		background-image: -o-radial-gradient(center, ellipse closest-side, #0B3096 0%, #0955ED 50%, #81D8DB 75%, #11EDF5 87.5%, #13B7F2 100%);
		background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #0B3096), color-stop(0.5, #0955ED), color-stop(0.75, #81D8DB), color-stop(0.875, #11EDF5), color-stop(1, #13B7F2));
		background-image: -webkit-radial-gradient(center, ellipse closest-side, #0B3096 0%, #0955ED 50%, #81D8DB 75%, #11EDF5 87.5%, #13B7F2 100%);
	background-image: radial-gradient(ellipse closest-side at center, #0B3096 0%, #0955ED 50%, #81D8DB 75%, #11EDF5 87.5%, #13B7F2 100%); */
	color: white;
	font-weight: bolder;
	cursor: not-allowed;
	border: 2px solid #44E3ED;
	text-align:left;
	white-space: normal;
}  

.VideoFile {
	width:100%;
	min-height:20px;
	background-color:#4C4A4A;
	color: white;
	overflow:hidden;
	opacity: 0.9;
	font-weight: bold;
	border: 1px solid white;
	text-decoration: none;
	vertical-align: middle;
	text-align:left;
	white-space: normal;	
}

.VideoFileSelected {
	width:100%;
	min-height:20px;
	
	background: #000000; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #000000 7%, #2c2c2c 14%, #070404 19%, #070404 19%, #000000 25%, #000000 28%, #000000 30%, #282828 36%, #000000 54%, #2c2c2c 65%, #2c2c2c 65%, #111111 74%, #161412 82%, #070404 86%, #070404 86%, #131313 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #000000 7%,#2c2c2c 14%,#070404 19%,#070404 19%,#000000 25%,#000000 28%,#000000 30%,#282828 36%,#000000 54%,#2c2c2c 65%,#2c2c2c 65%,#111111 74%,#161412 82%,#070404 86%,#070404 86%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #000000 7%,#2c2c2c 14%,#070404 19%,#070404 19%,#000000 25%,#000000 28%,#000000 30%,#282828 36%,#000000 54%,#2c2c2c 65%,#2c2c2c 65%,#111111 74%,#161412 82%,#070404 86%,#070404 86%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313',GradientType=1 );
	color: #00C500;
	overflow:hidden;
	opacity: 0.9;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #4C4A4A;
	text-align:left;
	white-space: normal;	
}

.VideoCat{
	width:100%;
	min-height:20px;
	background: #000000; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #000000 7%, #2c2c2c 14%, #070404 19%, #070404 19%, #000000 25%, #000000 28%, #000000 30%, #282828 36%, #000000 54%, #2c2c2c 65%, #2c2c2c 65%, #111111 74%, #161412 82%, #070404 86%, #070404 86%, #131313 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #000000 7%,#2c2c2c 14%,#070404 19%,#070404 19%,#000000 25%,#000000 28%,#000000 30%,#282828 36%,#000000 54%,#2c2c2c 65%,#2c2c2c 65%,#111111 74%,#161412 82%,#070404 86%,#070404 86%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #000000 7%,#2c2c2c 14%,#070404 19%,#070404 19%,#000000 25%,#000000 28%,#000000 30%,#282828 36%,#000000 54%,#2c2c2c 65%,#2c2c2c 65%,#111111 74%,#161412 82%,#070404 86%,#070404 86%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313',GradientType=1 );
	color: white;
	overflow:hidden;
	opacity: 0.9;
	font-weight: bolder;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #FFFFFF;
	text-align:left;
	white-space: normal;	
}

.VideoCatSelected {
	width:100%;
	min-height:20px;
	background: #000000; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #000000 7%, #2c2c2c 14%, #070404 19%, #070404 19%, #000000 25%, #000000 28%, #000000 30%, #282828 36%, #000000 54%, #2c2c2c 65%, #2c2c2c 65%, #111111 74%, #161412 82%, #070404 86%, #070404 86%, #131313 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #000000 7%,#2c2c2c 14%,#070404 19%,#070404 19%,#000000 25%,#000000 28%,#000000 30%,#282828 36%,#000000 54%,#2c2c2c 65%,#2c2c2c 65%,#111111 74%,#161412 82%,#070404 86%,#070404 86%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #000000 7%,#2c2c2c 14%,#070404 19%,#070404 19%,#000000 25%,#000000 28%,#000000 30%,#282828 36%,#000000 54%,#2c2c2c 65%,#2c2c2c 65%,#111111 74%,#161412 82%,#070404 86%,#070404 86%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313',GradientType=1 );
	color: #00C500;
	overflow:hidden;
	opacity: 0.9;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #FFFFFF;
	text-align:left;
	white-space: normal;	
}
#DivLessonsTab{
	margin-bottom:20px;
}	

ul#Lessons {
	/*	margin-top:10px;
	margin-bottom:10px;*/
    width: 100%;
    /*height: 25px;*/
    list-style: none;
	padding-left:0px;
	padding-right:0px;
	
}

ul#Lessons li {
	width: 97%;
	list-style-type:none;
	margin-top:0px;
	text-align:center;
}

ul#Lessons li a {
	background-image: -ms-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -moz-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -o-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1AED1A), color-stop(1, #0D8219));
	background-image: -webkit-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: linear-gradient(to bottom, #1AED1A 0%, #0D8219 100%);
	display: block;
	/*max-width:200px;
	min-width:100px;*/
	max-width:120px;
	min-width:80px;
	height:auto;
	min-height:30px;
	margin-bottom:2px;
	text-align:center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom-right-radius:5px;
	border-top-right-radius: 5px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:medium;
}    
ul#Lessons li.unselected a {
	margin-right: 1px;
	text-decoration: none;
	font-weight: bold;
	/*vertical-align: middle;*/
}

ul#Lessons li a:hover {
	background-image: -ms-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: -moz-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: -o-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #12A612), color-stop(1, #14C726));
	background-image: -webkit-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: linear-gradient(to bottom, #12A612 0%, #14C726 100%);
}

ul#Lessons li.selected a {
	background-image: -ms-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: -moz-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: -o-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0BB80B), color-stop(0.5, #71F575), color-stop(1, #0BB80B));
	background-image: -webkit-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: linear-gradient(to top, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	font-weight:bolder;
	font-weight: bold;
	margin-left:5%;
}
ul#StudentLessons {
	width: 100%;
	/*height: 25px;*/
	list-style: none;
	padding-left:0px;
	padding-right:0px;
	
}

ul#StudentLessons li {
	width: 97%;
	list-style-type:none;
	margin-top:0px;
	text-align:center;
}

ul#StudentLessons li a {
	background: rgb(239,119,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,119,229,1) 0%, rgba(239,14,194,1) 51%, rgba(239,14,194,1) 51%, rgba(242,123,218,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,119,229,1)), color-stop(51%,rgba(239,14,194,1)), color-stop(51%,rgba(239,14,194,1)), color-stop(99%,rgba(242,123,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,119,229,1) 0%,rgba(239,14,194,1) 51%,rgba(239,14,194,1) 51%,rgba(242,123,218,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,119,229,1) 0%,rgba(239,14,194,1) 51%,rgba(239,14,194,1) 51%,rgba(242,123,218,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,119,229,1) 0%,rgba(239,14,194,1) 51%,rgba(239,14,194,1) 51%,rgba(242,123,218,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,119,229,1) 0%,rgba(239,14,194,1) 51%,rgba(239,14,194,1) 51%,rgba(242,123,218,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef77e5', endColorstr='#f27bda',GradientType=0 ); /* IE6-9 */
	display: block;
	/*max-width:200px;
	min-width:100px;*/
	max-width:180px;
	min-width:80px;
	height:auto;
	min-height:30px;
	margin-bottom:2px;
	text-align:center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom-right-radius:5px;
	border-top-right-radius: 5px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:medium;
}    
ul#StudentLessons li.unselected a {
	margin-right: 1px;
	text-decoration: none;
	font-weight: bold;
	/*vertical-align: middle;*/
}

ul#StudentLessons li a:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}
ul#StudentLessons li.selected a {
	background: rgb(78,214,229); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(78,214,229,1) 4%, rgba(51,170,244,1) 12%, rgba(70,166,244,1) 32%, rgba(70,166,244,1) 41%, rgba(14,212,234,1) 47%, rgba(242,123,218,1) 54%, rgba(239,14,194,1) 62%, rgba(239,14,194,1) 62%, rgba(239,119,229,1) 69%, rgba(239,14,194,1) 77%, rgba(239,119,229,1) 85%, rgba(239,14,194,1) 87%, rgba(239,14,194,1) 92%, rgba(239,119,229,1) 99%, rgba(239,119,229,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(4%,rgba(78,214,229,1)), color-stop(12%,rgba(51,170,244,1)), color-stop(32%,rgba(70,166,244,1)), color-stop(41%,rgba(70,166,244,1)), color-stop(47%,rgba(14,212,234,1)), color-stop(54%,rgba(242,123,218,1)), color-stop(62%,rgba(239,14,194,1)), color-stop(62%,rgba(239,14,194,1)), color-stop(69%,rgba(239,119,229,1)), color-stop(77%,rgba(239,14,194,1)), color-stop(85%,rgba(239,119,229,1)), color-stop(87%,rgba(239,14,194,1)), color-stop(92%,rgba(239,14,194,1)), color-stop(99%,rgba(239,119,229,1)), color-stop(99%,rgba(239,119,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* IE10+ */
	background: linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ed6e5', endColorstr='#ef77e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-weight:bolder;
	font-weight: bold;
	margin-left:5%;
}

table.CefrTable {
	/* margin-left:5px; */
	table-layout:fixed;
	width:100%;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #C0C0C0;
	border-collapse: collapse;
	
}
table.CefrTable th {
	color:white;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0; */
	background-image: -ms-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -moz-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -o-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BE8E4), color-stop(1, #007CB5));
	background-image: -webkit-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: linear-gradient(to bottom, #6BE8E4 0%, #007CB5 100%);
}
table.CefrTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #ffffff;
}


table.StudentProgressTable {
	margin-left:5px;
	width:100%;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #C0C0C0;
	border-collapse: collapse;
	
}
table.StudentProgressTable th {
	color:white;
	font-size:large;
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #C0C0C0;
	background: rgb(78,214,229); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(78,214,229,1) 4%, rgba(51,170,244,1) 12%, rgba(70,166,244,1) 32%, rgba(70,166,244,1) 41%, rgba(14,212,234,1) 47%, rgba(242,123,218,1) 54%, rgba(239,14,194,1) 62%, rgba(239,14,194,1) 62%, rgba(239,119,229,1) 69%, rgba(239,14,194,1) 77%, rgba(239,119,229,1) 85%, rgba(239,14,194,1) 87%, rgba(239,14,194,1) 92%, rgba(239,119,229,1) 99%, rgba(239,119,229,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(4%,rgba(78,214,229,1)), color-stop(12%,rgba(51,170,244,1)), color-stop(32%,rgba(70,166,244,1)), color-stop(41%,rgba(70,166,244,1)), color-stop(47%,rgba(14,212,234,1)), color-stop(54%,rgba(242,123,218,1)), color-stop(62%,rgba(239,14,194,1)), color-stop(62%,rgba(239,14,194,1)), color-stop(69%,rgba(239,119,229,1)), color-stop(77%,rgba(239,14,194,1)), color-stop(85%,rgba(239,119,229,1)), color-stop(87%,rgba(239,14,194,1)), color-stop(92%,rgba(239,14,194,1)), color-stop(99%,rgba(239,119,229,1)), color-stop(99%,rgba(239,119,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* IE10+ */
	background: linear-gradient(45deg, rgba(78,214,229,1) 4%,rgba(51,170,244,1) 12%,rgba(70,166,244,1) 32%,rgba(70,166,244,1) 41%,rgba(14,212,234,1) 47%,rgba(242,123,218,1) 54%,rgba(239,14,194,1) 62%,rgba(239,14,194,1) 62%,rgba(239,119,229,1) 69%,rgba(239,14,194,1) 77%,rgba(239,119,229,1) 85%,rgba(239,14,194,1) 87%,rgba(239,14,194,1) 92%,rgba(239,119,229,1) 99%,rgba(239,119,229,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ed6e5', endColorstr='#ef77e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
table.StudentProgressTable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #ffffff;
}


}
.WordsLabel {
	padding-left:7px;
	padding-right:7px;
	font-weight: bold;
	font-size:x-large;
	background-image: -ms-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -moz-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -o-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BE8E4), color-stop(1, #007CB5));
	background-image: -webkit-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: linear-gradient(to bottom, #6BE8E4 0%, #007CB5 100%);
	color: white;
	border-style:solid;
	border-radius: 10px;
	vertical-align: middle;
	text-align:center;
}
.LessonNavButton {
	max-width:35px;
	height:auto;
	padding-bottom:10px;
	padding-right:3px;
}
.LessonNavButton:hover{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#WordLabels {
	text-align:center;
}
.WordsLabel {
	height:auto;
	padding-left:7px;
	padding-right:7px;
	font-weight: bold;
	font-size:large;
	background-image: -ms-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -moz-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -o-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BE8E4), color-stop(1, #007CB5));
	background-image: -webkit-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: linear-gradient(to bottom, #6BE8E4 0%, #007CB5 100%);
	color: white;
	border-style:solid;
	border-radius: 10px;
	vertical-align: middle;
	text-align:center;
}
.WTranslationsLabel {
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
	font-size: large;
	background-image: -ms-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: -moz-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: -o-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(1, #58615D));
	background-image: -webkit-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: linear-gradient(to bottom, #ABABAB 0%, #58615D 100%);
	color: white;
	border-style: solid;
	border-radius: 70px;
	vertical-align: middle;
}

.SentenceEn {
	position:relative;
	width:100%;
	height:auto;
	font-weight:bold;
	font-size: large;
	background-image: -ms-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -moz-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -o-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BE8E4), color-stop(1, #007CB5));
	background-image: -webkit-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: linear-gradient(to bottom, #6BE8E4 0%, #007CB5 100%);
	color: white;
	border-style:solid;
	border-radius: 10px;
	vertical-align: middle;
}
.SentenceTr {
	position:relative;
	width:100%;
	height:auto;
	font-weight:bold;
	font-size: large;
	background-image: -ms-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: -moz-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: -o-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(1, #58615D));
	background-image: -webkit-linear-gradient(top, #ABABAB 0%, #58615D 100%);
	background-image: linear-gradient(to bottom, #ABABAB 0%, #58615D 100%);
	color: white;
	border-style: solid;
	border-radius: 10px;
	vertical-align: middle;
}
.Answer1 {
	height:auto;
	font-weight: bold;
	font-size:x-large;
	background-image: -ms-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -moz-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -o-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BE8E4), color-stop(1, #007CB5));
	background-image: -webkit-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: linear-gradient(to bottom, #6BE8E4 0%, #007CB5 100%);
	color: white;
	border-style:solid;
	border-radius: 10px;
	vertical-align: middle;
	width:95%;
}
.Answer2 {
	height:auto;
	font-weight: bold;
	font-size: x-large;
	background-image: -ms-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -moz-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -o-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1AED1A), color-stop(1, #0D8219));
	background-image: -webkit-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: linear-gradient(to bottom, #1AED1A 0%, #0D8219 100%);
	color: white;
	border-style: solid;
	border-radius: 10px;
	vertical-align: middle;
	width: 95%;
}
.Answer3 {
	height:auto;
	font-weight: bold;
	font-size: x-large;
	background-image: -ms-linear-gradient(bottom, #9E169E 0%, #FA6BF5 100%);
	background-image: -moz-linear-gradient(bottom, #9E169E 0%, #FA6BF5 100%);
	background-image: -o-linear-gradient(bottom, #9E169E 0%, #FA6BF5 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9E169E), color-stop(1, #FA6BF5));
	background-image: -webkit-linear-gradient(bottom, #9E169E 0%, #FA6BF5 100%);
	background-image: linear-gradient(to top, #9E169E 0%, #FA6BF5 100%);
	color: white;
	border-style: solid;
	border-radius: 10px;
	vertical-align: middle;
	width: 95%;
}
.WordQuizImage {
	width:95%;
	margin-top:2px; 
	padding:2px; 
	border-color:#999;
	border-style:solid;
	border-width:thin;
	border-radius: 10px;
}
.WordQuizButton {
	width: 100%; margin-top: 2px; padding: 2px;
	height:auto;
	font-weight: bold;
	font-size:large;
	background-image: -ms-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -moz-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -o-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BE8E4), color-stop(1, #007CB5));
	background-image: -webkit-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: linear-gradient(to bottom, #6BE8E4 0%, #007CB5 100%);
	color: white;
	border-style:solid;
	border-radius: 10px;
	vertical-align: top;
	padding-left:11px; 
	padding-right:11px;
}

.Selectors{
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-bottom: 5px;
	
}
.Selectors select{
	width:80%;
	padding:0;
	margin:2px;
	/* direction: rtl; */
	align-items: center;
	text-align:left;
	border: 1px solid #838181;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.Order {
	height:auto;
	width: auto;
	font-weight: bold;
	font-size: large;
	color: white;
	background-color:#06F;
	border-style: solid;
	border-radius: 10px;
	vertical-align: middle;
	box-shadow: 5px 5px 5px #888888;
}

.Order1 {
	height:auto;
	width: auto;
	display:inline-block;
	font-weight: bold;
	font-size: large;
	color: white;
	background-color:#F30;
	border-style: solid;
	border-radius: 10px;
	vertical-align: middle;
	border-radius: 45%;
	box-shadow: 5px 5px 5px #888888;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	
	}
	
	@media all {
	.page-break	{ display: none; }
	}
	
@media print {
	.page-break	{ display:block; page-break-after:always;}
	}
	.sidenav {
	height: 100%;
	width: 0;
	max-width: 300px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	}
	
	.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	display: block;
	transition: 0.3s
	}
	
	.sidenav a:hover, .offcanvas a:focus{
	color: #f1f1f1;
	}
	
	.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	}
	
	@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
	}
	
	.LessonsNav {
	height: 100%;
	width: 0;
	max-width: 300px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	}
	
	.LessonsNav  a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	transition: 0.3s
	}
	
	.LessonsNav  a:hover, .offcanvas a:focus{
	color: #f1f1f1;
	}
	
	.LessonsNav  .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	}
	
	@media screen and (max-height: 450px) {
	.LessonsNav  {padding-top: 15px;}
	.LessonsNav  a {font-size: 18px;}
	}
	
	/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
	color: #005289;
	font-weight: bold;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}