﻿body
{
        background-color: #D3D3D3;
        background-image: url(images/body-gradient.png);
        background-repeat: repeat-x;
        font: 0.7em Verdana,Arial,Helvetica,sans-serif;
}

p, ol, ul
{
        font-family: Arial,Helvetica,sans-serif;
        font-size: 9pt;
        line-height: 20px;
        letter-spacing: 0;
}

ul
{
        list-style: outside url(images/lightred.gif);
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 20px;
        font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3
{
        font-size: 12pt;
        font-weight: bold;
        color: #EE6622;
}

h1
{
        font-size: 12pt;
}

h2
{
        font-size: 11pt;
}

h3
{
        font-size: 10pt;
}

.inputform-label
{
        width: 200px;
}
.inputform-field
{
        width: 210px;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="button"], select, textarea
{
        border: 1px solid #999999;
        background-color: white;
}

input[type="submit"], input[type="button"]
{
        background-color: #EE6622;
        border: 1px outset #333333;
        cursor: pointer;
        height: 20px;
}

input[type="text"]
{
        background-color: transparent;
        width: auto;
}

#error-msg ul, #error-msg
{
        font-size: 8pt;
        padding: 0;
        line-height: normal;
}

#copyright-box
{
        font-size: 9pt;
        padding-top: 10px;
}

#contact-info
{
        color: #FFFFFF;
        padding: 5px 15px;
        width: 170px;
}

#contact-info p
{
        font-size: 8pt;
        margin: 0;
        padding: 5px 0;
        line-height: normal;
}

#contact-info h3
{
        font-size: 12pt;
        text-align: center;
}

#contact-info a, #contact-info a:link, #contact-info a:hover, #contact-info a:active, a:visited
{
        color: Blue;
}

#side-content ul
{
        list-style-image: none;
}

.highlight
{
        background-color: #fefbd2;
        color: #000080;
}

.highlightcity
{
        background-color: #df2e05;
}

.highlightstate
{
        background-color: #f4c977;
}

.highlightcountry
{
        background-color: #818689;
}
