#col-right td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
	text-align:center;
}

#calback {
	background:  url('../medias/templates/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	/*width: 230px;*/
}

#calendar {
	width: 180px;
	height: 100%;
}

.cal {
	background: #003766;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 15px;
	
}

.dayhead td {
	text-align: center;
	color: #fff;
	
}

.dayrow {
	background: #2F6C97;
	height: 20px;
}

.dayrow td {
	width: 40px;
	color: #fff;
	font-size: 10px;
}

.day {
	float: right;	
	width:18px;
	height:18px;
}

.dayover {
	/*background: #EEE;*/
}
.dayout {
	/*background: #FFF;*/
}
.date_act {
	background:#038DD3;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.date_act a{
	background:#038DD3;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
}
