/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}

caption
{
	margin: 0 auto;
	text-align: right;
	background-color: #336699;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-right: 10px;
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 20px;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #fff;
	margin: 0 auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccb;
	border-bottom-color: #ccb;
}

th,
td
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 80px;
	height: inherit;
}

td a
{
	background: url(file:///C|/Documents%20and%20Settings/Sabrina/My%20Documents/web%20design/fengshui/old%20www/Templates/calendar/khaki/img/arrow.gif) no-repeat center left;
	color: #33f;
	padding: 0 0 0 10px;
}

td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background-color: #CCCCCC;
}

div.buttons
{
	padding: 10px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.buttons a
{
	background: #ddc;
	border: 1px solid #bba;
	color: #000;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #efe;
	color: #333333;
}

tr.day
{
	color: #333333;
	font-size: 11px;
	height: 60px;
}

tr.number
{
	background: #eee;
	color: #660000;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #998;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
