/****************************************
 * Required Classes
 ***************************************/
.calendar {
	border-collapse:collapse;	
	margin-bottom:30px;
}
	.calendar th {
		width:14%;
		text-align:center;	
		background-color:#999;
		font-family:Georgia,'Times New Roman',serif;

	}
	.calendar td {
		height:8.9em;
		font-size: .9em;
		padding:8px 20px 10px 10px;
		background-color:#FFF;
	}
		.calendar td.inactive {
			background-color:#EEE;
		}
			.calendar td.inactive .date,
			.calendar td.inactive .date a:link,
			.calendar td.inactive .date a:visited {
				color:#999;
			}
		.calendar td.current {
			background: url(/sup/img/bg/todays_date.jpg) no-repeat bottom;
			padding-bottom: 15px;
		}
			.calendar td.current .date,
			.calendar td.current .date a:link,
			.calendar td.current .date a:visited {
				color:#fff;


			}
	.calendar .date, 
	.calendar .date a:link, 
	.calendar .date a:visited  {
		margin:0;
		padding:0;
		color:#666;
		font-size: 1.2em;
	}
	
	.calendar .date a:link {
		color: #5083A1;
	}
	
	.calendar .date {
		float: none;
		width: 15px;
	}
	
	

/****************************************
 * Site Specific Classes
 ***************************************/
