table.calendar {
	border-spacing: 1px;
	background-color: #d4d4d4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

table.calendar p {
	margin: 0
}

table.calendar a {
	display:block !important;
}

table.calendar th, table.calendar td {
	padding:3px 1px;
	width: 25px
}

table.calendar td.rowHeader {
	background-color: #3d2010;
}

table.calendar th.prev_month a, table.calendar th.next_month a {
	color: #EFAE2C;
	text-decoration:none;
	width:50px;
}

table.calendar td.month {
	width:auto;
}

table.calendar td.month a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

table.calendar tr.dayOfWeek th {
	background-color: #55260c;
	font-weight: bold;
	color: #FFF;
}

table.calendar td.disabled {
	background-color:#FFFFDF;
	color: #C0C0C0;
}

table.calendar td.normal_day {
	background-color:#FFFFDF;
	color: #000;
}

table.calendar td.today {
	background-color: #cc3300 !important;
}

table.calendar td.today a {
	font-weight: bold !important;
	color: #FFF !important;
	text-decoration: none;
}

table.calendar td.weekend {
	background-color: #FFFFCF;
}

table.calendar td.event {
	background-color:#EFAE2C;
}

table.calendar td.event a {
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
}
