@charset "UTF-8";
/* CSS Document */

#schedule {
	width:750px;
	float:left;
	padding-right:8px;
	background-color:#FFFFFF;
}

#rightBar {
	width:170px;
	float:right;
	padding-left:20px;
	padding-top:20px;
	background-color:#FFFFFF;


}

#rightBar ul, #rightBar li{
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

.box {
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	width:100px;
	height:75px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}

.day {
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

.Leftday {
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

.leftEdge {
	border-left:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	width:100px;
	height:75px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}
