/* status legend styles */
.rrs-Section.rrs-statusLegend {
	margin: 10px auto;
}
.rrs-statusLegend .rrs-SectionHeader h3 {
	margin: 5px 0;
}
.rrs-Section.rrs-no-border.prod-image-cotainer {
	float: left;
	padding: 0 10px;
}
.rrs-statusLegend div.rrs-List-InlineStack > div.rrs-ListItem {
	height: auto;
}

.rrs-statusLegend div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div:first-child {
	float: left;
	margin: 0 5px;
	width: 15px;
	height: 15px;
}

.rrs-statusLegend div.rrs-List > div.rrs-ListItem > div:first-child + div {
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rrs-statusLegend div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem > div {
	width: auto;
}

.rrs-statusLegend div.rrs-List-InlineStack.rrs-3x > div.rrs-ListItem {
	width: 20%;
	min-width: auto;
}

.not-started,
.pending-assign,
.in-progress,
.rejected,
.delayed,
.provisioning,
.complete,
.complete-canceled,
.canceled,
.applicable {
    /*full path: $/RiverRock/Radix IDC TFS/Release 6.0/OnlineWeb/Images/RadixIcons, OnlineWeb being the root on the web server*/
	background: url("/Images/RadixIcons/status_legend.png") no-repeat 0 0;
}

.pending-assign {
	background-position: 0px -40px;
}

.in-progress {
	background-position: 0px -80px;
}

.rejected {
	background-position: 0px -120px;
}

.delayed {
	background-position: 0px -160px;
}

.provisioning {
	background-position: 0px -200px;
}

.complete {
	background-position: 0px -240px;
}

.complete-canceled {
	background-position: 0px -280px;
}

.canceled {
	background-position: 0px -320px;
}

.applicable {
	background-position: 0px -360px;
}
/* end of status legend */