﻿/**** RESULTS PAGE STYLES ********/
#tools_wrapper {
	position:absolute;
	right:0px;
	float:left;
	border-radius:10px;
	border:3px solid #000000;
	background-color:#FFFFFF;
	z-index:10;
}
.person {
	float:left;
	border:1px solid #666666;
	width:260px;
	height:135px;
	margin:5px;
	background-color:#f1f1f1;
	border-radius:10px;
	padding:10px;
	position:relative;
}
.name {
	float:left;
	font-weight:bold;
	white-space:nowrap;
	width:170px;
}

.city,
.company,
.email-link,
.email-image,
.home-phone,
.cell-phone,
.vcard  {
clear:left;
float:left;
}
.home-phone,
.cell-phone {
	width:170px;
}
.city {
	white-space:nowrap;
}
.state,
.website {
float:left;
}
.zip {
float:left;
display:none;
}
.person-image {
	width:80px;
}

.image-holder {
	border:1px solid #000000;
	position:relative;
	float:left; 
	margin-right:5px;
	width:80px;
}
.image-holder img {
	max-width:80px;
	display:block;
}
.info-container {
	float:left;
	width:170px;
	max-height:110px;
	overflow:hidden;
}
.textclip {
	width:170px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.select-arrow {
	display:none;
	width:70px;
	height:26px;
	position:absolute;
	bottom:5px;
	left:5px;
	right:5px;
	background-image:url(/images/member_directory/select_arrow.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:10;
}
.image-holder:hover .select-arrow {
	display:block;

}
.member-link {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.member-link:hover {
	color:#666;
}

.email-image img {
	max-height:15px;
}

.website a, .email-link a {
	text-decoration:none;
	color:#027bc7;
}
.website a:hover, .email-link a:hover {
	text-decoration:underline;
}
.vcard,.facebook,.twitter,.linkedin,.website {
	float:left;
	width:30px;
	height:30px;
	background-image:url(/images/member_directory/member-directory-icons.png);
	background-repeat:no-repeat;
}
.vcard {
	height:24px;
	margin-top:3px;
}
.facebook {
	background-position:0px -23px;
}
.linkedin {
	background-position:0px -83px;
}
.twitter {
	background-position:0px -53px;
}
.website {
	background-position:0 -113px;
	cursor:pointer;
}
.social-row {
	clear:left;
	padding-top:5px;
	height:30px;
	position:absolute;
	bottom:5px;
}
.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;
}
/*********BEGIN DETAILS STYLES ************/
#person {
	margin:10px;
	border:1px solid #000000;
	border-radius:10px;
	overflow:auto;
	padding:10px;
	float:left;
	width:95%;
	
}
.details-name {
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
	width:100%;

}
.details-name-only {
	clear:left;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
	width:100%;
}

#content_left {
	clear:left;
	float:left;
	width:85px;
}
#content_right {
	padding:0px 10px 10px 10px;
	width:550px;
	float:left;

}
.photo a img {
	display:block;
	width:80px;
}
.social-links {
	clear:left;
	float:left;
}
.social-links a {
	float:left;
	margin-right:10px;
}
.photo-links {
	clear:left;
	float:left;
}
.photo-links div {
	float:left;
clear:left;
margin-bottom:10px;
}
.arrow {
	display:inline;
	zoom:1;
	height:15px;
	width:15px;
	padding-right:30px;
}
#blogs_data a,.interests-links a,.album-name a,.achievement-line, #photodata a {
	background-image:url(/images/member_directory/member-directory-icons.png);
	background-repeat:no-repeat;
	float:left;
	clear:left;
	
}
.album-name a, #photodata a {
	background-position:0px -145px;
	padding:6px 0px 6px 32px;
	line-height:28px;
	width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.blog-links, .album-name {
	clear:left;
}
#blogs_data {
	float:left;
	clear:left;
}
#blogs_data a {
	background-position:0px -180px;
	padding:6px 0px 6px 32px;
	line-height:28px;
	text-decoration:none;
	color:#027bc7;
	float:left;
	width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.help-link, .email-panel a, .content-text a{
	color:#027bc7;
}
.interests-links {
	clear:left;
}
.interests-links a {
	background-position:0px -218px;
	padding:6px 0px 6px 32px;
	line-height:28px;
	text-decoration:none;
	color:#027bc7;
}
.achievement-line {
	background-position:0px -258px;
	padding:6px 0px 6px 32px;
	line-height:24px;
}
.achievement-links {
	float:left;
}
.album-name a, #photodata a{	
	text-decoration:none;
	color:#027bc7;	
}
.album-name a:hover, #blogs_data a:hover, .interests-links a:hover, #photodata a:hover {
	text-decoration:underline;
}
.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%;
}
.title {
	float:left;
	cursor:default;
	padding-bottom:3px;
}
.drop-down:hover {
	color:#444;
}
.expand {
	background-image:url(/images/member_directory/expand.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:15px;
}
.collapse {
	background-image:url(/images/member_directory/collapse.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:15px;
}	

.field-label,.achievement-label,.subgroup-label {
	clear:left;
	float:left;
	font-size:12px;
	font-weight:bold;
	width:150px;
	text-align:left;
	margin-bottom:5px;
	white-space:normal;
}
.achievement-label,.subgroup-label {
	width:auto;
	margin-right:10px;
}

.content-text, 
.achievement-text,
.subgroup-text {
	float:left;
	font-size:12px;
	margin-bottom:5px;
}	
.bio {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
.edit-link {
	float:right;
	margin-right:10px;
	height:16px;
	width:16px;

}
.edit-link a {
	background-image:url(/images/icons/admin_icons.png);
	padding:0px 10px 0px 15px;
	height:16px;
	width:16px;
	background-repeat:no-repeat;
}
.social-panel {
	overflow:auto;
	margin-bottom:20px;
}
.social-links a:hover {
	opacity:.8;
}
#blogs_panel,#photo_panel,#interests_panel {
	display:none;
}
.clearpanel{
	clear:left;
	margin-top:10px;
}

.email-label {
	clear:left;
	margin-left:155px;
	margin-bottom:5px;
	font-size:10px;
}
.additional-info,
.subgroups,
.photo-error,
.blogs-error,
.interests-error,
.achievements-error {
	display:none;
}
.photo {
	width:80px;
}
.vcard {
	float:left;
	width:30px;
	height:30px;
	background-image:url(/images/member_directory/member-directory-icons.png);
	background-repeat:no-repeat;
}
.vcard {
	height:24px;
	margin-top:3px;
}


/***Search box overrides **/

#search_value_div .field-label {
	color: #333333;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
	width:auto;
}
#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 .field-label-left {
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding-right: 5px;
	white-space: nowrap;
}

