
table.calendar {
	border: 1px solid #ccc;
	clear: both;
}

table.calendar a {
	color: #F00;
	font-weight: bold;
}

table.calendar a:hover{
	color: #666;
	
}

.prevlink
{
	width: 83px; 
	height: 20px; 
	float: left; 
	padding: 10px 0 10px 0;
	text-align:center;
	border-color: #CCC;
	border-width: 1px 0 0 1px;
	background-color: #000;
	margin-left: -1px;
}

.nextlink
{
	width: 83px; 
	height: 20px; 
	float: left; 
	padding: 10px 0 10px 0;
	text-align:center;
	border-color: #CCC;
	border-width: 1px 1px 0 0;
	background-color: #000;
}

.month {
	width: 425px; 
	height: 20px; 
	float: left;
	text-align:center;
	padding: 10px 0 10px 0;
	border-width: 1px 0 0 0;
	background-color: #000;
	border-color: #CCC;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}


table.calendar  {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

table.calendar td
{
		width: 73px; 
		height: 100px;
		padding: 5px; 
		font-size: 11px;
		background-color: #eee;
		border: 1px solid #CCC; 
		vertical-align: top;
}

table.calendar th
{
	width: 73px; 
	padding: 5px; 
	font-size: 12px; 
	text-align: center;
	border-width: 1px solid #CCC;
	background-color: #CCC;
	color: #666;
}

table.calendar td.event_box { background-color: #fff;}

.empty { color: #999; }

.date
{
	font-family: Georgia, serif;
	font-size: 14px;
	text-align: right;
}

