/*////////////////////////////////*/
.tblTd {
    font-family:        verdana;
    font-size:          11px;
    background-color:   #F1F5F8;
}
/*////////////////////////////////*/
.tblSearchTd {
    font-family:        verdana;
    font-size:          11px;
    text-align:         center;
}
/*////////////////////////////////*/
.tblTdDark {
    font-family:        verdana;
    font-size:          11px;
    /*background-color:   #B8CDDE;*/
}
/*////////////////////////////////*/
.tblTdOff {
    font-family:        verdana;
    font-size:          11px;
}
/*////////////////////////////////*/
.tblTh {
    font-family:        verdana;
    font-size:          11px;
    background-color:   #416A89;
    color:              #FFFFFF;
}
/*////////////////////////////////*/
.tblThLink {
    font-family:        verdana;
    font-size:          11px;
    color:              #FFFFFF;
    text-decoration:    none;
}
.tblThLink:hover {
    text-decoration:    underline;
}
/*////////////////////////////////*/
.href {
    font-family:        verdana;
    font-size:          11px;
    color:              #000000;
    text-decoration:    none;
}
.href:hover {
    text-decoration:    underline;
}
/*////////////////////////////////*/
.inputs {
    font-family:        verdana;
    font-size:          10px;
}
/*////////////////////////////////*/
.eventDate {
    font-family:        verdana;
    font-size:          9px;
    color:              #CC0000;
}
/*////////////////////////////////*/
.eventTitle {
    font-family:        verdana;
    font-size:          12px;
    font-weight:        bold;
}
/*////////////////////////////////*/
.eventDescription {
    font-family:        verdana;
    font-size:          11px;
}
/*////////////////////////////////*/
.eventHr {
    color:              #000000;
    height:             1px;
    text-align:         left;
}
/*////////////////////////////////*/
.searchHr {
    color:              #000000;
    height:             1px;
}
/*////////////////////////////////*/
.small {
    font-size: 1;
}
/*////////////////////////////////*/
.listLastHref {
    font-family:        verdana;
    font-size:          10px;
    color:              #000000;
    text-decoration:    none;
}
