﻿/*BEGIN EventBarCalendar*/
.calendarContainer
{
    background-image: url('Images/calendar/CalendarBigBG.png'); 
    width:268px;
    height:229px;
    position:relative;
    top:15px;
}

.calendarTitleStyle
{
    height:35px;
    color:#5f656c;
    font-size:11px;
    font-weight:bold;   
}

.date
{
    color:#5f656c;
    font-size:11px;
    font-weight:bold; 
    margin-left:-30px; 
}
.calendarTitleStyle .calendarTitleText
{
    position:relative;
    top:18px;
    left:40px;
    display:none;
}

.calendarDayHeaderStyle
{
    height: 23px;
    color: #b01f24;
    font-family: Tahoma;    
}


.calendarBaseStyle
{
    position:relative;
    left:35px;
    width:201px;
    font-size:11px;
}

.dayBase
{
    width:27px;
    height:24px;
    text-align:center;
    line-height:21px;
    font-weight:bold;    
}

.day
{
    width:27px;
    height:21px;
    background-image: url('Images/calendar/NewCalendarDay.png'); 
    background-repeat:no-repeat;     
    color: #676767;
}

.dayWeekend
{
    width:27px;
    height:21px;
    background-image: url('Images/calendar/NewCalendarLowOpacityBox.png'); 
    background-repeat:no-repeat;     
    color: #7e848a;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.dayWeekendPublicEvent
{
    width:31px;
    height:24px;
    background-image: url('Images/calendar/NewCalendarLowOpacityBox.png'); 
    background-repeat:no-repeat;     
    color: Black;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    font-weight: bold !important;
}

.dayWeekendPublicEvent a
{
    text-decoration: none !important;
}

.today
{
    width:27px;
    height:21px;    
    background-image: url('Images/calendar/CalendarDayRed.png'); 
    background-repeat:no-repeat;     
    color: #f5c6c9;
}

.today a
{
    color: #000000 !important;
    text-decoration:none !important;
}

/*END EventBarCalendar*/


