/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}

caption
{
	border-top: 2px solid #9fbfd6;
	margin: 0 auto;
	text-align: right;
	font: 14px Georgia, serif;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #9fbfd6;
	margin: 0 auto;
	color: #000000;
}

th,
td
{
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
	height: 80px;
	min-height: 80px;
	font-size: 9px;
	background: #ffffff;
}

td a
{
	color: #0c2875 ! important;
	margin: 0px 0px 10px 0px ! important;
}

td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #9fbfd6;
}

tr.day
{
	color: #ffffff;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #ffffff;
	color: #0c2875;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #9fbfd6;
	color: #0c2875;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

#myData { color:#000000; text-align: left;}

#hint { display:none; }

#event { color: #0c2875; }