/* AutoNumeric pre-defined colors */
.autoNumeric-positive {
	color : #1CDF44 !important;
	border-color: #1CDF44 !important;
	border-style: dashed !important;
}

.autoNumeric-negative {
	color : #EE2445 !important;
	border-color: #EE2445 !important;
}

.autoNumeric-red {
	background-color: red !important;
	color : white !important;
}

.autoNumeric-orange {
	background-color: #FF9220 !important;
	color : white !important;
}

.autoNumeric-yellow {
	background-color: yellow !important;
	color : #333 !important;
}

.autoNumeric-green {
	background-color: forestgreen !important;
	color: white !important;
}

.autoNumeric-even {
	border-color: mediumvioletred !important;
	background-color: lightpink !important;
	color: #662043 !important;
}

.autoNumeric-odd {
	font-style: italic !important;
	background-color: lightgoldenrodyellow !important;
	color: #243D66 !important;
}

.autoNumeric-small-negative {
	background-color: black !important;
	color: aquamarine !important;
}

.autoNumeric-zero {
	background-color: deepskyblue !important;
	color: #006 !important;
}

.autoNumeric-small-positive {
	background-color: whitesmoke !important;
	color: #F692FF !important;
}