#calendarContainer {
	border:1px solid #cb982f;
}
.cal {
	font-size:10px;
	background-color:#fbf7ee;
	text-align:center;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.cal img {
	border:0;
}
.cal button{
	border:0;
	background-color:#fbf7ee;
	cursor:pointer;
	margin:0;
	padding:0;
    width:auto;
	color: #956D24;
}
.cal button.today {
	background-color:#cc33ff;
	color: #FFFFFF;
}
.cal button.selected { border:1px solid #cc33ff; }

.dow {
	background-color:#cb9a33;
	color:#000000;
	font-weight:normal;
}

.dow td {
	width:18px;
}
thead {
	font-size:1.2em;
	font-weight:bold;
}

thead button {
	font-size:0.7em;
	color: #cb9a33;
}

