@CHARSET "ISO-8859-1";

.btn-custom-lighten.active {
	color: rgba(255, 255, 255, 0.75);
}

.btn-custom-lighten {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0096e0;
	background-image: -moz-linear-gradient(top, #0088cc, #00aaff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc),
		to(#00aaff));
	background-image: -webkit-linear-gradient(top, #0088cc, #00aaff);
	background-image: -o-linear-gradient(top, #0088cc, #00aaff);
	background-image: linear-gradient(to bottom, #0088cc, #00aaff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',
		endColorstr='#ff00aaff', GradientType=0);
	border-color: #00aaff #00aaff #0077b3;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #00aaff;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=    false);
}

.btn-custom-lighten:hover,.btn-custom-lighten:focus,.btn-custom-lighten:active,.btn-custom-lighten.active,.btn-custom-lighten.disabled,.btn-custom-lighten[disabled]
	{
	color: #ffffff;
	background-color: #00aaff;
	*background-color: #0099e6;
}

.btn-custom-lighten:active,.btn-custom-lighten.active {
	background-color: #0088cc;
}

.circle-red {
	border-radius: 6px;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, rgba(255
		, 0, 0, 1)), color-stop(2%, rgba(255, 0, 0, 1)),
		color-stop(23%, rgba(255, 0, 0, 1)));
	background: -webkit-linear-gradient(45deg, rgba(255, 0, 0, 1) 1%,
		rgba(255, 0, 0, 1) 2%, rgba(255, 0, 0, 1) 23%);
	background: linear-gradient(45deg, rgba(255, 0, 0, 1) 1%,
		rgba(255, 0, 0, 1) 2%, rgba(255, 0, 0, 1) 23%);
	color: red;
}

.circle-green {
	border-radius: 6px;
	background: -moz-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(0, 128, 0, 1) 1%, rgba(0, 128, 0, 1) 2%, rgba(0, 128, 0, 1) 23%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,
		128, 128, 1)), color-stop(1%, rgba(0, 128, 0, 1)),
		color-stop(2%, rgba(0, 128, 0, 1)), color-stop(23%, rgba(0, 128, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(0, 128, 0, 1) 1%, rgba(0, 128, 0, 1) 2%, rgba(0, 128, 0, 1) 23%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(0, 128, 0, 1) 1%, rgba(0, 128, 0, 1) 2%, rgba(0, 128, 0, 1) 23%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(0, 128, 0, 1) 1%, rgba(0, 128, 0, 1) 2%, rgba(0, 128, 0, 1) 23%);
	/* ie10+ */
	background: linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(0, 128, 0, 1) 1%, rgba(0, 128, 0, 1) 2%, rgba(0, 128, 0, 1) 23%);
	/* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#008000',
		endColorstr='#008080', GradientType=1); /* ie6-9 */
	color: green;
}

.circle-default {
	border-radius: 6px;
	background: -moz-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(128, 128, 128, 1) 1%, rgba(128, 128, 128, 1) 2%,
		rgba(128, 128, 128, 1) 23%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,
		128, 128, 1)), color-stop(1%, rgba(128, 128, 128, 1)),
		color-stop(2%, rgba(128, 128, 128, 1)),
		color-stop(23%, rgba(128, 128, 128, 1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(128, 128, 128, 1) 1%, rgba(128, 128, 128, 1) 2%,
		rgba(128, 128, 128, 1) 23%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(128, 128, 128, 1) 1%, rgba(128, 128, 128, 1) 2%,
		rgba(128, 128, 128, 1) 23%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(128, 128, 128, 1) 1%, rgba(128, 128, 128, 1) 2%,
		rgba(128, 128, 128, 1) 23%); /* ie10+ */
	background: linear-gradient(45deg, rgba(0, 128, 128, 1) 0%,
		rgba(128, 128, 128, 1) 1%, rgba(128, 128, 128, 1) 2%,
		rgba(128, 128, 128, 1) 23%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#808080',
		endColorstr='#008080', GradientType=1); /* ie6-9 */
	color: #808080;	
}
.text-center{
text-align: center !important;
}