/* course classes css */

#courseList #controls {
	white-space: nowrap;
	padding: 2px;
	font-size: .9em;
	font-weight: bold;
}

#courseList .courseTable {
	white-space: nowrap;
	font-size: .8em;
	width: 100%;
    margin: 1px;
}

/* common to all table rows */
#courseList .courseTableRow {
	/*background-color: #80b3ff;*/
}

#courseList table {
	border: 0px;
	border-collapse: collapse;
}

#courseList td {
	padding: 2px;
	padding-right: 2px;
	margin: 0px;
	vertical-align: middle;
	border: 1px dotted #007800;
	border-left: 0px;
}

/** only even table rows */
#courseList .courseTableRowEven {
	background-color: #e3ebe3;
}

#courseList .courseTableContainer {
	overflow-x:hidden; overflow-y:auto;
	width: 100%;
}

/* general container for course list */
#courseList .courseContainer {
	margin-top: 2px;
}

#courseList .course_remove {
	cursor: pointer;
	background: url("../images/remove.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
}

#courseList .course_catalog {
	cursor: pointer;
	background: url("../images/catalog.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
}

#courseList .course_name {
	font-weight: bold;
	padding-left: 22px;
	float: left;
	cursor: pointer;
	min-height: 16px;
	
	background: url("../images/expanded.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#courseList .course_name_collapsed {
	font-style: italic;
	background: url("../images/collapsed.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#courseList .course_header {
	text-align: right;
	vertical-align: middle;
	padding-right: 2px;
}

#calendar .courseBox {
	position: absolute;
	padding: 1px;
	width: 98px;
}

/* general course style for calendar cell */
#calendar .courseCal {
	
	font-size: .6em;
	text-align: left;
	
	filter:alpha(opacity: 80); /* ie */
	-moz-opacity: 0.8;  /* firefox */
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	position: relative;
	height: 100%;
	
	overflow: hidden;
}

/* content of the course calendar cell */
#calendar .courseContent {	
	
	padding: 1px;
	z-index: 2;
	
	filter:alpha(opacity: 100); /* ie */
	-moz-opacity: 1.0;  /* firefox */
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.pin {
	background-image: url("../images/pin.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	min-width: 16px;
}

.unpinned {
	filter:alpha(opacity: 30); /* ie */
	-moz-opacity: .3;  /* firefox */
	-khtml-opacity: .3;
	opacity: .3;
}

#courseList .daySquare {
	width: 5px;
	height: 5px;
	margin: 1px;
	border: 1px solid black;
	float: left;
	margin-top: .3em;
}

#courseList .daySquares {
	vertical-align: middle;
	margin-right: 2px;
	float: left;
	display: inline;
}

