
/* CSS Document for Gas Section of the site */

/* #5e3867 */

#left_menu li {
	background: url("../images/yellow_bullet.gif") 0px 11px no-repeat;
}

#left_menu li span a:hover {
	color:#5e3867;
}

#left_menu li.selected a{
	color:#5e3867;
}

#select_course {
	background: url("../images/point_yellow.gif") 0px 11px no-repeat;
	color:#5e3867;
}

#cms_content li {
	background: url("../images/bullet_yellow.gif") 0px 7px no-repeat;
}

#course_intro li, .course_info li {
	background: url("../images/bullet_yellow.gif") 0px 5px no-repeat;
}

#course_intro li li, .course_info li li {
	background: none;
}

#course_title {
	/*background: url("../images/gas_bg_wide.jpg") no-repeat; */
 background: url("../images/hs_bg.jpg") no-repeat;
	border:2px solid #5e3867;
	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 #a992af;
}

#right_calendar .calendar_day_event_start,
#calendar_key .calendar_day_event_start,
#right_calendar .calendar_day_event_start_today {
	background-color: #5e3867;
	color:#5e3867;
}

#right_calendar .calendar_day_event_start a,
#right_calendar .calendar_day_event_start_today a{
	color:#5e3867;
}

#right_calendar .calendar_day_event_available,
#calendar_key .calendar_day_event_available,
#right_calendar .calendar_day_event_available_today {
	background-color: #a992af;
	color:#5e3867;
}

#right_calendar .calendar_day_event_available a,
#right_calendar .calendar_day_event_available_today a {
	color:#a992af;
}

#right_calendar #cal_controls a:hover, {
	color:#5e3867;
	text-decoration:none;
}

#left_menu ul li.cat_title
{  
  background:none;
}
li.cat_title span {
  color:#5e3867;
  font-weight:bold;
  text-transform:uppercase;
}



