/*
	Unitbar styles
*/

.ui-unitbar{
	width: 505px;
	float: left;
	font: 12px "Helvetica", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

.ui-unitbar .units{
	margin-bottom:8px;
}

.ui-unitbar .units span{
	width: 40px;
	margin-left:35px;
	text-align: right;
	cursor: pointer;
	font-size: 10px;
	display: inline-block;
}

.ui-unitbar .units span:first-child{
	margin-left:15px;
}

.ui-unitbar .units span:hover{ text-decoration: underline; }

.ui-unitbar .units span.active{
	font-weight: bold;
}

.ui-unitbar .bar{
	height: 18px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #8c8c8c;
	background: rgb(188,188,188); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(234,234,234,1) 13%, rgba(234,234,234,1) 83%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(13%,rgba(234,234,234,1)), color-stop(83%,rgba(234,234,234,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(234,234,234,1) 13%,rgba(234,234,234,1) 83%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(234,234,234,1) 13%,rgba(234,234,234,1) 83%,rgba(188,188,188,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(234,234,234,1) 13%,rgba(234,234,234,1) 83%,rgba(188,188,188,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(188,188,188,1) 0%,rgba(234,234,234,1) 13%,rgba(234,234,234,1) 83%,rgba(188,188,188,1) 100%); /* W3C */
	cursor: pointer;
}

.ui-unitbar .bar .nub{
	position:relative;
/*	z-index:1000; */
	margin-left:-10px;
	cursor:pointer;
}

.ui-unitbar .bar .nub img{ margin-top: 0; } 

.ui-unitbar .bar .progress{
	width: 0;
	background: rgb(145,214,233); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(145,214,233,1) 0%, rgba(13,81,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,214,233,1)), color-stop(100%,rgba(13,81,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(145,214,233,1) 0%,rgba(13,81,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(145,214,233,1) 0%,rgba(13,81,138,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(145,214,233,1) 0%,rgba(13,81,138,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d6e9', endColorstr='#0d518a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(145,214,233,1) 0%,rgba(13,81,138,1) 100%); /* W3C */
	height: 18px;
}
