/* -----------------------------------------------------------------------------------------------------------
GREEN THEME
https://gist.github.com/mastergizmo/1127876
----------------------------------------------------------------------------------------------------------- */

.ui-bar-green {
	border: 1px solid 		#397114;
	background: 			#5aab25;
	color: 					#ffffff;
	font-weight: 			bold;
	text-shadow: 			0 -1px 1px #BF3030;
}

.ui-btn-up-green, .ui-btn-hover-green, .ui-btn-down-green
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.ui-btn-up-green
{
	border: 1px solid #397114;
	background: #5aab25;
	text-shadow: 0 -1px 1px #397114;
}

.ui-btn-hover-green
{
	border: 1px solid #2c6e00;
	background: #75b54a;
	text-shadow: 0 -1px 1px #2a6901;
}

.ui-btn-down-green
{
	border: 1px solid #457823;
	background: #7ec44f;
	text-shadow: 0 -1px 1px #457823;
}

.ui-btn-up-green, .ui-btn-hover-green, .ui-btn-down-green
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}