﻿.ThinBorderVerticle
{
    background-color: #ffcc66;
    width: 2px;
}

.ThinBorderHorizontal
{
    background-color: #ffcc66;
    height: 2px;
}

.ThinBorderCorner
{
    background-color: #ffcc66;
    height: 2px;
}

.MenuBox
{
    padding-right: 5px;
    padding-left: 5px;
    background-image: url(Images/MenuBack.jpg);
    padding-bottom: 5px;
    padding-top: 5px;
    background-repeat: repeat-x;
    font-family: Tahoma,Verdana;
    
}

.MenuBoxBottom
{
    background-color: #c86e00;    
}

.MenuBox A
{
    font-size: 8pt;
    font-family: Tahoma, Verdana;
    color: white;
    text-decoration: none;
}

.DefaultText
{
    font-size: 8pt;
    font-family: Verdana;
    text-align: justify;
    vertical-align: top;    
}

.SubMenuBox
{    
    padding-right: 5px;
    padding-left: 15px;
    background-image: url(Images/SubMenuBack.jpg);
    padding-bottom: 5px;
    padding-top: 5px;
    background-repeat: repeat-x;
    height: 8px;
    font-weight: bold;
    font-size: 8pt;
    color: Gold;
    font-family: Verdana;
}

.SubMenuBoxRight
{   
    padding-left: 15px;
    background-image: url(Images/SubMenuBack.jpg);
    background-repeat: repeat-x;
    height: 19px;
    font-weight: bold;
    font-size: 8pt;
    color: Gold;
    font-family: Verdana;
}

.MainBackground
{
    background-color: #ff924d;
}

.SideMenuBox
{
    border-bottom: white thin solid;
    background-color: #ffff9f;
}

.SideMenuBoxTop
{
    border-top: white thin solid;
    border-bottom: white thin solid;
    background-color: #ffff9f;
}


