/******* TABLE ROWS TO HIGHLIGHT AS "MEDITATION" CATEGORY *************/
#mon-hb-med {
	background-color: #FFF;
}
#wed-jr-kunmed {
	background-color: #FFF;
}
#sg-med {
	background-color: #FFF;
}

/*Keeps table header "Fri" in unchanged color
instead of the highlight color*/
#fri-medprana th {
	background-color: #B7C898;
}
#fri-medprana {
	background-color: #FFF;
}


/*Keeps table header "Sun" in unchanged color
instead of the highlight color*/
#sun-none-yagananda th {
	background-color: #B7C898;
}
#sun-none-yagananda {
	background-color: #FFF;
}
#sun-none-tibetan { 
	background-color: #FFF;
}

/******************* top image swap *********************************************/
#top-image {
	background: url(images/top-med.jpg) no-repeat;
}

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


#cat #catmeditation {
	color:#000000;
	background: url(images/button-glass-ro.gif) no-repeat left 0px;
}
#cat #catmeditation 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;		
}
