/* -----------------------------------------------
	Buttons
----------------------------------------------- */

.navigbar {
	float: right;
	margin-right: 10px;
}

a.navbut {
	float: left;
	overflow: hidden;
	padding: 31px 0 0 0;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win only */
}

a.navbut i {
	display: none;
}

a.navbut:hover {
	background-position: 0 -31px;
}

a.previous {
	width: 21px;
	background: url("../graphics/prev.gif") 0 0;
}

a.level_up {
	width: 21px;
	background: url("../graphics/level_up.gif") 0 0;
}

a.next {
	width: 21px;
	background: url("../graphics/next.gif") 0 0;
}

a.print {
	width: 21px;
	background: url("../graphics/print.gif") 0 0;
}

a.dpdf {
	width: 21px;
	background: url("../graphics/dpdf.gif") 0 0;
}

a.edit {
	width: 21px;
	background: url("../graphics/edit.gif") 0 0;
}

a.edit_ok {
	width: 21px;
	background: url("../graphics/edit_ok.gif") 0 0;
}

a.edit_cancel {
	width: 21px;
	background: url("../graphics/edit_cancel.gif") 0 0;
}

a.email {
	width: 21px;
	background: url("../graphics/email.gif") 0 0;
}

a.locked {
	width: 21px;
	background: url("../graphics/edit_locked.gif") 0 0;
}

