
/***************************************/
/* Last edited  September 17, 2009
uproot gets its own color now
*/

td.schedule {
	cursor: pointer;
	cursor: hand;
} 

/* td:hover and td:active don't work in Explorer 6 */

td.schedule:hover {
	color: black;
	background: #C0C0C0;
	border: 1px solid yellow;
}

td.schedule:active {
	color: white;
	background: #C0C0C0;
	border: 1px solid #black;
}


/***************************************/
/*Color coding*/

.underground, .jazzBlues, .classical, .reggae, .hiphop, .specialty, .world, .americana, .electronic, .uproot {
	padding: 5px;
	border: 1px solid #FFDEA9;
}

.specialty , .world, .americana, .electronic, .uproot {
	color: white;
}

.underground {
 /* white */
}

.jazzBlues {
	background: red;
}

.classical {
	background: #FF7F00;
}

.reggae {
	background: yellow;
}

.hiphop {
	background: #CCFF00;
}

.specialty {
	background: #353535;
}

.world {
	background: #4B0082;
}

.americana {
	background: #3333FF;
}

.electronic {
	background: #800080;
}

.uproot {
	background: #009966;
}

/*for days, times, and KSPC radio rewind*/

.blank {
	padding: 5px;
	background: #DEDEDE;
	font-weight: bold;
	font-size: 10px;
}

.dayTime {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	font-size: 14px;
}


/* to make DJ names look special */
.dj {
	font-weight: bold;
	font-style: italic;
}



