/* Icon-Based Links */
.add {
	background:url('../img/icons/add.png') top left no-repeat;
	padding-left: 20px;
	height: 16px;
}

.help {
	background:url('../img/icons/help.png') top left no-repeat;
	padding-left: 20px;
	height: 16px;
}

.bulletDelete {
	background:url('../img/icons/bullet_delete.png') top left no-repeat;
	padding-left: 15px;
	height: 16px;
}

.edit {
	background:url('../img/icons/pencil.png') top left no-repeat;
	padding-left: 20px;	
	height: 16px;
}

.editPage {
	background:url('../img/icons/page_white_edit.png') top left no-repeat;
	padding-left: 20px;	
	height: 16px;
}

.delete {
	background:url('../img/icons/delete.png') top left no-repeat;
	padding-left: 20px;	
	height: 16px;
}

.files {
	background:url('../img/icons/page_white_stack.png') top left no-repeat;
	padding-left: 20px;	
	height: 16px;
}

.view {
	background:url('../img/icons/magnifier.png') top left no-repeat;
	padding-left: 20px;	
	height: 16px;
}

.back {
	background:url('../img/icons/arrow_left.png') top left no-repeat;
	padding-left: 20px;	
	height: 16px;	
}

.check {
	background:url('../img/icons/accept.png') top left no-repeat;
	padding-left: 20px;	
	height: 16px;
}

.links a {
	margin-right: 30px;
}