/*--------------------------------------------*/
/*-----------------CURRICULUM-----------------*/
#courseName { font-weight:bold; }
#curriculum_dept_greeting{ margin-bottom:10px; }


.coursesBottom {
	
}
.coursesContainer {
	padding: 0px 0px;
	padding-bottom:20px;
}
.coursesHeader {
	background: url(/images/course_title.gif);
	height:22px;
	width:480px;
	padding-bottom:12px;
}
.coursesHeader2 {
	font-weight: bold;
}

/* OFF STATES */
.titleBack_off {
	/*background: #efefef;*/
	width:480px;
		margin-top:10px;

}
.courseArrow_off {
	background: url(/images/curr_expand.gif) top left no-repeat;
}
.titleText_off {
	font-family: Tahoma;
	font-size: 12px;
	color: #117dc9;
	line-height: 20px;
	padding: 0px 0px 0px 32px;
	text-decoration:underline;
	font-weight: bold;
}

/* ON STATES */
.titleBack_on {
	background: #e4f1fc;
	width:480px;
		margin-top:10px;
}
.courseArrow_on {
	background:url(/images/curr_collapse.jpg) top left no-repeat;
}
.titleText_on {
	font-family: Tahoma;
	font-size: 12px;
	color: #891300;
	line-height: 20px;
	padding: 0px 0px 0px 32px;
	text-decoration:underline;
	font-weight: bold;
}

/* COURSE DESCRIPTION BOX */
.course {
	/*background-color:#ffffff;*/
	background: #e4f1fc;
	padding: 10px 10px 10px 32px;
}
.course2 {
	font-family: Arial;
	font-size: 12px;
	color: #213066;
	line-height:15px;
}
/*--------------------------------------------*/
/*----------------Academics DDLB--------------*/
#ac-ddlb-container{
	background: url(/images/ac_ddlb_back.jpg) top left no-repeat;
	height: 81px; 
	width:471px;
	
}
#dept-container{
	float:left;
	
	width:325px;
}
#dept-header{
	float:left;
	font-size:14px;
	line-height:14px;
	/*text-indent:-9999px;*/
	/*background:url(/images/ac_dept.gif) no-repeat;*/
	height:28px;
	width:300px;
	margin-top:6px;
	margin-left:13px;
	color: #ffffff;
	font-weight: bold;
}
#ac-ddlb-dept-container{
	float: left; 
	padding-left:94px;
	padding-top:24px;
}
#ac-ddlb-dept{
	width:218px;
}
#grade-container{
	
	width:146px;
	float: right;
	
}

#grade-header{
	float:left;
	font-size:14px;
	line-height:14px;
	/*text-indent:-9999px;*/
	/*background:url(/images/ac_grade.gif) no-repeat;*/
	
	margin-top:6px;
	margin-left:11px;
	color:#ffffff;
	font-weight: bold;
}
#ac-ddlb-grade-container{
	float:left; 
	padding-left:50px;
	padding-top:24px;
}
#ac-ddlb-grade{
	width:78px;
}
/*--------------------------------------------*/
/*-------------- Faculty Sidebar -------------*/
.fac-photo{
	float:left; 
	padding-right:10px;
}
/*use these styles to show and hide fields in the fac staff sidebar*/
.fac-email{
color: #f4e38d;
	font-family: Georgia;
	text-decoration:underline;
	font-weight:bold;
	font-size: 12px;
	line-height:20px;

}
.fac-name{display:none;}
.fac-job-title{}
.fac-appointed{ display:none; }
.fac-dept-name{}
.fac-school{ display:none; }
.fac-phone{display:none;}
.fac-fax{display:none;}
.fac_bio{display:none;}