/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

#content caption {
	border-top: 5px solid #999;
	margin: 0 auto;
	text-align: center;
	font: 20px/30px Tahoma, sans-serif;
    }

#content table {
	background: #fff;
	border-bottom: 3px solid #ccc;
	border-right: 1px solid #999;
	margin: 0 auto;
    }

#content th {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
    }
  
#content td {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, sans-serif;
	padding: 2px 2px 0 5px;
	vertical-align: top;
	width: 100px;
	height: inherit;
    }

#content td a {
	color: #33f;
	//padding: 0 0 0 10px;
    }

#content td a:hover {
	text-decoration: underline;
    }

/* =Classes
----------------------------------------------------------------------*/

col.Sat, col.Sun {
	background: #eef;
    }

tr.day {
	color: #666;
	font-size: 9px;
	height: 90px;
    }

tr.number {
	background: #ddd;
	color: #888;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
    }

th {
	background: #fff;
	color: #999;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
    }

