.calendardate { font-weight: bold; }
.calendardate a:link,.calendardate a:visited,.calendardate a:hover,.calendardate a:active {
	color:#863d2c;
	text-decoration: none;
}

/* calendar */
.calendar_month
{
	background-color: white;
	margin: 0px;
	padding: 1px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 202px;
	display: table;
}
.calendar_month_header
{
	margin: 0px;
	padding: 2px;
	background-color: #d1d9df;
	color: white;
	text-align: left;
}
.calendar_month_header a:link,.calendar_month_header a:visited,.calendar_month_header a:hover,.calendar_month_header a:active {
	color:#863d2c
}
.calendar_item
{
	margin: 0;
	padding: 1px;
	border-width: 1px;
	border-color: #88a;
	border-style: solid;
	text-align: center;
	background-color: white;
  font-size: .8em;
	color: black;
	font-weight: bold;
}
.calendar_linked_item
{
	margin: 0;
	padding: 1px;
	border-width: 1px;
	border-color: #88a;
	border-style: solid;
	text-align: center;
	background-color: #556b86;
  font-size: .8em;
	color: white;
	font-weight: bold;
}
.calendar_linked_item_continue
{
	margin: 0;
	padding: 3px;
	border-width: 1px;
	border-color: #88a;
	border-style: solid;
	text-align: center;
	background-color: #9eb0bd;
  font-size: .8em;
	color: gray;
	font-weight: bold;
}
.calendar_item a {
	color: white;
	font-weight: bold;
}
.calendar_linked_item a {
	color: white;
	font-weight: bold;
}
.calendar_linked_item_continue a {
	color: gray;
	font-weight: bold;
}

.calendar_month a:link {color:#863d2c; text-decoration:none;}
.calendar_month a:visited {color:#863d2c; text-decoration:none;}
.calendar_month a:hover {color: #863d2c; text-decoration:underline;}
.calendar_month a:active {color:#863d2c; text-decoration:none;}

/* */
.dramatic
{
  margin: 0;
	padding: .1em;
  padding-bottom: .5em;
  padding-left: 1em;
  padding-right: 2em;
  color: #555;
}
.dramatic
{
  font-size: 1.1em;
	font-family:serif;
}
.dramatic a:link, .dramatic a:visited, .dramatic a:hover, .dramatic a:active {color:#863d2c; text-decoration:none;}
.dramatic a:hover {color:#863d2c; text-decoration:underlined;}

.thumbnailcaption {margin: 5px; border-width: 0; margin-top:0;}

.tigerline
{
  color: #ddd;
}
