﻿/* 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 td
{

    padding: 10px;
	background-color: #FF0000;
}


div.eventcontent 
{
    border: solid 1px #1B6B8B;
    padding: 10px;
    width: 940px;
    overflow: hidden;
	background-color:#CCCCCC;
}

div.eventcontent h1
{
font-size:26px;
font-weight:bold;
padding-bottom:10px;
height:auto;
}

div.eventcontent date
{
    font-weight: bold;
	padding-right:20px;
}

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: #666666;
}

td.width: 150px;{
padding:10px;
margin:10px;
}


/* NewsList */
div.newscontent 
{
    border: solid 1px #1B6B8B;
    padding: 10px;
    width: 440px;
    overflow: hidden;
}

div.newscontent date
{
    font-weight: bold;
}

/* gallery */
td.gallerycell 
{
    vertical-align: middle;
    text-align: center;
    width: 115px;
    height: 115px;
    border: none;
    background-color: none;
}

td.gallerycell td.imagecell
{
    vertical-align: middle;
    text-align: center;
    width: 115px;
    height: 115px;
}

td.gallerycell td.buttoncell
{
    background-color: #1B6B8B;
    padding: 3px;
}

div.gallerydetails 
{
    width: auto;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    background-color:none;
	vertical-align:middle;
	text-align: center;	
	color:#FFFFFF;
}

div.gallerydetails h1
{
    color: #FFFFFF;
	vertical-align:text-top;
	font-size:20px;
	font-weight: 700;
}



/* guestbook */
div#guestbookentries
{
    width: 460px;
    max-height: 200px;
    height: expression(this.scrollHeight > 200? "200px" : "auto" );
    border: solid 1px #1B6B8B;
    overflow: auto;
}

div#guestbookentries span.date
{
    color: #000000;
    font-weight: bold;
}

div#guestbookentries span.author
{
    padding-left: 30px;
    color: #1B6B8B;
    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: #E7F0F3;
}

div#guestbookentries div.even div.pad, div#guestbookentries div.odd div.pad
{
    padding: 10px;
    color: #000000;
}