﻿/* LinkList */
div.linkitem
{
}

div.linkitem a 
{
}

/* DownloadList */
div.downloaditem
{
}

div.downloaditem a 
{
}

/* EventList */
div.eventcontent 
{
}

div.eventcontent date
{
}

tr.pastevent td, tr.pastevent td a, tr.pastevent td a:link, tr.pastevent td a:visited, tr.pastevent td a:active, tr.pastevent td a:hover
{
}

/* NewsList */
div.newscontent 
{
}

div.newscontent date
{
}

/* gallery */
td.gallerycell 
{
}

td.gallerycell td.imagecell
{
}

td.gallerycell td.buttoncell
{
}

div.gallerydetails 
{
}

/* guestbook */
div#guestbookentries
{
    max-height: 200px;
    height: expression(this.scrollHeight > 200? "200px" : "auto" );
}

div#guestbookentries span.date
{
}

div#guestbookentries span.author
{
    padding-left: 10px;
}

div#guestbookentries div.entry
{
}

div#guestbookentries div.odd  
{
    width: 100%;
    background-color: #F3F3EE;
}

div#guestbookentries div.even
{
    width: 100%;
    background-color: #FFFFFF;
}

div#guestbookentries div.even div.pad, div#guestbookentries div.odd div.pad
{
    word-wrap: break-word;
}

.odd  
{
}

.even
{
}