#calendarContainer {
	border:2px solid #223e92;
}
.cal {
	font-size:11px !important;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border:0;
}
.cal img {
	border:0;
}
.cal button{
	border:0;
	background-color:#F1F7FC;
	cursor:pointer;
	margin:0;
	padding:0;
    width:auto;
}
.cal button.today { background-color:#FF6; }
.cal button.selected { border:1px solid #000; }

.dow {
	background-color:#223e92;
	color:#FFF;
	font-weight:normal;
}

.dow td {
	width:18px;
}
thead {
	font-size:1.2em;
	font-weight:bold;
	color: #223e92;
}

thead button {
	font-size:.7em
}

