/*
	Weekly Calendar
	by Nathan Smith
*/

*
{
	border: 0;
	border-color: #aaa; 
	cursor: default;
	margin: 0;
	padding: 0;
}

.hour
{
	background: #FFFFB0;
	color: #c66;
	padding: 0 10px 0 0;
	text-align: right;
	font-weight:bold;
	vertical-align: top;
	width: 65px;
}

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

.odd
{
/*	background-image: url(../images/odd.png); */
}

* html .odd
{
	background-image: none;
}

.print
{
	letter-spacing: 0;
	padding: 0;
}


body
{
/*	background: #ddc url(../images/body.gif) repeat-y top center; */
	/* color: #666; */
	
}

caption
{
	background: url(../images/) no-repeat center left;
	font: 14pt Helvetica, ;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: right;
	font-weight: bold;

}

caption 
{
	color: #c66;
	font: bold 19px Verdana, sans-serif;
	letter-spacing: 0;
}

caption 
{
	color: #000;
}

p#footer
{
	background: url(../images/footer.jpg) no-repeat top center;
	color: #987;
	letter-spacing: 1px;
	margin: 2px 0 0;
	padding: 10px 0 20px;
	text-align: center;
}


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

td
{
	border-style: solid;
	border-width: 0.01em 0.05em 0.01em 0.05em;
	padding: 5px;
	vertical-align: top; 
	text-align: center;
	font-size: 12px;
	width: 100px;
}

td a
{
	color: #33f;
}

td a:hover
{
	text-decoration: underline;
}

th
{
	background: #fff url(../images/th.gif) repeat-x bottom left;
	border-style: solid;
	border-width: 0 1px 0 1px;
	color: #933;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	letter-spacing: 1px;
	line-height: 25px;
}

tr:hover td
{
	background: #ff9;
	color: #000;
}
