* {
    font-family: verdana, arial, sans-serif;
	font-size: 14px;
	cursor: default;
}
html, body {
	margin: 0;
}
.flexContainer {
    display: flex;
	flex-flow: column;
}

/* TOP AREA */

.headerDiv {
	height:35px;
	display: flex;
	flex-flow: row;
	background-color: #a2798f;
	align-items: center;
}
#tp {
	font-size: 16px;
	background-color:#cad1a4;
	display: flex;
	height: 70%;
	align-items: center;
	justify-content: center;
	padding: 0 15px 0 15px;
}
.menuBar {
	height: 70%;
	background-color:#8cb9c9;
	display: flex;
	flex-flow: row;
	align-items: center;
	flex: 1;
	justify-content: space-between;
	padding-left: 15px;
}

/* MID SECTION */

.midSection{
	display: flex;
	flex-flow: row;	
	overflow-x: hidden;
	justify-content:center;
	align-items:center;
	background-color: #f1f1f1;
	position: fixed;
	top: 35px;
	bottom: 15px;
	width: 100%;
}
/* For Added Teacher Information
.loginFrame{
	display: flex;
	flex-flow: column;
	height: 280px;
	width: 310px;
	justify-content: center;
	align-items: center;
	background-color: #f1f1f1;
	border-radius: 0px;
	border: none;
	border-top: 7px solid green;
	border-bottom: 7px solid green;
	border-top: 7px solid #660066;
	border-bottom: 7px solid #660066;
	box-shadow: none;
	margin: -30	px 0 0 0;
}
.usernameDiv, .passwordDiv, .schoolDiv, .provinceDiv, .countryDiv, .validateDiv{
	margin: 0 0 15px 0;
	justify-content: center;
}
.validateDiv{
	margin-top: 25px;
}
#usernameInputID, #passwordInputID, #schoolName, #provinceState, #country, #validateCode{
	width: 290px;
	padding-left: 5px;
	border-radius: 4px;
}
#validateCode{
	text-align: center;
	padding-left: 0;
}
#pswd{
	display: none;
}
.submitContainer{
	margin: 20px 0 0 0;
	display: flex;
	justify-content: center;
}
#loginButton, #registerButton, #validateButton{
	width: 298px;
	height: 25px;
	margin-top: 2px;
}
*/
.loginFrame{
	display: flex;
	flex-flow: column;
	height: 220px;
	width: 300px;
	justify-content: center;
	align-items: center;
	background-color: #f1f1f1;
	border-radius: 0px;
	border: none;
	border-top: 7px solid green;
	border-bottom: 7px solid green;
	box-shadow: none;
	margin: 0;
	position: fixed;
	top: calc(45% - 105px);
	left: calc(50% - 155px);
}
.usernameDiv, .passwordDiv{
	margin: 0 0 10px 0;
	justify-content: center;
}
#usernameInputID, #passwordInputID{
	width: 250px;
	padding-left: 5px;
	border-radius: 4px;
}

.submitContainer{
	margin: 20px 0 0 0;
	display: flex;
	justify-content: center;
}
#loginButton{
	width: 257px;
	height: 25px;
}
.registerForgotDiv{
	margin: 15px 0 0 0;
	display: flex;
	flex-flow: row;
	align-items: center;
}
#registerButton{
	width: 257px;
	height: 25px;
}
.registerDiv{
	margin: 0 7px 0 17px;
	display: flex;
	flex-flow: row;
	align-items: center;
	padding: 0;
}
.forgotDiv{
	margin: 0 0 0 15px;
}
.infoIcon{
	width: 21px; 
	height: 21px; 
	margin: 0 0 0 2px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.infoIcon{background-image: url('pics/info000.png');}
.infoIcon:hover{background-image: url('pics/info001.png');}
.infoIcon:active{background-image: url('pics/info002.png');}

/* INFO VIDEOS */

.vidDiv{
	position: fixed;
	z-index: 1;
	border: 5px #5a5ab4 solid;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 2px 2px 2px 2px grey;
}
.vidDivTitle{
	background-color: #5a5ab4;
	height: 18px;
	color: white;
	display: flex;
	align-items: top;
	justify-content: flex-end;
}
video{
	z-index:2;
}
.closeIcon{
	width: 18px; 
	height: 18px; 
	margin-top: -1px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.closeIcon{background-image: url('pics/close00.png');}
.closeIcon:hover{background-image: url('pics/close01.png');}
.closeIcon:active{background-image: url('pics/close02.png');}

/* BOTTOM FOOTER */

footer {
	background-color: #d2c5a6;
	height: 15px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.copyright{
	font-size: 8px;
	padding: 5px;
}


