#loginForm{
	z-index:3000000;
	position: fixed;
    height: 175px;
    width: 305px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
h2.loginTitle{
	margin:0;
	margin-left:-15px;
	margin-bottom:10px;
	text-indent:15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	font-size:24px;
	line-height:100%;
	background-color:#333333;
	}
input.text{
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	height:30px;
	background-color:white;
	width:280px;
	font-size:22px;
	color:color:#333333;
	display:inline-block;
	/*Rounded corners*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

input.submit{
	float:right;
	height:35px;
	width:100px;
	background-image: linear-gradient(to top,#fff,#f5f5f5);
	margin-right:20px;
	margin-top:10px;

	/*text style*/
	font: 16px Helvetica;
	font-weight:bold;	
}
input.popupButtons{
	float:left;
	height:35px;
	width:100px;
	background-image: linear-gradient(to top,#fff,#f5f5f5);
	margin-right:30px;
	margin-left:20px;
	margin-top:10px;
	/*text style*/
	font: 16px Helvetica;
	font-weight:bold;	
}
input.btn:hover{
	background-color:#f5f5f5;
	background-image: linear-gradient(to bottom,#fff,#f5f5f5);
}

input.hint{
	float:left;
	width:35px;
	height:35px;
	margin-top:10px;
	background-image: linear-gradient(to top,#fff,#f5f5f5);
	margin-left:20px;
	/*text style*/
	font: 16px Helvetica;
	font-weight:bold;	
}

input.notValid{
	background: #FF7F50;
}

input.Valid{
	background: #98FB98;
}

.errorMessage{
	float:right;
	cursor:pointer;
	font-family: "icomoon";
	color:white;
	font-size: 8px;
	display:inline;
	opacity:0;
}

/* Window for change password */
#passwordChanger{
	/* Position & Size */
	position:fixed;
	left:35%;
	top:24%;
	padding:20px;
	width:300px;
	height:150px;
	
	/* Colors */	
	color:white;
	background-color:#333;

	/* Fonts */	
	line-height: 200%;
	font-family: Helvetica;
	
	/* Borders */
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom:1px solid #111;
	border-right:1px solid #111;
	-webkit-box-shadow: 0 0 8px #000;
}

#passwordChanger input{
	width:40%;
	margin-right:5px;
	float:right;
}

#passwordChanger .passwordHeader{
	/* Position & Size */
	width:320px;
	height:30px;
	margin-left:-21px;
	margin-top:-20px;
	padding-left:20px;
	
	/* Fonts */
	font-size: 18px;
	line-height:200%;
	font-weight: bold;
	
	/* Colors */
	color: #fff;
	background-color:#333;
	
	/* Borders */
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom:1px solid #111;
	border-right:1px solid #111;
}
#passwordChanger .passwordHeaderBorder{
	border-bottom:1px solid #555;
	width:340px;
	margin-left:-21px;
	margin-bottom:5px;
}

#passwordChanger .button{
	/* Position & Size */
	width:125px;
	height:33px;
	margin-top:10px;
	margin-right:18px;
	
	/* Colors */
	background: #a8a8a8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#a8a8a8));
	background: -moz-linear-gradient(top, #f0f0f0, #a8a8a8);
	background: linear-gradient(to bottom, #f0f0f0, #a8a8a8);
	color: #5c5c5c;
	
	/* Font */
	font: 16px Helvetica;
	font-weight: bold;
	text-align: center;
	
	/* Borders */
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

#passwordChanger .button:hover, .button:active, .button:focus {
	background: #a0a0a0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#a0a0a0));
	background: -moz-linear-gradient(top, #d0d0d0, #a0a0a0);
	border-color: #777;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-style: none;
}
#popupxButton{
	float:right;
	width:25px;
	height:25px;
	background-image: linear-gradient(to top,#fff,#f5f5f5);
	margin-right:15px;
	/*text style*/
	font: 16px Helvetica;
	font-weight:bold;	
}
#subjectConfirmRemove{
	z-index:3000000;
	position: fixed;
    height: 175px;
    width: 305px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
#middleLayerPopups{
	height:70px;
	width:305px;
	padding:0;
}
#middleLayerPopupsSizeTwo{
	height:150px;
	width:450px;
	padding:0;
	display:table;
}	
#middleLayerPopupsSizeThree{
	height:175px;
	width:450px;
	padding:0;
	display:table;
}	
#addCategory{
	z-index:3000000;
	position: fixed;
    height: 175px;
    width: 305px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
#changeActiveCourse{
	z-index:3000000;
	position: fixed;
    height: 175px;
    width: 305px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
#editCourse{
	z-index:3000000;
	position: fixed;
    height: 250px;
    width: 450px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
#addCourse{
	z-index:3000000;
	position: fixed;
    height: 250px;
    width: 450px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
#addStudents{
	z-index:3000000;
	position: fixed;
    height: 275px;
    width: 450px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
#addNewInstructor{
	z-index:3000000;
	position: fixed;
    height: 175px;
    width: 335px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 50%;
	background-color:lightgray;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
.inline{
	float: left;
	display:inline;
}

.tableRow{
	display:table-row;
}

.tableCell{
	display:table-cell;
}
.overflow{
	overflow:auto;
}