/*
	Weekly Calendar
	by Nathan Smith
*/

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

.hour
{
	background: #ffe;
	color: #e03416;
	padding: 4px 7px 0 0;
	text-align: right;
	vertical-align: top;
	width: 40px;
}
.totrSaturday {
	width: 100px;
}

.odd
{
	background-color: #ffffff;
}

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

.print
{
	letter-spacing: 0;
	padding: 0;
	text-transform: lowercase;
}

.print a
{
	background: #f3f3f3 url(../adnew/img/print.gif) no-repeat 15px 7px;
	color: #999;
	display: block;
	height: 100%;
	padding: 0 0 0 10px;
}

.print a:hover
{
	background-color: #efc;
	color: #000;
}
table
a{
	cursor: pointer;
	text-decoration: none;
}

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

p#footer a
{
	color: #987;
}

p#footer a:hover
{
	color: #000;
}

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

td
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 3px;
	vertical-align: top;
	width: 90px;
	font-size: 10px;
	line-height: 1em;
	height: 20px;
}

td a
{
	color: #33f;
}

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

th
{
	background: #fff url(../adnew/img/th.gif) repeat-x bottom left;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #e03416;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
}

tr:hover td
{
	background: #eee;
	color: #000;
}
.totrWeek {
	background: #ffe;
	color: #e03416;
	padding: 4px 7px 5px 0;
	text-align: right;
	vertical-align: top;
	width: 75px;
}
