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

/* #CC0018 */

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

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

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

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

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

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

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

#course_title {
	/*background: url("../images/electric_bg_wide.jpg") no-repeat;*/
 background: url("../images/electrical_bg.jpg") no-repeat;
	border:2px solid #CC0018;
	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 #D21C31;
}

#right_calendar .calendar_day_event_start,
#calendar_key .calendar_day_event_start,
#right_calendar .calendar_day_event_start_today {
	background-color: #D21C31;
	color:#75000F;
}

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

#right_calendar .calendar_day_event_available,
#calendar_key .calendar_day_event_available,
#right_calendar .calendar_day_event_available_today {
	background-color: #DD5767;
	color:#9F2030;
}

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

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



