@charset "utf-8";
/* CSS Document */

#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;
	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: #B08D6C;
	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: 915px;
	border-bottom-width: 1px;
	border-bottom-color: #B08D6C;
	border-bottom-style: solid;
}

table.week td.day .subhead_no_link {
	color: #A82E0F;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a.calendar-link:link, a.calendar-link:visited, a.calendar-link:active {
	color: #A82E0F;
	margin: 0;
	padding: 0 0 5px 15px;
	text-decoration: underline;
	background: url(../i/ico-rhombus.gif) no-repeat 0px 3px;
}

a.calendar-link:hover {
	padding: 0 0 5px 15px;
	text-decoration: underline;
	background: url(../i/ico-rhombus.gif) no-repeat 0px 3px;
}

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

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

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

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

table.week tr.rulebelow td.day {
	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: 0px;
	margin-left: 15px;
	width: 105px;
	float: right;
}
