/* ProgressBar
 * 
 * Styling of the ProgressBar when RTL direction is specified
 */
 
@import "variables";
 
.claro  .dijitProgressBarRtl .dijitProgressBarFull {
	border-left-width: 1px;
	border-right-width: 0px;
}
