body
{
    margin: 0px;
    padding: 0px;
}


h1
{
    font-size: 110%;
}

div.listitem h2, table.rightmenu th
{
    font-size: 100%;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-bottom-color: #9FD0F3;

}

h2
{
    font-size: 110%;
}

h3
{
    font-size: 80%;
}

a h1, a h2, a h3
{
    text-decoration: none;
}

div.byline
{
    padding-top: 0px;
    margin-top: 0px;
}

a.small img
{
    border: 1px solid black;
}

a
{
    color: #000000;
    text-decoration: underline;
}

a:hover
{
    color: navy;
    text-decoration: underline;
}

td.date, td.path, td.maincontent
{
    padding-left: 8px;
    padding-right: 8px;
}

td.maincontent
{
    padding-bottom: 16px;
}

td.leftcolumn
{
    background-color: #9FD0F3;
    padding-bottom: 16px;
    width: 120px;
}

td.rightcolumn
{
    background-color: #9FD0F3;
    padding-bottom: 1px;
}

td.path
{
    font-size: 65%;
}


td.menuitem
{
    text-align: left;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 2px;
}

td.menuitem a
{
    width: 120px;
    display: block;
    font-size: 60%;
    padding: 5px;
    text-decoration: none;
    color: black;
    background-color: #9FD0F3;
}

td.menuitem a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: black;
    background-color: #0099DB;
}


table.leftmenu td.menuitem
{
    padding: 0px;
}

div.searchblock
{
    padding-top: 16px;
    padding-bottom: 8px;
    text-align: center;
}

input.searchtext
{
    font-size: 65%;
    width: 90px;
}

input.searchbutton
{
    margin: 4px;
}

p.readmore
{
    font-size: 65%;
    font-weight: normal;
}

p.readmore a
{
    text-decoration: underline;
}

p.date
{
    font-size: 50%;
    font-weight: normal;
}

table.rightmenu td.menuitem
{
    border: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}

table.rightmenu td.menuitem p
{
    font-size: 60%;
    margin: 1px;
}

table.rightmenu td.menuitem a
{
    font-size: 80%;
    text-decoration: none;
    background-color: #9FD0F3;
    margin: 1px;
}

table.rightmenu td.menuitem a:hover
{
    text-decoration: none;
    background-color: #9FD0F3;
}


div.listitem
{
    height: 100%;
    padding-bottom: 16px;
}


div.credits
{
    text-align: center;
}

div.credits p
{
    padding-top: 8px;
    font-size: 65%;
}

