﻿/* copy styles from commonstyle.css to this file - do not modify - this file will be included in AA, BA and V2 AWS sites  */


.searchSummaryLabelCell
{
    vertical-align: top;
    white-space: nowrap !important;
    width: 110px !important;
}

.ln_container
{
    border: none;
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}

.ln_list * td
{
    padding-bottom: 2px;
    padding-top: 2px;
}

div.left,
.left,
.floatLeft
{
    float: left;
}

div.right,
.right,
.floatRight
{
    float: right;
}

.text-left
{
 text-align : left;   
}

.text-right
{
 text-align : right;   
}

.bold
{
    font-weight: bold;
}

.normal
{
    font-weight: normal;
}

hr
{
    background-color: #dddddd;
    border: none;
    clear: both;
    height: 1px;
    margin: 1em 0;
    width: 100%;
}

div.hr
{
    background-color: #eeeeee;
    float: left;
    height: 1px;
    margin: 5px 0px 5px 0px;
    width: 100%;
}

div.hr hr
{
    display: none;
}

.pad-left
{
    padding-left: 10px;
}

.pad-right
{
    padding-right: 10px;
}

.row
{
    margin: 0px 0px 3px 0px;
    padding: 0;
    width: 100%;
}

/* toolkit registration form */
.reg_header
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 6px;
}

.reg_save_search
{
    float: left;
    width: auto;
}

.reg_form
{
}

.reg_new_account
{
}

.reg_register
{
}

.reg_needanaccount
{
    float: left;
    padding-left: 20px;
    width: 180px;
}

.reg_registration
{
}

.reg-actions,
.reg_actions
{
    clear: both;
}

.reg-action-buttons
{
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}

.reg-action-links
{
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    text-align: right;
}

    .reg-action-links a
    {
        font-size: 0.9em;
    }

.reg-fb-login
{
    height: 1px;
    left: -1000px;
    position: absolute;
    /*display:none;*/
    width: 1px;
}

.reg_popup
{
    position: relative;
    z-index: 1005;
}

.reg-welcome
{
    clear: both;
    float: right;
    padding-right: 20px;
    position: relative;
    text-align: right;
    z-index: 1;
}

.reg-welcome-login
{
    display: inline-block;
    float: none;
    margin: 2px 0 0 0;
}

.reg-welcome-logged-in
{
    display: inline-block;
    float: none;
}

.reg-welcome-login .reg-register
{
    margin-left: 10px;
    text-transform: capitalize;
}

.reg-welcome .reg-welcome-container
{
    margin: 0;
    padding: 0;
}

.reg-welcome-logged-in .reg-welcome-msg
{
    display: inline-block;
}

