@charset "UTF-8";
/* CSS Document */

#schedule {
	position:relative;
	width:560px;
	height:625px;
	background:url('../images/bg3.png');
}

.header {
	background:#dddddd;
	height:21px;
	width:76px;
	position:absolute;
	border:solid 1px #ffffff;
	font-weight:bold;
	text-align:center;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.robot {
	background:#c3acb3;
	width:76px;
	position:absolute;
	border:solid 1px #ffffff;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.robot:hover {
	background:#b3455f;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.current_robot {
	background:#b3455f;
	width:76px;
	position:absolute;
	border:solid 1px #ffffff;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.dj {
	background:#a0afba;
	width:76px;
	position:absolute;
	border:solid 1px #ffffff;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.dj:hover {
	background:#6b8fab;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.current_dj {
	background:#6b8fab;
	width:76px;
	position:absolute;
	border:solid 1px #ffffff;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.robot_tooltip {
	padding:5px;
	background:#913d4e;
	min-height:100px;
	width:180px;
}
.dj_tooltip {
	padding:5px;
	background:#4c6c7d;
	min-height:100px;
	width:180px;
}

.air_time {
	font-weight:bold;
}
.show_name {
	font-weight:bold;
}
.host_name {
	
}
.genre {
	font-style:italic;
}
.robot_genre {
	text-align:center;
	font-style:italic;
}

