#inlinePopContent, #inlinePopContent2, #inlinePopContent3, #inlinePopContent4, #inlinePopContent5
{
}

input
{
    margin: 1px;
    padding: 3px;
    border: solid 1px #426284;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #DEE7F4;
    color: #00234C;
    font-size: 14px;
}

select
{
    margin: 1px;
    padding: 3px;
    border: solid 1px #426284;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #DEE7F4;
    color: #00234C;
    font-size: 14px;
}

textarea
{
    margin: 1px;
    padding: 3px;
    border: solid 1px #426284;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #DEE7F4;
    color: #00234C;
    font-size: 14px;
}

input[type='file']
{
    margin: 1px;
    padding: 5px;
    border: solid 1px #426284;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #DEE7F4;
    color: #00234C;
    font-size: 14px;
}

input[type='submit']
{
    padding: 4px 8px;
    border: solid 0 #780000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #780000;
    color: #fff;
    font-size: 14px;
}

input[type='radio']
{
    border: solid 1px #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #553900;
}

label
{
    padding: 0 3px 0 3px;
}

.formDiv
{
    margin: 0 20px 15px 0;
}

    .formDiv .help
    {
        margin-left: 10px;
        color: #777;
        font-size: 10px;
    }

.margin10
{
    margin: 10px;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear
{
    clear: both;
    width: 0;
    height: 0;
}

.formLabel
{
    margin-bottom: 2px;
    padding-left: 3px;
    color: #780000;
    text-align: left;
}

.formLabelReq
{
    margin-bottom: 2px;
    padding-left: 3px;
    color: #780000;
    text-align: left;
    font-weight: bold;
}

.formDiv label
{
    padding-left: 3px;
}

.formDivSmall
{
    margin: 0 5px 5px 0;
}

    .formDivSmall label
    {
        padding-left: 3px;
    }

.large
{
    font-size: 120%;
}

.small
{
    font-size: 80%;
    line-height: 96%;
}

.itemLabel
{
    margin-bottom: 2px;
    padding-right: 10px;
    width: 180px;
    background-color: #eee;
    color: #b23a07;
    text-align: right;
}

.itemData
{
    margin-bottom: 2px;
    padding-left: 10px;
    width: 750px;
    text-align: left;
}

.stepWrapper
{
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 800px;
    background-color: #eee;
    text-align: center;
}

.step
{
    float: left;
    margin: 0 10px;
    color: #777;
}

.stepCurrent
{
    float: left;
    margin: 0 10px;
    color: #800f19;
    font-weight: bold;
}

.stepDivider
{
    float: left;
    padding: 0 10px;
    color: #888;
}

.tableLabel
{
    padding-right: 2px;
    color: #b23a07;
    text-align: right;
}

.contactWrapper
{
    margin: 0 0 20px 0;
    padding: 10px;
    width: 250px;
    border: solid 1px #888;
    background-color: #ffe3b5;
}

.contactHeader
{
    font-weight: bold;
    font-size: 110%;
}

.noticeError
{
    margin: 10px 0;
    padding: 2px 2px 2px 60px;
    min-height: 50px;
    width: 500px;
    border: 1px solid #a00;
    background: #ffe8e8 url(images/error-icon.png) no-repeat left top;
    background-position: left top;
    color: #ca0000;
    font-weight: bold;
    font-size: 12px;
}

.noticeInfo
{
    margin: 10px 0;
    padding: 4px 4px 4px 50px;
    min-height: 30px;
    width: 500px;
    border: 1px solid #1e681f;
    background: #dbffd3 url(images/checkmark-circle.png) no-repeat left top;
    background-position: left top;
    color: #1e681f;
    font-weight: bold;
    font-size: 12px;
}

.modal-popup
{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 102;
    margin-top: -45px;
    margin-left: -115px;
    padding: 10px;
    width: 230px;
    height: 90px;
    border: solid 4px #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e9e9e9;
    background-image: url(images/AjaxLoader2.gif);
    background-position: center center;
    background-repeat: no-repeat;
    color: #f26121;
    text-align: center;
    font-weight: bold;
}

.modal-overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #777;
    -moz-opacity: .75;
    opacity: .75;
    filter: alpha(opacity=75);
}

* html .modal-overlay
{
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+"px");
}

.dg
{
    padding: 1px 1px 1px 1px;
    border-collapse: collapse;
}

    .dg td
    {
        padding: 5px;
        border: solid 1px #21205F;
    }

    .dg th
    {
        padding: 2px;
        border: solid 1px #21205F;
    }

.dgHeader
{
    height: 25px;
    background-color: #21205F;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.dgItem
{
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.dgAltItem
{
    background-color: #D4D4C7;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.dgSelect
{
    background-color: #e9e9e9;
    color: #000;
    font-weight: normal;
    font-style: italic;
}

.dgHeaderSmall
{
    padding: 5px;
    background-color: #21205F;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.dgItemSmall
{
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

.dgAltItemSmall
{
    background-color: #D4D4C7;
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

.alert
{
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.autocomplete_completionListElement
{
    overflow: auto;
    margin: 0!important;
    padding: 0!important;
    height: 200px;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: windowtext;
    list-style-type: none;
    text-align: left;
    cursor: 'default';
}

.autocomplete_highlightedListItem
{
    padding: 1px;
    border-bottom: solid 1px #aaa;
    background-color: #ff9;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}

.autocomplete_listItem
{
    padding: 1px;
    border-bottom: solid 1px #aaa;
    background-color: #fff;
    color: windowtext;
    font-size: 12px;
    cursor: pointer;
}

.autocomplete_loading
{
    background-image: url(images/AjaxLoaderSmall.gif);
    background-position: right;
    background-repeat: no-repeat;
}