.reg-welcome .welcome_option
{
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

    .reg-welcome .welcome_option .ui-icon
    {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

    .reg-welcome .welcome_option .ui-icon-hover
    {
        background-color: White;
        border-bottom: none;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-top: 1px solid #999999;
    }

.reg-welcome .welcome_option_items
{
    background-color: White;
    border: 1px solid #999999;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    display: none;
    list-style-type: none;
    margin-top: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    z-index: 1;
}

    .reg-welcome .welcome_option_items li
    {
        margin: 0;
        padding: 0;
    }

        .reg-welcome .welcome_option_items li:hover
        {
            background-color: #f5f5f5;
        }

    .reg-welcome .welcome_option_items .end
    {
        border-top: 1px solid #e0e0e0;
    }

    .reg-welcome .welcome_option_items a
    {
        color: Black;
        display: block;
        height: 2em;
        line-height: 2em;
        padding: 4px 8px;
    }

.reg_container
{
    padding-bottom: 10px;
}

    .reg_container .reg_registration_content
    {
        float: right;
    }

    .reg_container .reg_registration_forms
    {
        float: left;
        border-right: solid 1px #aaa;
    }

    .reg_container .reg_registration_content,
    .reg_container .reg_registration_forms
    {
        display: inline-block;
        width: 41%;
        padding: 0 4%;
        margin: 0;
    }

    .reg_container .reg_intro
    {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0 0 5px 0;
    }

        .reg_container .reg_intro p
        {
            font-size: 1em;
            line-height: normal;
        }

/* table zebra striping */
.section_content .rowOdd
{
    background-color: #eee;
}

.zebra,
.section_content tr:nth-child(2n),
.data tr:nth-child(2n)
{
    background-color: rgba(0, 0, 0, 0.05);
}

.section_title
{
    border-bottom: solid 1px #aaa;
    margin-bottom: 0.5em;
}

.drawer .pr_header
{
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .drawer .pr_header .title
    {
        cursor: pointer;
        display: inline-block;
        float: left;
        width: 100%;
    }

    .drawer .pr_header .pr_title
    {
        float: left;
        margin: 0;
        padding: 0px 6px 8px 5px;
    }

        .drawer .pr_header .pr_title .sr_tools
        {
            display: inline-block;
            float: none;
            position: relative;
            top: 4px;
        }

    .drawer .pr_header .sprite
    {
        display: inline-block;
        float: right;
    }

/* tabs - aa */
body.aa_bst * .tab_container
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

    body.aa_bst * .tab_container .tabs
    {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        body.aa_bst * .tab_container .tabs ul
        {
            float: left;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            body.aa_bst * .tab_container .tabs ul li
            {
                display: inline-block;
                float: left;
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: auto;
            }

                body.aa_bst * .tab_container .tabs ul li a
                {
                    float: left;
                    text-decoration: none;
                }

                    body.aa_bst * .tab_container .tabs ul li a span
                    {
                        position: relative;
                        top: 4px;
                    }

    body.aa_bst * .tab_container .actions
    {
        float: right;
        margin: 0;
        padding: 0;
        text-align: right;
        width: 150px;
    }

/* toolkit fixes */
table.ln_container th,
table.ln_container td
{
    border-bottom: 0px;
}

.ba_toolkit_search_results .sr_search_container_horizontal .ui-widget-header
{
    border: 0px !important;
}

.ba_toolkit_search_results .sr_search_container_horizontal .ui-widget-content
{
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ba_toolkit_search_results * .form-dropdownbox .dropdown
{
    float: none;
}

.sp_listings table
{
    border-top: solid 1px #aaa;
    float: left;
    margin: 0;
    padding: 0;
}

    .sp_listings table td
    {
        border: 0px;
    }

    .sp_listings table tr td table
    {
        border: 0px;
    }

.letter_picker .letters .button
{
    font-size: 1.4em;
    padding: 0.2em;
    text-align: center;
    width: 1em;
}

.search_summary_modal .wg_layout_nocontainers
{
    width: auto;
}

.InlineEdit
{
    -moz-border-radius: 6px; /* Firefox 3.6 and earlier */
    border: 2px dotted #a1a1a1;
    border-radius: 6px;
    padding: 2px 5px 2px 5px;
}

.InlineEdit:hover
{
    border: 2px solid #a1a1a1;
}

.social-link
{
    margin-top: 10px;
    text-align: center;
    padding: 2px 0;
    height: 24px;
    width: 100%;
    list-style-type: none;
}

.social-link li
{
    display: inline-block;
    margin: 0 5px;
}

*:first-child + html .wg_pinned .social-link li
{
    float: left;
}
/* ie7 fix */
*:first-child + html .wg_pinned .social-link .sprite
{
    text-indent: 0;
}

*:first-child + html .wg_pinned .social-link .sprite span
{
    text-indent: -9999px;
}

.alphabet
{
    width: auto;
    padding-right : 0px !important;
}

.alphabet-selected a
{
    color: #000000;
    font-weight: bold;
}

.alphabet div
{
    width: 2em;
    text-align: center;
    float: left;
}

.alphabet div a
{
    text-decoration: none;
}
