/* Styles CSS for JTS counter module - www.joomlatutos.com */

/* General */
 
#jts_counter {
	position: relative;
	line-height: 20px;
}

#jts_counter table, #jts_counter tr, #jts_counter td {
    border:none !important;
}
/* Logo */
#jts_counter_img {
	padding: 0 8px 5px 0;
    border:none !important;
}
/* Counter Image */
#jts_counter_num { 
	text-align:center;
	padding-top: 3px;
	height: 40px;
}
#jts_counter_digit {
	display: inline-block;
}
/* Fields */
#jts-counter label { 
	width:100px; 
	float:left;
}
.jts_counter_hr {
	height: 1px;
	margin: 5px 0;
}
#jts_counter_dateimg {
	width: 5px;
	height: 16px;
	float: left;	
}
#jts_counter_date {
	padding: 0 0 1px 2px;	
	white-space: nowrap;
}
#jts_counter_title_acces {
	width: 5px;
	height: 16px;
	float: left;	
}
#jts_counter_title {
	padding: 1px 0 8px 2px;	
}
.jts_counter_label {
	white-space: nowrap;
	width:100px;
	float:left;
	padding: 0 0 0 2px;
}
.jts_counter_number {
	padding-bottom: 2px;
}
#jts_counter_todayimg {
	background: url(../images/bg_today.png) no-repeat top left;
	width: 26px;
	height: 16px;
	float: left;
}
#jts_counter_yesterdayimg {
	background: url(../images/bg_yesterday.png) no-repeat top left;
	width: 26px;
	height: 16px;
	float: left;
}
#jts_counter_weekimg {
	background: url(../images/bg_week.png) no-repeat top left;
	width: 26px;
	height: 16px;
	float: left;
}
#jts_counter_monthimg {
	background: url(../images/bg_month.png) no-repeat top left;
	width: 26px;
	height: 16px;
	float: left;
}
#jts_counter_totalimg {
	background: url(../images/bg_total.png) no-repeat top left;
	width: 26px;
	height: 16px;
	float: left;
}
#jts_counter_usersimg {
	background: url(../images/bg_users.png) no-repeat top left;
	width: 29px;
	height: 25px;
	float: left;	
}
#jts_counter_online {
	padding: 0 0 2px 2px;
}
#jts_counter_numonline { 
	float:left;
	margin-right: 4px;
}
#jts_counter_indent {
	padding: 0 4px 0 4px;
	float:left;
	line-height: 16px!important;
}
#jts_counter_guests { 
	line-height: 16px!important;
}
#jts_counter_users { 
	padding: 3px 0 0 0;
	line-height: 16px!important;
}
#jts_counter_ipimg {
	background: url(../images/bg_ip.png) no-repeat top left;
	width: 30px;
	height: 24px;
	float: left;
}
#jts_counter_ip {
	padding: 2px 0 0 3px;
}

