#sortForm {
	float: right;
}

#searchContainer {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	height: 23px;
	line-height: 23px;
	-moz-border-radius: 16px;
	width: 200px;
}

#searchFriends {
	border: none;
	color: #666666;
	display: block;
	margin-left: 10px;
	padding: 4px 0 5px 0;
	width: 150px;
}

#searchFriends:focus {
	border: none;
	color: #000000;
}

#searchForm {
	float: right;
	margin: 2px;
	padding: 0;
}

#navigationBar {
	background-color: #f1f5f9;
	border: 1px solid #d9e5f0;
	height: 29px;
	line-height: 29px;
	margin-bottom: 5px;
	-moz-border-radius: 16px;
	padding: 1px;
}

#pagesInfos {
	margin: 0 1px 0 14px;
}

#friendsRange {
	color: #999999;
	font-size: 10px;
	margin-left: 10px;
}

#members {
	border-collapse: collapse;
	margin: 0 0 40px 0;
	width: 100%;
}

#members td {
	background-color: #ffffff;
}

#members tr:nth-child(even) td {
	background-color: #f9fbfc;
}

#members tr:hover:nth-child(even) td {
	background-color: #f9fbfc;
}

#members tr:hover td {
	background: inherit;
}

.memberPicture {
	text-align: right;
	width: 60px;
}

.memberPicture, .memberInfo {
	border-bottom: 1px dotted #c0c0c0;
	border-top: 1px dotted #c0c0c0;
	padding: 12px 6px;
}

.memberInfo p {
	margin: 0;
}

.framedPicture {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px;
}

.memberInfo p.friendName {
	margin-bottom: 4px;
}

#members .friendProfileLink, #members .friendProfileLink:visited, #members .friendProfileLink:active {
	color: #365591;
	font-size: 13px;
	font-weight: bold;
}

.friendJob {
	font-weight: bold;
}

.friendSexAge {
	float: right;
	font-size: 10px;
}

#pagesLinks {
	height: 24px;
	line-height: 24px;
	margin: 10px 5px 30px 5px;
}

#pagesLinks a {
	background: transparent url(../img/pages_links_bg.png) no-repeat scroll 0px top;
	color: #888888;
	display: inline-block;
	font-size: 9px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	width: 24px;
}

#pagesLinks a:hover {
	background: transparent url(../img/pages_links_bg.png) no-repeat scroll -24px top;
	text-decoration: none;
}

#pagesLinks a#selectedPage {
	background: transparent url(../img/pages_links_bg.png) no-repeat scroll -48px top;
}

#pagesLinks a#nextPages {
	background: transparent url(../img/pages_links_bg.png) no-repeat scroll 0px top;
	font-size: 10px;
	margin-left: 20px;
}

#pagesLinks a#previousPages {
	background: transparent url(../img/pages_links_bg.png) no-repeat scroll 0px top;
	font-size: 10px;
	margin-right: 20px;
}

#pageLinkInactive {
	background: transparent url(../img/pages_links_bg.png) no-repeat scroll -72px top;
	color: #cccccc;
	display: inline-block;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
	width: 24px;
}

#totalFriends {
	float: right;
}

#searchButton {
	background: transparent url(../img/search.gif) no-repeat scroll left top;
	border: none;
	cursor: pointer;
	height: 20px;
	float: right;
	margin: 2px 2px 0 3px;
	width: 28px;
}


/**
 * Member profile
 */

#memberContainer {
	border: none;
	margin: 0;
	width: 100%;
}

#memberContainer td {
	background-color: #ffffff;
}

#memberContainer tr:hover td {
	background-color: inherit;
}

#memberContainer th, #memberContainer td {
	border: none;
}

#memberData {
	margin: 0;
	width: 100%;
}

#memberData th {
	background-color: #ffffff;
	border: none;
	border-bottom: 1px dotted #cccccc;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	width: 130px;
}

#memberData td {
	border: none;
	border-bottom: 1px dotted #cccccc;
	font-size: 12px;
	padding: 10px 0;
	vertical-align: top;
}

#memberData tr:last-child th, #memberData tr:last-child td {
	border: none;
}

#facebookProfileLink .friendProfileLink, #facebookProfileLink .friendProfileLink:visited, #facebookProfileLink .friendProfileLink:active {
	background: transparent url(../img/facebook_logo.png) no-repeat scroll left center;
	color: #365591;
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	padding-left: 30px;
}

#facebookProfileLink {
	margin-bottom: 40px;
	text-align: right;
}

a.simpleButton {
	background: transparent url(../img/simple_button.png) no-repeat scroll left top;
	color: #666666;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
	width: 64px;
}

a.simpleButton:hover {
	background-position: left -24px;
	display: block;
	text-decoration: none;
}
