.calendar-table{
	width:30%;
	border: 1px solid black;
	background: #d8d8d8;
	font-size: 0.9em;
	float: right;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:1px;
	text-align:center;
}
.calendar-table TH{
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
	background: #88e1e1;
}
.calendar-table caption{
	font-size: 120%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding: 0px;
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration: none;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding: 0px;
	color:#333333;
	background-color:#0fc3c3;
}
.linked_day{
	padding: 0px;
	color:#FFFFFF;
	background-color:#7e7e7e;
	cursor:pointer;
	text-decoration: none;
	border:1px solid #333333;
}

.columYear { font-size: 1.2em; color:#0fc3c3; font-weight: bold;}
.columPrevious { font-size: 1.2em; color:#0fc3c3; font-weight: bold;}
.columNext { font-size: 1.2em; color:#0fc3c3; font-weight: bold;}

.columYear a:link, a:active, a:visited, a:hover {color: black; text-decoration: none;}
.columPrevious a:link, a:active, a:visited, a:hover {color: black; text-decoration: none;}
.columNext a:link, a:active, a:visited, a:hover {color: black; text-decoration: none;}


 
