@charset "utf-8";

.picomax_graph {
/*
	background:url(../img/count_bg.png);
*/
	width:200px;
	height:110px;
	border:0px;
}

.graph_date {
	font-size:10px;
}

#balloon {
	border: 1px solid #666;
	background-color:white;
	padding-left:5px;
	padding-right:5px;
	position:fixed;
	font-size:8px;
	display:none;
}
.graph_value {
	position:absolute;
	font-size:10px;
}
/*
.graph_point {
	z-index:2147483647;
	position:relative;
	width:3px;
	height:3px;
	background:url(../img/count_dot.png);
}
*/

#picomax_counter {
/*
	background-color: white;
	padding: 10px 0 10px 14px;
*/
	border: 1px solid #eee;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	border: 1px solid #eee;
	text-align: left;
	font-size: 10px;
	color: #777;
}

#picomax_counter .visitor {
	font-weight: bold;
}
#picomax_counter .pageview {
	padding-top: 5px;
	font-weight: bold;
}