#myCourses {
	font-size:12px;
	position:absolute; 
	margin:1em 0em 0em 30em; 
	width:48em;
	z-index:999; 
	background-color:#FFFFFF; 
	border:1px solid #000000;
	padding:0.5em 1em 0.5em 1em;
	line-height:1.5;
}

.myCoursesList {
	width:100%;
	margin:0;
	padding:0;
}

.myCoursesLine {
	position:absolute;
	width:50em;
	height:1px;
	margin:0.5em 0em 0em -1em;
	border-bottom:1px solid #000;
}

.myCoursesHeaderText {
	font-size:18px;
	font-weight:normal;
}

.myCoursesHeaderControls {
	margin:0.5em 0em 0em 0em;
	font-weight:bold;
	color:#00F;
	position:absolute;
	left:40em;
	cursor:pointer;
}

.totalDivText {
	padding:0em 0em 0em 7em;
}

.totalDivNum {
	position:absolute;
	margin:0em 0em 0em 27em;
	text-align:right;
}

.divTFElink {
	position:absolute; 
	margin:0.5em 0em 0em 31em;
	padding:0.25em 1em 0.25em 1em;
	width:9em;
}

a.tfeH { color: #006699; text-decoration: underline; line-height: 1.5em; }
a.tfeH:hover { background: none; color: black; cursor:help; text-decoration:none; }
a.tfeH span.tfeH { display: none; line-height: 1.1em; text-decoration:none; }
a.tfeH:hover span.tfeH { display: inline; background-color: white; border: 1px solid black; padding: 0.2em; text-decoration: none; width: 27em; 
	color: black; cursor: default; margin-left: 0.5em;  text-align: left; position: absolute; z-index: 100; font-size: 0.85em; text-decoration:none; }

.optionBox {
	position:absolute;
	border:1px solid #000000;
	padding:1em 1em 1em 1em;
	width:20em;
	height:6.5em;
}


#resultsDiv {
	font-size:12px;
	position:absolute; 
	margin:18em 0em 0em 50em; 
	width:28em;
	z-index:1000; 
	background-color:#FFFFFF; 
	border:1px solid #000000;
	padding:0.5em 1em 0.5em 1em;
}

