﻿table {
    width: 100%;
}

a {
    color: white;
}

.EventListAlternatingRowStyle {
    background-color: #C5E6FB;
    font-weight: normal;
    color: black;
    text-align: left;
    opacity: 0.8;
    font-family: 'Segoe UI';
    cursor: pointer;
}

.EventListRowStyle {
    font-weight: normal;
    text-align: left;
    padding-right: 1px;
    opacity: 0.8;
    font-family: 'Segoe UI';
    cursor: pointer;
}

.ColonColumn {
    width: 1px;
    text-align: center;
}

.HeaderStyle {
    background: #C00000;
    text-align: center;
    color: white;
    font-family: 'Segoe UI';
}

.AlternatingRowStyle {
    background-color: #C5E6FB;
    font-weight: normal;
    color: black;
    text-align: left;
    opacity: 0.8;
    font-family: 'Segoe UI';
}

.RowStyle {
    font-weight: normal;
    text-align: left;
    padding-right: 1px;
    opacity: 0.8;
    font-family: 'Segoe UI';
}

.Button {
    font-weight: normal;
    text-align: center;
    padding-right: 1px;
    opacity: 0.8;
    font-family: 'Segoe UI';
}

.PagerRowStyle {
    background: #C00000;
    text-align: center;
    color: white;
    font-family: 'Segoe UI';
}

.PagerCurrentPage {
    text-align: center;
    color: yellow;
    font-family: 'Segoe UI';
}

.PagerOtherPage {
    text-align: center;
    color: white;
    font-family: 'Segoe UI';
}
