#friendbar {
	width: 123px;
	height: 3px;
	overflow: visible;
	padding: 9px;
	position: fixed;
	top: 0px;
	left: 0px;
	/*background-color: black;
	-moz-border-radius: 0px 0px 8px 0px;
	-weul#friendbarbkit-border-radius: 0px 0px 8px 0px;
	border-radius: 0px 0px 8px 0px;
	background-color: rgba(255,143,79,0.8);*/
	border-top: 3px solid #30afd9;
	padding-top: 0px;
	list-style: none;
	/*-moz-box-shadow: 1px 1px 4px #eaeaea;
	-webkit-box-shadow: 1px 1px 4px #eaeaea;
	box-shadow: 1px 1px 4px #fafafa;*/
	z-index: 10;
}

#friendbar li.button {
	background-color: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #cfcfcf));
	background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
	padding: 2px;
	cursor: pointer;
	float: left;
	-moz-box-shadow: 1px 1px 2px #aaaaaa;
	-webkit-box-shadow: 1px 1px 2px #aaaaaa;
	box-shadow: 1px 1px 2px #aaaaaa;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-right: 12px;
	width: 25px;
	height: 25px;
}

#friendbar li.button:hover {
	background-color: #dfdfdf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #bfbfbf));
	background: -moz-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
}

#friendbar li .navbutton_label {
	padding: 3px;
	background: #f2f2f2;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: -42px;
	left: -5px;
	white-space: nowrap;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#friendbar li .navbutton_label span {
	background: #FFD587;
	padding: 5px 8px;
	/*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	float: left;
}

#friendbar li .navbutton_label:before {
	content: ' ';
	position: absolute;
	left: 8px;
	top: -20px;
	/*left: -3px;*/
	width: 0;
	height: 0;
	border: 10px solid;
	border-color:  transparent transparent #f2f2f2 transparent;
}

.adder {
	padding: 10px;
	background-color: #fefefe;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(254,254,254,0.9);
	position: fixed;
	top: 30%;
	left: 40%;
}

.adder img.adderStatus {
	width: 48px;
	height: 48px;
}

#friendbar li .smallnotify {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: orange;
	font-size: 9px;
	text-align: center;
	left: 100%;
	top: 100%;
	margin-top: -12px;
	margin-left: -12px;
}

#friendbar #reqslist {
	min-width: 320px;
	width: auto;
	position: absolute;
	top: 40px;
	left: 5px;
	list-style: none;

	background-color: #f1f1f1;
	-moz-box-shadow: 1px 1px 4px #eaeaea;
	-webkit-box-shadow: 1px 1px 4px #eaeaea;
	box-shadow: 1px 1px 4px #fafafa;
	-moz-border-radius: 6px 6px 0px 6px;
	-webkit-border-radius: 6px 6px 0px 6px;
	border-radius: 6px 6px 0px 6px;
	padding: 9px;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 1px 1px 6px #666666;
	-webkit-box-shadow: 1px 1px 6px #666666;
	box-shadow: 1px 1px 6px #666666;
	color: #444444;
}

#friendbar #reqslist:hover {
	z-index: 2;
}

#friendbar #reqslist:before {
	content: ' ';
	position: absolute;
	left: 48px;
	top: -20px;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color:  transparent transparent #f1f1f1 transparent;
}

#friendbar #reqslist ul {
	list-style: none;
	font-family: Ubuntu;
	font-size: 11px;
}

#friendbar #reqslist ul li {
	margin-bottom: 3px;
	background-color: #e2e2e2;/*#dedede;*/
	padding: 3px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#friendbar #reqslist ul li img.avatar {
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	float: left;
}

#friendbar #reqslist ul li span {
	margin-left: 8px;
	float: left;
	/*margin-top: 15px;*/
}

#friendbar #reqslist ul li .username {
	font-size: 16px;
	max-width: 145px;
	overflow: hidden;
	margin-top: 15px;
}

#friendbar #reqslist ul li span.age {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px; /*18px;*/
}

#friendbar #reqslist ul li span.button {
	font-size: 12px;
	margin: 5px;
	margin-top: 15px;
	/*padding: 3px;
	/*border: 1px solid #888888;*/
	float: right;
	cursor: pointer;
	/*margin-top: 14px;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000000;
	background-color: #fefefe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #cfcfcf));
	background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);*/
}

ul#friendbar ul#reqslist li h3 {
	font-size: 11px;
	margin-bottom: 6px;
}

ul#friendbar ul#reqslist li div#indiv {
	padding-bottom: 12px;
}

ul#friendbar ul#reqslist li div#outdiv {
	padding-top: 12px;
	border-top: 1px solid #d4d4d4;
}

