/* Calendar appearances for the template. */

.calendar { 
	padding: 1px 5px;
	margin: 0px;
	font-size: 11px;
	}

.calendarHeader { 
	margin: 0px;
	padding: 2px 5px;
	font-weight: bold; 
	color: #666;                   
	font-size: 11px;
	}

.calendartoday { 
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	}

table.calendar {

/* Only the calendar has a line, not the individual cells. */

	padding:0px;
	width: 150px;
	}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #000000;
	border-bottom: 1px solid #cc0000;
	text-decoration: none;
	}


