/*************** CALENDARI ACTIVITATS ***************/ 
.taula_calendari{
    display: table; 
    width: 100%;
}
.casella_nomdia{
    width: 14.11%;
    float:left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.casella_diabuit{
    width: 14.11%;
    height: 150px;
    float:left;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #E0E0E0;
}
.casella_dianormal{
    width: 14.11%;
    height: 150px;
    overflow-y: auto;
    float:left;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;	
    background-color: #FFFFFF;
}
.casella_dianormal:hover{
    background-color: #f7f7f7;
}
.avui{	
    background-color: #fffe93;
}
.casella_dianormal_header{
    display: table; 
    width: 75%;
}
.element_activitat {
    border: 1px solid #AAAAAA;
    background-color: #eaecf0;
    -moz-border-radius: 5px;	
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    behavior: url(./resources/css/border-radius.htc);
    cursor: pointer;
    height: 16px;
    margin: 0 5px;
    padding-left: 2px;
    position: relative;
}
.element_activitat_text{
    margin-right:14px;
    font-size:11px;
    height: 16px;
    overflow: hidden;
    padding-left: 2px;
}
.element_activitat_text:hover{
    text-decoration: underline;
}
.element_activitat_x{
    position: absolute;
    top: 0px;
    right: 0px;
    width:  15px;
    height: 12px;
}
.element_activitat_x img{
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
}
.element_activitat_x:hover img{
    border-bottom: 1px solid #000;
}