a.homebcbtn {
	background				: url(../img/icons/home.gif) top left no-repeat;
	width					: 20px;
	height					: 18px;
	display					: inline-block;
	margin-bottom			: -3px;
}

.btn {
    display					: inline-block;
    min-height				: 18px;
    width					: auto;
    padding-left			: 21px;
}

.btn div {
	display					: table-cell;
	vertical-align			: middle;
	float					: left;
}

.btn.goto {
    background: url("../img/icons/goto.gif") no-repeat scroll left center transparent;
}
.btn.check {
    background: url("../img/icons/check.gif") no-repeat left center transparent;
}
.btn.warn {
    background: url("../img/icons/warn.png") no-repeat left center transparent;
}
.btn.back {
    background: url("../img/icons/back.png") no-repeat left center transparent;
}
.btn.down {
    background: url("../img/icons/down.gif") no-repeat left center transparent;
}
.btn.edit {
    background: url("../img/icons/edit.gif") no-repeat left center transparent;
}
.btn.del {
    background: url("../img/icons/del.gif") no-repeat left center transparent;
}
.btn.plus {
    background: url("../img/icons/plus.gif") no-repeat left center transparent;
}
.btn.mail {
    background: url("../img/icons/mail.gif") no-repeat left center transparent;
}
.btn.admin {
    background: url("../img/icons/admin.png") no-repeat left center transparent;
}
.btn.app {
    background: url("../img/icons/application.gif") no-repeat left center transparent;
}
.btn.pages {
    background: url("../img/icons/pages.png") no-repeat left center transparent;
}
.btn.stats {
    background: url("../img/icons/stats.png") no-repeat left center transparent;
}
.btn.logout {
    background: url("../img/icons/logout.png") no-repeat left center transparent;
}
.btn.file {
    background: url("../img/icons/file.gif") no-repeat left center transparent;
}
.btn.groepen {
    background: url("../img/icons/groepen.png") no-repeat left center transparent;
}
.btn.producten {
    background: url("../img/icons/producten.png") no-repeat scroll left center transparent;
}
.btn.system {
    background: url("../img/icons/system.png") no-repeat left center transparent;
}
.btn.home {
    background: url("../img/icons/home.png") no-repeat left center transparent;
}
.btn.home_disabled {
    background: url("../img/icons/home_disabled.png") no-repeat left center transparent;
}
.btn.klanten {
    background: url("../img/icons/klanten.png") no-repeat left center transparent;
}
.btn.orders {
    background: url("../img/icons/orders.png") no-repeat left center transparent;
}
.btn.pdf {
    background: url("../img/icons/pdf.png") no-repeat left center transparent;
}
.btn.css {
	background: url("../img/icons/css.png") no-repeat left center transparent;
}
.btn.ipcam {
	background: url("../img/icons/ipcam.png") no-repeat left center transparent;
}
.btn.tools {
	background: url("../img/icons/tools.png") no-repeat left center transparent;
}
.btn.config {
	background: url("../img/icons/config.png") no-repeat left center transparent;
}
.btn.delimg {
	background: url("../img/icons/delimg.png") no-repeat left center transparent;
}
.btn.visible {
	background: url("../img/icons/visible.png") no-repeat left center transparent;
}
.btn.invisible {
	background: url("../img/icons/invisible.png") no-repeat left center transparent;
}
.btn.refresh {
	background: url("../img/icons/refresh.png") no-repeat left center transparent;
}
.btn.refresh_disabled {
	background: url("../img/icons/refresh_disabled.png") no-repeat left center transparent;
}

.btn.nu:hover {
	text-decoration		: none;
}

table.t_list .btn {
	margin-top			: 1px;
}
table.tgen1.mod .btn {
	margin-top			: 1px;
	height				: 24px;
	background-position	: left center;
}

a.adminbtn {
    display				: inline-block;
    margin-bottom		: 10px;
    margin-left			: 9px;
    margin-right		: 1px;
}

a.adminbtn div {
    background			: #eee url("../img/adminbtnbg.png") top left repeat-x;
    border				: 1px solid #ccc;
    font-size			: 14px;
    height				: 21px;
    padding				: 15px 75px 15px 95px;
    width				: 175px;
    text-align			: left;
}

a.adminbtn:hover div {
    background-position	: 0 -51px;
}

a.adminbtn:hover {
    text-decoration		: none;
}

a.adminbtn div img {
    margin-bottom		: -4px;
    margin-right		: 10px;
}

.adminbtnc {
	text-align			: center;
    width				: auto;
}
