﻿.SearchContent
{
    text-align: left;
    font-size: 12px;
}

.SearchFieldContainer
{
    background: url(../images/SearchBG_largecrowd2.jpg) no-repeat;
    width: 755px;
    height: 360px;
}

.tbl_search {
    margin-top: 30px;
}

.tbl_search td
{
    padding: 2px 2px 6px 2px;
}

/* repeater paging */
.rptrPaging
{
    border: none;
    font-size: 12px;
    color: #666666;
    margin-bottom: 12px;
    padding-bottom: 5px;
}

.rptrPaging b, .rptrPaging .CurrentPageLabel
{
    background-color: #EDF7FE;
    border: 1px solid #CDD7DE;
    padding: 1px 4px;
}

.rptrPaging a
{
    text-decoration: none;
    padding: 1px 4px;
    border: 1px solid #CCC; /*#F2FFFF;*/
    color: #666666;
}

.rptrPaging a:hover
{
    background-color: #EDF7FE;
    border: 1px solid #5183F7;
}

.backNextClass
{
    margin-right: 4px;
    margin-left: 4px;
}


.MemberList
{
    padding: 6px;
    /*border: 1px solid #666666;*/
}

.MemberEntry
{
}

.MemberEntryAlt
{
    background-color: #F2F7F9;
}

.tbl_MemberEntry
{
    width: 100%;
}

.tbl_MemberEntry .td_photo
{
    width: 112px;
    height: 100px;
    text-align: left;
}

.tbl_MemberEntry .td_photo .photoHolder
{
    border: 1px solid #DDDDDD;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.tbl_MemberEntry .td_contactInfo .tbl_ContactInfo td
{
    width: 180px;
    padding-right: 6px;
}

.tbl_ContactInfo .td_email
{
    background: url(../images/icons/email.png) 0% 50% no-repeat;
    padding-left: 20px;
    padding-right: 0 !important;
}

.tbl_ContactInfo .td_phone
{
    background: url(../images/icons/phone.png) 0% 50% no-repeat;
    padding-left: 20px;
    padding-right: 0 !important;
}

.tbl_ContactInfo .td_web
{
    background: url(../images/icons/web.png) 0% 50% no-repeat;
    padding-left: 20px;
    padding-right: 0 !important;
}

.tbl_ContactInfo .SearchResultsIndustry {
    font-style: italic;
    color: #999999;
    padding-top: 6px;
}

.hr_memberSeparator
{
    height: 0;
    border: none;
    border-bottom: 1px solid #DBDBDB;
}

.tbl_MemberEntry .td_contactInfo
{
    border-right: 1px solid #DDDDDD;
}

.tbl_MemberEntry .td_icons
{
    width: 206px;
}

.tbl_MemberEntry .td_icons img
{
    padding-left: 6px;
}

.AwardPopup, .CoreValuePopup
{
    background: #ABD8E3 url(../images/TopAquaFadeBG.jpg) repeat-x top;
    position: absolute;
    text-align: left;
    padding: 10px 12px 10px;
    font-size: 12px;
    font-style: normal;
    z-index: 2;
    display: none;
    border: 1px solid #77A0AB;
}

/*******************************************
*
* Form Tables
*   Member Profile Update & Event Registration
*
********************************************/
.tbl_update_profile, .tbl_event_registration
{
    width: 100%;
    font-size: 12px;
    margin-top: 12px;
}

.tbl_update_profile td, .tbl_event_registration td
{
    padding: 3px;
}

.tbl_update_profile .header_label, .tbl_event_registration .header_label, .header_label
{
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
}
.tbl_update_profile .lbl_full_line_bold
{
    display: block;
    font-weight: bold;
}

.tbl_event_registration .headers td
{
    padding-bottom: 8px;
}

.tbl_event_registration .column_header
{
    text-align: left;
    font-weight: bold;
}

.smallDDLnote
{
    display: block;
    font-size: 10px;
}

.h1PageTitle {
    /* margin: 0 0 0 258px;  */
   
    display: inline;
    font-size: 26px;
    /*  color:#a09e6d; gOLDEN cOLOR*/
    color: #c3b468;
    font-family: arial, helvetica, sans-serif;
    
}

/*******************************************
*
* Data Grid Styling
*
********************************************/

.dataGrid
{
    font-family: tahoma;
    font-size: 11px;
    border: 2px solid #BCAE5D;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
    text-align: left;
}

.dataGrid .dgHeader th
{
    background: url(../images/sprite.png) repeat-x 0px 0px; /* border-color: #989898 #cbcbcb #989898 #989898;     border-style: solid solid solid none;     border-width: 1px 1px 1px medium;*/
    border-bottom: 1px solid #CCCCCC;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    background-color: #E5E5E5;
}

.dataGrid .dgHeader th.actions
{
    color: #0000F0;
}

.dataGrid .dgHeader th a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.dataGrid td
{
    color: #333333;
    padding: 5px 10px 5px 10px; /*border-bottom: solid 1px #BBD9EE;*/
    border-bottom: 1px dotted #BCAE5D;
}

.dataGrid td a
{
    font-weight: normal;
    text-decoration: underline;
}

.dataGrid .empty td
{
    padding: 0;
}

.dataGrid .empty .row td
{
    padding: 4px 10px 4px 10px;
}

.dataGrid .alt
{
    background-color: #fff;
}

.dataGrid .row
{
    background-color: #fff;
}

.dataGrid .pager td
{
    border: none;
    padding: 2px 4px;
    font-size: 110%;
    color: #666666;
    background-color: #FFFFFF;
}

/* current page */
.dataGrid .pager td span
{
    background-color: #EDF7FE;
    border: 1px solid #CDD7DE;
    padding: 1px 4px;
}

.dataGrid .pager a
{
    text-decoration: none;
    padding: 1px 4px;
    border: 1px solid #CCC; /*#F2FFFF;*/
    color: #666666;
}

.dataGrid .pager a:hover
{
    background-color: #EDF7FE;
    border: 1px solid #5183F7;
}

.dataGrid .footer td
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
    color: #003399;
    font-weight: bold;
    font-size: 11px;
}

.GetConnectedToFloyd
{
    border-top: 1px solid #5E083D;
    border-bottom: 1px solid #5E083D;
    margin: 15px 0;
    padding: 8px 0;
}

.status_window
{
    display: block;
    margin: 4px;
    padding: 2px 25px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.bg_magnifier
{
    background-image: url(../images/magnifier.png);
    background-position: 1% 50%;
    background-repeat: no-repeat;
}
.bg_success
{
    background-image: url(../images/green_check_circle.png);
    background-position: 1% 50%;
    background-repeat: no-repeat;
}