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

/* #0089D0 */

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

#left_menu li span a:hover {
	color:#0089D0;
}

#left_menu li.selected a{
	color:#0089D0;
}

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

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

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

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

#course_title {
	/*background: url("../images/plumbing_bg_wide.jpg") no-repeat;*/
  background: url("../images/plumbing_bg.jpg") no-repeat;
	border:2px solid #0089D0;
	color:#FFFFFF;
}

.course_info a, #cms_content a {
	color:#0089D0;
	text-decoration:none;
}

.course_info a:hover, #cms_content a:hover {
	color:#0089D0;
	text-decoration:underline;
}

#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 #2985CA;
}

#right_calendar .calendar_day_event_start,
#calendar_key .calendar_day_event_start,
#right_calendar .calendar_day_event_start_today {
	background-color: #2985CA;
	color:#1C5BA2;
}

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

#right_calendar .calendar_day_event_available,
#calendar_key .calendar_day_event_available,
#right_calendar .calendar_day_event_available_today {
	background-color: #7FC4E7;
	color:#62869E;
}

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

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


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


