.calendar_main {
	font-size: 8pt;	
	padding-left: 5px;
}
.calendar_main a {
	text-decoration: none;
}
.calendar_other_month, .calendar_days, .calendar_weekend{
	padding: 3px;
	background-repeat: no-repeat;
}
.calendar_other_month {
	color: #cccccc;
	background-image: url('../images/agenda/calendar_desactivate.gif');
}
.calendar_other_month_clickable {
	color: #cccccc;
}
.calendar_days {
	color: #575757;
	background-image: url('../images/agenda/calendar_activate.gif');	
}
.calendar_today_clickable {
	text-decoration: underline;
}
.calendar_weekend {
	color: #838383;
	background-image: url('../images/agenda/calendar_activate.gif');	
}
.calendar_today_select {
	font-weight: bold;
}
.calendar_table td {
	width: 17px;
	height: 19px;
	vertical-align: top;
}
.calendar_td_bg {
	width:15px;
	height:15px;
	position:absolute;
	margin: -1px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.tool-tip {
	color: #303030;
	width: 139px;
	z-index: 26000;
	position: absolute;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../images/agenda/tips_bg.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/agenda/tips_bg.png) bottom right;
}
