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

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

caption
{
	margin: 0 auto;
	text-align: center;
	font: normal 1.4em/1.4 Verdana, sans-serif;
	margin-bottom: 1em;
}

table
{
	background: #fff;
	border-bottom: 3px solid #7B654E;
	border-right: 1px solid #7B654E;
	margin: 0 auto 1em;
}

th,
td
{
	border-left: 1px solid #7B654E;
	border-top: 1px solid #7B654E;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}
td
{
	padding: 4px;
}


/* =Classes
----------------------------------------------------------------------*/
a.left {
	display: block;
	width: auto;
	float: left;
}
a.right {
	display: block;
	width: auto;
	float: right;
}

col.Sat,
col.Sun
{
	background: #ECE8E2;
}

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

div.buttons a
{
	background: #000;
	border: 1px solid #bbb;
	color: #fff;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #ddd;
	color: #333;
}

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

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

th
{
	background: #690;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

