#manageCourses {
	font-size: 130%;
}

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;
	line-height: 33px;
	display:inline;
}

#manageCourses {
	position: absolute;
	width: 864px;
	top: 54px;
}

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

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

#manageCoursesMenu {
	height: 33px;
	border-bottom: 1px #acacac solid;
}

/*	The box where all stuff in in body is generated in.*/
#bodyContainer{
	margin-top:20px;
	z-index:0;
}

/* Add courses popup */
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;
}

#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;
}	


.overflow{
	overflow:auto;
}

/* initially display: none; -- will be shown by JS on demand */
.manageCoursePopup {
	display: none;
}

.manageCoursePopup form ul li {
	list-style: none;
	height: 30px;
}

.manageCoursePopup form ul li label {
	float: left;
	width: 10em;
	clear: left;
	line-height: 30px;
}

input.text{
	background-color:white;
	width:230px;
	font-size:16px;
	color:color:#333333;
	/*Rounded corners*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
	height: auto;
	vertical-align: bottom;
	margin-left: 0;
}

.manageCoursePopup span {
	font-size: 100%;
	line-height: 30px;
}

.manageCoursePopupMenu {
	position: absolute;
	bottom: 10px;
}

.popupButtons{
	display:inline-block !important;
	height:35px;
	width:100px;
	background-image: linear-gradient(to top,#fff,#f5f5f5);
	/*text style*/
	font: 16px Helvetica;
	font-weight:bold;	
}

.popupButtons:hover {
	cursor: pointer;
}




#addCourseButton{
	margin-top: .45em;
	padding: 2px 8px;
	font-size: 125%;
	float: right;
	color: #666;
	border: 1px solid #959595;
	border-radius: 6px;
}

#addCourseButton:hover{
	border-color: #000;
	color: #000;
}

.manageCourseButton:before {
	font-family: "icomoon";
	font-size:20px;
	content: "C";
	display: block;
	margin: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border:1px solid #aaa;
}

.manageCourseButton{
	color: #aaa;
	font-size: 0;
	line-height: 0;
}
.manageCourseButton:hover{
	color:pink;
	text-decoration:none;
}

.manageCoursePopup input.text {
	font-size: 100%;
}

#manageCourses table {
	border-collapse: collapse;
	width: 100%;
}

#manageCourses th, #manageCourses td {
	padding: 6px 0;
}

#manageCourses .odd td {
	background: #fff;
}

#manageCourses .even td{
	background: #f5f5f5;
}

#manageCourses th {
	background: #ddd;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	text-align: left;
}

#manageCourses th:first-child, #manageCourses td:first-child {
	padding-left: 30px;
}

.publishButton {
	display: block;
	width: 25px;
	height: 15px;
	overflow: hidden;
	text-indent: -200%;
	margin: auto;
}

.publishButton.published {
	background: green;
}

.publishButton.unpublished {
	background: red;
}