@charset "utf-8";
/* CSS Document */

#calendar {
	width: 180px;
	margin: 15px 0;
}
#calendar h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#calendar table {
	width: 180px;
}
#calendar table td {
	text-align: center;
	width: 22px;
	margin-right: 3px;
	color: #2695be;
	font-weight: bold;
	height: 18px;
}
#calendar table td a {
	display: block;
	width: 22px;
	height: 16px;
	padding-top: 2px;
	color: #2695be;
}
#calendar table td a:hover {
	background-color: #2695be;
	color: #fff;
}
#calendar table td.today {
	background-color: #8dbd28;
	color: #fff;
	
}
#calendar table td.wend {
	background-color: #ccc;
	color: #666;
}
#calendar table td.event {
	background-color: #c7e2ed;
	cursor: pointer;
}
#calendar table tr.header td {
	background-color: #2695be;
	color: #fff;
}