#search_value_div .small-field-label {
	color: #666666;
	font-size: 10px;
}
#tools_wrapper {
	display:none;
}

#member_details {
	float:left;
	min-height:200px;
	position:relative;
	z-index:1;
	
}

#search_info {
	clear:left;
	float:left;
	margin:10px 5px;
	background-color:#f1f1f1;
}
.tools-location {
	*display:inline;
	float:left;
}
.bio-image {
	max-width:80px;
}
#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;
}
.bottom {
	margin-top:0px;
	margin-bottom:10px;
	float:right;
}
.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:12px;
	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:300px;
	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;
}
#people {
	clear:left;
	float:left;
}
.content {
	float:left;

}

#directory_results {
	position:relative;
}

.RadDropDownTree_Default .rddtFocused {
	color: black;
}

.form-row label, .form-row .control-group-label {
	width: 11em;
}

.form-row.no-label {
	margin-left: calc(11em + 4px);
}

input.ce-button.go {
	padding-right: 20px;
	background-image: url(/images/buttons/bolt.png), url(/images/buttons/button_back.jpg);
	background-position: 100% 50%, left top;
	background-repeat: no-repeat, repeat-x;
}

#search_box label {
	float: left;
	width: 100px;
	text-align: left;
}

#search_box .content-text {
	float: left;
	text-align: left;
}

.metro-text {
	margin-top: -5px;
}

.search-button-container {
	margin: 5px auto;
	width: 200px;
}

#search_box .ui-datepicker-trigger {
	margin-left: 3px;
	float: left;
	cursor: pointer;
}

.search-panel {
	display: none;
}

	.search-panel legend {
		background-color: #FFF;
		text-decoration: none;
		border-bottom: none;
	}

.ce-button.search-ev-button {
	padding-left: 25px;
	position: relative;
}

	.ce-button.search-ev-button:after {
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -12px;
		content: 'search';
		font-family: 'Material Icons';
		-webkit-font-feature-settings: 'liga';
		font-size: 18px;
		margin-top: -10px;
		font-weight: normal;
	}

.grid-sequence-link {
	height: 16px;
	width: 16px;
	background-image: url(/images/events/seq_arrow_16.png);
	background-size: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	Position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 2
}

.calendar-grid-title td {
	width: auto !important;
	top: initial !important;
	left: initial !important;
}

	.calendar-grid-title td a,
	.calendar-grid-title td .material-icons {
		line-height: 24px;
		padding-top: 3px;
	}