.rxcyear {
	border: 1px solid #999999;
	text-align: center;
	background-color:#ffffff;
}
.rxcmonth {
	border:1px solid #c0d2ec;
	background-color: #f1f1f1;
	text-align: center;
}
.rxcyearname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.rxcmonthname {

	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.rxcdayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
	color: #ffffff;
	border-style: none;
	border-width:1px;
	width:25px;
}

.rxcnomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #666666;
}
.rxcmonthday {
	text-align: center;
	font-size: 10px;
	background-color: #ffffff;
	color: #666666;
	height:20px;
	width:20px;
}
.rxcmonthdayselected {
	text-align: center;
	font-size: 10px;
	background-color: #cc6600;
	color: #ffffff;
	height:20px;
	width:20px;
}
.rxctoday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	//border: 1px solid #cc6600;
	background-color: #f1f1f1;
	color: #000000;
	height:20px;
	width:20px;
}
.rxcselectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.rxcsunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	background-color: #ffffff;
}

.rxcsaturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	background-color: #ffffff;
}

