#calendar td {
	width: 100px;
	height: 80px;
	font-size: 14px;
	padding: 4px;
	margin: 0px;
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	
}
#calendar .first {
	border-left: 1px solid #ccc;
}
#calendar th {
	font-size: 11px;
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #ccc;
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding-bottom: 4px;
}
#calendar table {
	border-collapse: collapse;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
a.monthLink {
	font-size: 16px;
	text-decoration: none;
}
a.monthLink:hover{
	text-decoration: underline;
}
.day {
	color: #333;
	font-size: 12px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
.empty {
	border: 0px;
}
.event {
	font-size: 12px;
}
.event a {
	font-size: 12px;
	text-decoration: none;
}
.event a:hover {
	text-decoration: underline;
}

.error {

border: 2px solid #b00;
padding: 8px;	
background: #E6594C;
color: #fafafa;
font-family: Arial, "MS Trebuchet", sans-serif;
font-size: 14px;
	
}
                          
.repeater {
background: #93bD89;
padding: 1px 4px 1px 4px;
margin-left: -4px;
margin-right: -4px;
}
.repeater a { color: #444; text-decoration: none;}

.today { background-color: #e3e3e3;}

h1 { display: block;
	background: #83AD79;
	padding: 6px;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: -8px;
	color: white;
	margin-bottom: 10px;
	border-top: 1px solid #174728;
	border-bottom: 4px solid #174728;
	}
