.calendar_highlightdayspan {
  background-color: #d8a6a0;
}
.view_table .calendar_highlightdayspan {
  background-color: #d8a6a0;
  padding:3px;
}
.calendar_navigation {
	background-color: #B0232A;
	padding: 2px;
	text-transform: capitalize;
	color:#FFFFFF;
	text-align: center;
}
.calendar_navigation a {
	font-size:1.2em;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;

}
.calendar_navigation a:visited {
  	font-size:1.2em;
 	 display: block;
  	text-decoration: none;
  	color: #FFFFFF;
	width: 100%;
}
.calendar_navigation a:hover {
  	font-size:1.2em;
  	display: block;
  	text-decoration: none;
 	color: #78777a;
	width: 100%;
}
.calendar_table {
	width:200px;
	border: 1px solid #B0232A;
	font: 12px Arial, Helvetica, sans-serif;
}
.view_table {
	font: 12px Arial, Helvetica, sans-serif;
	width:488px;
	border: 1px solid #B0232A;
}
.calendar_normal {
	text-align:center;
}
.calendar_normal a, .calendar_highlightday a {
	font-weight:bold;
	color:#B0232A;
	text-decoration:none;
}
.view_day a {
	font-weight:bold;
	color:#B0232A;
	text-decoration:none;
}
.calendar_highlightfound {
  font-weight: bold;
}
.calendar_highlightday {
	background-color: #d8a6a0;
  	border: 1px solid #b0232a;
  	text-align:center;
}
.calendar_highlightweek {
  background-color: #d8a6a0;
}
.view_day {
  background-color: #d8a6a0;
  width: 50px;
  border-right:1px solid white;
}
.border_top {
  border-top:1px solid white;
}
.border_top_dark {
  border-top:1px solid #000000;
}
.spanthemed {
	background-color: #B0232A;
	color: #ffffff;
	border-top:1px solid white;
}
.themed {
	background-color: #B0232A;
	color: #ffffff;
	border-top:1px solid white;
	border-right:1px solid white;
}
.themed a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.calendar_header {
  text-transform: capitalize;
  color:#b0232a;
  
}