A:link {
	COLOR: #18578e;TEXT-DECORATION: underline
; font-weight: normal
}
A:visited {
	COLOR: #777777; TEXT-DECORATION: underline
; font-weight: normal
}
A:active {
	COLOR: #000000
; font-weight: normal
}
A:hover {
	COLOR: #660033;TEXT-DECORATION: underline
; font-weight: normal
}
BODY {
	BACKGROUND-COLOR: #F8F8F8
; font-family: Arial, Helvetica, sans-serif
}
select,option{
	FONT-FAMILY:Verdana,Arial,Helvetica;FONT-SIZE:8.5pt;COLOR:#2B1F6A;BORDER:1px solid black
}
select{
	FONT-FAMILY:Verdana, Arial, Helvetica;FONT-SIZE:9pt;COLOR:#2B1F6A;BORDER:1px solid black
}
form{
	FONT-FAMILY:Verdana, Arial, Helvetica;FONT-SIZE:9pt;COLOR:#2B1F6A
}
TD {
COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
; font-size: 9pt; line-height: normal
}

input { 
	FONT-FAMILY:Verdana, Arial, Helvetica;FONT-SIZE:9pt;COLOR:#2B1F6A;BORDER:1px solid black
 } 
textarea { 
	FONT-FAMILY:Verdana, Arial, Helvetica;FONT-SIZE:9pt;COLOR:#2B1F6A;BORDER:1px black solid } 
	

.onlineWidget,.panel{
	
	/* Styling the widget and the sliding panel at once */
	
	background-color:#F9F9F9;
	border:2px solid #FFFFFF;
	height:25px;
	padding:4px 8px;
	position:relative;
	width:150px;
	
	cursor:pointer;
	
	/* CSS3 rules for rounded corners, box and text shadows: */
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	-moz-box-shadow:0 0 3px #CCCCCC;
	-webkit-box-shadow:0 0 3px #CCCCCC;
	box-shadow:0 0 3px #CCCCCC;
	
	text-shadow:0 2px 0 white;
}

.onlineWidget:hover{
	background-color:#fcfcfc;
}

.onlineWidget:hover .arrow{
	/* Changing the background image for the green arrow on hover: */
	background-position:bottom center;
}

.count{
	/* The total number of people online div */
	
	color:#777777;
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-top:-3px;
	text-align:center;
	width:50px;
}

.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:26px;
	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;
}
