﻿body 
{
    margin: 10px 0 0 0;
    background-color: White;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    color: #333333;
}

a, .hlink
{
    color: #2f77be;
}

.hlink
{
    float: right;
    font-size: 14px;
    padding-top: 8px;
    padding-left: 10px;
}

.flink:after
{
    content: '→';
    padding-left: 5px;
}

.blink:before
{
    content: '←';
    padding-right: 5px;
}

.wrapper
{
    min-width: 800px;
    max-width: 800px;
    margin: 0 auto;
}

.wbox
{
    padding: 10px;
}

.w-400
{
   width: 400px;
   margin: 0 auto; 
}

.clearfix
{
    clear: both;
}

.center 
{
    text-align: center!important;
}

.caps
{
    text-transform: uppercase;
}

header
{
}

.logo
{
    float: left;
}

.logo-image
{
    width: 301px;
    height: 53px;
    background-image: url(../Images/logo_arms.png);
    background-repeat: no-repeat; 
}

.logo-text
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #202020;
    padding-top: 10px;
}

.login
{
    font-size: 12px;
    float: right;
}

.user-name
{
    color: #333333;
}

.user-avatar
{
    width: 30px;
    height: 28px;
    background-image: url(../Images/img_user.png);
    float: left;
    margin: 2px 5px;
}

.user-info
{
    color: #333333;
    float: left;
}

.showpass
{
    display: inline-block;
    height: 17px;
    width: 17px;
    background-image: url(../Images/showpass.png);
}

footer
{
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

h1 
{
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    background-image: url(../Images/img_line.png);
    background-repeat: no-repeat;
    background-position: 2px bottom;
    margin: 0px;
    padding: 25px 0px 5px 5px;
}

h2
{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.divider
{
    background-image: url(../Images/img_line.png);
    background-repeat: no-repeat;
    background-position: 0px center;
}

button, .button, input[type=submit]
{
    background-color: #2f77be;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    border-style: none;
    border-radius: 5px;
    padding: 8px 0px;
    margin: 20px 2px 20px 2px;
    text-decoration: none;
    text-align: center;
    width: 150px;
}

a.button 
{
    display: inline-block;
}

button:hover, .button:hover, input[type=submit]:hover
{
    background-color: #2765a1;
    cursor: pointer;
}

input[type=text], input[type=password], select, textarea
{
    padding: 5px;
    width: 98%;
}

input[type=checkbox]
{
    margin-right: 10px;
}

input[type=radio]
{
    margin-left: 0;
    margin-right: 5px;
}

textarea[readonly]
{
    resize: none;
}

.band-small
{
    height: 20px;
}

.band-medium
{
    height: 40px;
}

table
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none 0px white;
    border-collapse: collapse;
}

td
{
    margin: 0;
    border: none 0px white;
}

th
{
    font-size: 14px;
    font-weight: normal;
    color: #2f77be;
    padding: 0px;
    border: none 0px white;
    text-align: left;
}

.col20
{
    width: 20%;
}

.col40
{
    width: 40%;
}

.col50
{
    width: 50%;
}

.col90
{
    width: 90%;
}

.header th
{
    padding: 5px 5px 10px 5px;
}

.row
{
    background-color: #f0f0f0;
    margin-top: 2px;
}

.row.alt
{
    background-color: #ffffff;
}

.row.sel
{
    background-color: #ffffcc;
}

.row td
{
    padding: 7px 5px 7px 5px;
}

.prop-name
{
    color: #848484;
}

.prop-name-cell
{
    text-align: right;
    padding: 5px 0 5px 0;
}

.prop-name-header
{
    color: #2f77be;
    padding: 30px 0 10px 0;
}

.prop-name-header-small
{
    padding: 15px 0 5px 0;
}

.prop-value
{
    color: #333333;
}

.prop-value-cell
{
    text-align: left;
    padding: 5px 0 5px 20px;
}

.prop-value-cell input[type=text]
{
    width: 170px;
}

.prop-value-cell select
{
    width: 184px;
}

.master
{
    background-repeat: no-repeat;
    color: #2f77be;
    height: 32px;
    margin-top: 20px;
}

.master td
{
    width: 25%;
    text-align: center;
    padding-right: 20px;
}

.master td.active
{
    color: #ffffff;
}

.step1
{
    background-image: url(../Images/img_step1.png);
}

.step2
{
    background-image: url(../Images/img_step2.png);
}

.step3
{
    background-image: url(../Images/img_step3.png);
}

.step4
{
    background-image: url(../Images/img_step4.png);
}

.mailing-address
{
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 30px 0 30px 300px;
    margin: 50px 0 50px 0;
}

.payment-result
{
    text-align: center;
}

.fail
{
    color: #f90707;
    margin: 50px 0 50px 0;
    padding: 20px 10px 20px 10px;
    border-left: solid 2px #f90707;
}

.rq
{
    display: none;
    color: #f90707;
}

.edit .rq
{
    display: inline;
}

.error
{
    padding: 0 5px;
    border: solid 1px red;
    border-radius: 5px;
    cursor: help;
}

.tools 
{
    text-align: center;
}

.permit-box
{
    width: 400pt;
    padding: 100px 0;
    margin: 10px auto;
    border: dashed 1px #333333;
    font-size: 16pt;
}

.tip 
{
    line-height: 1.5em;
    padding-top: 10px;
    font-size: 12px;
    color: #555;
}