/* CSS Document */

#schedule {
	width:100%;
}

#schedule th {
	background:#FFF;
	text-align:center;
	vertical-align:middle;
	height:40px;
}

#schedule td {
	background:#FFF;
	text-align:center;
	vertical-align:top;
	padding:2px;
}
#schedule .date {
	background:#CFF;
	vertical-align:middle;
}
#schedule p {
	border-bottom:dotted 1px #999;
	margin-bottom:5px;
}

* html #schedule p{
	height:2.5em;
}

*+html #schedule p {
	height:2.5em;
	padding-bottom:5px;
}

#schedule .textarea {
	text-align:left;
	padding:10px;
}

.bar_yellow {
	background:#FF0;
	text-align:center;
}

.bar_skyblue {
	background:#0CF;
	text-align:center;
}

.bar_orange {
	background:#FC0;
	text-align:center;
}

.bar_optional {
	background:#FCF;
}
