body {
	line-height: 1.5em;
}
#calendar, #playlist {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1em;
	margin: 0px;
	width: 450px;
	text-align: left;
	background: #fc9603 url('images/cal_head.gif') scroll repeat top right;
	border-collapse: collapse;
}
#calendar th, #playlist th
{
	padding: 8px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: transparent;
}
#calendar td, #playlist td
{
	padding: 8px;
	background: #de5302;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: .8em;
}
#calendar tfoot td, #playlist tfoot td {
	background: #fc9603 url('images/cal_head.gif') scroll repeat top left;
}
#calendar tbody tr:hover td {
	background: #fc9603;
}
#playlist tbody tr:hover td {
	background: #fc9603;
}
#playlist th { text-align: center; }
    
