﻿@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap');

msgTH.alternativediv1 {
    color:#666666; 
    float:left; 
    width:100%; 
    padding-top:50px; 
    text-align:center;
}

.alternativediv2 {
    color:#666666; 
    float:left; 
    width:100%; 
    padding-top:50px; 
    text-align:center;

    display:none; 
    visibility:hidden;
}

.autoflow {
    overflow: auto;
}

.right {
    float: right;
}

#loginimage {
    float:right;
    margin-top:5px;
}

*{
    margin:0;
    padding:0;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}

a#lnkForgetPassword {
    font-size:12px;
    text-decoration:underline; 
    vertical-align:middle;
    margin-left: 20px;
}

#hometitle {
    float: left;
    width: 100%; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    color: #3399FF;
}

table#homeimage td {
    width: 33%;
}

table#homeimage td img {
    width: 90%;
}

.conversationclass {
    width: 770px;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.calendarbutton16 {
    background-image: url('../images/cal.gif');
    width: 16px;
    height: 16px;
    margin-left: 1px;
    border: none;
}

.calendarbutton18 {
    background-image: url('../images/cal18.gif');
    width: 18px;
    height: 18px;
    margin-left: 1px;
    border: none;
    cursor: pointer;
}

.instructorComments {
    padding-left: 5px;
    border-left: solid 1px gray;
}

td.right {
    padding-right: 5px;
    float: right;
    text-align:right;
}

td.right80 {
    padding-right: 5px;
    width: 100px;
    float:right;
    text-align:right;
}

td.right100 {
    padding-right: 5px;
    width: 100px;
    float:right;
    text-align:right;
}

td.right120 {
    padding-right: 5px;
    width: 120px;
    float:right;
    text-align:right;
}

td.right130 {
    padding-right: 5px;
    width: 130px;
    float:right;
    text-align:right;
}

td.right140 {
    padding-right: 5px;
    width: 130px;
    float:right;
    text-align:right;
}

td.right150 {
    padding-right: 5px;
    width: 150px;
    float:right;
    text-align:right;
}

td.right200 {
    padding-right: 5px;
    width: 180px;
    float:right;
    text-align:right;
}

hr#blackline {
    float:left;
    height:2px;
    /*max-height:2px;
    min-height:2px;*/
    width:100%;
    color: black;
    background-color: black;
}

.conversationclass td {
    padding-top: 3px;
    padding-left: 3px;
}

.conversationclass .topright {
    text-align:right;
    vertical-align:top;
    padding-right: 5px;
}

/***********FONT STYLES***********/ 
p
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}
    
h1 
{
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: #666666;
    letter-spacing: -0.03em;
}
    
h2
{
    font-family: Trebuchet MS;
    font-size: 18px;
    color: #39f;
    letter-spacing: -0.03em;
}
    
h3 
{
    font-family: Trebuchet MS;
    font-size: 18px;
    color: #3399FF;
    letter-spacing: -0.03em;
}
    
.system-reqs li
{
    list-style-type: none;
    text-decoration: none;
}
    
ul 
{
    margin-left: 20px;
    color: #666666;
}
    
ul li 
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    line-height: 18px;
}

ol li 
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px;
}
       
.divClear
{
    clear:both;
} 
    
/*a:link 
{
    text-decoration: underline;
}*/

a:hover {
    color: #3399ff;
    text-decoration: underline;
}

#recommendations
{
    border: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 25px; /*width:520px;*/
}
        
#recommendations td
{
    border: 1px solid #cccccc;
    padding-left: 5px;
}
        
#recommendations a
{
    text-decoration: none;
    color: #666666;
}
        
#recommendations a:hover
{
    text-decoration: underline;
}
        
#recommendations a:visited
{
    color: #666666;
    font-family: Arial, Sans-Serif;
}

/***********HOMEPAGE STYLES***********/
#welcome 
{
    width: 600px;
    height: 170px;
    float: left;
    padding-left: 20px;
    margin-top: 60px;
}
    
#update-section 
{
    float: left;
    width: 600px;
    padding-left: 20px;
    margin-top: 20px;
}
    
.block-heading 
{
    /*width: 200px;*/
    width: 33%;
    font-size: 18px;
    /*color: #3399FF;*/
    color: black;
    font-family: Trebuchet MS;
    letter-spacing: -0.03em;
    margin-top: 10px;
    vertical-align: middle;
    text-align: center;
}
    
.block-heading a 
{
    /*color: #3399FF;*/
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-family: Trebuchet MS;
    letter-spacing: -0.03em;
    vertical-align: middle;
}
        
.block-heading a:hover 
{
    text-decoration: underline;
}
    
/***********GRIDS and SIDEBAR ***********/
    
#container 
{
	/*max-width: 1152px;*/
	/*min-width: 75%;*/
    /*position: absolute;*/
    width:100%;
    /*max-width: 1024px;*/
    /*min-width: 930px;*/
    /*left: 20%;*/
    background-color: #fff;
    padding: 0;
    /*margin: auto;*/
    /*margin-right: auto; */
    padding-top: 0px;
    border: none;
    /*flex-align: center;
    align: center;*/
    /*min-height: 800px;*/
}

/* for ManageTest.aspx and tCourseLab.aspx */
#widerContainer
{
    /*position: absolute;*/
    /*width: 1300px;*/
    width: 100%;
    /*min-width: 1300px;*/
    background-color: #fff;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    border: none;
}
    
#grid_0 
{
    width:100%;
    /*min-width: 800px;*/
    float: left;
    clear: none;
}
    
#grid_0_1 
{
    float: left;
    width: 573px;
    /*width: 480px;*/
    padding: 20px;
    padding-left: 0px;
    display:table-cell;
    border: none;
}    

#grid_0_2
{
    float: right;
    width: 43%;
}    

.grid_1 
{
    width: 650px;
    width:57%;
    float: left;
}
    
.grid_2
{
    width:360px;
    float: right;
    padding-top: 30px;
    padding-left: 70px;
}

.grid_2 p
{
    margin-top: 12px;
}

.grid_2 img
{
    float: right;
    width: 100%
}

.grid_3 
{
    width:100%;
    min-width: 800px;
    height: 260px;
    background: #f1f1f1;
    float: left;
    margin-top: 3px;
    /*overflow:visible;*/
}
    
.grid_4x
{
    width:100%;
    height:10px;
    float: right;
}
    
.grid_4 
{
    /*height: 150px;*/
    /*margin: 22px 0;*/
    /*width: 150px;*/
    /*width:50%;*/
    /*height:50%;*/
    float: left;
    display:table-cell;
}

.grid_43
{
    /*height: 150px;*/
    /*margin: 22px 0;*/
    /*width: 150px;*/
    /*width:50%;*/
    /*height:50%;*/
    /*float: left;*/
    display:table-cell;
}
    
.grid_4 a
{
    text-decoration: none;
}

.grid_4 a:visited
{
    text-decoration: none;
}

.grid_5
{
    float: left;
    width: 20px;
    margin-top: 22px;
}

.grid_6 a { cursor: pointer; }
.grid_6 h1 {margin: 0 0 0 10px;}
.grid_6 h2 {margin: 15px 0 0 20px;}
.grid_6 p  {margin: 10px 0 0 30px;}
.grid_6 ul  {margin: 10px 0 0 45px;}
.grid_6 div  {margin: 5px 0 0 30px;}
.grid_6 th {
    color: black;
    width: 160px;
    height: 30px;
}

