#miniCal {
	width: 200px !important;
	margin: 0 auto 0 auto;
}
#miniCal a {
	text-decoration: none;
	text-align: center;
}
#miniCal a:hover {
	text-decoration: none;
}

.month {
	border-style: none;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 200px !important;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
.dayname {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	background-color: #999999;
	color: #efefef;
	border: 1px outset #666666;
}

.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #E5E5E5;
	color: #333333;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
	color: #666666;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
	border: 1px solid #333333;
	color: #666666;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #F2F2F2;
	height:20px;
	width:20px;
}
.sunday a, .sunday a:visited{
	color: #333333;
	text-decoration: underline !important;
}

.sunday a:hover {
	color: #666666;
	text-decoration: none !important;
}
.saturday {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #F2F2F2;
	height:20px;
	width:20px;
}
.saturday a, .saturday a:visited {
	color: #333333;
	text-decoration: underline !important;
}
.saturday a:hover {
	color: #666666;
	text-decoration: none !important;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px inset #666666;
	height:20px;
	width:20px;
}
.event a, .event a:visited {
	color: #333333;
	text-decoration: underline !important;
}

.event a:hover {
	color: #666666;
	text-decoration: none !important;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px inset #666666;
	height:20px;
	width:20px;
}
.selectedevent a, .selectedevent a:visited {
	color: #333333;
	text-decoration: underline !important;
}

.selectedevent a:hover {
	color: #666666;
	text-decoration: none !important;
}

.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px inset #666666;
	height:20px;
	width:20px;
}
.todayevent a, .todayevent a:visited {
	color: #333333;
	text-decoration: underline !important;
}

.todayevent a:hover {
	color: #666666;
	text-decoration: none !important;
}
.eventcontent {
	width: 100%;
}
