.actions li a:link, .actions li a:visited, .actions li a:active {
	background-image: none;
	background-color: #ffffff;
	margin: 0;
	line-height: 18px;
	border: solid 1px #b0b0b0;
}

.actions li a:hover {
	border: none;
	border: solid 1px #868686;
	background-image: none;
	background-color: #555555;
}

.actions li span {
	border: none;
}


/* New button next to page titles */
a.butPrimary span, a.button.empty span {
	display: inline-block !important;
	cursor: pointer;
}
a.butPrimary, a.button.empty {
	float: none !important;
	display: inline-block !important;
	text-decoration: none !important;
	color: #4b4b4b !important;
	font-weight: bold !important;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
a.butPrimary:hover, a.button.empty:hover {
	background-color: transparent;
	color: #6bb11f !important;
}


/* settings and account wizard */
#wiz {
	display: inline-block;
}


/* settings */
ul.permissions li div {
	width: auto;
}
