/* =Bert Calendar Custom Display
-------------------------------------------------------------- */
table.bccd-calendar {
    border: 1px solid #16344E !important;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    width: 670px;
}
table.bccd-calendar tr.header-row {
    background: none repeat scroll 0 0 #325676;
    border: 1px solid #16344E !important;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
}
table.bccd-calendar tr.header-row th {
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
}
table.bccd-calendar tr.header-row th.link {
 //   font-style: italic;
}
table.bccd-calendar th, table.bccd-calendar td {
    border: 1px solid #222222;
    font-size: 1em;
    padding: 0 0.375em;
}
table.bccd-calendar td {
    border: 1px solid #325676 !important;
    color: #325676;
    font-size: 0.875em;
}
table.bccd-calendar tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #325676 !important;
}
table.bccd-calendar tr.old-date:nth-child(2n) {
    background: none repeat scroll 0 0 #F2F2F2;
}
table.bccd-calendar tr {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #000000;
    transition: all 0.2s linear 0s;
}
table.bccd-calendar tr:hover, table.bccd-calendar tr.old-date:nth-child(2n):hover {
    background: none repeat scroll 0 0 #AFC0CF;
    color: #FFFFFF;
}
table.bccd-calendar tr.header-row:hover {
    background: none repeat scroll 0 0 #74C4E6;
}
table.bccd-calendar td.link {
    background: none repeat scroll 0 0 #4B81B0;
    color: #FFFFFF;
 //   font-style: italic;
    font-weight: 600;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
table.bccd-calendar td.link a {
    color: #FFFFFF;
    text-decoration: none;
}
table.bccd-calendar tr.old-date td.link {
    background: none repeat scroll 0 0 #CCCCCC;
}

.timeline-header .custom-timeline-summary, .timeline-header h1.summary {
color: #839bb4 !important;
font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif !important;
text-decoration: none !important;
font-size: 18px !important;
font-weight: bold !important;
}

.timeline-header .custom-timeline-summary, .timeline-header h1.summary link a {
color: #Fb7c3c !important;
font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif !important;
text-decoration: none !important;
font-size: 18px !important;
font-weight: bold !important;

}
