/* default styles for extension "tx_veguestbook_pi1" */
    .tx-guestbook-list-table { border-style: solid; border-color: #AAAAAA; border-width: 1px; }
    .tx-guestbook-list-header { background-color: #A11A20; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-rowleft { background-color: #DFDFDF; }
    .tx-guestbook-list-rowright { background-color: #FFFFFF; }
    .tx-guestbook-list-small { font-size: 10px; color: #666666; }
    
    .tx-guestbook-form-table { border-style: solid; border-color: #AAAAAA; border-width: 1px; }
    .tx-guestbook-form-header { background-color: #A11A20; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-form-rowleft { background-color: #DFDFDF; }
    .tx-guestbook-form-rowright { background-color: #DFDFDF; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#A11A20; font-size:14px; color:#333333; width:100%; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#A11A20; font-size:14px; font-family: Verdana, Arial, Helvetica; color:#333333; width:100%; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }

    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #DFDFDF; }

    .tx-guestbook-latest-header { background-color: #A11A20; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
/* default styles for extension "tt_news" */
    # ...
    .news-list-item {
      /* IE hack */
      height: 1%;
      line-height: 1.3;
      /* IE hack end */
      height: auto !important;
      padding:3px;
      margin:3px;
      border:1px solid #666;
      background-color:#A11A20;
      }
    #...  
  .news-search-form {
    padding:3px;
    margin-bottom:5px;
    border:1px solid #666;
    background-color:#A11A20;
  }
  
  .news-search-emptyMsg{
    margin:0px;
  }
  .news-search-form FORM {
    margin:0px;
  }
  
  .news-list-container H3 {
    margin-bottom: 5px;
    font-size:11px;
    padding: 2px;
    border-bottom: 1px solid #769024;
    background-color: #A11A20;
  } ##769024
  
  .news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
    color:#fff;
    padding-left:2px;
  }
  
  .news-list-container H3 A {
    color:#fff;
  }
  
  .news-list-container P {
    font-size:11px;
    padding-left:3px;
  }
  .news-list-date {
    float: right;
    color: #3E551C;
    width: 180px;
    text-align: right;
    height: 20px;
    margin-top: -2px;
    margin-right: -2px;
    font-size: 11px;
    font-weight: normal;
    background-color: #F9FFE5;
  }

  .news-list-imgcaption {
    float: right;
    padding-top:3px;
    padding-right:3px;
    font-size: 9px;
  }

  .news-list-container IMG {
    float: right;
    border:1px solid #666;
    margin-bottom:5px;
    margin-right:2px;
    margin-left:5px;
  }
  
  .news-list-category IMG {
    float: none;
    border:none;
    margin:0px;
  }

  .news-list-category {
    font-size:11px;
    margin-left:3px;
  }
  
  .news-list-morelink  {
    font-size:11px;
    margin-bottom:3px;
  }
  
  .news-list-browse {
    text-align: center;
  }
