/*
	Weekly Calendar
	by Nathan Smith
*/

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

.hour
{
	background: #6E89B6;
	color: #ffffff;
	padding: 0 5px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 130px;
	font: 10px Verdana, sans-serif;
}

.price
{
	font: 12px Verdana, sans-serif;
}

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

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

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

.print a
{
	background: #ffffff url(../images/print.gif) no-repeat 2px 7px;
	color: #ffffff;
	display: block;
	height: 100%;
	padding: 0 0px 0 15px;
}

.print a:hover
{
	background-color: #eaeaea;
	color: #ffffff;
}

a
{
	cursor: pointer;
	text-decoration: none;
}

body
{
}

caption
{
	background: url(../images/logo.gif) no-repeat center left;
	font: 12px/50px Georgia, serif;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
}

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

caption a:hover
{
	color: #000;
}


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

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

td a
{
	color: #33f;
}

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

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

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

div.table{ float:left;}

.floatLeft{float: left;}