.buttons { clear: both; padding: 0; }

.buttons a, .button, button {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	cursor: pointer;
	color: #333 !important;
	padding: 2px 6px 4px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden; width: auto;
}

.buttons a:hover, button:hover, .button:hover { background-color: #dff4ff; border: 1px solid #c2e1ef; color:#369; }

.buttons a:active, button:active, .button:active { background-color: #6299c5; border: 1px solid #6299c5; color: #fff; }

/* button[disabled], button[disabled]:hover { background-color: gray; color: gray; } */

/* colors */
.buttons a.red, button.red, .button.red { color: #d12f19; }
.buttons a.red:hover, button.red:hover, .button.red:hover { background-color: #fbe3e4; border: 1px solid #fbc2c4; color: #d12f19; }
.buttons a.red:active, button.red:active, .button.red:active { background-color: #d12f19; border: 1px solid #d12f19; color: #fff; }

.buttons a.green, button.green, .button.green { color: #529214; }
.buttons a.green:hover, button.green:hover, .button.green:hover { background-color: #E6EFC2; border: 1px solid #C6D880; color: #529214; }
.buttons a.green:active, button.green:active, .button.green:active { background-color: #529214; border: 1px solid #529214; color: #fff; }

/* icons */
.buttons a.icon, button.icon, .button.icon { padding-left: 24px; background-repeat: no-repeat; background-position: 5px 2px; }

.buttons a.tick, button.tick, .button.tick { background-image: url(/Files/admin/buttons/tick.png); }
.buttons a.cross, button.cross, .button.cross { background-image: url(/Files/admin/buttons/negative.png); }
.buttons a.plus, button.plus, .button.plus { background-image: url(/Files/admin/buttons/plus.png); }
.buttons a.minus, button.minus, .button.minus { background-image: url(/Files/admin/buttons/minus.png); }
.buttons a.left, button.left, .button.left { background-image: url(/Files/admin/buttons/left.png); }
.buttons a.pencil, button.pencil, .button.pencil { background-image: url(/Files/admin/buttons/pencil.png); }