.gridViewCellPadding td,  .gridViewCellPadding th {
    padding: 3px;
}
    
.google-map
{
    float: inherit;
    width: 400px;
    padding-top: 22px;
    display:none;
    visibility:hidden;
    /*display: table-cell;*/
}

.live_support
{
    /*float: right;*/
    width: 400px;
    padding-left: 30px;
    padding-top: 22px;
    /*margin-right:20px;*/
    display: table-cell;
} 
    
.grid_image_right 
{
    width: 600px;
    float: right;
    background-color: #ccc;
}

.checkSystemCenterTD {
    text-align: center;
}
 
#sidebar-help 
{
    width: 200px;
    height: 400px;
    float: right;
    background: #fff;
    margin-top: 10px;
    border-left: solid 1px #ccc;
}
    
.sidebar-copy 
{
    margin-left: 10px;
    margin-right: 10px;
}

#checkSystemHelp {
    color:#666666; 
    padding-top:25px; 
    font-size:13.5px; 
    text-align:center;
}

#img_0 
{
    width:100%;
}

#media
{
    margin-top: 4px;
}

#noUpdate
{
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #cccccc;
    text-align: left;
    width: 210px; 
    height: 200px;	
    padding: 40px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 820px;
    height: 680px;
}

.p1
{
    margin: 50px 30px;
    font-size: 16px;
    color: #00f;
}

.accTabLeft
{
    font-weight: bolder;
    text-align: right;
}
    
.sidebar-copy p 
{
    font-weight: normal;
}

.tableHeader {
    background-color:lightblue;
    font: 16px;
    font-weight: bold;
    height: 25px;
    text-align: center;
}
    
#sidebar-help img 
{
    margin-left: 10px;
}
    
#logo 
{
    margin-top: 10px;
    float: left;
    display: table-cell;
}
    
/***********Navigation Bar STYLES***********/    
#navigation
{
    background-color: #666666;
    float: left;
    height: 34px;
    color: #ffffff;
    font-family: arial, sans-serif;
    font-style: normal;
    width: 100%;
	/*min-width: 1152px;*/
}
        
/*.nav
{
    list-style-type:none;
    background-color: #666666;
    overflow:hidden;
    margin-left:0;
    width: 100%;
}
.nav li 
{
    float: left;
}
.nav li a 
{
    display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: white;
	border-right: 1px solid #ccc;
    font-size: 100%;
	font: inherit;
}
    
.nav li a:hover 
{
    background-color: #3399ff;
}*/

.nav_login .nav_logout
{
    display: table-cell;
    width: 160px;
    height: 34px;
    float: right;
    margin-top:58px;
    vertical-align:middle;
}

#nav_login a img {
    position: absolute;
    border: none;
}

/*#nav_login a img.primary { z-index: 1; }*/

#nav_login a img.rollover { z-index: -1; }

#nav_login a:hover img.rollover { z-index: 2; }


/*nav {
	-moz-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
nav > ul {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
nav > ul > li {
	padding: 0;
    color: white;
}
nav > ul > li > ul {
	display: none;
}
nav > ul > li a {
	display: block;
	height: inherit;
	line-height: inherit;
	padding: 0 1em;
	margin: 0 0.5em;
    color: white;
    text-decoration: none;
}
nav > ul > li a:hover, #header > nav > ul > li a:focus {
	text-decoration:underline;
}
nav > ul > li a.icon:before {
	margin-right: 0.5em;
}
nav > ul > li a.button {
	font-size: 1em;
	height: 2.6em;
	line-height: 2.5em;
	padding: 0 1.65em;
	margin: 0 1em;
}
nav > ul > li:last-child a {
	margin-right: 0 !important;
}

nav a {
	text-decoration: none;
    color: white;
}

nav .icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
nav .icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
nav .icon > .label {
	display: none;
}*/

/*.dropotron {
	background-color: #fff;
	border-radius: 0.5em;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	list-style-type: none;
	margin: -0.5em 0 0;
	min-width: 10em;
	padding: 0.5em 0;
}
.dropotron.level-0 {
	margin-top: 1em;
}
.dropotron.level-0:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.1);
	content: '';
	height: 0.75em;
	position: absolute;
	right: 2em;
	top: -0.375em;
	width: 0.75em;
}
.dropotron li {
	border-top: solid 1px rgba(144, 144, 144, 0.25);
	padding: 0;
	position: relative;
}
.dropotron li:first-child {
	border-top: none;
}
.dropotron li.active > a {
	color: #fff !important;
	background-color: #006ab1;
}
.dropotron a {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	color: #666;
	padding: 0.5em 1em;
	border-bottom: 0;
}
.dropotron a:hover {
	color: #fff !important;
	background-color: #006ab1;
}*/

/*#testimonials #nav-testimonials a,*/
#home #nav-home a,
#start #nav-start a, 
#about #nav-about a,
#resource #nav-resource a,
#system #nav-system a,
#help #nav-help a,
#contact #nav-contact a
{
    background-color: #3399ff;
}
    
#login #nav_login
{
    visibility:hidden;
}
/***********SYSTEM REQUIREMENTS STYLES***********/
    
#requirements 
{
    border: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 25px;
    /*width:520px;*/

}
    
#requirements td 
{
    border: 1px solid #cccccc;
    padding-left:5px;
} 
    
#requirements a
{
    text-decoration:none;
    color:#666666;
} 
    
#requirements a:hover 
{
    text-decoration: underline;
}

#requirements a:visited
{
    color: #666666;
    font-family: Arial, Sans-Serif;
}

.invisible {
    display: none;
    visibility: hidden;
}
    
.sys-req-border
{
    border-left: 1px solid #f1f1f1;
    padding: 30px;
}
    
.sys-req-border2 
{
    border-bottom: 1px solid #f1f1f1;
    padding: 30px;
}

.auto-style2 {
    float: left;
    width: 100%;
}

.blue {
    color:blue;
}

.center {
    text-align: center;
}

.font20 {
    font-size: 20px;
}

.firstwidth50 {
    float: left;
    width: 50px;
    display: table-cell;
}

.firstwidth60 {
    float: left;
    width: 60px;
    display: table-cell;
}

.firstwidth80 {
    float: left;
    width: 80px;
    display: table-cell;
}

.firstwidth100 {
    float: left;
    width: 100px;
    display: table-cell;
}

.height5 {
    height: 5px;
}

.height10 {
    height: 10px;
}

.height18 {
    height: 18px;
}

.height20 {
    height: 20px;
}

.margintop10 {
    margin-top: 10px;
}

.message {
    color: red;
}

.paddingleft10 {
    padding-left:10px;
}

.paddingleft5 {
    padding-left:5px;
}

.paddingleft50 {
    padding-left:50px;
}

.paddingtop5 {
    float:left;
    width:100%;
    padding-top: 5px;
}

.paddingtop10 {
    float:left;
    width:100%;
    padding-top: 10px;
}

.paddingtop15 {
    float:left;
    width:100%;
    padding-top: 15px;
}

.paddingtop20 {
    float:left;
    width:100%;
    padding-top: 20px;
}

.second {
    display: inline-block;
}

.visible {
    display: normal;
    visibility: visible;
}

.width30 {
    width:30px;
}

.width33 {
    width:33px;
}

.width50 {
    width:50px;
}

.width60 {
    width:60px;
}

.width70 {
    width:60px;
}

.width80 {
    width:80px;
}

