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

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

*
{
	background: #fff;
	color: #000;
}

a
{
	text-decoration: none;
}

body
{
	margin: 0;
	padding: 0;
}

caption
{
	text-align: center;
	font: small-caps 20px/30px Tahoma, sans-serif;
}

p
{
	margin: 0;
	font-size: 75%;
}

table
{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

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

th, td h2
{
	font-size: 8px;
	font-weight: bold;
	margin-bottom: 0;
}

th, td p
{
	margin: 2px 0 5px 12px;
}

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

div.buttons
{
	display: none;
}

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

tr.number
{
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	font-size: 11px;
	font-weight: normal;
	height: 15px;
	text-align: center;
	vertical-align: middle;
}
