#homecalendar {
	border-top-color: #4a9ce0;
	border-top-width: 3px;
	border-top-style: double;
}

#homecalendar span {
	font-size: 11px;
	margin-top: 15px;
	float: right;
}

#homecalendar img {
	vertical-align: bottom;
}

#day {
	margin-top: 5px;
	margin-bottom: 5px;
}

#day span.name {
	margin-left: 5px;
	font-weight: normal;
}

#day table {
	width: 100%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-color: #4a9ce0;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4a9ce0;
	border-bottom-style: solid;
}

#day table td.event {
	font-size: 11px;
	color: #1b3a5e;
	width: 220px;
	vertical-align: top;
}

#day table tr.rulebelow td.event {
	background: url(/rsrc/common/dottedrule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#day table td.event img {
	margin-left: 5px;
	margin-top: 7px;
	float: left;
}

#day table td.event span {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 195px;
	float: right;
}

#day table td.spc {
	width: 10px;
}

#day table td a:link, #day table td a:visited, #day table td a:hover, #day table td a:active {
	font-weight: bold;
	text-decoration: none;
}

#weeklabel {
	border-bottom-width: 1px;
	border-bottom-color: #4a9ce0;
	border-bottom-style: solid;
}

table.week td.day a:link, table.week td.day a:visited, table.week td.day a:hover, table.week td.day a:active {
	font-weight: bold;
	text-decoration: none;
}

table.week {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #4a9ce0;
	border-bottom-style: solid;
}

table.week th.day {
	width: 122px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-color: #4a9ce0;
	border-bottom-style: solid;
}

table.week th.day span {
	color: #9dd1f1;
}

table.week th.spc {
	width: 11px;
}

table.week td.day {
	font-size: 11px;
	color: #1b3a5e;
	vertical-align: top;
}

table.week tr.rulebelow td.day {
	background: url(/rsrc/common/dottedrule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

table.week td img {
	margin-top: 7px;
	float: left;
}

table.week td span {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 105px;
	float: right;
}