/* ------- Buttons ------- */
.btn {
    padding: 14px 0 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
	cursor: pointer;
}
.btn .arrow {
	width: 7px;
	height: 12px;
	margin: 4px 15px 0 -22px;
	display: block;
	float: right;
}
.btn.grey .arrow {
	background: url("../images/arrows/arrow_gray_right.png") no-repeat;
}
.btn.gradient_blue .arrow, .btn.gradient_green .arrow {
	background: url("../images/arrows/arrow_right_white.png") no-repeat;
}

/* ------- Pills ------- */
.pill {
	padding: 8px 14px 8px 16px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	border-radius: 15px;
	cursor: pointer;
}
.pill img {
	vertical-align: middle;
}

/* ------- Inactive ------- */
.grey {
    color: #949494;
    background: #d3d3d3;
    border: 1px solid #c4c4c4;
}
.grey:active {
    background: #d3d3d3;
}

/* ------- Gradients ------- */
.gradient_blue {
    color: white;
    background: -moz-linear-gradient(top,  #20abd0 0%, #1285b9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20abd0), color-stop(100%,#1285b9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #20abd0 0%,#1285b9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #20abd0 0%,#1285b9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #20abd0 0%,#1285b9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #20abd0 0%,#1285b9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20abd0', endColorstr='#1285b9',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0887b1;
}
.gradient_blue:active {
    background: #1285b9; /* Old browsers */
    background: -moz-linear-gradient(top,  #1285b9 0%, #20abd0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1285b9), color-stop(100%,#20abd0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1285b9 0%,#20abd0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1285b9 0%,#20abd0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1285b9 0%,#20abd0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1285b9 0%,#20abd0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1285b9', endColorstr='#20abd0',GradientType=0 ); /* IE6-9 */
}
.gradient_green {
    color: white;
	background: #63b000; /* Old browsers */
	background: -moz-linear-gradient(top,  #63b000 0%, #266000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b000), color-stop(100%,#266000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #63b000 0%,#266000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #63b000 0%,#266000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #63b000 0%,#266000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #63b000 0%,#266000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b000', endColorstr='#266000',GradientType=0 ); /* IE6-9 */
	border: 1px solid #459700;
}
.gradient_green:active {
	background: #266000; /* Old browsers */
	background: -moz-linear-gradient(top,  #266000 0%, #63b000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#266000), color-stop(100%,#63b000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #266000 0%,#63b000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #266000 0%,#63b000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #266000 0%,#63b000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #266000 0%,#63b000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266000', endColorstr='#63b000',GradientType=0 ); /* IE6-9 */
}
.gradient_grey1 {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cbcbcb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cbcbcb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}
.gradient_grey1:active {
	background: #cbcbcb; /* Old browsers */
	background: -moz-linear-gradient(top,  #cbcbcb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cbcbcb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cbcbcb 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cbcbcb 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cbcbcb 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.gradient_grey2 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d9d9d9;
}
.gradient_grey2:active, .gradient_grey2_active {
    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e3e3e3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e3e3e3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e3e3e3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.gradient_red {
	color: white;
	background: #b70d0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #b70d0e 0%, #9c0c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b70d0e), color-stop(100%,#9c0c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b70d0e 0%,#9c0c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b70d0e 0%,#9c0c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b70d0e 0%,#9c0c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b70d0e 0%,#9c0c0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70d0e', endColorstr='#9c0c0c',GradientType=0 ); /* IE6-9 */
}
.gradient_red:active {
	background: #9c0c0c; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c0c0c 0%, #b70d0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c0c0c), color-stop(100%,#b70d0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c0c0c 0%,#b70d0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c0c0c 0%,#b70d0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c0c0c 0%,#b70d0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c0c0c 0%,#b70d0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0c0c', endColorstr='#b70d0e',GradientType=0 ); /* IE6-9 */
}

/* -------  ------- */
