.calendar_table td
{
	width:40px;
}

.cal_current
{
	text-align:center;
	border: 1px solid #111;
}

.cal_grayed
{
	text-align:center;
	color:gray;
	border: 1px solid #111;
}

.cal_event
{
	text-align:center;
	color:green;
	font-weight:bold;
	border: 1px solid green;
}

.cal_selected
{
	background-color:#333;
	text-align:center;
	border: 1px solid white;
}

.cal_event a:link
{
  color: green;
  text-decoration: none;
}

.cal_event a:visited
{
  color: green;
  text-decoration: none;
}

.cal_event a:hover
{
  color: green;
  text-decoration: none;
}

.cal_event a:active
{
  color: green;
  text-decoration: none;
}

