/* -------------------------- Calendar Specific Styles----------------------------------*/

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

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

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

td.cal {
border-right: 1px solid #ccb;
	border-bottom: 1px solid #ccb;
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	width: 14.2%;
}
tr.day
{
	background: #fff;
	color: #665;
	font-size: 9px;
	height: 90px;
}

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

tr.week
{
	background: #011D55;
	height: 22px;
	text-align: center;
	vertical-align: middle;
}

td.week{
	color: #fff;
	font-family:"Trebuchet MS",helvetica,sans-serif; 
	font-size:14px;
	border-right: 1px solid #ccb;
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
}