#innerTable td {
	border-bottom:1px solid #e3e3e3;
}
#outerTable {
	width:196px;
}
#monthRow {
	color:#1163f4;
	font-weight:bold;
	font-size:14px;
}
#dayRow {
	color:#1163f4;
	font-weight:bold;
	font-size:17px;
	vertical-align:middle;
}
#innerTable {
	width:196px;
	color:#666666;
	font-size:12px;
	line-height:22px;
}
.day {
	color:#999999;
}
#today a{
	background:#1163f2;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}
.selected {
	border:1px solid #1163f2;
	text-decoration:none;
	padding:2px;
}
.event {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}