﻿/* .Title and related styles */
.Title
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    background: url( "./inc/images/TitleBG.jpg" );
    background-position: top;
    background-repeat:repeat-x;
    color: #FFFFFF;
    background-color: #9c190f;
    text-decoration: none;
}

.Title a:link, .Title a:visited, .Title a:active
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
    background: url( "./inc/images/TitleBG.jpg" );
    background-position: top;
    background-repeat:repeat-x;
    color: #FFFFFF;
    background-color: #9c190f;
    text-decoration: none;
}

.Title a:Hover
{
    background-color: #ffffff;
    color: #0075A1;
    text-decoration: none;
}

/* .Label and related styles */
.Label, .Label a:link, .Label a:visited, .Label a:active
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    background-color: #e0dedf;
    color: #9c190f;
    text-decoration: none;
}

.Label a:Hover
{
    background-color: #9c190f;
    color: #e0dedf;
}

/* .Item and related styles */
.Item, body
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #FFFFFF;
    color: #222222;
}

.Item a:link, .Item a:visited, .Item a:active
{
    background-color: #FFFFFF;
    color: #222222;
    text-decoration: none;
}

.Item a:Hover
{
    background-color: #9c190f;
    color: #FFFFFF;
}

/* .AltItem and related styles */
.AltItem
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #CCCCCC;
    color: #000000;
    text-decoration: none;
}

.AltItem a:link, .AltItem a:visited, .AltItem a:active
{
    background-color: #CCCCCC;
    color: #000000;
    text-decoration: none;
}

.AltItem a:Hover
{
    background-color: #9c190f;
    text-decoration: none;
    color: white;
}

/* .SelectedItem and related styles */
.SelectedItem
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #FFFFFF;
    color: #cc0000;
    text-decoration: none;
    font-weight: bold;
}

.SelectedItem a:link, .SelectedItem a:visited, .SelectedItem a:active
{
    background-color: #FFFFFF;
    color: #cc0000;
    text-decoration: none;
    font-weight: bold;
}

.SelectedItem a:Hover
{
    background-color: #cc0000;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.Button
{
    font-size: 8pt;
    font-family: Arial;
    cursor: hand;
}

.BigButton
{
    background: url( "./inc/images/ButtonBG.jpg" );
    font-size: 8pt;
    font-family: Arial;
    color: #ffffff;
    height: 50px;
    width: 130px;
    background-repeat: no-repeat;
    cursor: hand;
}


.Menu, .Menu a:link, .Menu a:visited, .Menu a:active
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
    background-color: #D4D0C8;
    border-color: #D4D0C8;
}

.Menu a:hover, .MenuHover
{
    font-family: Tahoma;
    font-size: 8pt;
    background: url( "./inc/images/TitleBG.jpg" );
    border-color: #0A246A;
    border-width: thin;
}

.MenuItem, .MenuItem a:link, .MenuItem a:visited, .MenuItem a:active
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
    background-color: #D4D0C8;
}

.MenuItem a:hover, .MenuItemHover
{
    font-family: Tahoma;
    font-size: 8pt;
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr= '#BBBBBB' , startColorstr= '#B6BDD2' , gradientType= '0' );
    border-color: #0A246A;
    border-width: thin;
}

.DropDown
{
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.TextField
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #DDDDDD;
}

.PageTitle
{
    font-family: Verdana, Arial;
    font-size: 16pt;
    font-weight: bold;
}

.Headline
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    font-weight: bold;
}

.PageText, .PageText a:link, .PageText a:visited, .PageText a:active
{
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.TopWhite, .TopWhite a:link, .TopWhite a:visited, .TopWhite a:active
{
    font-family: Verdana, Arial;
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
}
.TopWhite a:hover
{
    font-family: Verdana, Arial;
    color: #ffff66;
    font-size: 8pt;
    text-decoration: none;
}

.BannerText
{
    font-family: Verdana, Arial;
    color: #FFFFFF;
    font-size: 14pt;
    text-decoration: none;
}
