a{
	color: black;
}
.logo{
	display: block;
	width:1000px;
}
.imageHolder {
	display: block;
	margin-top: 10px;
}
.mLogIn{
	display:inline-block;
	width: 65px;
	text-align: right;
	
}
.mLogInHolder{
	display:inline-block;
	width: 240px;
	margin-bottom: 5px;
	height: 20px;
	margin-left: 120px;
	margin-right: -120px;
}
#mLogIn{
	display: inline-block;
	width: 100px;
	margin-left: 120px;
}

#learnMore{
	font-size: 40px;
	font-weight: bold;
	width: 250px;
	position: absolute;
	left: 140px;
	top: 300px;
}
.newAccount, .forgotPassword{
	display: inline-block;
	position: absolute;
	top: 55px;
	left: 970px;
}
.forgotPassword{
	left: 1090px;	
}

#mainMenu{
	height: 30px;
	overflow: hidden;
	width: 1200px;
}

input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	background-color:#999999;
}

.menuButton{
	margin-left: 3px;
	display: inline-block;
	border: thin black solid;
	width: 148px;
	height: 28px;
	background-color:#CCCCCC;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.selectedMenu{
	background-color:green;
}
.logIn{
	display:inline-block;
	width: 140px;
	text-align: right;
	
}
.logInHolder{
	display:block;
	width: 1200px;
	height: 30px;
	
}
.textHolder{
	display:inline-block;
	margin-left: 10px;
}
.logInHolder input, .logInHolder select, .editHolder input, .editHolder select,.paypal select{
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 376px;
}
#createAccount{
	margin-left: 189px;
}
#updateSettings, #cancelUpdate{
	position: absolute;
	top: 160px;
	width: 180px;
	margin-left: 200px;
	background-color:#CCCCCC;
	text-align: center;
	cursor: pointer;
	border: thin black solid;
	height: 20px;
}

#cancelUpdate{
	margin-left: 10px;
}

textarea {
	resize: none;
}

.editButton, .editStudentButton{
	margin-left: 5px;
	display: block;
	float: right;
	border: thin black solid;
	width: 180px;
	height: 20px;
	background-color:#CCCCCC;
	text-align: center;
	cursor: pointer;
}
.outer, .shortCutOuter{
	border-top: thick black solid;
	padding-top: 10px;
	display: block;
	position: absolute;
	width: 1200px;
	top: 40px;
}
.shortCutOuter{
	top: 80px;
}
.editBox{
	z-index: 100;
	display: none;
	position: absolute;
	width: 390px;
	height: 190px;
	background-color: #FFFFFF;
	border: medium black solid;
	top: 200px;
	left: 398px;
	padding: 5px;
}
.editText{
	margin-left: 20px;
}
.paypal{
	margin-left: 140px;
}
.videoHolder, .lessonHolder{
	width: 1000px;
	height: 200px;
	margin-left: 20px;
}
.videoHolder{
	font-weight: normal;
	width: 950px;
}

.videoTitle, .videoDescription{
	display: block;
	float: right;
	font-size: 16px;
	width: 680px;
}

.videoTitle{
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:bold;
}
.videoShortCut{
	font-size: 18px;
	display: block;
	width: 1100px;
}
.lesson, .futureLesson, .unratedLesson{
	border: medium black solid;
	background-color:#999999;
	margin-bottom: 10px;
	display:block;
	width: 1046px;
}

.futureLesson{
	background-color: #CCCCCC;
	height: 23px;
}
.unratedLesson{
	background-color: yellow;
}
.lessonTime, .studentName, .subject, .tutorName, .lengthTitle{
	display: block;
	float: left;
	margin: 2px;
	margin-left: 10px;
}
.lessonTime, .studentName, .tutorName{
	width: 200px;
}

.subject{
	width: 150px;
}

.lengthTitle{
	margin-right: 20px;
}

.lessonTime{
	clear: left;
	width: 250px;
}

#duration{
	display: block;
	position: absolute;
	left: 900px;
	top: 15px;
}

.optionSelectors{
	display: block;
	float: left;
	margin: 5px;
	margin-left: 20px;
	width: 200px;
}

.lessonHolder{
	clear: left;
}

.review{
	display: block;
	border: thin black solid;
	clear: left;
	margin-left: 2px;
	width: 1038px;
	height: 60px;
}

.sendEmail, .lessonLength{
	display: block;
	border: thin black solid;
	float: left;
	margin-right: 2px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	margin: 2px;
}

.sendEmail{
	background-color: green;
	float: right;
}

