﻿/* #7D717f - base color  */
/* #A097FA - Light */
/* #CDC9FD - Pale */
/* #5D4EF1 - Dark */
/* #3B2AE5 - Darker */
/* #7D717F - Gray */

.eventmonth h3 {
    font-size: 28px;
    font-weight: bold;
    color: #210672;
    width: 500px;
    border: 0 solid;
}

.eventlist label {
    font-weight: bold;
    padding-right: 4px;
}

.eventmonth {
    border: 1px solid #5D4EF1;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: White;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

.eventmonthtable {
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border-collapse: collapse;
}

.dayNumber {
    float: right;
    border-bottom: 1px solid Black;
    border-left: 1px solid Black;
    clear: none;
    padding: 2px;
}

.calcurrentmonth {
    /* no styles needed at this time */
}

.calothermonth {
    background-color: #7D717F;
}

.calcurrentday {
    background-color: #5D4EF1;
}

.calweekend {
    background-color: #CDC9FD;
}

.calcurrentmonth, .calothermonth, .calcurrentday, .calweekend {
    text-align: left;
    height: 60px;
    vertical-align: top;
    position: relative;
    border-collapse: collapse;
    border-spacing: 5px;
    border: 2px solid black;
}

.eventlistdate {
    padding-right: 4px;
}

.eventlisticon {
    text-align: center;
}

.eventlisttime {
    text-align: center;
    width: 95px;
}

.eventlistevent {
    font-weight: bold;
}

.eventlistlocation {
    /* no styles needed at this time */
}

.eventlist td {
    padding-bottom: 4px;
}
