/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
body
{
    background-color: #ccc;
}

#PicturePanel, #TopMenu, #ContentSection
{
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}

#PicturePanel
{
    background-color: #fff;
}

#TopMenu
{
    background-color: #ccc;
    border-top: 8px solid #fff;
    border-bottom: 10px solid #fff;
}

#TopMenu ul
{
    padding-left: 40px;
}

#TopMenu a.ListItem
{
    color: #333;
    border-top: 4px solid #ccc;
    background: transparent url("http://data.virtualinterconnect.com/images/backgrounds/1x20-fff.png") no-repeat;
    background-position: center right;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
}

#TopMenu li.ListItemCurrent a.ListItem
{
    border-top: 4px solid #999;
}

#TopMenu a.ListItem:hover, #TopMenu li.ListItemCurrent a.ListItem:hover
{
    border-top: 4px solid #fff;
}

#ContentSection
{
    border-bottom: 5px solid #fff;
}

#TriSections, #ContentPanel
{
    background-color: #fff;
}

#Pic1 .SmallPic, #Section1 .SectionContent
{
    padding-right: 4px;
}

#Pic2 .SmallPic, #Section2 .SectionContent
{
    padding-left: 2px;
    padding-right: 2px;
}

#Pic3 .SmallPic, #Section3 .SectionContent
{
    padding-left: 4px;
}

#Copyright
{
    color: #fff;
}

#Copyright img
{
    vertical-align: middle;
}
