/* CSS Document */

/*For all courses.*/





/* begin "page5" stuff */
/* This is for the side menu */

.module_menu_content {
	/*width: 9%;
	min-width:150px;
	position:fixed;*/
	width: 21%;
	
	
	
	/*need this when canvas styling, but it messes with sakai styling*/
	float: left; 
/*	
	display: none;
	*/
	
	
	
	
	
	/*border:2px dotted #f6a01a;*/
	border-radius: 10px;
	background-color: #ddd;
	padding: 5px 5px 5px 10px;
	margin-bottom: 30px;
	margin-right: 30px;


	list-style-image: url(http://bb.plsweb.com/canvas/he/he_master_files/images/simpleicon_bullet_navy.gif);
	margin-top: 20px;
}

/*h3 headings used within the content areas */

h3.page_headings {
	color:#0e435e;
	font-size:large;
	padding:0px 0px 7px 0px;
	margin-bottom:0px;
	background-image:none;
	font-weight: normal;
	margin-top: 0px;
}

h5.in_this_module {
	color:#0e435e;
	font-weight: normal;
	margin:10px 0;
	font-size:14px;
	font-style: italic;
}

a.left_menu_links {
	text-decoration: none;
	color: #0489b1;
	font-size: 13.5px;
	font-weight: normal;
}
a.left_menu_links:visited {
	text-decoration: none;
	color: #0489b1; 
}
a.left_menu_links:hover {
	color: #0489b1;
	text-decoration: underline;
	background: inherit;
}

li.current_page_bullet {
	list-style-image:url(http://bb.plsweb.com/canvas/he/he_master_files/images/simpleicon_bullet_orange.gif);	
}

li.no_page_bullet {
	list-style-image: none;
	list-style: none;
	color: #0e435e;
	font-style: italic;
	font-size: 1.3em;
/*	font-weight: bold;
*/	text-indent: -27px;
}



.module_menu_content ul {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 25px;
}








/* clearfloat - this clears float of side menu when using with sakai styling */
/* When not using Sakai styling, the div can be hidden, negating the clear. This occurs in make_canvasy.css (but could alternatively be in override_sakai.css) */

.sidemenu_clearfloat {
	clear:both;
/*	display:none; */
}
