/**
last-to-included
**/

div#calendar {
	width: 180px;
	margin: auto;
	margin-top: 10px;
}

/** customize table on home **/

.mainTable {
	border: 1px solid White;
	border-spacing: 1px;
	border-collapse: separate;
	
}
.mainTable td {
	padding: 1px;
}

.dayNamesRow {
	background-color: #252525;
	line-height: 2em;
	font-size: .9em;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.dayNamesText {
	background-image: none; 
}
.monthYearRow {
	line-height: 2em;
	background-color: #ffffff;
	background-image: none;
	text-align: center;
	vertical-align: middle
}