table#full-calendar {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	width: 730px;
	margin: 0 auto 5px auto;
	font-size: 90%;
	}
	
table#full-calendar th, 
table#full-calendar td.weekDays {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	}

table#full-calendar th.no-border {
	border-left: 0;
	}
	
table#full-calendar th span {
	font-size: 130%;
	}
	
table#full-calendar td.monthDay,
table#full-calendar td.monthDayActive,
table#full-calendar td.nonMonthDay {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100px;
	height: 100px;
	vertical-align: top;	
	}
	
table#full-calendar td.nonMonthDay {
	background-color: #f5f5f5;
	}

table#full-calendar td.monthDayActive {
	background-color: #fefac4;
	}

table#full-calendar td.today {
	background-color: #b2ddb8;
	}

table#full-calendar ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;	
	}

table#full-calendar ul li {
	margin: 0 0 3px 0;
	}

table#full-calendar ul li span {
	color: #999;
	}

table#full-calendar ul li a:link,
table#full-calendar ul li a:visited {
	color: #000;
	}

table#full-calendar ul li a:hover,
table#full-calendar ul li a:active {
	color: #666;
	text-decoration: none;
	}
	
table#full-calendar span.dateNumber {
	float: right;
	color: #aaa;
	font-size: 1.2em;
	font-style: italic;
	}

table#full-calendar td.today span.dateNumber {
	float: right;
	color: #618e68;
	font-size: 1.2em;
	font-style: italic;
	}
	
/* --- small calendar --- */

table#small-calendar {
	margin: 10px 0;
	font: 0.8em Verdana;
	width: 100%;
	}
	
table#small-calendar td {	
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px;
	}
	
table#small-calendar th {	
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px;
	}

table#small-calendar td.weekDays {
	background-color: #7e3f2e;
	color: #fff;
	}
	
table#small-calendar td.nonMonthDay {
	background-color: #eee;
	}

table#small-calendar td.today {
	background-color: #b2ddb8;
	}

table#small-calendar td.monthDay:hover,
table#small-calendar td.monthDayActive:hover {
	background-color: #ccc;
	}