﻿/* LinkList */
div.linkitem
{
    padding-top: 20px;
}

div.linkitem a 
{
    font-weight: bold;
}

/* DownloadList */
div.downloaditem
{
    padding-top: 20px;
}

div.downloaditem a 
{
    font-weight: bold;
}

/* EventList */
div.eventcontent 
{
    border: solid 1px #9CB6E9;
    padding: 10px;
    width: 460px;
    overflow: hidden;
}

div.eventcontent date
{
    font-weight: bold;
}

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
{
    color: #999999;
}

/* NewsList */
div.newscontent 
{
    border: solid 1px #9CB6E9;
    padding: 10px;
    width: 460px;
    overflow: hidden;
}

div.newscontent date
{
    font-weight: bold;
}

/* gallery */
td.gallerycell 
{
    text-align: center;
    border: none;
}

td.gallerycell a
{
    background: #ffffff;
    border: 15px solid #ffffff;
    display: block;
    margin: 0px 15px 15px 0px;
}



div.gallerydetails 
{
    border: none;
    margin: 0px auto 20px auto;
    text-align: center;
}

div.gallerydetails img
{
    background: #ffffff;
    border: 15px solid #ffffff;
    padding: 6px;
}

/* guestbook */
div#guestbookentries
{
    width: 478px;
    max-height: 200px;
    height: expression(this.scrollHeight > 200? "200px" : "auto" );
    border: solid 2px #9CB6E9;
    overflow: auto;
}

div#guestbookentries span.date
{
    color: #000000;
    font-weight: bold;
}

div#guestbookentries span.author
{
    padding-left: 30px;
    color: #4D77C6;
    font-weight: bold;
}

div#guestbookentries div.entry
{
    padding-top: 5px;
}

div#guestbookentries div.odd  
{
    width: 100%;
    background-color: #FFFFFF;
}

div#guestbookentries div.even
{
    width: 100%;
    background-color: #ECF0F8;
}

div#guestbookentries div.even div.pad, div#guestbookentries div.odd div.pad
{
    padding: 10px;
}