td {
	padding: 3px;
	font-size:14px;
}

#calback {
	margin: 0 auto;
	width: 280px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	background: #0f6cb6;
	color: #FFF;
}
.calhead a, .calhead a:active, .calhead a:hover, .calhead avisited{ color:#fff; font-weight:bold; font-size:18px; text-decoration:none;}
.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
}

.dayhead td {
	text-align: center;
	color: #000;
	background: #e8e8e8;
	font-weight:bold;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: .8em;
}

.day {
	float: right;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}