a.button{
	text-align: left;
	background:url(../images/button.gif) no-repeat;
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}

a.button_del{
	background:url(../images/button.gif) no-repeat;	
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}
a:hover.button_135{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add_graphen{
		background:url(../images/right_blue.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.add_infos{
		background:url(../images/right_green.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(../images/trash.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.list{
		background:url(../images/graph.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.logout{
		background:url(../images/logout.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
		
	}
	.msg{
		background:url(../imgages/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(../images/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url(../imgages/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.home{
		background:url(../images/home.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.preferences{
		background:url(../images/configure.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.admin{
		background:url(../images/admin.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.chart{
		background:url(../images/chart.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(../imgages/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(../images/users.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.save{
		background:url(../images/save.png) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
