.c_mon_info{
   font-family: Tahoma,Verdana;
   font-size: 9px;
   background: #164978;
   color : #FFFFFF;
}

.c_weekdays{
    background: #216DAF; 
    font-family: Tahoma;
    color: #A9CAE8;
    text-align: center;
    font-weight: lighter;
}

.c_other_mon,
.c_all_days,
.c_fridays,
.c_curday{
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
}

.c_other_mon{
    color : #A9CAE8;
    background: #EEEEFF;
}
.c_all_days{
    color : #164978;
    background: #EEEEFF;
}
.c_fridays{
    color : #351F08;
    background: #A9CAE8;
}
.c_curday{
    font-weight: bold;
    color: #BED4E7;
    background: #2B7FCD;
}

/*******************************/
/*        Calendar Page        */
/*******************************/
.bc_mon_info{
   font-family: Tahoma,Verdana;
   font-size: 12px;
   background: #164978;
   color : #FFFFFF;
   padding: 5px;
}

.bc_weekdays{
    background: #216DAF; 
    font-family: Tahoma;
    color: #A9CAE8;
    text-align: center;
    padding: 5px;
}

.bc_other_mon,
.bc_all_days,
.bc_fridays,
.bc_curday{
    font-family: Times New Roman;
    font-size: 24px;
    text-decoration: none;
    padding: 10px;
}

.bc_other_mon{
    color : #A9CAE8;
    background: #EEEEFF;
}
.bc_all_days{
    color : #164978;
    background: #EEEEFF;
}
.bc_fridays{
    color : #351F08;
    background: #A9CAE8;
}
.bc_curday{
    font-weight: bold;
    color: #BED4E7;
    background: #2B7FCD;
}


