﻿.calendarTitle
{
    color: red;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
}

.EventTitle
{
    color: #457dac;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
}

.EventTitleLink
{
    color: red;
    cursor: pointer;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
}

.EventDate
{
    color: #6a6a6a;
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
}

.EventDescription
{
    color: #6a6a6a;
    font-family: Verdana;
    font-size: 11px;
}
.calendarNormalDays
{
    height: 11px;
    width: 20px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align:center;
    color: #54799a;
    border: solid 1px transparent;
    
    /*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/

    cursor: pointer;
    

}

.calendarHoverDays
{
    height: 11px;
    width: 20px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align:center;
    color: #3e78a9;
    border: solid 1px #024e8e;
    cursor: pointer;
}


.calendarDisabledDays,.calendarDisabledDays .hover, .calendarDisabledDays .active
{
    color: #787878;
    height:  11px;
    width: 20px;
    text-align:center;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    border-style: none;
    cursor: default;
}


.calendarOtherMonth,.calendarOtherMonth .hover, .calendarOtherMonth .active
{
    height:  11px;
    width: 20px;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    border-style: none;
    color: #a1a2a2;
    cursor: default;
}


