table.week
{
	width: 100%;
}

table.week caption
{
	font-size: 1.75em;
	color: #000;
	background-color: #fff;
	padding: 2px;
	font-weight: bolder;
}

table.week thead
{
	border: 1px solid #000;
}

table.week thead th
{
	background-color: #00CCCC;
	color: #000;
}

table.week td, table.week tr
{
	border-style: solid;
	border-collapse: collapse;
	border-color: #000;
	border-width: 2px;
	padding: .5em;
	vertical-align: top;
}

table.week .busy
{
	background-color: #87D;
}
table.week .free
{
	background-color: #E8FFFF;
}
table.week .na
{
	background-color: #888;
}

table.week tbody th
{
	text-align: right;
}


