.body_bg{
	background-color: #FFFFFF;
}
/* Course Homepage(horizontal menu) - Bottom menu bar background color*/
.ch_bottomBg{
	background-color: #FFCC66;
}
/* Course Homepage(horizontal menu) - Bottom menu bar word color & size*/
.ch_bottomWd{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.678em;
	color: #006699;
}
/*For folder titles show under ICON on course homepage (example: Course Materials)*/
/* used in navigator?OpenFrom horizontal menu*/
.ch_FolderWd{
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size: 1em;
	font-weight: 700;
    color: #663366;
}
/*For item titles show under ICON on course homepage (example: study unit)*/
.ch_SubFolderWd{
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size:0.8em;
	font-weight: 400;
	padding-top:2pt;
	padding-bottom:0pt;
}
/*Background color of course title*/
.ch_CourseTitleBg{
	background-color: #AA9944;
}
/*Background color of course code*/
.ch_CourseCodeBg{
	background-color: #FFDD77;
}
.ch_CourseCode{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	color: #663366;
}
/*Font setting of Course Code on TOP course title bar*/
.ch_CourseTitle{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	color: white;
}
.ch_CourseTitle A:link{
	color:white;
	text-decoration:none; 
}
.ch_CourseTitle A:visited{
	color:white;
	text-decoration:none; 
}
.ch_CourseTitle A:hover{
	background-color: white;
	color:AA9944;
}
.ch_linebreak{
  background-image:url(/images/coursemenu/ic-line_v.gif);
  background-position:top;
  background-repeat: y-repeat;
}
.cv_CourseTitleBg{
	background-color: #441166; 
}
/*Font setting of Course Title on TOP course title bar*/
.cv_CourseTitleWd{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: #AAAACC;
}
/*Font setting of Course Code on TOP course title bar*/
.cv_CourseCodeWd{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: white;
}
/*Background color under course title bar 
showing buttons of menu/content/hide content*/
.cv_HistoryBg{
	background-color: #DDDDFF;
}
.cv_HistoryWd{
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size: 0.7em;
}
/*Background color of vertical menu*/
.cv_MenuBg{
	background-color: #FFFFCC;
}
/*Sub menu's Background color of vertical menu*/
.cv_SubMenuBg{
	background-color: #FFFFCC;
}
/*Title's font setting of vertical menu*/
.cv_MenuWd{
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size: 1em;
	font-weight: 700;
    color: #003366;
}
DIV.NAVTOP1{
  background-image:url(/images/coursemenu/back_pur.jpg);
  background-position:top;
  background-repeat: x-repeat;
  height:99px;
  width:100%
}
DIV.NAVTOP1 TD.OLELOGO{
  background-image:url(/images/coursemenu/zht/cole_pur.jpg);
  background-position:left top;
  background-repeat: no-repeat;
  width:223px;
}
DIV#menupanel{
	left:0px;
	position:absolute;
	top:5px;
	width:100%;
}
