/*
	Weekly Calendar
	by Nathan Smith
*/

*
{
	background: #fff;
	border: 0;
	border-color: #000;
	color: #000;
	margin: 0;
	padding: 0;
}

.print a, #footer, caption a
{
	display: none;
}

.hour
{
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 65px;
}

a
{
	text-decoration: none;
}

body
{
	font: 9px Verdana, sans-serif;
}

caption
{
	font: 17px/50px Georgia, serif;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
}

p#footer
{
	letter-spacing: 1px;
	margin: 2px 0 0;
	padding: 10px 0 20px;
	text-align: center;
}

table
{
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0 auto;
}

td
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 5px;
	vertical-align: top;
	width: 100px;
}

th
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
}