/**
 * @desc	buttons
 * @author	barbarosalcin
 * @version	$Id: 20110127
 * @package	css
 */
a.button,button {
	/*display: block;*/
	/*float: left;*/
	display:inline-block;
	margin: 0.7em 0.5em 0.7em 0;
	padding: 5px 10px 5px 7px; /* Links */
	border: 1px solid #dedede;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	text-decoration: none;
	color: #565656 !important;
	cursor: pointer;
	font: bold 100%/130% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-color: #f5f5f5;
}

button {
	width: auto;
	overflow: hidden;
	padding: 4px 10px 3px 7px; /* IE6 */
}

button[type] {
	padding: 4px 10px 4px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

button img,a.button img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
}

/* Standard */
button:hover,a.button:hover,a.button3d:hover, {
	/* border: 1px solid #c2e1ef; */
	color: #336699;
	background-color: #dff4ff;
}

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

/* Positive */
body .positive {
	color: #529214;
}

a.positive:hover,button.positive:hover,a.positive:focus,button.positive:focus ,button3d.positive:focus,button3d.positive:hover {
	/*border: 1px solid #c6d880;*/
	color: #529214;
	background-color: #e6efc2;
}

a.positive:active {
	/*border: 1px solid #529214;*/
	color: #ffffff;
	background-color: #529214;
}

/* Negative */
body .negative {
	color: #d12f19;
}

a.negative:hover,button.negative:hover,a.negative:focus,button.negative:focus ,button3d.negative:focus,button3d.negative:hover{
	border: 1px solid #fbc2c4;
	color: #d12f19;
	background-color: #fbe3e4;
}

a.negative:active {
	border: 1px solid #d12f19;
	color: #ffffff;
	background-color: #d12f19;
}

/* 3D */
.button3d,.button3d:visited {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: url('../images/overlay.png') #222222 repeat-x;
	display: inline-block;
	padding: 3px 5px 2px 5px;
	color: #ffffff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */ 
	position: relative;
	cursor: pointer;
}

body.ie7 .button3d { position: static;display: inline; }

.button3d:hover {
	color: #ffffff;
	background-color: #111111;
}

.button3d:active {
	top: 1px;
}

.small.button3d,.small.button3d:visited {
	font-size: 10px;
}

.button3d,.button3d:visited,.medium.button3d,.medium.button3d:visited {
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.large.button3d,.large.button3d:visited {
	font-size: 14px;
	padding: 9px 14px 8px;
}

.super.button3d,.super.button3d:visited {
	font-size: 34px;
	padding: 9px 14px 8px;
}

.pink.button3d,.magenta.button3d:visited {
	background-color: #e22092;
}

.pink.button3d:hover {
	background-color: #c81e82;
}

.green.button3d,.green.button3d:visited {
	background-color: #91bd09;
}

.green.button3d:hover {
	background-color: #749a02;
}

.red.button3d,.red.button3d:visited {
	background-color: #e62727;
}

.red.button3d:hover {
	background-color: #cf2525;
}

.orange.button3d,.orange.button3d:visited {
	background-color: #ff5c00;
}

.orange.button3d:hover {
	background-color: #d45500;
}

.blue.button3d,.blue.button3d:visited {
	background-color: #2981e4;
}

.blue.button3d:hover {
	background-color: #2575cf;
}

.yellow.button3d,.yellow.button3d:visited {
	background-color: #ffb515;
}

.yellow.button3d:hover {
	background-color: #fc9200;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
}

a.button3d,input.button3d,button.button3d { text-decoration:none;}
input.button3d { border:0;}
