@charset "utf-8";
/* CSS Document */
.singleCal {
	width:200px;
	background-color:#d4d3d3;
	border:none;
}
.singleCal th#currMonth, .singleCal table {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d4d3d3;
}
.singleCal a#nextMonth, .singleCal a#lastMonth, .singleCal a#nextMonth a, .singleCal a#lastMonth a, .singleCal table th a {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}
.singleCal th#currMonth {
	width: 100%;
	display:block;
	text-align:center;
}
.singleCal table {
	font-size:12px;
	font-weight:bold;
	width:200px;
	background-color:#d4d3d3;
}
.singleCal table.cal_head {
	width:auto;
	height:auto;
}
.singleCal table th {
	background-color:#f7f6f0;
	border:1px solid #d4d3d3;
	width:20px;
	height:15px;
}
.singleCal table th:hover {
	background-color: #eceadc;
}
.singleCal table th.day:hover, .singleCal table a#lastMonth, .singleCal table a#nextMonth, .singleCal table a#lastMonth a:hover, .singleCal table a#nextMonth a:hover {
	background-color:#f7f6f0;
}
.singleCal a#nextMonth a, .singleCal a#lastMonth a, .singleCal th#currMonth {
	display:block;
}
.singleCal th#currMonth {
	width:129px;
	height:16px;
}
.singleCal table th a {
	display:block;
	background-color:#f4d4d9;
	text-decoration:none;
}
.singleCal table th a:hover, .singleCal a#nextMonth, .singleCal a:lastMonth {
	background-color: #dca8b0;
	text-decoration:none;
}