/**** fureai.css ****/

h4{
	font-size:18px;
	margin:0px;
	padding:0px;
}
.fureai{
	width:600px;
	margin-left:100px;
	margin-bottom:15px;
}
.fureai ul{
	width:450px;
	list-style-image:url(/img/cal_arrow_right.gif);
}
.fureai li{
	
}

#schedulepanel{
	width:500px;
	height:300px;
	overflow-y:scroll;
}
.schedule{
	width:482px;
	border:1px solid #999;
}
.schedule th{
	color:#FFF;
	background-color:#690;
}
.schedule th,td{
	padding:3px;
}
.even{
	background-color:#E0E0E0;
}


