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

/* #000000 */

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

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

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

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

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

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

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

#course_title {
	/*background: url("../images/oil_bg_wide.jpg") no-repeat;*/
 background: url("../images/oil_bg.jpg") no-repeat;
	border:2px solid #000000;
	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 #6B6B6B;
}

#right_calendar .calendar_day_event_start,
#calendar_key .calendar_day_event_start,
#right_calendar .calendar_day_event_start_today {
	background-color: #6B6B6B;
	color:#000000;
}

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

#right_calendar .calendar_day_event_available,
#calendar_key .calendar_day_event_available,
#right_calendar .calendar_day_event_available_today {
	background-color: #919191;
	color:#000000;
}

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

#right_calendar #cal_controls a:hover, {
	color:#000000;
	text-decoration:none;
}



#left_menu ul li.cat_title
{  
  background:none;
}
li.cat_title span {
  color:#303030;
  font-weight:bold;
  text-transform:uppercase;
}

