.loading {
	background-image: url('../../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.chooseMonth {
	margin: 0px;
}

.calendar_days {
	clear: both;
	padding-left: 6px;
	margin: 0px;
	height: 133px;
	width: 160px;
}

.calendar_days .WD{
	font-weight: bold;
}
	
.calendar_days .day{
	float: left;
	width: 21px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	overflow: hidden;
	color: #7b7b7b;
	margin: 0px;
}

.calendar_days .this_month {
	color: #0e0e0e;
} 

.calendar_days .weekend {
	background-color: #f0f0f0;
}

.calendar_days .this_week {
	background-color: #cecece;
}

.calendar_days .today {
	color: #0e0e0e;
	background-color: #ef9e06; 
}

.chooseMonth div{
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.chooseMonth .ctrl_bck{
	margin-left: 20px;
	width: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 10px;
	cursor: pointer;
}

.chooseMonth .ctrl_forw{
	margin-right:20px;
	width: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 10px;
	cursor: pointer;
}

.chooseMonth .month {
	text-align: center;
	width: 106px;
	font-size: 14px;
	color: #6695d9;
}

.chooseMonth .month span{
	font-weight: bold;
}

.calendar_categories {
	padding-top: 5px;
	clear: both;
	margin: 0px;
}

.calendar_categories .cat {
	margin: 0px;
	float: left;
	margin-left: 7px;
	padding-left: 18px;
	padding-right: 14px;
	margin-top: 5px;
	height: 15px;
	color: #FF6400;
	cursor: pointer;
/* 	border-right: 1px solid #cbcbcb; */
	text-decoration: underline;
	background-position: left center;
	background-repeat: no-repeat;
}

.calendar_categories .on {
	background-image: url("../../img/c_off.jpg");
}

.calendar_categories .off {
	background-image: url("../../img/c_on.jpg");
}

.Calendar {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 166px;
}