.width90 {
    width:90px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width135 {
    width: 135px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.width160 {
    width: 160px;
}

.width180 {
    width: 180px;
}

.width200 {
    width: 200px;
}

.width220 {
    width: 220px;
}

.width250 {
    width: 250px;
}

.width260 {
    width: 260px;
}

.width270 {
    width: 270px;
}

.width280 {
    width: 280px;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.width600 {
    width: 600px;
}
    
.width700 {
    width: 700px;
}

.width800 {
    width: 800px;
}

/*#minimum-reqs 
{
    border: 1px solid #cccccc;
}
    
#minimum-reqs td 
{
    border: 1px solid #cccccc;
    padding: 10px;
    width: 250px;
}*/
    
    
/*************Login Panel*************************/
/*#loginPanel
{
    margin: 0 auto;
    margin-top:20px;
    width: 546px;
    height:auto;
    padding-top:200px;
    padding-left:10px;
    background-image:url("../images/login_new.png");
    background-repeat:no-repeat;
}*/

/*#loginPanel label
{
    display: block;
    font-size: 16px;
}

#loginPanel div
{
    padding-bottom:20px;
}*/

/*#loginPanel input.textbox340
{
    border: 0px solid #333;
    background-color:#eee;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    margin-top:5px;
    padding: 3px;
    width: 440px;
}*/    
    
/***********HELP PAGE STYLES***********/
#general-help-submit 
{
    margin-right: 48px;
}
    
.grid_8
{
    float: left;
    width: 100%;
    /*height:650px;*/
    margin-top: 22px;
    /*background-image: url('../images/image-help.jpg');*/
    background-repeat:no-repeat;
    background-position:right;
}
 
.funders {
	width: 100%;
	display: inline-flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	justify-content: center;
	align-content: space-around;
	flex-wrap: wrap;
	border-top: solid 1px rgba(144, 144, 144, 0.25);
	padding-top: 1.6em;
    text-align: center;
}   

/**********Newsletters***********/
.menutitle
{
    cursor:pointer;
    margin-bottom: 5px;
    background-color: #ECECEC;
    color: #4b4b4b;
    width: 140px;
    padding: 2px;
    text-align: center;
    font-weight: bold; /*/*/
    border: 1px solid #C6C7BE; /* */
}

.submenu
{
    margin-bottom: 0.5em;
}

#masterdiv .submenu ul
{
    list-style-type: none;
}

#masterdiv .submenu ul li 
{
    line-height: 22px;
}


/**********Resources***********/
#image-resources 
{
    float: left;
}

.grid_7 
{
    float: right;
    width: 48%;
    margin-top: 22px;
}

.grid_6 /*table.general*/
{
    /*border-top: 1px solid #c6c7be;
    border-left: 1px solid #c6c7be;*/
    width: 100%;
    color: #666666;

    float: left;
    /*width: 60%;*/
    padding-left: 10px;
    border: none;
    /*margin-top: 22px;*/
}

.grid_6 table.general td
{
    border-bottom: 1px solid #c6c7be;
    border-right: 1px solid #c6c7be;
    padding: 3px;
    font-size: 0.9em;
}

.grid_6 table.general td.titleg
{
    background-color: #e8e5d8;
    font-weight: bold;
    color: #222222;
}

#cocbanner {
    width: 95%;
}

#Firefox, #Chrome
{
    color: #666666;
}

#table_0 
{
    max-width:100%;
    max-height:60%;
}

/*
#img_0 
{
max-width:90%;
max-height:90%;
}
    
#td1
{  
width: 43%;
padding-left:15px;
}
    
#td2
{
vertical-align:middle;
width: 56%;
}
        
*/     
/**********Getting Started***********/

#getting-started-symbols ul
{
    list-style-type: none;
    list-style-position: inside;
    clear: both;
}

#getting-started-symbols li 
{
    float: none;
    padding-left:35px;
    padding-bottom:10px;
    padding-right: 20px;
    position: relative;
    /*width: 300px;*/
    height:30px;
}

#getting-started-symbols p 
{
    margin-left: 35px;
    margin-top: 15px;
    padding-top:5px;
}
    
.getting-started-time 
{
    background-image: url("../images/time.jpg");
    background-repeat: no-repeat;
}

.getting-started-phone 
{
    background-image: url("../images/telephone.jpg");
    background-repeat: no-repeat;
}

.getting-started-computer
{
    background-image: url("../images/computer.jpg");
    background-repeat: no-repeat;
}

.getting-started-cdplayer 
{
    background-image: url("../images/cd-player.jpg");
    background-repeat: no-repeat;
}

#menu.floating {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
}

#menu {
    overflow: hidden;
    background-color: lightgray;
    width: 100%;
    padding:0 0 10px 0; 
    z-index: 1;
}

#sidebarInvite
{
    float: right;
    width: 30%;
    padding-top: 15px;
}

#mainContent { 
    margin: 0 10px 0 10px; 
    padding: 0 10px 0 10px;
    background-color: #fff;
    height: 100%; /*delete by lionel for firefox*/
    height: auto !important;
    overflow:hidden;
} 

/* Table fof Dialogues and General Tables */
table .general 
{
	border-top: 1px solid #c6c7be;
	border-left: 1px solid #c6c7be;
}

table .general td
{
	border-bottom: 1px solid #c6c7be;
	border-right: 1px solid #c6c7be;
	padding: 3px;
	font-size: 0.9em;
}

table .general td.titleg 
{
	background-color: #e8e5d8; 
	font-weight: bold; 
	color: #424242;
}

table .dialogue 
{
	border: 1px solid #c6c7be;
	padding: 3px;  
}

table .dialogue th 
{
	background-color: #e8e5d8; 
	text-align: left; 
	height: 17px; 
}

table .dialogue td.image 
{
	padding:10px; 
	text-align:center; 
	width:120px;
}
table .dialogue td.image img
{
	width:100px;
	height: 80px;
	/*border: 1px solid #c6c7be;*/
}
table .dialogue td.content 
{
	line-height: 1.7em; 
}

