﻿body 
{
    background-image: url('images/bg-color.png'); 
    margin: 0;
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px;
}

.titletable 
{
    width: 825px; 
    background-color: White;
}

.bodytable 
{
    width: 825px; 
    background-color: White;
}

.footertable
{
    width: 825px; 
    background-color: White;
}

.pageleft
{
    width: 10px; 
    background-image: url('images/bg-leftedge.png'); 
    background-repeat: repeat-y;
}
.pageright
{
    width: 15px; 
    background-image: url('images/bg-rightedge.png'); 
    background-repeat: repeat-y;
}
.pagebottom
{
    width: 800px; 
    height: 15px; 
    background-image: url('images/bg-bottomedge.png'); 
    background-repeat: repeat-x;
}
.pageleftcorner
{
    width: 10px; 
    height: 15px; 
    background-image: url('images/bg-leftcorner.png'); 
    background-repeat: no-repeat;
}
.pagerightcorner
{
    width: 15px; 
    height: 15px; 
    background-image: url('images/bg-rightcorner.png'); 
    background-repeat: no-repeat;
}

.box
{
    background-image: url('images/bg-tabletopfade.png'); 
    background-repeat: repeat-x; 
    background-position: top;
    width: 100%; 
    border-top: solid 1px #d2bc8d; 
    border-right: solid 1px #a59674; 
    border-bottom: solid 1px #a59674; 
    border-left: solid 1px #d2bc8d;
}

.boxtd { padding: 12px 8px 10px 8px; }

.eventbox
{
    background-image: url('images/bg-tabletopfade.png'); 
    background-repeat: repeat-x; 
    background-position: top;
    width: 100%; 
    border-top: solid 1px #d2bc8d; 
    border-right: solid 1px #a59674; 
    border-bottom: solid 1px #a59674; 
    border-left: solid 1px #d2bc8d;
}

.eventboxtd { padding: 12px 8px 10px 8px; }

.eventimg { padding-left: 10px; }

.shabbatinfobox
{
    background-color: #ecf2fe; 
    padding: 8px 8px 12px 8px; 
    border-top: solid 1px #c3d7ff; 
    border-right: solid 1px #7f9bd0; 
    border-bottom: solid 1px #7f9bd0; 
    border-left: solid 1px #c3d7ff;
}

.title
{
    font-family: Tahoma; 
    font-size: 20px; 
    letter-spacing: 4px; 
    color: #34611e;
}

A:visited { text-decoration: none; color: #0000ff; }
A:link { text-decoration: none; color: #0000ff; }
A:hover { text-decoration: underline; color: #0000ff; }
A:active { text-decoration: none; color: #ff0000; }