/* events stylesheet */

.row_top
{
    float: left;
    margin-bottom: 10px;
    width: 70%;
}

a.back
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    color: #142D81;
}

h2.page_heading
{
    margin-bottom: 0px;
    clear: left;
}

.col_left
{
    float: left;
    clear: left;
    width: 65%;
    margin-left: 20px;
}

ul.months
{
    float: left;
    clear: left;
    margin-bottom: 10px;
    text-align: center;
    display: inline;
}
ul.months li
{
    float: left;
    display: inline;
    margin: 5px 20px 5px 0;
}
ul.months a
{
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    color: #142D81;
}

.calendar
{
    float: left;
    clear: left;
    color: #000;
    width: 100%;
}
.information
{
    clear: left;
}
table.calendar
{
    text-align: center;
    border: 2px solid #000;
}
table.calendar th
{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    background: #DF1125;
    color: #FFF;
}
table.calendar th a
{
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}
table.calendar td
{
    text-align: center;
    width: 14%;
    height: 50px;
    border-bottom: 1px dotted #000;
    border-right: 1px dotted #000;
}
table.calendar td.day
{
    border: none;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    background: #142D81;
    color: #FFF;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: auto;
}
table.calendar td .date
{
     font-size: 14px;
    /*background: url(../../images/site/calendar_day_bg.gif) bottom left repeat-x;*/
    text-align: left;
    vertical-align: top;
    height: 100%;
    padding: 5px 0 0 5px;
}
table.calendar td .today
{
    font-weight: bold;
    color: #FFF !important;
    background: #DF1125;
}
table.calendar td .event
{
}
table.calendar td .event a
{
    text-decoration: none;
    font-weight: bold;
    color: #142D81;
    *color: #142D81 !important;
}
table.calendar td .today.event a
{
    color: #FFF;
}
table.calendar td .empty
{
    background: #CCC;
}

#TB_ajaxContent .more a
{
    color: #000 !important;
}

.col_right
{
    float: right;
    color: #000;
    width: 28%;
    margin-left: 2%;
}

.col_right h3
{
    font-size: 18px;
    font-weight: bold;
    color: #142D81;
}

ul.events
{
    float: left;
    clear: left;
    width: 90%;
}

ul.events li
{
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    float: left;
    clear: left;
    width: 100%;
}

ul.events h2.title
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
}

ul.events h2.title a
{
    text-decoration: none;
    color: #DF1125;
    font-size: 16px;
}

ul.events li .date
{
    float: left;
    clear: left;
    *width: 100%;
}

ul.events li .summary
{
    float: left;
    clear: both;
    width: 100%;
}

ul.events li .more
{
    float: left;
    clear: both;
    width: 100%;
}
ul.events li .more a
{
    font-size: 10px;
    color: #333;
    text-decoration: underline;
}



/*************************
SINGLE EVENT PAGE
*************************/

.row_top .date
{
    margin-left: 20px;
    font-size: 16px;
    color: #DF1125;
    float: left;
    clear: left;
}

.col_left .summary
{
    font-weight: bold;
    float: left;
    clear: left;
    width: 100%;
}

.col_left .details
{
    float: left;
    clear: left;
    width: 100%;
}