//
//	schedule CSS file
//

body
{
	font-family: verdana, arial, helvetica, sans-serif;
}

.scheduleBody
{
	font-family: verdana, arial, helvetica, sans-serif;
}

.scheduleDayLabel
{
	background-color: #414241;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid black;
	text-align: center;
}
.scheduleTimeLabel
{
	background-color: #414241;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	border: 1px solid black;
}
.scheduleCell
{
	background-color: #636563;
	font-size: 11px;
	border: 1px dashed black;
	text-align: center;
}
a {
	text-decoration: underline;
	color: #ccc;
}
a:hover {
	color: #b3545;
}

.fmCell
{
	background-color: #003;
	text-align: center;
	font-size: smaller;
}
.jukeboxCell
{
	background-color: #4A4B4A;
	text-align: center;
	vertical-align: top;
	font-size: smaller;
}

.boxTitle
{
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid black;
	padding: 3px 5px 3px 5px;
	width: 80%;
	background-color: #630000;
}
.boxContent 
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #636563;
	border: 1px solid black;
	padding: 0 5px 0 5px;
	font-size: 12px;
	width: 80%;
}
.floatingTitle {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	border: 2px double black;
	/*font-size: 10px;*/
}
