/******* TABLE ROWS TO HIGHLIGHT AS "KIDS" CATEGORY *************/
#mon-jl-baby {
	background-color: #FFF;
}

/*Keeps table header "Mon" in unchanged color
instead of the highlight color*/
#mon-jl-baby th {
	background-color: #B7C898;
}
#tues-jd-baby {
	background-color: #FFF;
}
#thurs-ms-dance {
	background-color: #FFF;
}
#sat-cm-adj {
	background-color: #FFF;
} 
#sat-cm-edt {
	background-color: #FFF;
} 
/******************* top image swap *********************************************/
#top-image {
	background: url(images/top-kids.jpg) no-repeat;
}


/************** CATEGORY BUTTON COLOR ****************************************/


#cat #catkids {
	color:#000000;
	background: url(images/button-glass-ro.gif) no-repeat left 0px;
}
#cat #catkids a {
	color:#000000;
	background: url(images/button-glass-ro-end.gif) no-repeat right 0px;
}

/*Keeps the All button from showing its default active state*/
#cat #catall {
	color: #FFFFFF;
	background: url(images/button-glass.gif) no-repeat left 0px;
}
#cat #catall a {
	color: #FFFFFF;
	background: url(images/button-glass-end.gif) no-repeat right 0px;
}
#cat #catall a:hover {
	color: #aec6f2;		
}


