SELECT.tn_event_dropdown {
    height: 15px;
    border-color: #990000;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 10px;
    color: #007CAF;
}

TABLE.tn_selevents_list {
}

TD.tn_selevents_list {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 8pt;
    color: Gray;
}

.tn_selevents_list A:link {
    text-decoration: none;
    font-family: arial, helvetica, sans serif;
    font-size: 11px;
    color: #838383;
}

.tn_selevents_list A:hover {
    text-decoration: none;
    font-family: arial, helvetica, sans serif;
    font-size: 11px;
    color: #838383;
}

.tn_selevents_list A:visited {
    text-decoration: none;
    font-family: arial, helvetica, sans serif;
    font-size: 11px;
    color: #838383;
}

IMG.tn_selevents_list_bullet {
    border-right: solid 4 white;
    width: 12;
    height: 12;
}

body.backgroung-image {font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-image: url('../img/fb_n.jpg'); /* Add the correct path to your image */
      background-size: cover; /* Adjust as needed */
      background-repeat: no-repeat;
      background-color: #f0f8ff; /* Fallback color if the image is not available */
  }

  header {
      background-image: url('../img/fb_n.jpg'); /* Add the path to your header background image */
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #3CB371; /* Fallback color if the image is not available */
      padding: 20px;
      text-align: center;
    }
