
a{
    text-decoration: none;
    color:#ffffff;
}

.grey{
    background:#aaaaaa ; 
    color:#ffffff ;
}

.green{
    background:#47A417 ; 
    color:#ffffff ;
}

.red{
    background:#EE402E ; 
    color:#ffffff;
}
.weekday{
    width:50px !important;
    margin:1px;
    background:#808080;
    color:#ffffff;
    text-align: center;
}

.calendarday{
    width:50px !important;
    margin:1px;
    background:#7ebcd6;
    color:#ffffff;
    text-align: center;
}

.calendarday_empty{
    width:50px !important;
    margin:1px;
    background:none;
    color:#ffffff;
}

.active_day{
	border: 3px solid orange;
}


