
#calendar 
{
	padding: 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;
	line-height: 1.5em;
	width: 220px;
}
#calendar table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 90%;
}

#calendar tbody a {
	display: block;
	background-color: #D7ECB2;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4c9932;
}
#calendar tbody a:hover {
	color: #D7ECB2;
	background-color: #4c9932;
}
#entryCal {
	color: #000;
	width: 16.5em;
	border: none !important;
	border-collapse: collapse;
}

#entryCal td 
{
	color: #4c9932;
	background-color: #D7ECB2!important;
	width:100%;
}

#entryCal td.day 
{
	font-size: 12px;
	width:15%!important;
}

#entryCal td.day-header {
	font-size: 10px;
	font-weight: bold;
	color: #4c9932;
	width:15%!important;
}

#entryCal td a{	border: none !important;}

#entryCal .title td {
	width:100%;
	font-size: 14px;
}
#entryCal .title td a{
}

#entryCal .today {font-weight: bold;}

#entryCal .other-month {
	visibility:hidden;
	width:15%!important;
}

#entryCal .title {
	padding: 4px;
	border-bottom: none !important;
	font-weight: bold;
	text-align: center;
	padding-bottom: .2em;
}

#entryCal .next {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: .2em;
}

#entryCal .next a{
	color: #4c9932;
	margin: 0 .8em; 
	text-decoration: none;
}

#entryCal .next a:hover {
	color: #FFFFFF;
}
