.gradient-gray-30 {
	/* Legacy browsers */
	background: #e2e2e2 url("../images/gradient-gray-30-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer 
	*background: #e2e2e2;
	background: #e2e2e2\0/;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFffffff, endColorstr=#FFe2e2e2)";
	/* Recent browsers */
	background-image: -moz-linear-gradient(
		top,
		#ffffff,
		#e2e2e2
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ffffff),
		to(#e2e2e2)
	);
}

.gradient-blue-36 {
	/* Legacy browsers */
	background: #3a6a8c url("../images/gradient-blue-36-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer 
	*background: #3a6a8c;
	background: #3a6a8c\0/;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF4e90bf, endColorstr=#FF3a6a8c)";
	/* Recent browsers */
	background-image: -moz-linear-gradient(
		top,
		#4e90bf,
		#3a6a8c
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#4e90bf),
		to(#3a6a8c)
	);
}

.gradient-drkblue-36 {
	/* Legacy browsers */
	background: #1f334c url("../images/gradient-drkblue-36-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer 
	*background: #1f334c;
	background: #1f334c\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF3d6799, endColorstr=#FF1f334c);
	/* Recent browsers */
	background-image: -moz-linear-gradient(
		top,
		#3d6799,
		#1f334c
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#3d6799),
		to(#1f334c)
	);
}

.gradient-ltblue-36 {
	/* Legacy browsers */
	background: #7faac9 url("../images/gradient-ltblue-36-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer 
	*background: #7faac9;
	background: #7faac9\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF9fd6fc, endColorstr=#FF7faac9);
	/* Recent browsers */
	background-image: -moz-linear-gradient(
		top,
		#9fd6fc,
		#7faac9
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#9fd6fc),
		to(#7faac9)
	);
}

.gradient-green-36 {
	/* Legacy browsers */
	background: #93a847 url("../images/gradient-green-36-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer 
	*background: #93a847;
	background: #93a847\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFc0db5c, endColorstr=#FF93a847);
	/* Recent browsers */
	background-image: -moz-linear-gradient(
		top,
		#c0db5c,
		#93a847
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#c0db5c),
		to(#93a847)
	);
}

.gradient-drkgreen-36 {
	/* Legacy browsers */
	background: #4e6108 url("../images/gradient-drkgreen-36-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer 
	*background: #4e6108;
	background: #4e6108\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF76940c, endColorstr=#FF4e6108);
	/* Recent browsers */
	background-image: -moz-linear-gradient(
		top,
		#76940c,
		#4e6108
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#76940c),
		to(#4e6108)
	);
}


.gradient-orange-36 {
	/* Legacy browsers */
	background: #bd8235 url("../images/gradient-orange-36-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer 
	*background: #bd8235;
	background: #bd8235\0/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient-orange-36-bg.png", sizingMethod="scale");
	/* Recent browsers */
	background-image: -moz-linear-gradient(
		top,
		#ffaf47,
		#efa342 50%,
		#bd8235
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ffaf47),
		to(#bd8235),
		color-stop(0.5, #efa342)
	);
}
