/* Calendar */
.calcapsel
{
	background-image: url(BG-calcapsel.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: right;
	color: #47475c;
}
.calday-blank
{
	background-image: url(CalDay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 26px;
	text-align: center;
	color: #47475c;
}
.calday-over
{
	background-image: url(CalDay.gif);
	background-position: 0px -15px;
	background-repeat: no-repeat;
	width: 26px;
	height: 15px;
	cursor: hand;
	text-align: center;
	color: #000;
}
.calday-hol
{
	background-image: url(CalDay.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-position: 0px -45px;
	width: 26px;
	text-align: center;
	color: #47475c;
}
.calday-crt
{
	background-image: url(CalDay.gif);
	background-repeat: no-repeat;
	width: 26px;
	text-align: center;
	height: 15px;
	background-position: 0px -30px;
	color: #47475c;
}
.calcap
{
	background-image: url(BG-calcap.gif);
	background-repeat: repeat-x;
	color: #5f5f7e;
	direction: rtl;
}
.calstroke
{
	border: solid 1px #bcccfb;
}
.caltxt
{
	background-color: Transparent;
	border: solid 1px #e7e7e7;
	direction: ltr;
	color: #003366;
	height: 10px;
	font-family: Tahoma;
	width: 130px;
}
.calseldate
{
	background-image: url(calseldate.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}
.calcmb
{
	color: #003366;
	font-family: Tahoma;
	border: solid 1px #e4e5e7;
	background-color: #f3f3f3;
	direction: rtl;
}

.calcToDate
{
	color: #292455;
	font-family: Tahoma;
	text-decoration: none;
}
.calcToDate:hover
{
	color: Red;
	font-family: Tahoma;
	text-decoration: none;
}
