/*
 * jQuery UI Progressbar @VERSION
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.ui-helper-highcontrast .ui-progressbar-value { /* Border is used to create fill in HC mode*/
	border-color: black;
	border-style: solid;
	position: absolute;
	width:0px;
	border-right-width: 10000px;
}

 .ui-helper-highcontrast .ui-progressbar {
	overflow : hidden;
	position: relative;
	text-align: center;
 }

.ui-helper-highcontrast .ui-progressbar-valuetext {
	top: 0px;
}

.ui-helper-highcontrast .ui-progressbar-valuetext {
	font-size: 1.4em;
	position: relative;
	background-color: #FFF; /* will still be transparent in IE6*/
	display: inline-block;
}
