@CHARSET "ISO-8859-1";
#caltbl strong
{
	text-transform: uppercase;
}
#caltbl table
{
	background: #fff;
	border-bottom: 3px solid #ccc;
	border-right: 1px solid #999;
	margin: 0 auto;
}
#caltbl th,
#caltbl td
{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 115px;
	height: inherit;
}

#caltbl td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/
caption.monthyear
{
	background: url(../img/logo.gif) no-repeat;
	border-top: 5px solid #999;
	margin: 0 auto;
	text-align: right;
	font: 20px/30px Tahoma, sans-serif;
}


#caltbl col.Sat,
col.Sun
{
	background: #eef;
}

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

#caltbl div.buttons a
{
	background: #ddd;
	border: 1px solid #bbb;
	color: #000;
	padding: 3px 5px;
}

#caltbl div.buttons a:hover
{
	background-color: #eef;
	color: #369;
}

#caltbl tr.day
{
	color: #666;
	font-size: 9px;
	height: 90px;
}

#caltbl tr.number
{
	background: #ddd;
	color: #888;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

#caltbl 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;
}
