
/* CSS Document for Energy Section of the site */

/* #009036 */

#left_menu li {
	background: url("../images/green_bullet.gif") 0px 11px no-repeat;
}

#left_menu li span a:hover {
	color:#009036;
}

#left_menu li.selected a{
	color:#009036;
}

#select_course {
	background: url("../images/point_green.gif") 0px 11px no-repeat;
	color:#009036;
}

#cms_content li {
	background: url("../images/bullet_green.gif") 0px 7px no-repeat;
}

#course_intro li, .course_info li {
	background: url("../images/bullet_green.gif") 0px 5px no-repeat;
}

#course_intro li li, .course_info li li {
	background: none;
}

#course_title {
	/*background: url("../images/renewable_bg_wide.jpg") no-repeat;*/
 background: url("../images/energy_bg.jpg") no-repeat;
	border:2px solid #009036;
	color:#FFFFFF;
}

#right_calendar .calendar_day_today,
#right_calendar .calendar_day_booked_today,
#right_calendar .calendar_day_event_available_today,
#right_calendar .calendar_day_event_start_today {
  border:1px solid #2BA358;
}

#right_calendar .calendar_day_event_start,
#calendar_key .calendar_day_event_start,
#right_calendar .calendar_day_event_start_today {
	background-color: #2BA358;
	color:#006626;
}

#right_calendar .calendar_day_event_start a,
#right_calendar .calendar_day_event_start_today a {
	color:#006626;
}

#right_calendar .calendar_day_event_available,
#calendar_key .calendar_day_event_available,
#right_calendar .calendar_day_event_available_today {
	background-color: #89CBA2;
	color:#009036;
}

#right_calendar .calendar_day_event_available a,
#right_calendar .calendar_day_event_available_today a {
	color:#009036;
}

#right_calendar #cal_controls a:hover, {
	color:#009036;
	text-decoration:none;
}
#left_menu ul li.cat_title
{  
  background:none;
}
li.cat_title span {
  color:#009039;
  font-weight:bold;
  text-transform:uppercase;
}
