/*
	Weekly Calendar
	by Nathan Smith
*/


a:link, a:visited,a:active {
	color: #ec6809;
	text-decoration: none;
} 
a:hover {
	color: #ec6809;
	text-decoration:none;
} 
.hour
{
	background: #c1a66e;
	color: #452b13;
	padding: 0 10px 0 0;
	text-align: center;
	vertical-align: middle;
	width: 65px;
	font-size:12px;	
}

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

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

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

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

.print a:hover
{
	background-color:none;
	color: #fff;
	text-decoration:none;
}

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

body
{
	/*background: #ddc url(../img/body.gif) repeat-y top center;*/
	background:#21180f;
	color: #452b13;
	font: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

caption
{
	/*background: url(../img/logo.gif) no-repeat center left;*/
	font: 17px/50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
	
}

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

caption a:hover
{
	color: #000;
}

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;
}

#mainCal
{
	background: #f7dfa1;
	border-style: solid;
	border-width: 1px 1px 0 0;
    border-color:#21180f;
	margin: 0 auto;
}

#mainCal td
{
	border-style: solid;
	border-width: 0 0 1px 1px;
    border-color:#21180f;
	padding: 5px;
	vertical-align: top;
	width: 100px;
	font-size:12px;	
}

#mainCal td a
{
	color: #382817;
}

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

#mainCal th
{
	background: #452b13;
	border-style: solid;
	border-width: 0 0 1px 1px;
    border-color:#21180f;
	color: #f0d5a6;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
}

#mainCal tr:hover td
{
	background: #f0d5a6;
	color: #000;
}