﻿body {

}

table, th, td {
    border: 1px dotted black;
    border-collapse: collapse;
    padding:5px;
}

.subtitle {
    font-weight:bold;

}

.OutingsHeading { font-size:large; font-weight:bold; background-color:#ccffdd}
.OutingsRow { font-size:small; background-color:#f0f0f0}
.OutingsRowAlt { font-size:small; background-color: #e0e0e0}
.NoRecs {
    font-weight: bold;
    color: red;
}
.ContactMsg {
    font-weight: bold;
    color: red;
}
.tblBlindContact{
    border: 1px dotted black;
}
.tdbc {
    border: none;
}

/*.OutingsMouseOver {background-color: yellow} /*#FFFFE0*/*/

/*table.GridView tr:hover {
    background-color: yellow;
}*/

/* following are for SDOPubWeb.aspx*/
.EventTable {
    border: 1px dotted black;
    border-collapse: collapse;
}

.EventTypeRow {
    background-color: #9CB3BE;
}

.EventListRow {
    background-color:antiquewhite;
}

.EventListRowAlt {
    background-color: aliceblue;
}

.Cancelled {
    text-decoration:line-through;
}

.Title {
}

.FormatOptionPanel {
}

