/*////////////////////////////////*/
.tblTd {
    font-family:        verdana;
    font-size:          11px;
}
/*////////////////////////////////*/
.tblSearchTd {
    font-family:        verdana;
    font-size:          11px;
    text-align:         center;
}
/*////////////////////////////////*/
.tblTdDark {
    font-family:        verdana;
    font-size:          11px;
    background-color:   #D0D4D0;
}
/*////////////////////////////////*/
.tblTdOff {
    font-family:        verdana;
    font-size:          11px;
}
/*////////////////////////////////*/
.tblTh {
    font-family:        verdana;
    font-size:          11px;
    background-color:   #BBBBBB;
    color:              #FFFFFF;
}
/*////////////////////////////////*/
.tblThLink {
    font-family:        verdana;
    font-size:          11px;
    color:              #666666;
    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:              #3F77A6;
}
/*////////////////////////////////*/
.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;
}
/*////////////////////////////////*/
.listLastHrefDate{
    font-family:        verdana;
    font-size:          10px;
    color:              #E8AC50;
    text-decoration:    none;
}
/*////////////////////////////////*/
.listLastHref {
    font-family:        verdana;
    font-size:          10px;
    color:              #000000;
    text-decoration:    none;
}