<!--
table.calendar {
	border-width: 0;
	background-color: #CCCCCC;
	width: 144px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 10px 0 10px 10px;
	}

/* S-M-T column headers */
table.calendar th {
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: .7em;
  font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #808080; 
}

/* Default settings for day cells */
table.calendar td {
	font-family: tahoma, arial, helvetica, sans-serif;	
  text-align: center;
	font-size: .7em;
  width: 14.2%;
  color: #0000CC;
	background-color: #FFFFFF;
  margin: 0;
  padding: 2px 0 2px 0;
}

table.calendar td.Cal_MonthHead {
	font-family: trebuchet, arial, helvetica, sans-serif;	
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	color: #006;
	background-color: #FFFFFF; 
  width: 100%;
	}

table.calendar td.Cal_MonthLink {
	font-family: trebuchet, arial, helvetica, sans-serif;	
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #FFF; 
	}

table.calendar td.Cal_MonthLink a {
	text-decoration: none;
	color: #999;
	}

table.calendar td.Cal_DayLastMonth {
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: .7em;
	color: #999999;
	background-color: #EEEEEE;
	}

table.calendar td.Cal_DayNextMonth {
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: .7em;
	color: #999999;
	background-color: #EEEEEE;
	}

table.calendar td.Cal_DayToday {
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: .7em;
  color: #0000CC;
  background-color: #FFF;
  border: 1px solid #333;
	}

table.calendar td.Cal_DayTodaySelected{
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: .7em;
	color: #FFFFFF;
	background-color: #868BAF;
  border: 1px solid #333;
	}

table.calendar td.Cal_SelectedDay {
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: .7em;
	color: #FFF;
	background-color: #868BAF;
	}

table.calendar td.Cal_DayTodaySelected a:link,
table.calendar td.Cal_DayTodaySelected a:visited,
table.calendar td.Cal_DayTodaySelected a:hover,
table.calendar td.Cal_DayTodaySelected a:active
{
  color: #FFFFFF;
  text-decoration: none;
 }

table.calendar td.Cal_SelectedDay a:link,
table.calendar td.Cal_SelectedDay a:visited,
table.calendar td.Cal_SelectedDay a:hover,
table.calendar td.Cal_SelectedDay a:active
{
  color: #FFFFFF;
  text-decoration: none;
 }

table.calendar a:link,
table.calendar a:visited {
	text-decoration:none;
}

table.calendar a:hover {
	text-decoration:underline;
  background: #CCC;
}

table.calendar a:active	{
	text-decoration:none;
	}
-->