/*
	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;
	text-transform: capitalize;
	font: small-caps 20px/30px Georgia, serif;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

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

td
{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font:  10px Verdana, sans-serif;
	padding: 0px;
	vertical-align: top;
	width: 100px;
}

dl {
margin: 0px 0px 15px 0px;
padding: 0px;
width: 100px;
}

dl dt {
margin: 0px;
padding: 0px;
border-bottom: 1px solid #000;
vertical-align: middle;
text-align: right;
height: 15px;
}

dl dd {
margin: 4px 2px;
padding: 0px;
text-align: left;
font-size: 10px;
font-family: "Times New Roman";
}


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

div.buttons
{
	display: none;
}

tr.weekDay
{
	background: #58626D;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

td.days {
background: #fff;
}

td.noDay {
background: #f0f0f0;
}

dl.selectedDay dt {
background: #fff;
}