table .prereading {	border: 1px solid #C0C0C0; }

table .flexible { border: 1px solid #C0C0C0; }
table.table1 { padding:0px; border-left: #c6c7be 1px dotted; height:100%; width:100%; }
table.table1 td { padding: 0px; }

table.table18 td, table.table18 p { padding: 3px; font-size:16px; }

table .activity { border: 1px ridge #C0C0C0; width:94%;  }
table .activity td { border-bottom: 1px solid #EEEEEE; padding:5px; }
table .activity td.tda { color: #ef6b42; }
table .activity th { background-color: #e4d798; color: #4b4b4b; padding:4px; }

.table3 { padding: 5px; border: 1px ridge #C0C0C0; background-color: white; margin:20px; }
.table3 td { padding:10px; }
.table3 th { padding: 5px; background-color: #e4d798; }

.navimage { margin: 2px; border: 1px solid #c6c7be; } 
.directions { border-bottom: #c6c7be 1px dotted; padding: 5px 8px 5px 8px; }

.titledesc { font-family:  'Mulish', sans-serif; font-size: 18px; color: black; font-weight:bold; }

#table15 th, .table15Heading, .QR-table-header th, table.table5 th, .table15 th {
	background-color: #006ab1 !important; 
	color: #FFFFFF;
	text-align: center;
	font-size:12px !important;
	font-weight: bold;
	padding-left: 3px;
	border: 1px solid #e6e6e6;
	padding: 4px 7px;
}

/*#FOContent a { text-decoration: underline; font: normal 12px Verdana; color: #4b4b4b;  }*/
/*#FOContent { padding: 10px 0px 0px 0px; POSITION: relative; width: 100%;	overflow:hidden;}
#FOContent h1.top { color: #727958; font: bold 20px Verdana;  padding: 5px; margin: 0px; border-bottom: #c6c7be 1px dotted; }
#FOContent a {font: normal 12px Verdana; color: #3399ff;  text-decoration:none;}
#FOContent a:hover {  text-decoration: underline;}
#FOContent .titleDesc { font-family: Trebuchet MS; font-size: 18px; color: #3399FF; }
#FOContent p { padding-left: 10px; padding-right: 10px;  font-size: 14px ;}
#FOContent li { font-size: 14px ;}
#FOContent a.qitems { color: #43516f; padding-left: 5px; padding-right: 5px; font-weight: bold; }
#FOContent a.qactive { color: #ef6b42; text-decoration:none; padding-left: 5px; padding-right: 5px; font-weight: bold; }
#FOContent a.msgTab { color: #43516f; text-decoration:none; font-size: 13px;  }
#FOContent a.activeTab { color: #43516f; text-decoration:none; font-size: 13px; font-weight:bold;  }
#FOContent a.activeTab:hover { color: #43516f; text-decoration:underline; font-size: 13px; font-weight:bold;  }
#FOContent a.msgTab:hover { color: #43516f; text-decoration:underline; }
#FOContent h1.alert { color: #ef6b42; font: bold 15px Verdana;  padding: 5px; margin: 0px; border-bottom: #c6c7be 1px ; }
#FOContent h1.remind { color: #B7B7BB; font: bold 15px Verdana;  padding: 5px; margin: 0px; border-bottom: #c6c7be 1px ; }*/




#FOContent { padding: 15px; float:left;  vertical-align:top; width:inherit; }
#FOContent h1.top { color: #727958; font: bold 14px Arial;  padding: 5px; margin: 0px; border-bottom: #c6c7be 1px dotted; }
#FOContent a { text-decoration: underline; font: normal 12px Arial; color: #4b4b4b;  }
#FOContent a:hover { color: #ef6b42; }
#FOContent p { padding-left: 10px; padding-right: 10px; }
#FOContent a.qitems { color: #43516f; padding-left: 15px; padding-right: 5px; font-weight: bold; }
#FOContent a.active { color: #ef6b42; text-decoration:none; padding-right: 5px; font-weight: bold; }
#FOContent a.msgTab { color: white; text-decoration:none; font-size: 14px; width:80px; }
#FOContent a.activeTab { color: white; text-decoration:none; font-size: 14px; font-weight:bold;  }
#FOContent h1.alert { color: #ef6b42; font: bold 14px Arial;  padding: 5px; margin: 0px; border-bottom: #c6c7be 1px dotted; }
#FOContent h1.remind { color: #B7B7BB; font: bold 14px Arial;  padding: 5px; margin: 0px; border-bottom: #c6c7be 1px dotted; }

.coursemodule a {
    color: #006ad1;
}

#noneIE a {font: normal 12px Verdana; color: #3399ff;  text-decoration:none;  text-decoration: underline;}
#noneIE a:hover {  cursor:pointer;}

/* exercise tables */
table.exTop { border: 1px solid #c6c7be;  }
table.exTop th { background-color: #e4d798; padding: 3px 10px 3px 10px; font-weight:bold; color: #475e64; font-size:12px; border-bottom: 1px solid #c6c7be; text-align: left; }
table.exTop td.exercise1 { background-image: url(../images/exercise/exercise_e1.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise2 { background-image: url(../images/exercise/exercise_e2.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise3 { background-image: url(../images/exercise/exercise_e3.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise4 { background-image: url(../images/exercise/exercise_e4.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise5 { background-image: url(../images/exercise/exercise_e5.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise6 { background-image: url(../images/exercise/exercise_e6.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise7 { background-image: url(../images/exercise/exercise_e7.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise8 { background-image: url(../images/exercise/exercise_e8.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise9 { background-image: url(../images/exercise/exercise_e9.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise10 { background-image: url(../images/exercise/exercise_e10.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise11 { background-image: url(../images/exercise/exercise_e11.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise12 { background-image: url(../images/exercise/exercise_e12.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise13 { background-image: url(../images/exercise/exercise_e13.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise14 { background-image: url(../images/exercise/exercise_e14.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise15 { background-image: url(../images/exercise/exercise_e15.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise16 { background-image: url(../images/exercise/exercise_e16.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }


table.exBottom { font-size:12px; border-top: 1px solid #c6c7be; border-left: 1px solid #c6c7be; border-right: 1px solid #c6c7be; }
table.exBottom th { background-color: #fdfdf2; padding: 10px 5px 10px 15px; font-weight:bold; color: #475e64; border-bottom: 1px solid #c6c7be; font-size:12px; text-align:left; }
table.exBottom td.answerTitle { border-bottom: 1px solid #c6c7be; background-color: #777777; padding: 10px; color: White; font-weight:bold; }
table.exBottom td { border-bottom: 1px solid #c6c7be; background-color: #f1f1d8; padding: 5px; font-size:12px; }

/* My Messages Styles background-color:#E6E4E6; 3b3b3b(blue)*/se
table.calTabs td { padding:6px 10px 4px 10px;  }
table.msgTabs td.activeTab { background-color: #475D76; color:white; padding:6px 10px 4px 10px; border-right: 1px solid #636560; border-top: 1px solid #C0C0C0; border-left: 1px solid #C0C0C0; border-bottom:none; }
table.msgTabs td.spacer { border-bottom: 1px solid #C0C0C0; border-top: none; border-left:none; border-right:none; background-color: #FDFDF3; padding:0px; }
table.msgTabs td { background-color: #666666; color:white; padding:6px 10px 4px 10px; border: 1px solid #C0C0C0; text-align:center; }
td.msgList { font-weight: bold; font-size: 12px; color: #43516f; background-color: #F1F1D8; border-left: 1px solid #C0C0C0; border-right: 1px solid #636560; border-bottom: 1px solid #636560; }
.msgPaging { background-color:white; Height:25px; Font-Size:12px; font-weight:bold; }
.msgTH{ background-color:#475D76; color:white; Height:25px; Font-Size:14px; font-weight:bold; border-bottom: 1px solid #B7B7BB; border-left: 1px solid white; border-right: 1px solid #9D9DA1;  }
.msgTH td, .msgTH a { background-color:#475D76; color:white; Height:25px; Font-Size:14px; font-weight:bold; }
.msgList a { font-family: 'Mulish', sans-serif; font-size:13px !important; }

/* My Calendar Styles*/
.calendar { z-index:5; position: absolute; }
td.myTDcal1 { background-color: #F3FBD7; border-bottom: 1px solid #999966; border-right: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; }
td.myTDcal2 { background-color: #ffffff; border-bottom: 1px solid #999966; padding-right: 4px; height: 20px; cursor:pointer;  }
td.myTDcal3 { background-color: #EEEEE0; border-right: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; }
td.myTDcal4 { background-color: #ffffff; border-bottom: 1px solid #999966; border-right: 1px solid #999966; padding-left: 4px; cursor:pointer; }
td.myTDcal5 { background-color: #ffffff; border-right: 1px solid #999966; padding-left: 4px; height: 20px; }
td.myTDcal6 { background-color: #ffffff; border-bottom: 1px solid #999966; padding-left: 4px; }
td.myTDcal7 { background-color: #EEEEE0; border-bottom: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; }
td.myTDcal8 { background-color: #FEFEF5; border-bottom: 1px solid #999966; padding: 4px; cursor:pointer; vertical-align:top; }
td.myTDcal9 { background-color: #F3FBD7; border-bottom: 1px solid #999966; border-right: 1px solid #999966; border-left: 1px solid #999966; color: #54542C; height: 20px; }
td.myTDcal10 { border-bottom: 1px solid #999966; border-right: 1px solid #999966; color: #54542C; width: 110px; height: 20px; } 
td.myTDcal11 { border-bottom: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; } 
td.myTDcal12 { background-color:White; border-bottom: 1px solid #999966; padding-left: 4px; padding-right: 4px; height: 20px; cursor:pointer; }


/* Report Card Styles */
/*
table.reportCard { } 
table.reportCard th { font-weight: bold; color: White; background-color: #546F76; padding: 3px 0px 3px 5px; text-align:left;}
table.reportCard .tdr0 { font-weight: bold; color: White; background-color: #B1BC70; padding: 3px 0px 3px 15px; }
table.reportCard .tdr1 { font-weight: bold; color: White; background-color: #BDC5B6; padding: 3px 0px 3px 25px; }
table.reportCard .tdr2 { font-weight: bold; padding: 2px 0px 2px 25px; }
table.reportCard .tdr3 { padding: 2px 0px 2px 35px; }
table.reportCard .tdr4 { padding: 2px 0px 2px 25px; color: #ef6b42; }
*/

/* Report Card Styles */
table.reportCard { } 
div.th0 { PADDING-BOTTOM: 0px; HEIGHT: 25px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; COLOR: white; TEXT-ALIGN: left; FONT-WEIGHT: bold; PADDING-TOP: 3px; width:100%; CLEAR: both;}
div.tdr0 {PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; COLOR: blue; TEXT-ALIGN: left; FONT-WEIGHT: bold; PADDING-TOP: 3px; BACKGROUND-COLOR: lightgray; width:100%;}
div.tdr1 {PADDING-BOTTOM: 0px; PADDING-LEFT: 25px;PADDING-RIGHT: 0px; COLOR: black; TEXT-ALIGN: left; FONT-WEIGHT: bold; PADDING-TOP: 3px; BACKGROUND-COLOR: lightblue; width:100%; CLEAR: both; }

div.tdr10 {PADDING-BOTTOM: 0px; PADDING-LEFT: 35px; PADDING-RIGHT: 0px; PADDING-TOP: 2px; width:100%; CLEAR: both; TEXT-ALIGN: left;}
div.tdr11 { PADDING-BOTTOM: 0px; PADDING-LEFT: 15px; PADDING-RIGHT: 0px; COLOR: white; FONT-WEIGHT: bold; PADDING-TOP: 3px; BACKGROUND-COLOR:gray; width:100%; CLEAR: both; TEXT-ALIGN: left; }
div.tdr20 { TEXT-ALIGN: left; FLOAT: left; PADDING-BOTTOM: 0px; TEXT-INDENT: 25px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: bold; PADDING-TOP: 2px; width:65%; COLOR: #546f76;}
div.tdr2 { TEXT-ALIGN: left; FLOAT: left; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: bold; PADDING-TOP: 2px; width:10%; COLOR: #546f76;  }
div.tdr3 { TEXT-ALIGN: left; FLOAT: left;  PADDING-BOTTOM: 0px; TEXT-INDENT: 25px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 2px; width:65%; color: #ef6b42; }
div.tdr4  

{ 	TEXT-ALIGN: left; 
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 2px; 
	COLOR: #ef6b42; 
	PADDING-TOP: 2px; 
	width:10%;
}

/*reportcard end here*/

table.table4
{
	font-family:Arial;
	font-size: 12px;
	padding:5px;
	margin: 5px;
}
table.table4 th
{
	color:white;
	background-color:Navy;
	height:30px;
} 
table.table5
{
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid gray;
}
/*table.table5 th
{
	font-size: 12px;
	height:20px;
	background-color:Teal;
	color:White;
}*/
table.table5 td
{
	padding: 3px;
	font-size: 12px;
}
/*table .search { border-bottom: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; }
table .search td { border-left: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; font-size: 10px; padding: 2px; }
table .search th { border-left: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; font-size: 11px; padding: 5px; background-color:#e4d798; }*/


/*****************************************************
 DIVS
******************************************************/

.retrievelogin
{
	width: 120px;
	margin-left: 52px;
	margin-top: 13px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #c6c7be;		
	font-size: 0.9em;
}

#dividiom { width: 176px; text-align: left; }
#dividiom .idiomtitle 
{
	background-color: #8ac5c5;
	color: #fff;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;	
}
#dividiom p { margin: 7px 0px 0px 4px; }

.system .title 
{
	background-color: #8ac5c5;
	color: #fff;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;	
	font-size:12px;
	width: 95%;
	border-bottom:none;
}

/* Recording W audio selected */
#lblPageTags li a.active { color: #ef6b42; text-decoration:none; }

/* Lessons */
#divheadertitle0 { margin-top: 4px; float: left; background-image: none; width: 405px; }
#divheadertitle1 { background-position: right; float: left; background-image: url(../images/header/header_l1.gif); width: 405px; height:70px; background-repeat: no-repeat; }
#divheadertitle2 { background-position: right; float: left; background-image: url(../images/header/header_l2.gif); width: 405px; height:70px; background-repeat: no-repeat; }
#divheadertitle3 { background-position: right; float: left; background-image: url(../images/header/header_l3.gif); width: 405px; height:70px; background-repeat: no-repeat; }
#divheadertitle4 { background-position: right; float: left; background-image: url(../images/header/header_l4.gif); width: 405px; height:70px; background-repeat: no-repeat; }
#divheadertitle5 { background-position: right; float: left; background-image: url(../images/header/header_l5.gif); width: 405px; height:70px; background-repeat: no-repeat; }
#divheadertitle6 { background-position: right; float: left; background-image: url(../images/header/header_l6.gif); width: 405px; height:70px; background-repeat: no-repeat; }
#divheadertitle7 { background-position: right; float: left; background-image: url(../images/header/header_l7.gif); width: 405px; height:70px; background-repeat: no-repeat; }

#errorsidebar
{
    float: right; 
    width: 28%; 
    padding-top: 5px;
    padding-left:5px;
    padding-right: 5px;
    height:auto;
    overflow:inherit;	
}

#errorsidebar h3, #errorsidebar p {
    margin-left: 10px; 
    margin-right: 10px;
}


#errorsidebar h5, #errorsidebar li {
    margin-left: 10px; 
    margin-right: 10px;
}

#tableContent {POSITION: relative; width: 100%; overflow:hidden}

#fmenu.floating
{
    position: fixed;
    top: 0;
    box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
    /*max-width: 1152px;*/
    /*min-width: 1152px;*/
    width: 100%;
}

#fmenu {
    overflow: hidden;
    background: #fff;
    width: 100%;
    /*min-width: 1152px;*/
    padding:0 0 5px 0; 
    z-index: 1;
}

#side
{
    width: 300px;
    Height: 260px;
    float: right; 
    margin: 0 0 0 0;
    background-image: url(../images/loginbg_300x320.jpg);
}

.generallink {
    font-size:12px;
    text-decoration:underline; 
    vertical-align:middle;
}

.myLogin
{
    border: 0px;
    color: black;
    font-size:12px;
    padding: 5px 5px 3px 10px;
    /*vertical-align:middle;*/
}

.login
{
    width: 430px; 
    height: 400px; 
    /*margin: 10px 10px 10px 10px;*/
    /*padding: 10px 10px 10px 10px;*/
    border: 0;
    font-size:12px; 
    color: #969696;
    line-height: 18px;
    text-align:left;
    display: table-cell;
}

.username
{
    color:black;
    width:120px;
    line-height: 10px;
    font-size:12px;
    margin-bottom:3px;
    margin-left:10px;
}

.Password
{
    color:black;
    width:120px;
    line-height: 10px;
    font-size:12px;
    margin-bottom:3px;
    margin-left:10px;
}

.highlight2
{
    color: red; 
    font-size:12px;
    width:275px;
    line-height:18px;
}

.loginText
{
    font-size:13px;
    color:black;
    /*width:255px;*/
    /*padding: 10px;*/
    margin: 10px;
    line-height:18px;
}

.retrievelogin
{
	width: 120px;
	margin-left: 52px;
	margin-top: 13px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #c6c7be;		
	font-size: 0.9em;
}

table#finalAssessmentTable th {
    font-size: 20px;
    text-align: center;
}

table#finalAssessmentTable {
}

table#gvPayrollReport th, table#gvCallStatus th {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

table#gvPayrollReport td, table#gvCallStatus td {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}

table#tbAdditionalHours th {
    border-bottom:solid grey 1px;
    font-size: 13px;
    font-weight:bolder; 
}

table#tbAdditionalHours td {
    border-bottom:solid grey 1px;
    font-size: 13px;
}

table#tbAdditionalHours a {
    font-size: 12px;
    text-decoration: none;
}

.top {
    vertical-align: top;
}

.topcenter {
    vertical-align: top;
    text-align: center;
}

.system .title {
    background-color: #8ac5c5;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
    font-size: 12px;
    width: 95%;
    border-bottom: none;
}

/* exercise tables */
table.exTop { border: 1px solid #c6c7be;  }
table.exTop th { background-color: #e4d798; padding: 3px 10px 3px 10px; font-weight:bold; color: #475e64; font-size:12px; border-bottom: 1px solid #c6c7be; text-align: left; }
table.exTop td.exercise1 { background-image: url(../images/exercise/exercise_e1.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise2 { background-image: url(../images/exercise/exercise_e2.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise3 { background-image: url(../images/exercise/exercise_e3.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise4 { background-image: url(../images/exercise/exercise_e4.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise5 { background-image: url(../images/exercise/exercise_e5.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise6 { background-image: url(../images/exercise/exercise_e6.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise7 { background-image: url(../images/exercise/exercise_e7.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise8 { background-image: url(../images/exercise/exercise_e8.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise9 { background-image: url(../images/exercise/exercise_e9.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise10 { background-image: url(../images/exercise/exercise_e10.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise11 { background-image: url(../images/exercise/exercise_e11.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise12 { background-image: url(../images/exercise/exercise_e12.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise13 { background-image: url(../images/exercise/exercise_e13.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise14 { background-image: url(../images/exercise/exercise_e14.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise15 { background-image: url(../images/exercise/exercise_e15.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }
table.exTop td.exercise16 { background-image: url(../images/exercise/exercise_e16.gif); background-position: left; background-repeat: no-repeat; background-color: #f8f8f5; padding: 10px 25px 10px 25px; font-size:12px; }

table.exBottom { font-size:12px; border-top: 1px solid #c6c7be; border-left: 1px solid #c6c7be; border-right: 1px solid #c6c7be; }
table.exBottom th { background-color: #fdfdf2; padding: 10px 5px 10px 15px; font-weight:bold; color: #475e64; border-bottom: 1px solid #c6c7be; font-size:12px; text-align:left; }
table.exBottom td.answerTitle { border-bottom: 1px solid #c6c7be; background-color: #777777; padding: 10px; color: White; font-weight:bold; }
table.exBottom td { border-bottom: 1px solid #c6c7be; background-color: #f1f1d8; padding: 5px; font-size:12px; }

/* My Calendar Styles*/
.calendar { z-index:5; position: absolute; }
.calendarButton {
    background-image: url("../images/cal.gif");
    border:none;    
    width:16px;
    height:16px;
    vertical-align: middle;
}

td.myTDcal1 { background-color: #F3FBD7; border-bottom: 1px solid #999966; border-right: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; }
td.myTDcal2 { background-color: #ffffff; border-bottom: 1px solid #999966; padding-right: 4px; height: 20px; cursor:pointer;  }
td.myTDcal3 { background-color: #EEEEE0; border-right: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; }
td.myTDcal4 { background-color: #ffffff; border-bottom: 1px solid #999966; border-right: 1px solid #999966; padding-left: 4px; cursor:pointer; }
td.myTDcal5 { background-color: #ffffff; border-right: 1px solid #999966; padding-left: 4px; height: 20px; }
td.myTDcal6 { background-color: #ffffff; border-bottom: 1px solid #999966; padding-left: 4px; }
td.myTDcal7 { background-color: #EEEEE0; border-bottom: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; }
td.myTDcal8 { background-color: #FEFEF5; border-bottom: 1px solid #999966; padding: 4px; cursor:pointer; vertical-align:top; }
td.myTDcal9 { background-color: #F3FBD7; border-bottom: 1px solid #999966; border-right: 1px solid #999966; border-left: 1px solid #999966; color: #54542C; height: 20px; }
td.myTDcal10 { border-bottom: 1px solid #999966; border-right: 1px solid #999966; color: #54542C; width: 110px; height: 20px; } 
td.myTDcal11 { border-bottom: 1px solid #999966; padding-right: 4px; color: #54542C; height: 20px; } 
td.myTDcal12 { background-color:White; border-bottom: 1px solid #999966; padding-left: 4px; padding-right: 4px; height: 20px; cursor:pointer; }

table.table4
{
	font-family:Arial;
	font-size: 12px;
	padding:5px;
	margin: 5px;
}
table.table4 th
{
	color:white;
	background-color:Navy;
	height:30px;
} 
table.table5
{
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid gray;
}

table.table5 td
{
	padding: 3px;
    /*padding: 3px 3px 3px 10px;*/
	font-size: 12px;
}

table .search { border-bottom: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; }
table .search td { border-left: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; font-size: 11px; padding: 2px; }
/*table .search th { border-left: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; font-size: 13px; padding: 5px; background-color:#006ab1; color:white; }*/
table .search span {
    font-size: 12px;
}

/*****************************************************
 DIVS
******************************************************/

#dividiom { width: 176px; text-align: left; }
#dividiom .idiomtitle 
{
	background-color: #8ac5c5;
	color: #fff;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;	
}
#dividiom p { margin: 7px 0px 0px 4px; }

/***** Header Styles ******/
#divfolderopenheader 
{
	color: #43516f; 
	font: bold 11px Arial; 
    /*text-align: right;*/	
	/*padding-right: 28px;*/ 
	padding-top: 5px;	
	width: 100%;  /*515  ==>665  665px is OK!*/   
	height: 50px; 
}
* html #divfolderopenheader { width: 693px; height: 50px; }
#divmodule { width: 693px; height: auto; background-color: White; }
#divmodule table { margin-left: 8px; width: 650px; height: auto; }
#divmodule h1 { color: #43516f;	font: bold 23px Arial Narrow; margin: 15px 0px 3px 0px; }
#divmodule ul li { background-image: none; }
#divmodule li { padding: 0px; margin: 0px 6px 0px 0px; font: bold 11px Arial; color: #ef6b42; list-style-type: none; float: left; }
#divmodule li a { color: #727958; text-decoration: underline; background-image: none; }
#divmodule li a.active { color: #ef6b42; text-decoration:none; }

/* Recording W audio selected */
#lblPageTags li a.active { color: #ef6b42; text-decoration:none; }

/* Lessons */
#divheadertitle0 { margin-top: 4px; float: left; background-image: none; width: 405px; }
#divheadertitle1 { margin-top: 4px; background-position: right; float: left; background-image: url(../images/header/header_l1.gif); width: 405px; background-repeat: no-repeat; }
#divheadertitle2 { margin-top: 4px; background-position: right; float: left; background-image: url(../images/header/header_l2.gif); width: 405px; background-repeat: no-repeat; }
#divheadertitle3 { margin-top: 4px; background-position: right; float: left; background-image: url(../images/header/header_l3.gif); width: 405px; background-repeat: no-repeat; }
#divheadertitle4 { margin-top: 4px; background-position: right; float: left; background-image: url(../images/header/header_l4.gif); width: 405px; background-repeat: no-repeat; }
#divheadertitle5 { margin-top: 4px; background-position: right; float: left; background-image: url(../images/header/header_l5.gif); width: 405px; background-repeat: no-repeat; }
#divheadertitle6 { margin-top: 4px; background-position: right; float: left; background-image: url(../images/header/header_l6.gif); width: 405px; background-repeat: no-repeat; }
#divheadertitle7 { margin-top: 4px; background-position: right; float: left; background-image: url(../images/header/header_l7.gif); width: 405px; background-repeat: no-repeat; }

/***** Exercise Control *****/
#divexercises {
	padding: 6px 0px 0px 0px;
}
#divexercises a {
	float: left;
	text-decoration: none !important;
	padding: 1px 0px 0px 1px;
	height: 30px;
	margin: 4px 2px 2px 1px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
#divexercises a:hover {
	background-color: #006ab1;
	color: #FFF !important;
	font-weight: bold;
}

.ex {
	background-position: 0px 0px;
	background-color: #FFF;
	width: 30px;
	font: normal 12px Verdana;
	color: #006ab1 !important;
	border: 1px solid #006ab1;
}
.excomplete {
	background-position: 0px 26px;
	background-color: #777777;
	border: 1px solid #777777;
	width: 30px;
	font: normal 12px Verdana;
	color: #FFF !important;
}
.exinprogress {
	background-position: 0px 52px; 
	background-color: #006ab1;
	border: 1px solid #006ab1;
	width: 30px;
	font: normal 12px Verdana;
	color: #FFF !important;
}

#divtools {	width: 380px; padding-top: 0px; padding-left: 5px; border:none; }

#fontdown	        { width: 22px; height: 34px; display: table-cell; background-image: url(../images/bg_tab9_Canada.gif); background-position: 0px 0px; }
#fontdown:hover	    { width: 22px; height: 34px; display: table-cell; background-image: url(../images/bg_tab9_Canada.gif); background-position: 22px 0px; }

#fontreset          { width: 22px; height: 34px; display: table-cell; background-image: url(../images/bg_tab8_Canada.gif); background-position: 0px 0px; }
#fontreset:hover	{ width: 22px; height: 34px; display: table-cell; background-image: url(../images/bg_tab8_Canada.gif); background-position: 22px 0px; }

#fontup			    { width: 22px; height: 34px; display: table-cell; background-image: url(../images/bg_tab7_Canada.gif); background-position: 0px 0px; }
#fontup:hover	    { width: 22px; height: 34px; display: table-cell; background-image: url(../images/bg_tab7_Canada.gif); background-position: 22px 0px; }

a.boldbuttons{
    background: transparent url('../images/roundedge-green-left.gif') no-repeat top left;
    display: block;
    float:none;
    font: bold 13px Arial; /* Change 13px as desired */
    line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
    height: 30px; /* Height of button background height */
    padding-left: 8px; /* Width of left menu image */
    text-decoration: underline;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/roundedge-green-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

#CountDownPanel {
    color: white; 
    background-color: green; 
    font-size: 18px;
}

#col1s {
    float:left;
    /*width:26%;*/
    position:relative;
    overflow:hidden;
}

#col2s {
    float:left;
    /*width:26%;*/
    position:relative;
    left:25%;
    overflow:hidden;
}

#col3s {
    float:left;
    /*width:26%;*/
    position:relative;
    left:50%;
    overflow:hidden;
    /*display:table-cell;*/
}

#studentGridViewDiv {
    overflow: auto;
}

.gridView td, .gridview td {
    padding: 3px;
}

#referralTable td {
    padding: 3px;
    font-size: 12px;
}

.myPageCalendarTitle a, .myPageCalendarTitle td {
    font-size: 20px;
    font-family: Calibri;
}

span {
    font-size: 16px;
    font-family: Calibri;
}


/***copy from main.css ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
    width:100%;
}

body {
	background-color: #fcfcfc;
	color: #333333;
}
body, input, select, textarea, span, div, a {
	font-family:  'Mulish', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.575;
}


/* Button */
input[type="submit"],  input[type="reset"],  input[type="button"],  button,  .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	/*border-radius: 2em;*/
	border: solid 1px !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
    font-family:  'Mulish', sans-serif;
	height: 3.1em;
	line-height: 3.1em;
	padding: 0 1.8em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
input[type="submit"].icon,  input[type="reset"].icon,  input[type="button"].icon,  button.icon,  .button.icon {
	color: inherit;
	border-bottom: solid 1px;
	padding-left: 1.35em;
}
input[type="submit"].icon:before,  input[type="reset"].icon:before,  input[type="button"].icon:before,  button.icon:before,  .button.icon:before {
	margin-right: 0.5em;
}
input[type="submit"].fit,  input[type="reset"].fit,  input[type="button"].fit,  button.fit,  .button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}
input[type="submit"].small,  input[type="reset"].small,  input[type="button"].small,  button.small,  .button.small {
	font-size: 0.7em;
}
input[type="submit"].big,  input[type="reset"].big,  input[type="button"].big,  button.big,  .button.big {
	font-size: 1.05em;
}
input[type="submit"].disabled, input[type="submit"]:disabled,  input[type="reset"].disabled,  input[type="reset"]:disabled,  input[type="button"].disabled,  input[type="button"]:disabled,  button.disabled,  button:disabled,  .button.disabled,  .button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}
input[type="submit"],  input[type="reset"],  input[type="button"] {
	line-height: 2.875em;
}
input[type="submit"],  input[type="reset"],  input[type="button"],  button,  .button {
	background-color: #475D76 /*transparent*/;
	border-color: #475D76;
	color: #fff /*#666*/ !important;
	border-radius:2em;
}
input[type="submit"]:hover,  input[type="reset"]:hover,  input[type="button"]:hover,  button:hover,  .button:hover {
	border-color: #475D76;
	color: #FFF /*#005e38*/ !important;
	background-color: #475D76;
}
input[type="submit"]:active,  input[type="reset"]:active,  input[type="button"]:active,  button:active,  .button:active {
	background-color: rgba(80, 158, 216, 0.1);
}
input[type="submit"].special,  input[type="reset"].special,  input[type="button"].special,  button.special,  .button.special {
	border: none;
	background-color: #005e38;
	color: #fff !important;
}
input[type="submit"].special:hover,  input[type="reset"].special:hover,  input[type="button"].special:hover,  button.special:hover,  .button.special:hover {
	background-color: #65aadd;
}
input[type="submit"].special:active,  input[type="reset"].special:active,  input[type="button"].special:active,  button.special:active,  .button.special:active {
	background-color: #3b92d3;
}


/* Icon */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
.icon:before, .icon:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon:hover::before, .icon:hover::after{text-decoration-line:none!important;}
.icon > .label {
	display: none;
}



header p {
	position: relative;
	margin: 0 0 1.5em 0;
}
header small {
	display: block;
	margin-bottom: 1em;
}
header h1 + p,  header h2 + p {
	font-size: 1.25em;
	margin-top: -0.5em;
}
header h3 + p {
	font-size: 1.1em;
	margin-top: -0.5em;
}
header h4 + p,  header h5 + p,  header h6 + p {
	font-size: 0.9em;
	margin-top: -0.5em;
}
header p {
	color: #333333;
}

#header > .logo {
	top: 0px !important;
}


@media screen and (max-width: 1280px) {
#header a {
	margin-left: 2em;
}
}

@media screen and (max-width: 1100px) {
#header > nav > ul > li a.button {
	padding: 0 1em;
}
#header > .logo > a > img {
	width: 100px;
}
#header > nav > ul > li a {
	padding: 0 0.5em;
}
}

@media screen and (max-width: 980px) {
#header {
	padding: 0 0 0 1em;
}
#header > .logo a {
	font-size: 1em;
}
#header a[href="#navPanel"] {
	display: block;
}
#header a[href="#navPanel"]:before {
	float: right;
	margin-left: 0.5em;
	margin-top: 0.05em;
}
/*#header > nav {
	display: none;
}*/
}

@media screen and (max-width: 736px) {
#header {
	height: 3em;
	line-height: 3em;
}
#header > .logo > a > img {
	max-width: 70px;
}
#header > .logo {
	top: 9px;
}
}

@media screen and (max-width: 480px) {
#header {
	-moz-align-items: -moz-flex-start;
	-webkit-align-items: -webkit-flex-start;
	-ms-align-items: -ms-flex-start;
	align-items: flex-start;
	min-width: 320px;
}
#header > .logo span {
	display: none;
}
#header a[href="#navPanel"] {
	position: relative;
	text-indent: 8em;
	white-space: nowrap;
	width: 3.5em;
}
#header a[href="#navPanel"]:before {
	left: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	width: inherit;
}
}
body {
	padding-top: 8em;
}

@media screen and (max-width: 1280px) {
body {
	padding-top: 6.5em;
}
}

@media screen and (max-width: 736px) {
body {
	padding-top: 4em;
}
}

@media screen and (max-width: 480px) {
body {
	padding-top: 3em;
}
}

/* Header */

#header {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
    background: #475D76;
	color: #fff;
	left: 0;
	padding: 0 1.5em;
	height: 86px /*5em*/;
	line-height: 5em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	cursor: default;
}
#header input[type="submit"],  #header input[type="reset"],  #header input[type="button"],  #header button,  #header .button {
	background-color: #475D76;
	border-color: white;
	color: #eef5fb !important;
	border-radius:2em;
    /*width: 120px;*/
}
#header input[type="submit"]:hover,  #header input[type="reset"]:hover,  #header input[type="button"]:hover,  #header button:hover,  #header .button:hover {

}
#header input[type="submit"]:active,  #header input[type="reset"]:active,  #header input[type="button"]:active,  #header button:active,  #header .button:active {
	background-color:  rgba(255, 255, 255, 0.15);
}
#header input[type="submit"].special,  #header input[type="reset"].special,  #header input[type="button"].special,  #header button.special,  #header .button.special {
	border: none;
	background-color: #fff;
	color: #005e38 !important;
}
#header a {
	color: white !important;
	border-bottom: 0;
}
#header > .logo {
	display: block;
	margin-right: auto;
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	top: 15px;
}
#header > .logo a {
	font-family:  'Mulish', sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.225em;
	margin: 0 0.25em 0 0;
	padding: 0;
	text-transform: uppercase;
	vertical-align: middle;
}
#header > .logo span {
	vertical-align: middle;
}
#header a[href="#navPanel"] {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	padding: 0 1.25em;
	display: none;
}
#header a[href="#navPanel"]:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
#header a[href="#navPanel"]:before {
	content: '\f0c9';
}

#header > nav {
	-moz-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
#header > nav > ul {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right:4em;
}
#header > nav > ul > li {
	padding: 0;
}
#header > nav > ul > li > ul {
	display: none;
}
#header > nav > ul > li a {
	display: block;
	height: inherit;
	line-height: inherit;
	padding: 0 1em;
	margin: 0 0.5em;
    text-decoration:none;
    font-family:  'Mulish', sans-serif;
	font-size: 17.33px;
	color:white !important;
}
#header > nav > ul > li a:hover, #header > nav > ul > li a:focus {
	text-decoration:underline;
}
#header > nav > ul > li a:hover::after, #header > nav > ul > li a:focus::after{text-decoration:none!important;}
#header > nav > ul > li a.icon:before {
	margin-right: 0.5em;
}
/*#header > nav > ul > li a.button {
	font-size: 1em;
	height: 2.6em;
	line-height: 2.5em;
	padding: 0 1.65em;
	margin: 0 1em;
}*/

#header > nav > ul > li a.button {
	font-size: 17.33px;
	height: 45px;
	line-height: 2.5em;
	padding: 0 1.65em;
	margin: 0 1em;
}

#header > nav > ul > li:last-child a {
	margin-right: 0 !important;
}

#footer .copyright {
	/*border-top: solid 1px rgba(144, 144, 144, 0.25);*/
	color: #aaa;
	font-size: 0.875em;
	/*padding: 1.5em 2em;*/
    margin-bottom: 10px;
	text-align: center;
    height: 50px;
	width: 100%;
}

.profilebody span, .profilebody label {
    font-size: 9pt;
}

/*Charles added for pbla, 2022-01-10*/
#table15, .table15 {
    border-collapse: collapse;
}

    #table15 th, .table15Heading, table.table5 th, .table15 th {
        background-color: #475D76 !important;
        color: #FFFFFF;
        text-align: center;
        font-size: 14px !important;
        font-weight: bold;
        padding-left: 3px;
        border: 1px solid #e6e6e6;
        padding: 7px 7px;
        height: 30px;
    }

    #table15 td, .table15 td, .table15alt td {
        padding: 4px 7px !important;
        border: 1px solid #e6e6e6;
        font-size: 14px;
        height: 30px;
    }

    #table15 tr:nth-child(even), .table15 tr:nth-child(even), .table15alt tr:nth-child(even) {
        background-color: white;
    }

    #table15 tr:nth-child(odd), .table15 tr:nth-child(odd), .table15alt tr:nth-child(odd) {
        background-color: #FAFAFA;
    }

    #table15 tr:hover, .table15 tr:hover {
        background-color: #eaeaea !important;
    }

tr.table15Heading:hover {
    background-color: #475D76 !important;
}

.table15alt:hover {
    background-color: inherit;
}
