﻿#tools_wrapper {
	position:absolute;
	right:0px;
	float:left;
	border-radius:10px;
	border:3px solid #000000;
	background-color:#FFFFFF;
	z-index:10;
}

.info-container {
	float:left;
	width:170px;
	max-height:110px;
	overflow:hidden;
}

.close-tools {
	position: absolute;
	right:3px;
	top:3px;
	height: 24px;
	width: 24px;
	background-image: url(/images/photo/kill25.png);
	background-repeat: no-repeat;
}
.search_button_pad {
	margin-top:30px;
}

.drop-info {
	display:none;
}
.drop-down, .title {
	display:block;
	border-bottom:1px solid #555;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	clear:left;
	float:left;
	margin-bottom:5px;
	width:100%;
}

.drop-down:hover {
	color:#444;
}


.clearpanel{
	clear:left;
	margin-top:10px;
}

.email-label {
	clear:left;
	margin-left:155px;
	margin-bottom:5px;
	font-size:10px;
}

#search_value_div .content-text a {
	color: #FFFFFF;

}
#search_box { padding:5px; }

#search_value_div .field-label-top {
	color: #333333;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 5px;
}

#search_value_div .small-field-label {
	color: #666666;
	font-size: 10px;
}
#tools_wrapper {
	display:none;
}

#search_info {
	clear:left;
	float:left;
	margin:10px 5px;
	background-color:#f1f1f1;
}
.tools-location {
	*display:inline;
	float:left;
}

#start_panel {
	display:none;
	font-size:14px;
	font-weight:bold; 
	float:left;
	padding:10px;
	background-color:#f1f1f1;
	margin:10px 10px;
	border-radius:10px;
	width:350px;
	line-height:20px;
}
.search-image {
    float:left;
    margin-left:3px;
    margin-top:-8px;
    margin-right:3px;
    width: 26px;
    height: 29px;
    background-image: url("/images/page_tools/page-tools-sprite.png");
    background-repeat: no-repeat;
    background-position: -46px 0px;
    cursor:pointer;
}
.results {
	padding-left: 0px;
	float:left;
	clear:left;
}

.paging {
	margin-top:0px;
	margin-bottom:0px;
	float:right;
}
#results {
	margin:10px 0px;
	width:100%;
	overflow:auto;
	padding-top:10px;
}
.results-text {
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	color: rgb(102, 102, 102);
}
.no-results{
    color: rgb(102, 102, 102);
    padding: 3px 5px;
    margin: 6px 15px 5px;
    overflow:auto;
}
.notice {
	float:left;
	width:400px;
	height:68px;
	padding-left:80px;
	padding-top:10px;
	background-image:url(/images/member_directory/member-directory-icons.png);
	background-repeat:no-repeat;
	background-position:0px -355px;
}

.content { float:left; }

	.info-container {
	    float:left;
	    width:550px;
	    max-height:500px;
	    overflow:hidden;
    }

	    #search_icon {
			background-image:url("/images/page_tools/page-tools-sprite.png");
			display:inline-block;
			background-position: -46px 0px;
			background-repeat: no-repeat;
			height:29px;
			width:26px;
			margin:0px 3px;
	}
	

	.resultstable {
		border-collapse:collapse;
		width:100%;
		font-size:12px;
	}
	.resultstable tr {
		border-bottom:1px solid #cdcdcd;
	}
	.resultstable tr:hover {
		background-color:#f3f3f3;
	}
	.resultstable td,th {
		padding:10px 3px;
		vertical-align:text-top;
	}
	.resultstable th {
		background-color:#e1e1e1;
	}
	.resultstable tbody tr:nth-child(even):hover {
		background-color:#FFFFFF;
	}
	.nameclick {
		cursor:pointer;
		color:#1e73ff;
		font-weight:bold;
	}
	.nameclick:hover {
		text-decoration:underline;
	}
	.description-text {
		margin:3px 0px;font-size:13px;
	}
.download-icon {
	float:left;margin-left:3px;margin-top:0px;
}
.starting-point-text {
	float:left;font-weight:normal;margin-left:5px;width:350px;
}
.starting-point-title {
	float:left;font-weight:bold;
}
.ride-details-container {
	background-color:#EEEEEE; border:1px solid #cdcdcd;border-radius:5px;padding:10px;
    overflow:hidden;
}
.route-search-buttons {
	float:right; 
	margin-top:6px;
}
.reset-button {
	width:60px;
}
.search-text {
	float:left;
	margin-top:6px; 
	white-space:normal;
	width:90px;
}
.search-instructions,
#search_icon {
	float:left;
}

.sortable {
    background-image: url(/images/forums/forums_sprite.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    padding: 1px 9px;
    margin-left: 3px;
    *zoom: 1;
}

    .sortable:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.sort-none {
    background-position: -127px -591px;
}

.sort-ascending {
    background-position: -127px -552px;
}

.sort-descending {
    background-position: -127px -513px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.route-search-buttons {
	float:none; 
	clear:left;
	padding-top:10px;
	}
	.reset-button {
		width:100%;
	}
	.search-text {
		width:225px;
	}
	.search-instructions {
		clear:left;
		float:none;
	}
}