html { overflow:hidden; }
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial;
	font-size: 12.76px;
}
img {
	border: 0px;
}
a {
	text-decoration: none;	
}
#group-widget {
	width: 100%;
	position: relative;
}
#group-widget .shade-right {
	position:absolute;
	width:2px;
	height:auto;
	right:0px;
	top:1px;
	bottom:0px;
	background-color:#c6c7cc;
	z-index:20;
}
#group-widget .shade-bottom {
	position:absolute;
	width:auto;
	height:2px;
	right:0px;
	left:1px;
	bottom:-2px;
	background-color:#c6c7cc;
	z-index:20;
}
*html #group-widget .shade-bottom {
	bottom:0px;
}
#group-widget .corner-top {
	background-color: #d1d1d5;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	z-index:20;
}
#group-widget .g-hdr {
	background: url(/images/widgets/hdr-bg.gif) repeat-x;
	border-left: 1px #b1b2b9 solid; 
	border-right: 1px #b1b2b9 solid;
	border-bottom: 1px #d7d7d5 solid; 
	height: 27px;
	padding: 5px 0px 0px 7px; 
	margin-right: 2px;
	line-height: 18px;
}
#group-widget .g-hdr a {
	font-weight: bold;
	color: white;
	float: left;
}
#group-widget .g-hdr img {
	float: left;
	margin-right: 6px;
}
#group-widget .g-hdr .g-blogs {
	background: url(/images/widgets/vdots.gif) no-repeat;
	float: right;
	padding: 0px 11px 2px 14px;
	font-weight: normal;
	margin-top: 1px;
	line-height: 16px;
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
}

#group-widget .g-area {
	border-left: 1px #b1b2b9 solid; 
	border-right: 1px #b1b2b9 solid;
	border-bottom: 1px #d7d7d5 solid; 
	background-color: #f1f1f3;
	margin-right: 2px;
	padding: 5px 0px 5px 5px;
	zoom: 1;
}
#group-widget .g-top-line {
	border-left: 1px #b1b2b9 solid; 
	border-right: 1px #b1b2b9 solid;
	margin-right: 2px;
	height: 3px;
	background-color: white;
}
#group-widget .g-top-line.small {
	border-top: 1px #b1b2b9 solid;
	height: 1px;
}
#group-widget .g-area .ava {
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
	background: url(/images/widgets/ava-border-60.gif) no-repeat;
	width: 44px;
	height: 44px;
	float: left;
	padding: 8px;
	margin-right: 3px;
}
.clear {
	clear: both;
}
#group-widget .g-footer {
	background-color: #d5d6da;
	border-left: 1px #b1b2b9 solid; 
	border-right: 1px #b1b2b9 solid;
	border-bottom: 1px #b7b9bf solid;
	height: 22px;
	position: relative;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 5px 10px 0px 7px;
}
#group-widget .g-footer a {
	color: #434657;
	font-weight: bold;
	float: left;
}
#group-widget .g-footer a img {
	float: left;
	margin-right: 9px;
}

#group-widget .g-footer .count {
	float: right;
	padding: 0px 11px 2px 14px;
	font-weight: normal;
	margin-top: 1px;
	line-height: 16px;
	color: #666977;
	font-weight: normal;
}
#group-widget .g-footer .count span {
	color: #0060d4;
	font-weight: bold;
}
