.onlineWidget,.panel{		
	height:28px;
	padding:4px 8px;
	position:relative;
	width:130px;	
	cursor:pointer;	
	/* -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	 */
	
	-moz-border-radius:  6px 6px 0 0;
	-khtml-border-radius:  6px 6px 0 0;
	-webkit-border-radius:  6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	
}

.onlineWidget{	
	border:1px solid #a0a0a0;
	
}	


.onlineWidget:hover{
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-image: url('/common/images/bg_footer.png');  
	/* background-color:#fcfcfc; */
}

.onlineWidget:hover .arrow{
	/* Changing the background image for the green arrow on hover: */
	background-position:bottom center;
	
}

.panel{
	background-image: url('/common/images/bg_footer.png');  	
	border-top:    #f0f0f0 2px groove; 
	border-right:  #f0f0f0 2px groove; 
	border-bottom: #f0f0f0 4px solid; 
	border-left:   #f0f0f0 2px groove; 
	
	box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000000;
}

.count{
	/* The total number of people online div */	
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-top:-3px;
	text-align:center;
	width:30px;
}
.count:hover {
color:#ffffff;
}

.label{
	/* The online label */
	
	float:left;
	font-size:10px;
	padding:7px 0 0 7px;
	text-transform:uppercase;
}

.arrow{
	/* The green arrow on the right */
	
	background:url(img/arrow.png) no-repeat top center;
	position:absolute;
	right:6px;
	
	width:25px;
	height:25px;
}

.panel{
	/* The slideout panel */
	
	position:absolute;
	cursor:default;	
	bottom:50px;
	left:0;
	height:auto;
	display:none;
	margin:-2px;
	z-index:1000;
}

.preloader{
	/* The rotating gif preloader image */
	display:block;
	margin:10px auto;
}

.geoRow{
	/* The div that contains each country */
	
	height:16px;
	overflow:hidden;
	padding:2px 0;
}

.flag{
	float:left;
	margin:0 4px;
}

.country, .people{
	float:left;
	font-size:10px;
	padding:2px;
}

.country{
	width:85px;
	overflow:hidden;
}

.people{
	font-weight:bold;
}
