/*************************************************************************************************************************/
/* BEGIN OVERRIDE STYLES                                                                                                 */

  body {
    color: #000000;
    margin: 0px;
    background-repeat: repeat-y;
    background-image: url(./../images/background.jpg);
  }
  table {
    font-family: Tahoma, Verdana;
    font-size: 11px;
  }

  li { list-style-type: square; margin-bottom: 3px; }

  a:link { color: #000056; }
  a:visited { color: #000056; }
  a:hover { color: #cf0000; }

/* END OVERRIDE STYLES                                                                                                   */
/*************************************************************************************************************************/
/* BEGIN NEW STYLES                                                                                                      */

  .tplTitle {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
      font-style: normal;
      font-weight: bold;
      padding-bottom: 5px;
      margin-bottom: 15px;
      border-bottom: 1px solid #000000;
  }
  .tplContent {
    text-align: justify;
  }

  span.wiki { }
  a.wiki:link { color: #000056; }
  a.wiki:visited { color: #000056; }
  a.wiki:hover { color: #cf0000; }
  a.wikinew:link { color: #780000; }
  a.wikinew:visited { color: #780000; }
  a.wikinew:hover { color: #780000; }

  div.bglinks { color: white; padding: 5px 15px; }
  div.bglinks a:link, div.bglinks a:visited { font-weight: bold; text-decoration: none; color: white; }
  div.bglinks a:hover { color: #cf0000; }
  div.bglinks span { padding: 0px 5px; color: #c8e2f6; }

  table.listContainer td {
    border: 5px solid #f2f6f9;
    padding: 1px 1px 5px 1px;
  }
  table.itemContainer th {
    text-align: left;
    font-weight: bold;
    padding: 3px;
    background-color: #f4f8fb;
    border-bottom: 5px solid white;
  }
  table.itemContainer td {
    border: 0px;
    padding: 0px 0px 1px 2px;
  }
  table.itemContainer ul {
    margin: 0px;
    padding: 0px 0px 0px 22px;
  }
  table.itemContainer td.itemTitle { }
  table.itemContainer td.itemDesc {
    text-align: justify;
    color: #505050;
    padding-right: 5px;
  }
  table.itemContainer td.itemTime { vertical-align: top; }
  table.itemContainer td.itemImage {
    padding: 6px 6px 6px 2px;
  }
  table.itemContainer div.readmore {
    position: relative;
    text-align: right;
    padding-right: 5px;
    text-decoration: underline;
    cursor: hand;
  }
  table.itemContainer td.filmstrip {
    padding-top: 10px;
    padding-right: 5px;
  }
  table.itemContainer td.filmstripNavigation { width: 30px; }
  table.itemContainer div.filmstripNavigation { text-align: center; }

  .imageBorder img { border: 5px solid #f2f6f9; }
  .imageLeft { padding-right: 5px; }
  .imageRight { padding-left: 5px; }
  .imageCaption { text-align: center; color: #505050; border-top: 1px solid white; }

/* END NEW STYLES                                                                                                        */
/*************************************************************************************************************************/