/*ul#friendbar ul#reqslist ul li span.button:hover {
	-moz-box-shadow: 1px 1px 2px #eaeaea, -1px -1px 2px #eaeaea;
	-webkit-box-shadow: 1px 1px 2px #eaeaea, -1px -1px 2px #eaeaea;
	box-shadow: 1px 1px 2px #fafafa, -1px -1px 2px #eaeaea;
	background-color: #dfdfdf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #bfbfbf));
	background: -moz-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
}

/*ul#friendbar ul#reqslist ul li span.accept {
	background-color: #00e516;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00e516), color-stop(100%, #00b244));
	background: -moz-linear-gradient(top, #00e516 0%, #00b244 100%);
	border: 1px solid #00700b;
}
ul#friendbar ul#reqslist ul li span.deny {
	background-color: #dc2424;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc2424), color-stop(100%, #a21313));
	background: -moz-linear-gradient(top, #dc2424 0%, #a21313 100%);
	border: 1px solid #6a0000;
}

ul#friendbar ul#reqslist ul li span.accept:hover {
	background-color: #00d506;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d506), color-stop(100%, #00a234));
	background: -moz-linear-gradient(top, #00d506 0%, #00a234 100%);
}

ul#friendbar ul#reqslist ul li span.deny:hover {
	background-color: #cc1414;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc1414), color-stop(100%, #920303));
	background: -moz-linear-gradient(top, #cc1414 0%, #920303 100%);
}*/

ul#friendbar ul#reqslist ul li img.processing {
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -20px;
	margin-left: -20px;
}

ul#friendbar ul#reqslist ul li.empty {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	text-align: center;
}

div.topwindowcontainer {
	max-width: 320px;
	position: absolute;
	top: 40px;
	left: 5px;
	background-color: #f1f1f1;
	border: 1px solid #bbbcc0;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.topwindowcontainer:before {
	content: ' ';
	position: absolute;
	left: 9px;
	top: -20px;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color:  transparent transparent #f1f1f1 transparent;
}

#friendbar #friendslist {
	list-style: none;
	overflow: hidden;
}
#friendbar #friendslist:hover {
	overflow-y: auto;
}
#friendbar #friendslist:hover {
	z-index: 2;
}

#friendbar #friendslist li.friendsitem {
	margin-bottom: 3px;
	background-color: #dbdbdb;
	padding: 3px;
	width: 315px;
	position: relative;
	border-radius: 0px 8px px 8px;
	-moz-border-radius: 0px 8px px 8px;
	-webkit-border-radius: 0px 8px px 8px;
	text-align: left;
	line-height: 12px;
}

#friendbar ul#friendslist img.avatar, #fsResult .fsAvatar {
	-moz-border-radius: 2px 8px 2px 8px;
	-webkit-border-radius: 2px 8px 2px 8px;
	border-radius: 2px 8px 2px 8px;
	float: left;
}

ul#friendbar ul#friendslist li.friendsitem div.friendview {
	float: left;
}

ul#friendbar ul#friendslist li.friendsitem div.friendview div.userinfo {
	padding: 5px;
	padding-bottom: 0px;
}

ul#friendbar ul#friendslist li.friendsitem div.friendview div.userinfo img.bullet {
	float: left;
	/*margin-top: 1px;*/
}

ul#friendbar ul#friendslist li.friendsitem div.friendview div.userinfo span {
	/*text-shadow: 1px 1px 2px #333333;*/
	margin-left: 7px;
	float: left;
	vertical-align: middle;
}

ul#friendbar ul#friendslist li.friendsitem div.friendview div.userinfo span.username {
	color: #676767;
	font-size: 12px;
	padding-top: 3px;
}

ul#friendbar ul#friendslist li.friendsitem div.friendview div.userinfo span.age {
	color: #5555ea;
	font-size: 12px;
	padding-top: 3px;
}

ul#friendbar ul#friendslist li.friendsitem div.friendview div.commands {
	margin: 0px;
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 0px;
	height: 20px;
}

ul#friendbar ul#friendslist li.friendsitem div.friendview div.commands img {
	cursor: pointer;
	margin: 0px;
	margin-right: 3px;
	/*width: 15px;
	height: 15px;*/
}

div#friendsfilter {
	padding: 0px;
	padding-bottom: 5px;
}

div#friendsfilter input.filterinput {
	border: 1px solid #b2b2b2;
	-moz-border-radius: 2px 8px 2px 8px;
	-webkit-border-radius: 2px 8px 2px 8px;
	border-radius: 2px 8px 2px 8px;
	background-color: #fafafa;/*rgba(240,240,240,0.6);*/
	background-image: url('images/magnifier1.png');
	background-position: 1% center;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 20px;
	width: 295px;
	color: #777777;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
	box-shadow: 1px 1px 3px #aaaaaa;
}

#nofriends {
	text-align:center;
	font-size: 12px;
	padding: 10px;
}

#searchPeople {
	padding: 3px;
	background-color: #ffffff;
	text-align: center;
	margin-top: 6px;
}

#friendSearch {
	background-color: #f2f2f2;
	width: 50%;
	height: 80%;
	position: fixed;
	top: 10%;
	left: 22%;
	padding: 1%;
	z-index: 2;
	max-width: 700px;
	max-height: 700px;
	margin: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

