/* VERSIONS
/* 1_0: General Misc Styles
/* 1_1: Added disabled, none, new icons [Author: Landon Durnan]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Misc.
----------------------------------------------------------------------------- */
.button,
.disabled {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	color: #848383!important;
	text-decoration: none !important;
	text-shadow: 0 1px #FFF;
	border: 1px solid #B9B9B9;
	padding: 8px 12px 5px 12px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #f3f0e9;
	-moz-box-shadow: inset 0 1px 0 #f3f0e9;
	box-shadow: inset 0 1px 0 #f3f0e9;
	background: #E4DED2; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFF 0%, #DFDFDF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#DFDFDF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFF 0%,#DFDFDF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFF 0%,#DFDFDF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFF 0%,#DFDFDF 100%); /* IE10+ */
	background: linear-gradient(top,  #FFF 0%,#DFDFDF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFDFDFDF',GradientType=0 ); /* IE6-9 */
	}
.button:hover {
	text-decoration: none;
	border-color: #A6A6A6;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	}
.button:active { 
	color: #848383!important; 
	text-decoration: none;
	border-color: #AAA;
	background: #E9E9E9; /* Old browsers */
	background: -moz-linear-gradient(top,  #E1E1E1 0%, #E9E9E9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E1E1E1 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E1E1E1 0%,#E9E9E9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E1E1E1 0%,#E9E9E9 100%); /* IE10+ */
	background: linear-gradient(top, #E1E1E1 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE1E1E1', endColorstr='#FFE9E9E9',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 0 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 2px rgba(0,0,0,0.05);
	}
.disabled,
.disabled:hover {
	cursor: not-allowed;
	border-color: #CBCBCB;
	background: #E9E9E9; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE1E1E1', endColorstr='#FFE9E9E9',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	}
.tc .button,
.tc .disable {
	padding: 6px 10px 3px 10px;
	font-size: 11px;
	}
	
/*.none{ display: none !Important;}*/