﻿/* 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 #000000;
    padding: 10px;
    width: 355px;
    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 #000000;
    padding: 10px;
    width: 355px;
    overflow: hidden;
}

div.newscontent date
{
    font-weight: bold;
}

/* gallery */
td.gallerycell 
{
    vertical-align: middle;
    text-align: center;
    width: 125px;
    height: 125px;
    border: solid 1px #000000;
}

td.gallerycell td.imagecell
{
    vertical-align: middle;
    text-align: center;
    width: 125px;
    height: 125px;
}

td.gallerycell td.buttoncell
{
    background-color: #F2F2F2;
    padding: 3px;
}

div.gallerydetails 
{
    width: 353px;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #000000;
}

/* guestbook */
div#guestbookentries
{
    width: 375px;
    max-height: 200px;
    height: expression(this.scrollHeight > 200? "200px" : "auto" );
    border: solid 1px #000000;
    overflow: auto;
}

div#guestbookentries span.date
{
    color: #000000;
    font-weight: bold;
}

div#guestbookentries span.author
{
    padding-left: 30px;
    color: #999999;
    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: #F2F2F2;
}

div#guestbookentries div.even div.pad, div#guestbookentries div.odd div.pad
{
    padding: 10px;
}
/* Event Calendar */
/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #898989;
    width: 454px;
    margin-right: auto;
    margin-left: auto;
    /*background: #0F3A14 url(_images/background_fullwidth.jpg) repeat-y; */
    background: #EDEDED; 
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 454px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #898989;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    clear: none;
    padding: 2px;
    color: #000000;
}


.calcurrentmonth
{
    background: #FFFFFF;
}
.calothermonth
{
    background-color: #EDEDED;
}
.calcurrentday
{
    background-color: #898989;
    
}
.calweekend
{
    background-color: #FFFFFF;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #898989;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
div#calendarentries span.entry
{
    color: #000000;
    padding: 2px;
    display:block;
    border: 1px solid #898989;
}

/* gMap */
div.mapcontent 
{
    border: solid 1px #000000;
    padding: 10px;
    width: 355px;
    overflow: hidden;
}
div.gmapcontent 
{
    padding: 10px;
    width: 355px;
    height: 355px;
    border: solid 1px #000000;

}
div.gmapcontentSV 
{
    padding: 10px;
    width: 355px;
    height: 355px;

}


