@charset "utf-8";
/* CSS Document */

.pointer {
	cursor:pointer;
}
#courseDesc,
#courseObj,
#courseOut,
#coursePre,
#computerReq,
#scheduledDates {
	/*position:absolute;*/
/*	top:35px;
	left:10px;
	bottom:5px;
*/	width: 100%;
	/*height:455px;*/
	height:0px;
	visibility:hidden;
	overflow:hidden;
}
#courseDesc {
	visibility:visible;
	height:550px;
}

#course_desc_area{
}

#left_area{
width:70%;
float:left;
}
#right_menu{
width:25%;
float:right;
border-left:1px dotted silver;
margin-left:10px;
padding-left:10px;
}

.coursebox .info{
	width:25%;
}
