.home-icon16 {
	background: transparent url(../images/house.png) center 0 no-repeat
		!important;
}

.clients-icon16 {
	background: transparent url(../images/user_green.png) center 0 no-repeat
		!important;
}

.invoices-icon16 {
	background: transparent url(../images/table_money.png) center 0
		no-repeat !important;
}

.categories-icon16 {
	background: transparent url(../images/application_view_icons.png) center
		0 no-repeat !important;
}

.save-icon16 {
	background: transparent url(../images/disk16.png) center 0 no-repeat
		!important;
}

.new-icon16 {
	background: transparent url(../images/page_add16.png) center 0 no-repeat
		!important;
}

.delete-icon16 {
	background: transparent url(../images/delete16.png) center 0 no-repeat
		!important;
}

.add-icon16 {
	background: transparent url(../images/add16.png) center 0 no-repeat
		!important;
}

.json {
	background-image: url(../images/json.png) !important;
}

.css {
	background-image: url(../images/css.png) !important;
}

.html {
	background-image: url(../images/html.png) !important;
}

.js {
	background-image: url(../images/script_code.png) !important;
}

.image {
	background-image: url(../images/image.png) !important;
}

.user {
	float: left;
	padding: 2px;
	margin: 2px;
	width: 200px;
}

.active {
	opacity: 1;
	background: #E6FFE6;
}

.inactive {
	opacity: .5;
	background: #F5F5F0;
}

.selected {
	background-color: #FFFF9C;
}

.content {
	float: left;
	padding: 0 5px 0 0;
}

.invoice {
	float: left;
	padding: 2px;
	margin: 2px;
	width: 200px;
}