/*--------------------------------------------*/
/*-----------------CURRICULUM-----------------*/
.coursesBottom {
	
}
.coursesContainer {
	padding: 0px 0px;
	width:423px;
}
.coursesHeader {
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#7a7a7a;
}
.coursesHeader2 {}

/* OFF STATES */
.titleBack_off {
	background: url(/images/course_off.gif) no-repeat;
}
.courseArrow_off {
}
.titleText_off {
	font-family: Arial;
	font-size: 11px;
	color: #434343;
	padding: 5px 20px 3px 8px;
	text-decoration:none;
	font-weight:bold;
	line-height:15px;
}

/* ON STATES */
.titleBack_on {
	background: url(/images/course_on.gif) no-repeat;
}
.courseArrow_on {
}
.titleText_on {
	font-family: Arial;
	font-size: 11px;
	color: #020202;
	padding: 5px 20px 3px 8px;
	text-decoration:none;
	font-weight:bold;
	line-height:15px;
}

/* COURSE DESCRIPTION BOX */
.course {
	background:url(/images/course_top.gif) no-repeat #ffd68f;
	width:423px;
}
.course2 {
	font-family: arial;
	font-size: 12px;
	color: #020202;
	line-height:23px;
	background:url(/images/course_bottom.gif) bottom left no-repeat;
	padding:6px 9px 6px 9px;
}


#curriculum_dept_greeting{
	
}
/*--------------------------------------------*/
/*----------------Academics DDLB--------------*/
#ac-ddlb-container{
	background:#fed075;
	height: 58px; 
	width:565px;
	margin-bottom:10px;
	margin-top:10px;
}
#dept-container{
	float:left;
}
#dept-header{
	float:left;
	font-size:5px;
	line-height:5px;
	text-indent:-9999px;
	background:url(/images/ac_dept.gif) no-repeat;
	height:10px;
	width:127px;
	margin-top:24px;
	margin-left:15px;
}
#ac-ddlb-dept-container{
	float: left; 
	padding-left:14px;
	padding-top:21px;
}
#ac-ddlb-dept{
	width:154px;
}
#grade-container{float:left;}
#grade-header{
	float:left;
	font-size:5px;
	line-height:5px;
	text-indent:-9999px;
	background:url(/images/ac_grade.gif) no-repeat;
	height:10px;
	width:78px;
	margin-top:24px;
	margin-left:19px;
}
#ac-ddlb-grade-container{
	float:left; 
	padding-left:11px;
	padding-top:21px;
}
#ac-ddlb-grade{
	width:130px;
}
/*--------------------------------------------*/
/*-------------- Faculty Sidebar -------------*/
.fac-photo{
	float:left; 
	padding-right:10px;
}
/*use these styles to show and hide fields in the fac staff sidebar*/
.fac-email{}
.fac-name{display:none;}
.fac-job-title{}
.fac-appointed{display:none;}
.fac-dept-name{}
.fac-school{}
.fac-phone{display:none;}
.fac-fax{display:none;}
.fac_bio{}
