﻿/* panels */
.basic-banner
{
    background-color: #7490b6;
    position: relative;
    top: 0px;
    bottom: 0px;
    height: 144px;
    background-image: url(../images/account_widget/legal_club/legal_club_gradient_photo_family_01.jpg);
    background-repeat: no-repeat;
    width: 915px;
    border-bottom: none;
}
.pro-banner
{
    background-color: #7490b6;
    position: relative;
    top: 0px;
    bottom: 0px;
    height: 144px;
    background-image: url(../images/account_widget/legal_club/legal_club_gradient_photo_business_01.jpg);
    background-repeat: no-repeat;
    width: 915px;
    border-bottom: none;
}
#div_lc_expanded_area
{
    color: White;
    text-align: left;
    width: 615px;
    padding-left: 10px;
    float: right;
}
.div_lc_learn_more_title
{
    color: White;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    font-weight: bold;
}
.div_lc_learn_more_text
{
    color: White;
    font-size: 14px;
    text-align: left;
    padding-top: 7px;
    padding-right: 50px;
    padding-bottom: 0px;
}
#about-help a
{
    color: #fff;
    font-weight: bold;
}
.lc_tabs_default-button_basic
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #003399;
    background-image: url(../images/legal_club/UnSelected_01.jpg);
}
.lc_tabs_default-button_pro
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #003399;
    background-image: url(../images/legal_club/ProUnselected_01.jpg);
}
.lc_tabs_selected_default_basic
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #ffffff;
    background-image: url(../images/legal_club/Selected_01.jpg);
}
.lc_tabs_selected_default_pro
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #ffffff;
    background-image: url(../images/legal_club/ProSelected_01.jpg);
}
.lc_tabs_how-it-works-button
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #003399;
    background-image: url(../images/legal_club/UnSelected_02.jpg);
}
.lc_tabs_about-button
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #003399;
    background-image: url(../images/legal_club/UnSelected_02.jpg);
}
.lc_tabs_selected_how-it-works
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #ffffff;
    background-image: url(../images/legal_club/Selected_02.jpg);
}
.lc_tabs_selected_about
{
    cursor: pointer;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 295px;
    font-size: 16px;
    font-family: Arial;
    height: 45px;
    color: #ffffff;
    background-image: url(../images/legal_club/Selected_02.jpg);
}
/*On Call Learning Center*/
.benefits-tabs-table
{
    border-collapse:separate;
    width: 100%;
}
.plan-tab-selected
{
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
    color: #000000;
    cursor:pointer;
}
.plan-tab-selected span
{
    display: block;
    white-space: nowrap;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/legal_club/selected-tab.png);
    background-position: 0px 3px;
    padding-left: 13px;
}
.plan-tab-inactive
{
    border: 1px solid #cccccc;
    font-weight: bold;
    color: #003399;
    background-color: #EBEBEB;
    background-repeat: repeat-x;
    background-image: url(../images/legal_club/inactive-tab-bg.png);
    cursor:pointer;
}
.plan-tab-inactive span
{
    display: block;
    white-space: nowrap;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/legal_club/inactive-tab.png);
    background-position: 0px 3px;
    padding-left: 13px;
}
#basic-included-benefits, #pro-included-benefits
{
    margin: 13px 10px 10px 10px;
}
#benefits-tabs
{
    float: left;
    width: 610px;
}
.row-bullets-content
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.whitelink
{
    color:#ffffff;
    text-decoration:underline;
}
.whitelink:hover
{
    color:#ffffff;
    text-decoration:underline;
}