.calendar_small_table {
	color: #336666;
	background-color: #E2E8F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7F7876;
}
/*
    The row with the name of the month and the year
*/
.calendar_small_table_title_row {
  height: 1.5em;
	padding: 2px;
	font-size: 120%;
}
/*
    The row with the names of the days
*/
.calendar_small_table_header_row {
	height: 27px;
	font-size: 110%;
}
/*
    The rows with the dates of the single days. One row per week
*/
.calendar_small_table_day_row {
  height: 27px;
	font-size: 110%;
}
.calendar_small_table_title_cell {
  background-color: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.calendar_small_table_week_title {
	background-color: #C8CDD0;
	text-align: center;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
}
.calendar_small_table_day_title {
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
}
.calendar_small_table_week {
	text-align: center;
	background-color: #C8CDD0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.calendar_small_table_day_cell {
	text-align: center;
}
.calendar_small_table_day_cell_dimmed {
  color: #FFFFFF;
	text-align: center;
}
.calendar_small_table_day_cell_today {
	text-align: center;
	font-weight: normal;
	background-color: #4A7874;
	color: #FFFFFF;
}
.calendar_small_table_day_cell_ref {
	text-align: center;
	background-color: #FFFFFF;
}
.calendar_small_table_day_cell_dimmed_ref {
	color: #FFFFFF;
	text-align: center;
}
.calendar_small_table_day_cell_today_ref {
	text-align: center;
	font-weight: normal;
	background-color: #FF9900;
}
