a.calendar,
a.download,
a.upload,
a.move-up,
a.move-down,
a.add,
a.edit,
a.view,
a.delete {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-right: 4px;
	cursor: pointer;
	outline: none;
}

a.add {
	background: url(../images/icons/add.png) no-repeat;
}
a.view {
	background: url(../images/icons/page_view.png) no-repeat;
}
a.edit {
	background: url(../images/icons/page_edit.png) no-repeat;
}
a.delete {
	background: url(../images/icons/page_delete.png) no-repeat;
}
a.upload {
	background: url(../images/icons/page_white_get.png) no-repeat;
}
a.move-up {
	background: url(../images/icons/arrow_up.png) no-repeat;
}
a.move-down {
	background: url(../images/icons/arrow_down.png) no-repeat;
}
a.calendar {
	background: url(../images/icons/calendar.png) no-repeat;
}
a.download {
	background: url(../images/icons/bullet_go.png) no-repeat;
}

a.link {
	width: auto !important;
	margin-right: 0 !important;
	padding-left: 20px !important;
}

a.link.download {
	padding-left: 16px !important;
	color: #32860A;
}

input.calendar {
	background: #ffffff url(../images/icons/calendar-widget.png) right center no-repeat;
	width: 90px;
	cursor: pointer;
}
