/*
***********************
Professionals lister page
***********************
*/
.professional-filter
{
    float: left;
    width: 160px;
    padding-top: 35px;
    text-align: center;
}

.filter-label
{
    text-transform: uppercase;
    color: #8b0e04;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
}

#lbl_search_by_criteria, #lbl_search_by_date
{
    margin-top: 20px;
}

.professional-filter input[type="text"].txtProfessionals
{
    padding: 2px 2px;
    margin: 0;
    height: 14px;
    width: 150px;
}

body.desktop .professional-filter select.filter-select
{
    /*width: 157px; 	padding: 2px 2px; 	float: left; 	margin-bottom: 5px;*/
    display: none;
}

body.mobile .professional-filter select.filter-select
{
    width: 157px;
    padding: 2px 2px;
    float: left;
    margin-bottom: 5px;
}

#btnClear, #btnSubmitSearch, #btnSubmit
{
    margin: 10px 0;
    border: none;
    background-color: #dbd9d9;
    color: #8D1209;
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 11px;
    width: 120px !important;
    height: 23px;
    -webkit-box-shadow: -1px -1px -2px 0px #999999;
    box-shadow: -1px -1px 2px 0px #999999;
    cursor: pointer;
    font-weight:bold;
}

.professional-content
{
    display: block;
    min-height: 400px;
    margin-left: 200px;
}

.profesional-filter-title
{
    float: left;
    margin-top: 30px;
    font-size: 13px;
    width: 100%;
}

.alphabetical-sort
{
    float: left;
    margin-top: 20px;
}

.alphabetical-sort label
{
    float: left;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
}

.letters-container
{
    display: block;
    margin-left: 50px;
    line-height: 8px;
}

.letters-container a
{
    float: left;
    color: #aa4e47;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
}

.letters-container a.selected
{
    font-weight: bold;
}

.letters-container span.separator
{
    float: left;
    font-size: 15px;
    margin: 0 5px;
    color: #aa4e47;
    cursor: default;
}

.professionals-lister
{
    float: left;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.professionals-item
{
    display: inline-block;
    margin: 8px 42px 8px 0;
    min-height: 291px;
    vertical-align: top;
    width: 134px;
}

.professionals-item table
{
    width: 100%;
}

.professionals-item .professionals-name
{
    color: #000000;
    cursor: pointer;
    float: none;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    height: 26px;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
}

.professionals-item span.professionals-name span
{
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    left: 0;
}

.professionals-item span.job-title
{
    cursor: pointer;
    float: none;
    width: 100%;
}


.professionals-item img
{
    width: 100%;
    cursor: pointer;
}

.professionals-item a
{
    color: #A23E36;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.professionals-item .professionals-bio
{
    display: block;
    float: none;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

/* Filter dropdownlists */
.professional-filter .dd
{
    width: 158px !important;
    margin: 5px 0;
}

.professional-filter .dd .ddTitle
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #C3C3C3;
    cursor: default;
    height: 15px;
    overflow: hidden;
    padding: 5px 4px 4px 9px;
    text-indent: 0;
}

.professional-filter .dd .ddChild
{
    width: 156px !important;
    margin-top: 5px;
    background-color: #C3C3C3;
}

.professional-filter .dd .ddChild a
{
    padding: 7px 9px 5px 0;
}

/*
********************************
Professionals Details Page 
********************************
*/

.professionals-summary, .news-summary
{
    float: right; /*width: 260px;*/
    width: 26%;
    margin-top: 10px;
}
