.calendar table {
	font-family: verdana;
	font-size: 10px;
	border-width: 1px;
	border-spacing: 3px;
	text-align:center;
	border-width: 3px;
	border-spacing: 3px;
	border-style: solid;
	border-color: #276cb3;
	background:#fff;
}
.calendar table th {
	border-width: 0px;
	width:30px;
	height:20px;
	text-align:center;
	color:#276cb3;
	
}
.calendar table td {
	padding: 0px;
	background-color: white;
	width:30px;
	height:20px;
	text-align:center;
}
.calendar a {
	color:#276cb3;
	text-decoration:none;
	display:block;
	line-height:20px;
	border:1px solid #fff;
	text-align:center;
}

.calendar a:hover {
	color:#276cb3;
	background-color:#d5eaff;
	border:1px solid #fff;
}

.calendar .today {
	background-color:#276cb3;
	color:#fff;
}

.calendar .selected {
	background-color:#276cb3;
	color:#fff;
}

