div.takeThis {
	clear: both;
	margin-right: 0px; 
	padding: 3px 0px 10px 10px;
	border: 1px solid white;
}
div.takeThis div.th{
	padding: 5px 10px 5px 0px;
}
div.takeThis div.agenda_head {
	margin-right: 1px;
	font-size: 120%;
 }

 div.button {
	float: right;
    color: crimson;
	margin-right: 10px;
	border: 1px solid silver;
	width: 110px;
	text-align: center;
	margin: 3px 5px;
	background-color: whitesmoke;
	padding: 1px 8px;
	cursor: pointer;
}

div.button div {
	text-align: center;
}

table#CourseMap  td h3 {
	color: navy;
}


/* Calendar */
	div#Cal {
		float: left;
		border: 0px solid black;
		width: auto;
		margin-right: 10px;
	}
	div.Cal .d, .h, .dw {
		font-family: calibri, Tahoma, Arial; 
		font-size: 9pt;
	}
	div.Cal .today { 
		font-weight: bold; 
		color: crimson; 
		background-color: lightpink;
	}
	div.Cal .h { 
		color: green; padding-top: 5px; 
		font-size: 10pt;  
		font-weight: bold; 
		background-color: white; 
	}
	div.Cal .dw { 
		font-size: 8pt;
		padding-top: 0px; 
		background-color: LemonChiffon; 
		border-bottom: 1px solid silver; 
		}
	div.Cal .d { padding: 1px; font-size: 9pt; 
		height: 16px; width: 16px;
		cursor: pointer;
	}


table.courselist tr.selected {
	background-color: gold;
}

table.courselist td {
	font-family: Calibri, Tahoma, Arial; 
}
table.courselist td {
	border-bottom: 1px solid dimgray;
	border-left: 1px solid dimgray;
	padding: 2px 5px;
}

.HasCourse { background-color: whitesmoke; }
.hover { background-color: powderBlue; }
.selected {
	background-color: gold;
}