/**
 * 2006-12-08: Sebastian Malcolm
 *
 * These styles were used in the homepage for the 2007 edition of the web version of the Principal Dates.
 * IMPORTANT NOTE: Future years should append a year identifier to such per-year-specific styles.
 */
td.IndexMonthNameLink, p.IndexMonthNameLink {
	padding: 0.25ex;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 5px 25px 5px 0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size:17px;
	color: #FFFFFF;
	background-color:#990000;
	border-right-style: none;
	border-left-style: none;
	text-transform: capitalize;
	text-align: right;
}

a.IndexMonthNameLink:link, a.IndexMonthNameLink:visited {
	color: #FFFFFF;
/*	font-size: 93%;	/ * 1% higher and IE calculates sizes above old fixed sizes, on medium */
	text-decoration: none;
}

a.IndexMonthNameLink:hover, a.IndexMonthNameLink:active {
	color: #FFFFFF;
	/* color: #BB8800; */
	text-decoration: underline;
}

/* added by Kevin Tiong 15/12/2008 */
td.paddingright {
   padding-right: 20px;
}

.separator {
   margin-top: 5px;
}

.align{ 
   text-align: center;
} 
/* added by Kevin Tiong 4/11/2009 */
.description{
   font-family:Arial, Helvetica, sans-serif;
}
.navigationLink{
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
}
.calendarFootnote{
   font-size: 12px;
}
.nameofday{
  font-family:Arial, Helvetica, sans-serif;
  color:#ff0000;
}