﻿body
{
    background-color:#cab888;
    font-family:Arial;
    font-size:small;
}

.Bold
{
    color:Black;
    font-weight:bold;
}

.CCInputControl
{
    width:200px;
}

.ContentArea
{
    width:100%;
    background-color:#ecdaaa;
    font-family:Arial;
    font-size:small;
}

.ComingSoonBox
{
    background-image:url(/images/ComingSoonBackground.jpg);
    width:200px;
    text-align:center;
}

.DownloadButton
{
    color:Black;
    font-weight:bold;
    font-size:medium;
}

.GenericFormControl
{
    width:300px;
}

.Heading
{
    color:Black;
    font-weight:bold;
    font-size:medium;
}

.ImageBordered
{
    border-color:Black;
    border-style:solid;
    border-width:thin;
}

.LinkButton
{
    color:Black;
    font-weight:bold;
}

.LinkButtonSmall
{
    color:Black;
    font-weight:bold;
    font-size:x-small;
}

.LinkButtonLarge
{
    color:Black;
    font-weight:bold;
    font-size:medium;
}

.NavLinkButton
{
    color:White;
    font-weight:bold;
    font-size:9pt;
}

.SmallPrint
{
    color:Black;
    font-size:7pt;
}

.Message
{
    background-color:Silver;
    color:Black;
    font-weight:bold;
}

.ErrorMessage
{
    background-color:Yellow;
    color:Red;
    font-weight:bold;
}

.PageTitle
{
    font-weight:bold;
    font-size:11pt;
    text-align:center;
    color:GrayText;
}

.widget {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #e3e1b2;
    border: 1px solid #323224;
    margin-bottom: 0px;
    }

.widget a {
    color: #222;
    text-decoration: none;
    }

    .widget a:hover {
    color:#555522;
    text-decoration: underline;
    }

    .tabnav li 
    {
        padding:0px;
        display: inline;
        list-style: none;
        padding-right:10px;
    }

    .tabnav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    padding: 1px;
    outline:none;
    }

    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background: #fff9ee;
    color: #222;
    text-decoration: none;
    }

    .tabdiv {
    margin-top: 0px;
    background: #fff;
    border: 1px solid #dedbd1;
    padding: 0px;
    }

    .tabdiv li {
    
    margin-left: 20px;
    }

    .ui-tabs-hide {
    display: none;
    }
