/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

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

body
{
	color: #693;
	cursor: default;
	margin: 0;
	padding: 0;
; background-color: #303F27; background-image: url(../img/body.gif); background-repeat: repeat-y; background-position: top center
}

caption
{
	background: url(../img/logo.gif) no-repeat;
	border-top: 5px solid #c96;
	margin: 0 auto;
	text-align: right;
	font: 20px/30px Georgia, serif;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #fff;
	border-bottom: 3px solid #9c6;
	border-right: 1px solid #ccb;
	margin: 0 auto;
}

th,
td
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

td a
{
	color: #33f;
	padding: 0 0 0 10px;
; background-image: none; background-repeat: no-repeat; background-position: center left
}

td a:hover
{
	text-decoration: underline;
}
col.Sun
{
	background: #EBEDD8;
}

div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.buttons a
{
	border: 1px #bba solid;
	color: #000;
	padding: 3px 5px;
; font-family: Arial, Helvetica, sans-serif
; background-color: #DEDABC
}

div.buttons a:hover
{
	background-color: #efe;
	color: #693;
}

tr.day
{
	color: #665;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #DEDABC;
	color: #000000;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #303F27;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
.calendar {  font-size: x-small; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF; background-color: #303F27}


/* =Classes
----------------------------------------------------------------------*/

col.Sat { 
	background: #EBEDD8;
 } 