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

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

.cal_a
{
	cursor: pointer;
	text-decoration: none;
}

.cal_c
{
	text-decoration: none;
}

.cal_body
{
	#background: #ddc url(../img/body.gif) repeat-y top center;
	color: #693;
	cursor: default;
	margin: 0;
	padding: 0;
}

caption.cal_caption
{
	#border-top: 5px solid;
	margin: 0 auto;
	text-align: center;
	font: 20px/30px Georgia, serif;
	border-top-color: #CC0033;
}

.cal_p
{
	margin: 0;
}

cal_strong
{
	text-transform: uppercase;
}

table.cal_table
{
	border-bottom: 3px solid #ccb;
	border-right: 1px solid #ccb;
	margin: 0 auto;
}

td.cal_td
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
}

td.cal_td a
{
	background: url(../img/arrow.gif) no-repeat center left;
	padding: 0 0 0 10px;
}

td.cal_td c
{
	background: url(../img/arrow.gif) no-repeat center left;
	padding: 0 0 0 10px;
}

td.cal_td a:hover
{
	text-decoration: none;
}

div.cal_buttons
{
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.cal_buttons a
{
	background: #ddc;
	border: 1px solid #bba;
	color: #000;
	padding: 3px 5px;
}

div.cal_buttons a:hover
{
	background-color: #efe;
	color: #693;
}

tr.cal_day
{
	background: #fff;
	color: #665;
	font-size: 9px;
	height: 90px;
}

tr.cal_number
{
	background: #eee;
	color: #998;
	font-size: 10px;
	height: 10px;
	text-align: right;
	vertical-align: middle;
}

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