﻿
.s_calendarBody {
    width: 274px;
    height: 70px;
    border: 0px solid red;
}

.s_monthTitle {
    text-align: center;
    font-size: 13px;
}

.s_prevMonth {
    text-align: left;
}

.s_nextMonth {
    text-align: right;
}

.s_weekName {
    font-size: 13px;
    text-align: right;
    background-color: #FFFFFF;
    width: 38px;
    height: 25px;
    padding-right: 10px;
}

.s_dayColumn {
    border: 0px solid black;
    text-align: right;
    font-size: 13px;
    background-color: #FFFFFF;
    height: 20px;
}

.s_today {
    background-color: #009688 !important;
    color: white;
}

.s_holiday {
    font-weight: bold;
    color: Red;
}

.s_notCurrentMonth {
    color: grey !important;
}
/*
.s_isJobFair
{
    color: Green;
}

.s_isVacancy
{
    color: Orange;
}

.s_isBoth
{
    color: #CC6600;
}
*/
.s_specialDayMouseOver {
    cursor: pointer;
}

.s_normailDayMouseOver {
    cursor: default;
}

.s_hiddenFont {
    color: White;
}
