.hidden {
	display: none;
}


ul.actions {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	display: block;
	list-style: none;
}

ul.actions li {
	display: block;
	float: left;
	margin: 0 2px;
}
ul.actions li a {
	display: block;
	float: left;
	width: 22px;
	height: 17px;
}

li.info a {
	height: 17px;
	width: 22px;
	background: url('../images/icons/info.png') no-repeat center top;
}

li.info a:hover {
	background: url('../images/icons/info.png') 50% -19px no-repeat;
}

li.copy a {
	height: 17px;
	width: 22px;
	background: url('../images/icons/copy.png') no-repeat center top;
}

li.copy a:hover {
	background: url('../images/icons/copy.png') 50% -19px no-repeat;
}

li.txt a {
	height: 17px;
	width: 22px;
	background: url('../images/icons/txt.png') no-repeat center top;
}

li.txt a:hover {
	background: url('../images/icons/txt.png') 50% -19px no-repeat;
}

li.pdf a {
	height: 17px;
	width: 22px;
	background: url('../images/icons/pdf.png') no-repeat center top;
}

li.pdf a:hover {
	background: url('../images/icons/pdf.png') 50% -19px no-repeat;
}

li.delete a {
	height: 17px;
	width: 22px;
	background: url('../images/icons/delete.png') no-repeat center top;
	padding-bottom: 1px;
}

li.delete a:hover {
margin-top: 1px;
padding-bottom: 0;
	/*background: url('../images/icons/delete.png') 50% -19px no-repeat;*/
}

li.trash a {
	height: 17px;
	width: 22px;
	background: url('../images/icons/trash.png') no-repeat center top;
	padding-bottom: 1px;
}

li.trash a:hover {
margin-top: 1px;
padding-bottom: 0;
	/*background: url('../images/icons/trash.png') 50% -19px no-repeat;*/
}

li.view a {
	height: 17px;
	width: 22px;
	background: url('../images/icons/view.png') no-repeat center top;
}

li.view a:hover {
	background: url('../images/icons/view.png') 50% -19px no-repeat;
}

li.edit a {
	height: 16px;
	width: 16px;
	background: url('../../common/images/icons/16x16/edit.png') no-repeat center top;
}

li.edit a:hover {
	background: url('../../common/images/icons/16x16/edit.png') 3px 1px no-repeat;
}

