﻿div.InfoBox
{
    background-color: White;
    padding: 5px;
    width: 240px;
    border: 1px solid Silver;
    overflow: hidden;
}
div.InfoBox p
{
    font-style: italic;
    font-size: 0.9em;
    text-align: justify;
    margin: 0;
}
div.InfoBox h1
{
    font-style: italic;
    font-size: 1.2em;
    margin: 0;
}
div.InfoBar a.BannerTemplate
, div.InfoBar a.BannerTemplate:hover
{
    margin-left: 8px;
}
div.InfoBar
{
    float: right;
    clear: both;
    background: #cccccc url(images/bar_bg.jpg);
    background-repeat: repeat-y;
    background-position: top left;
    width: 250px;
    border: 1px solid Silver;
    text-align: center;
}
div.InfoBar h1
{
    background-color: #909090;
    color: White;
    border-bottom: 2px outset;
    margin: 0;
    padding: 2px 6px;
    font-size: 1.4em;
}

td.RightPane
{
    width: 250px;
    margin: 0 0 5px 30px;
}