.ico_expand,
.ico_collapse {
	display:block;
	float:left;
	width:16px;
	background:url(../images/icons/ico_expand.gif) left 50% no-repeat;
	text-indent:-9999px;
	margin:0;
	margin-right:10px;
}

.ico_collapse {
	background:url(../images/icons/ico_collapse.gif) left 50% no-repeat;
}

.ico_user {
	display:block;
	float:left;
	width:20px;
	height:20px;
	background:url(../images/icons/ico_user.jpg) 50% 50% no-repeat;
	text-indent:-9999px;
	margin-top:10px;
	margin-right:8px;
}

.ico_barchart {
	display:block;
	background:url(../images/icons/ico_barchart.gif) 0 50% no-repeat;
	padding-left:25px;
	margin:10px 0 5px 10px;
	
}

.ico_print {
	display:block;
	float:left;
	width:20px;
	height:20px;
	background:url(../images/icons/ico_print.jpg) 50% 50% no-repeat;
	text-indent:-9999px;
	margin-top:10px;
	margin-right:8px;
}

.ico_calendar {
	position:relative;
	top:2px;
	left:3px;
	cursor:pointer;
}