﻿.hCalendarStyle {
	width: 12em;
	font-size: 1.2em;
	color: #696969;
	margin-left: auto;
	margin-right: auto;
	}

/* First row (month and year). */
.hCalendarMonthYearRow {
	width: 100%;
	font-weight: bold;
	color: #696969;
	}

/* Day names. */
.hCalendarDayNameRow {
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 100%;
	}

.hCalendarDay {
	color: Black;
	}

.hCalendarDayCurrent,
.hCalendarDayCurrent a,
.hCalendarDayCurrent a:link,
.hCalendarDayCurrent a:visited,
.hCalendarDayCurrent a:active,
.hCalendarDayCurrent a:hover {
	color: White !important;
	background-color: #726138 !important;
	}

.hCalendarWeekendStyle {
	color: Black;
	background-color: #DEDDCC;
	}