﻿body
{
    background-color: rgb(82,113,134);
    background-image: url(../../images/bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    text-align: justify;
    color: #404040;
    line-height: 1.5em;
}
.Content
{
    padding-left: 10px;
    padding-right: 10px;
}
.PageHeader
{
    padding: 10px 20px 10px 20px;
    font-size: 1.3em;
    font-variant: small-caps;
    border-bottom: solid 2px lightgrey;
}
.CenteredHeader
{
    background-color: Navy;
    color: White;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-align: center;
    font-variant: small-caps;
    font-style: italic;
}
.NewsHeader
{
    background-color: Gray;
    color: White;
    padding-left: 10px;
    padding-right: 5px;
    width: 90%;
    font-variant: small-caps;
    font-style: italic;
}
.EventHeader
{
    background-color: Navy;
    color: White;
    padding-left: 10px;
    padding-right: 5px;
    width: 90%;
    font-variant: small-caps;
    font-style: italic;
}
.Footer
{
    background-color: ThreeDDarkShadow;
    font-size: x-small;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: White;
}
.TableHeader
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-family: Arial, Garamond, Verdana, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: #006699;
    color: White;
}
.tabs
{
    position: relative;
    top: 1px;
    left: 5px;
}
.tab
{
    border: solid 1px blue;
    background-color: Blue;
    color: white;
    padding: 2px 5px;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
}
.tab a
{
    font-size: small;
    text-decoration: none;
}
.selectedTab
{
    background-color: White;
    color: Blue;
    font-weight: bold;
    border-bottom: solid 1px white;
    text-decoration: none;
}
.tabContents
{
    border: solid 1px blue;
    padding: 10px;
    background-color: White;
}
.viewHeader
{
    font-weight: bold;
    padding-left: 20px;
    border-bottom: solid 1px gray;
    width: 97%;
}
.PriRow /* in Repeater displays */
{
    background-color: White;
    font-size: x-small;
}
.AltRow /* in Repeater displays */
{
    background-color: #EBEBEB;
    font-size: x-small;
}
.Comments
{
    font-size: x-small;
}
.Titles
{
    font-family: Arial Verdana Garamond Sans-Serif;
    font-size: large;
    font-weight: bold;
    color: #006699;
    border-bottom: solid 2px #006699;
}
.FormHeader
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-family: Arial, Garamond, Verdana, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: #e0e0e0;
}
.FormFooter
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    background-color: #e0e0e0;
}
.ConventionHeader
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-family: Arial, Garamond, Verdana, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: blue;
    color:White;
}