﻿.Default_events *
{
    font-family: arial;
    font-size: 14px;
    cursor:default;
}

.Default_events td a
{
    text-decoration: none;
    font-family: arial;
    font-size: 14px;
    cursor:pointer;
}

.Default_events .dow
{
    font-family: arial;
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-color:#F0F2F4;
}

.Default_events .om
{
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: gray;
}

.Default_events .weekend
{
    background-color: ;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.Default_events .workday
{
    background-color: ;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.Default_events .weekend a
{
    color:black;
    text-decoration:underline;
}

.Default_events .workday a
{
    color:black;
}

.Default_events .workday .event
{
    color:Red;
}

.Default_events .weekend .event
{
    color:Red;
}
.Default_events .today
{
    background-color: Gray;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.Default_events .today a
{
    color:White;
}

.Default_events .event
{
    color:Red;
}



/* List Mode Styles */
.calendarList
{
    padding:15px;
}

.calendarList .divider
{
    border-top:solid 1px gray;
}


.calendarList .overview
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
}

.calendarList .date
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
    font-weight: bolder;
}
.calendarList .title
{
    padding-right: 15px;
}

.calendarList .title a
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
    font-weight: bolder;
}

.calendarList .title a:hover
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
