samp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	display: block;
}
dfn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	cursor: default;
}
.th_NoBorders, .noBorders {
	border: 1px none;
}
.th_WithBorders {
	border: 1px solid #333;
}
.th_NoBorders, .th_WithBorders {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
} 
.attr, .day, .holiday, .week, .today, .todayIsHoliday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	cursor: default;
}
.attr {
	padding-left: 4px;
	color: #fff;
	background-color: #999;
	border: 1px solid #000;
	font-weight: bold;
}
.day {
	padding-left: 4px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	font-weight: normal;
}
.holiday {
	padding-left: 4px;
	color: #000;
	background-color: #f99;
	border: 1px solid #000;
	font-weight: normal;
}
.week {
	padding-left: 4px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	font-weight: bold;
	height: 60px;
}
.today {
	padding-left: 3px;
	color: #000;
	background-color: #f4f4f4; 
	border: 2px solid #000;
	font-weight: bold;
	height: 60px;
}
.todayIsHoliday {
	padding-left: 3px;
	color: #000;
	background-color: #f99;
	border: 2px solid #000;
	font-weight: bold;
	height: 60px;
}