/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}


caption
{
	border-top: 2px solid #76AEDB;	
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align: right;
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #fff;
	border-bottom: 2px solid #A2C9EA;
	border-right: 1px solid #A2C9EA;
	margin: 0 auto;
}

th,
td
{
	border-left: 1px solid #A2C9EA;
	border-top: 1px solid #A2C9EA;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

td a
{
	padding: 2px 0 2px 2px;
	display: block;
}

a:link {color: #4C8ACA;}
a:visited {color: #4C8ACA;}
a:active {color: #4C8ACA;}
a:hover {color: #4C8ACA;}

td a:hover
{
	background-color: #E0ECF8;
}

/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #F4F8FB;
}

div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 20px 0 50px 0;
	text-align: center;
}

div.buttons a
{
	background: #E0ECF8;
	border: 1px solid #76AEDB;
	color: #oeoeoe;
	padding: 3px 5px;
}

div.buttons a:hover
{
	border-color: #76AEDB;
	background-color: #eef;
	color: #369;
}

tr.day
{
	color: #666;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #E0ECF8;
	color: #888;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #fff;
	color: #999;
	font-size: 0.8em;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
