@charset "utf-8";

#groups_bar a, #groups_bar a:hover {
	color: #666;
}

#groups_bar, #groups_bar .button, #groups_bar .panel {
	border-color: #cccccc;
	border-style: solid;
	margin: 0;
	font: 11px Tahoma;
	color: #666;
}

#groups_bar {
	position: fixed;
	right: 0;
	bottom: 0;
	border-width: 0;
	height: 23px;
	padding: 0;
	overflow: visible;
	background: #e9e9e9 url('http://grou.ps/images/groups_bar/bar_bg.png') repeat-x left top;
	background: -moz-linear-gradient(center top, #f0f0f0, #e9e9e9);
	background: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#e9e9e9));
	z-index: 90;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-box-shadow: 0 0 5px 0 #ccc;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}

#groups_bar a, #groups_bar a:hover {
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

#groups_bar ul, #groups_bar li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
	text-align: left;
}
/*
#groups_bar li {
	padding-left: 5px;
}
*/
#groups_bar li.message {
	padding-left: 20px;
	background: url(http://grou.ps/images/fugue/mail.png) no-repeat left center;
}

#groups_bar li.friend_request {
	padding-left: 20px;
	background: url(http://grou.ps/images/fugue/user--plus.png) no-repeat left center;
}

#groups_bar li.poke {
	padding-left: 20px;
	background: url(http://grou.ps/images/fugue/hand-point.png) no-repeat left center;
}

#groups_bar .groups_bar_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#groups_bar .button {
	position: relative;
	float: left;
	overflow: visible;
	border-width: 1px 0 0 1px;
	padding: 5px 5px 3px 22px;
	min-width: 16px;
	min-height: 16px;
	background-repeat: no-repeat;
	background-position: 3px center;
	cursor: pointer;
	z-index: 10;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

#groups_bar .button:first-child
{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#groups_bar .count {
	position: absolute;
	display: block;
	margin: -22px 0 5px -10px;
	font-size: 9px;
	text-align: center;
	min-width: 11px;
	background: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 1px;
	text-decoration:none;
	text-shadow: none;
}

/* ie7 hack */  
*:first-child+html #groups_bar .count {
	margin: -12px 0px 5px -70px;
}

#groups_bar .count:hover {
	text-decoration:none;
}

#groups_bar .button.active {
	border-top-color: #e9e9e9;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

#groups_bar .button.active .count {
	display: none;
}

#groups_bar .panel {
	position: absolute;
	visibility: hidden;
	padding: 15px 15px;
	background: #e9e9e9 url('http://grou.ps/images/groups_bar/panel_bg.png') repeat-x left top;
	background: -moz-linear-gradient(center top, #f6f6f6, #e9e9e9);
	background: -webkit-gradient(linear, center top, center bottom, from(#f6f6f6), to(#e9e9e9));
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	z-index: 9;
	width: 150px;
	bottom: 22px;
	-moz-box-shadow: 0 0 5px 0 #ccc;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}

#groups_bar .panel h6 {
	font: 11px Tahoma!important;
	font-weight: bold!important;
	margin: -15px -15px 7px -15px;
	padding: 5px 8px;
	background: #e0e0e0;
	text-align: left;
	overflow: hidden;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	display: block;
	text-shadow: 0 1px 0 #fff;
}

#groups_bar .button.active +.panel {
	visibility: visible;
}

#groups_notifications_button {
	background-image: url('http://grou.ps/images/groups_bar/notifications.png');
}

#groups_notifications_button:hover, #groups_notifications_button.active {
	background-image: url('http://grou.ps/images/groups_bar/notifications_hover.png');
}