﻿/* 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 #df9f57;
    padding: 10px;
    width: 462px;
    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: #df9f57;
}

/* NewsList */
div.newscontent 
{
    border: solid 1px #df9f57;
    padding: 10px;
    width: 475px;
    overflow: hidden;
}

div.newscontent date
{
    font-weight: bold;
}

/* gallery */
td.gallerycell 
{
    vertical-align: middle;
    text-align: center;
    width: 121px;
    height: 121px;
    border: solid 1px #df9f57;
    background-color: #FFFFFF;
}

td.gallerycell td.imagecell
{
    vertical-align: middle;
    text-align: center;
    width: 121px;
    height: 121px;
}

td.gallerycell td.buttoncell
{
    background-color: #df9f57;
    padding: 3px;
}

div.gallerydetails 
{
	margin-top: 8px;
    width: 462px;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #df9f57;
}

/* guestbook */
div#guestbookentries
{
    width: 496px;
    max-height: 200px;
    height: expression(this.scrollHeight > 200? "200px" : "auto" );
    border: solid 1px #df9f57;
    overflow: auto;
}

div#guestbookentries span.date
{
    color: #df9f57;
    font-weight: bold;
}

div#guestbookentries span.author
{
    padding-left: 30px;
    color: #000000;
    font-weight: bold;
}

div#guestbookentries div.entry
{
    padding-top: 5px;
}

div#guestbookentries div.odd  
{
    width: 476px;
    background-color: #eddbb3;
}

div#guestbookentries div.even
{
    width: 476px;
    background-color: #f8e8c4;
}

div#guestbookentries div.even div.pad, div#guestbookentries div.odd div.pad
{
    padding: 10px;
}


div.roundedTop
{
	width: 500px;
	height: 13px;
	background-image: url(_images/content_top.gif);
	background-position: left bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

div.roundedBottom
{
	width: 500px;
	height: 13px;
	background-image: url(_images/content_bottom.gif) ;
	background-position: left top;
	background-attachment: scroll;
	background-repeat: no-repeat;

}
