/* 
    Document   : slp-enhanced
    Created on : Oct 21, 2013, 6:25:15 PM
    Author     : steve
    Description:
        Purpose of the stylesheet follows.
*/

#results_table tr.premium { 
    background-color: rgb(224, 245, 239);
}

#results_table tr.premium.odd { 
    background-color: rgb(190, 222, 213);
}

.searchResultsTable td {
	padding: 5px;
}

#search_by_tag, #addy_in_address, #radius_in_submit {
	padding-bottom: 5px!important;
}

#addressInput {
	font-size: 14px;
}

#address_search LABEL {
	text-align: left!important;
}

#results_table tr.premium:hover {
    background-color: rgb(191, 216, 223)!important;
}

#results_table span.slp_result_facebook a {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url('../images/FB-f-Logo__blue_29.png') no-repeat;
    width: 29px;
    height: 29px;
}

#results_table span.location_distance {
	display:none;
}

#results_table span.slp_result_twitter a {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url('../images/twitter-bird-light-bgs-29.png') no-repeat;
    width: 29px;
    height: 29px;
}

#results_table span.slp_result_youtube a {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url('../images/yt-brand-standard-logo-69x29.png') no-repeat;
    width: 69px;
    height: 29px;
}