body {
	color: #4F5155;
	height:1500px;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	color:#f42;
	text-decoration:underline;
}

h1.courseName{
	font-family: Arial;
	font-size: 14px;
	font-weight:normal !important;
	color: #000;
	margin:0;
	line-height:250%;
	display:inline;
}

.viewTitle{
	margin-left:20px;
	font-size:20px;
	display:inline;
	
}

h2.manageCourseBodyHeader{
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	margin:0 !important;
	padding:0 !important;
	line-height:250%;
	display:inline;
}

h2.popupHeader{
	margin:0;
	margin-left:-15px;
	margin-bottom:10px;
	text-indent:15px;
	padding-top:7px;
	padding-bottom:7px;
	font-weight:normal;
	color:#FFF;
	font-size:20px;
	line-height:100%;
	background-color:#333333;
}

#manageCoursesHeader{
	padding:0;
	margin:0;
	height:35px;
	padding-left:30px;
	background-color:#ddd;
	margin-left:-30px;
	line-height:250%;
	border:1px solid #ccc;
}


#exampleBodyMenu{
	float:left;
	width:92%;
	height:35px;
	margin-left:60px;
	margin-top:67px;
	border-bottom: 1px solid #acacac;
}

/*	The box where all stuff in in body is generated in.*/
#bodyContainer{
	float:left;
	margin-left:90px;
	margin-top:10px;
	width:90%;
	z-index:0;
}

/* Add courses popup */
#addCourse{
	z-index:3000000;
	position: fixed;
    height: 240px;
    width: 400px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 45%;
	background-color:#eee;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}
#editCourse{	
	z-index:3000000;
	position: fixed;
    height: 240px;
    width: 400px;
	padding-left:15px;
    margin: -150px 0 0 -160px;
    top: 50%;
    left: 45%;
	background-color:#eee;
	border: 1px solid darkgray;
	font: 13px Helvetica;
	text-shadow: 0.5px 0.5px #ddd;
	color: #4F5155;	
}

.middleLayerPopupsSizeTwo{
	height:150px;
	width:385;
	padding:0;
	display:table;
}	

.formColumn1{
	display:inline-block;
	float:left;
	width:45%;
}
.formText{
	font-size:16px;
	padding-top:10px;
}

.formColumn2{
	display:inline-block;
	float:right;
	width:45%;
}

.overflow{
	overflow:auto;
}

input.text{
	margin-right:5px;
	height:30px;
	background-color:white;
	width:230px;
	font-size:16px;
	color:color:#333333;
	display:table-cell;
	/*Rounded corners*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:right;
}
input.popupButtons{
	display:inline-block !important;
	height:35px;
	width:100px;
	background-image: linear-gradient(to top,#fff,#f5f5f5);
	margin-right:0px;
	margin-left:20px;
	/*text style*/
	font: 16px Helvetica;
	font-weight:bold;	
}




a.cp{
	float:right;
	position:relative;
	right:-133px;
	height:20px;
	width:100px;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	background-image: linear-gradient(to top,#fff,#f5f5f5);
	margin-left:7px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.cp:hover{
	background-color:#f5f5f5;
	background-image: linear-gradient(to bottom,#fff,#f5f5f5);
}

.manageCourseButton{
	font-family: "icomoon";
	font-size:20px;
	display:inline-block;
	color: #aaa;
	border:1px solid #aaa;
}
.manageCourseButton:hover{
	color:pink;
	text-decoration:none;
}



/*	Banner is for each category */
.banner{
	display:block;
	width:100%;
	padding-left:30px;
	height:30px;
}

/* Odd or even rows */
.odd{
	padding-top:5px;
	background-color:#f5f5f5; 
}

.even{
	padding-top:5px;
	background-color:#fff; 
}

.column1{
	float:left;
	width: 300px;
	display:inline-block;
}

.column2{
	float:left;
	width: 150px;
	display:inline-block;
}

.column3{
	float:left;
	width: 200px;
	display:inline-block;
}

.column4{
	float:left;
	width: 130px;
	display:inline-block;
}

.column5{
	float:right;
	width: 30px;
	display:inline-block;
}

