﻿.body
{
    background-color: #f5f5dc;
    background-image: url(images/imgBkg1.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
}
.pageTitle
{
    font-size: x-large;
    color: #2d572d;
}
.centerStrong
{
    font-size:large;
    text-align:center;
}
.footer
{
    font-family: Verdana;
    font-size: 9px;
    color: silver;
    text-decoration: underline;
}
.footer1
{
    font-family: Verdana;
    font-size: 10px;
    color: navy;
    text-decoration: underline;
}
.footer2
{
    font-family: Verdana;
    font-size: 10px;
    color: navy;
    text-decoration: underline;
    background-color: yellow;
}
#lblCopyright
{
    font-family: Verdana;
    font-variant: small-caps;
}
.bluesky
{
    background-color: #87ceeb;
}
.textLine
{
    border-top-style: none;
    border-bottom: gray solid;
    border-right-style: none;
    border-left-style: none;
}

.tabs
{
    position:relative;
    top:1px;
    left:10px;
    background-color:silver;
    border:solid 1px;
    text-align:justify;
}
.tab
{
    border:solid 1px black;
    border-bottom:none;
    padding:0px 10px;
    text-align:justify;
}
.selectedTab
{
    border:solid 1px black;
    border-bottom:solid 1px biege;
    padding:0px 10px;
    background-color:#f5f5dc;
    text-align:justify;
}
.hoveredTab
{
    border-style:groove;
    background-color:ButtonFace;
}
.tabContent
{
    border:solid 1px black;
    padding:20px;
    background-color:#f5f5dc;
}
.hideTradeTitleTreeRoot
{
    visibility:hidden;
}
.CAICATitle
{
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}
.contactHeader
{
    color: #32373c;
    font-family: Tahoma;
    font-size: small;
    text-align: center;
    text-decoration: underline;
}
.contact
{
    color: #32373c;
    font-family: Tahoma;
    font-size: small;
}
.contactName
{
    color: #32373c;
    font-family: Tahoma;
    font-size: x-small;
    font-weight: bolder;
}
.contactTitle
{
    color: #32373c;
    font-family: Tahoma;
    font-weight: lighter;
    font-style: italic;
    font-size: x-small;
    font-variant: small-caps;
}
.menuColor
{
    background-color: #005837;
}
.adminLabel
{
    text-align:right;
}

.clsButton
{
    font-size:smaller;
    height:auto;
    width:auto;
    text-decoration:underline;
    background-color:White;
}

.clsUnderline
{
    text-decoration:underline;
}