.spacer{
	margin-left: 40px;
	height: 26px;
}

.accounts{
	display: inline-block;
	margin-right: 20px;
}

#accountsIncome, #accountsIncomeList, #accountsClientList{
	display:inline-block;
	width: 200px;
}

#accountsClientList{
	margin-left: 360px;
}

#accountsIncome{
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}

#clientDetailBox{
	display: none;
	position: absolute;
	z-index: 5;
	top: 273px;
	width: 1086px;
	height: 148px;
	left: 12px;
	background: #EEE;
	overflow-y: scroll;
}

.groupOuter{
	display: block;
	width:1080px;
	margin-bottom: 20px;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

#qT{
	display: block;
	font-family: 'cursive';
	font-size: 20px;
	padding:20px;
}

#questionDB{
	display: block;
	float: left;
	margin-top: 20px;
	width: 780px;
	height: 260px;
	border: thin black solid;
	background-image:url("../additionalFiles/questionDB.png");
	font-size: 20px;
	padding:20px;
}

#testimonial{
	display: block;
	float: right;
	margin-top: 20px;
	width: 320px;
	height: 950px;
	border: thin black solid;
	background-color:#CCC;
	font-size: 16px;
	padding:20px;
	margin-bottom: 20px;
}

#videoSection{
	display: block;
	float: left;
	margin-top: 20px;
	width: 780px;
	height: 210px;
	border: thin black solid;
	background-color: green;
	font-size: 20px;
	padding:20px;
}

#howDoesItWork{
	margin-top: 20px;
	display: block;
	float: left;
	width: 780px;
	height: 360px;
	background-color: black;
	color: #FFF;
	font-size: 20px;
	padding:20px;
	background-image: url("../additionalFiles/QTDark.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
}

.groupDescription{
	cursor: pointer;
	padding: 10px;
	margin-bottom: 20px;
}

.d1{
	background-color:#999;
}

.d2{
	background-color: #CCC;
}

.d3{
	background-color: #CCC;
}

.level1{
	font-weight: bold;
	font-size: 20px;;
}

.level2{
	font-weight:bold;
	font-size: 18px;
	margin-left: 30px;
	width:1050px;
}

.level3{
	font-weight:normal;
	font-size: 18px;
	margin-left: 60px;
	width:990px;
}

.groupContents{
	display: none;
}

#hideDetails{
	display: block;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

#addIncome{
	width: 100px;
	margin-left: 10px;
}

.accountsName, .accountsDate, .accountsIncome, .accountsAfterFee, .accountsVAT, .accountsNetAmount, .accountsNetTaxAmount{
	display: inline-block;
	width: 170px;
}

.accountsTotalNetAmount{
	display: block;
	width: 170px;
	margin-left: 910px;
}


.newClient{
	display: inline-block;
	width: 180px;
	margin-right: 10px;
}

.adminName, .adminEmail, .adminStudentName{
	display: inline-block;
	width: 250px;
	margin-right: 10px;
	height: 20px;
}

.reminderDays, .active{
	width: 50px;
	margin-right: 10px;
}

.clientCredit, .rights{
	width: 80px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#adminClientList, #adminTutorList, #accountsList{
	margin: 0px;
	border: medium black solid;
	width: 1088px;
	height: 148px;
	overflow-y: scroll;
}

#adminTutorList{
	height: 80px;
}

#subscribeHolder{
	display: block;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: green;
	padding: 5px;
	border: thin black solid;
	clear: both;
	height: 80px;
}

#subscribe, #toClipboard{
	margin-top: 5px;
}

#reminders{
	display: block;
	clear: both;
	margin-top: 40px;
}

#reminderDays{
	margin-left: 5px;
}

#alertChooser, #calStudents{
	margin: 5px;
	float:left;
	width: 200px;
}

.calLabel{
	float: left;
	margin-top: 5px;
	font-weight:bold;
}

#paypalImage{
	width: 100px;
	margin-left: 140px;
}

#clientList{
	margin-top: 40px;
	display: block;
	clear: both;
}

.clientRow{
	display: block;
	clear: both;
	height: 24px;
	margin-top: 3px;
	padding: 5px;
}

.listParentName, .listStudentName, .credit, .addCredit{
	float: left;
	display: block;
	background-color: #999999;
	padding: 2px;
	padding-left:10px;
	width: 344px;
}

.credit, .addCredit{
	width: 100px;
	text-align: center;
	padding: 2px;
	margin-left: 10px;
}

.addCredit{
	background-color: #CCCCCC;
	border: thin black solid;
	cursor: pointer;
}
