﻿#calendar {
	font-size: small;
	width: 190px;
	padding: 0;
	margin: 0px 10px 10px 10px;
	color: #616B76;
	text-align: center;
	background-color: #EAEAEA;
}

#calendar, caption {
	margin: 0px auto 10px auto;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #D3D8DF;
}

table {
font-weight: bold;

}

caption {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 190px;
	background-color: #5877A4;
	color: #FFF;	 
	text-align: center;
}

caption a {
text-decoration: none;
width: 50px;
}

caption a:link, caption a:visited {
color: #FFF;
}

caption a:hover, caption a:focus {
color: #AC2650;
}

th {
	color: #FFF;
	background-color: #D3D8DF;
}

td.Today a {
	color: #FFF;
	background-color: #AC2650;
}

td.Today a:hover {
	color: #AC2650;
	background: #FFF;
}

td {
	width: 26px;
	height: 20px;
	text-align: center;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #D3D8DF;
	font-weight: normal;
}



td a {
	line-height: 20px;
	display: block;
	width: 26px;
	height: 20px;
	text-decoration: none;
	background-color: #F7F7F7;
}

td a:hover {
	color: #AC2650;
	background: #FFF;
}

.event {
border: 1px solid #EAEAEA;
margin: 10px 20px;
}

div.event:hover {
background-color: #EAEAEA;
}
