.calendar{
	text-align: center;
	border-collapse: collapse;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calendar .day{
	width: 25px;
	height: 25px;
}			

.calendar .empty{
	width: 25px;
	height: 25px;
}			


.calendar .month{
	background-repeat:repeat-x;
	color: #455560;
	font-weight: bold;
	border-left: none;
	border-right: none;
	text-align: center;
}			

.calendar .previous{
	width: 25px;
	height: 25px;
	color: #455560;	
	font-weight: bold;
	border: none;
}			

.calendar .previous a{
	color: #455560;
	text-decoration: none;
}


.calendar .next{
	width: 25px;
	height: 25px;
	color: #455560;
	font-weight: bold;
	border: none;
}			

.calendar .next a{
	color: #455560;
	text-decoration: none;	
}

.calendar .dayofweek{
	border: 0px;
	width: 25px;
	height: 25px;
	color: #455560;
	font-weight: bold;
	border-bottom: solid #8f99a0 1px;
}			

.calendar a{
	color: #455560;
	text-decoration: none;
}

.calendar .today{
	border-bottom: solid #8f99a0 2px;
}
