/* CSS Document */

/******* MINI CALENDAR *******/
table.minical {
	width: 180px; 
	line-height: normal;
	margin: inherit;
	border-collapse: collapse;
	border-width: 1px; border-color:#ada48d; 
	background-color: #ece9d8;
	color:#727375;
	margin-left: 25px;
}
table.minical th {
	padding: 0px;
	vertical-align: middle;
	font-size: 14px;
	color: #ADA48D;
	background-color:#CCFFCC;
}
table.minical th img {
	width: 18px;
	height: 14px;
	border: 0px;
	vertical-align: top;
}
table.minical td {
	text-align: center;
	font-size: 12px;
}
table.minical td.weekday-name {
	color: #000000;
}
table.minical td.weekday-name-sunday {
	color: #cc0000;
}
table.minical td.weekday-name-saturday {
	color: #0000ff;
}
table.minical td.spacer-day {
	width: 20px;
	height: 12px;
}
table.minical td.weekday, table.minical td.weekday a {
	background-color: #ece9d8;
	color: #727375;
}
table.minical td.weekday-sunday, table.minical td.weekday-sunday a  {
	background-color: #ffeeee;
	color: #cc0000;
}
table.minical td.weekday-saturday, table.minical td.weekday-saturday a  {
	background-color: #eef7ff;
	color: #47b6d4;
}
table.minical td.weekday-holiday, table.minical td.weekday-holiday a  {
	background-color: #ffeeee;
	color: #cc0000;
}
table.minical td span.event-day {
	text-decoration:underline;
}
table.minical td.add-linktoday {
	text-align: center;
	vertical-align: middle;
}
