/* =Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin:10px 0;
}

table.billing .date{
	width:200px;
}
table.billing td, table.billing th{
	padding:2px 3px;
}
td {
	text-align:left;
	font-weight: normal;
	background-color:#f5f9fd;
}

td,th{
	padding:8px;
	border:2px solid #fff;
	vertical-align: top;
}

thead th, tfoot th{
	color:#333;
	font-weight:normal;
	background-color:#ebebeb;
	}


	tr.odd td{
		background-color:#e7f0f9;
	}
	
/* Schedule
************************************/
.weekly-schedule, .calendar {
	width:100%;
  margin:0 auto 20px auto;

}
.weekly-schedule th{
	width:16.6%;
}
.weekly-schedule th, .weekly-schedule td, .calendar th, .calendar td {
	border:1px solid #ec2325;
	padding:2px;
	font-size:0.75em;
	text-align:center;
}
.weekly-schedule th, .calendar th{
	background:#ec2325;
	color:#fff;
}

td.kids{
	background:#ffec05;
}

/* Calendar
************************************/

.calendar .monthName{
	text-align:center;
	padding-bottom: 0.5em;
	background-color: #fff;
	color:#ec2325;
	border:none;
}


.today{

}


.specialDay {
	background:#ffec05;
}

.otherMonth {
	background: #ececec;
}

