#calendari {
    font-size: 16px;
}
.calendari {    
	border-bottom:2px solid #CCCCCC;
	font-size:0.9em;
	margin:0 auto 10px;
	padding:2px 2px 4px;
	width:200px;
}

.calendari tr.selector {
    font-weight: bold;
    background-color: #095fb0;
    color: #fff;
}
.calendari tr.selector th {
    border-bottom: 2px solid #444;
}

.calendari a{
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;    
}
.calendari a:hover{
    font-weight: normal;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;    
}
        
.calendari tr.dies th{
    border-bottom: 2px solid #444;
    text-align: center;
    font-weight: bold;
}

.calendari tr td, .calendari tr th {
    font-size: 0.9em;
    padding-bottom: 4;
    padding-top: 4;
    text-align: center;
	padding-bottom:4px;
	padding-top:4px;
    /*border-bottom: 3px solid transparent;    
    border-top: 2px solid transparent;    */
    
}

.calendari tr td.laborable {
    background-color: #d2e8fd;
}

.calendari tr td.capdesetmana {
    background-color: #98cdff;
}

.calendari tr td.event {
    border-bottom: 3px solid #c33;        
}