/* THIS STYLE SHEET IS DEPRECATED AS OF 07/01/2011 - PLEASE REFERENCE UI-COMPONENTS.CSS INSTEAD
IF YOU ARE USING PFG THEMES - THIS CHANGE HAS ALREADY BEEN MADE */

/*STEP INDICATOR STYLE 1*/
.indicator {					/*container for step indicator*/
	margin-left: 15px;
	margin-top: 30px;
	font-size: 90%;
	font-weight: normal;
	border-top: 1px solid #003366;
	padding: 15px 0 0 10px;
	width: auto;
}
.stepbegin {				/*use this to span the beginning step*/
	background-image: url(/allweb/images/corporate/stepindicator/stepbegin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 21px 0 0 0 ;
}
.stepfinal {				/*use this to span the last step*/
	background-image: url(/allweb/images/corporate/stepindicator/stepfinal.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 23px 10px 0 0;
}
.steparrows {			/*use this to span the ">>" between the steps*/
	font-size: 75%;
}
.stepcurrent {			/*use this to span the current step*/
	background-image: url(/allweb/images/corporate/stepindicator/stepcurrent.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	padding: 20px 0 0 0 ;
}

/*STEP INDICATOR STYLE 2*/
#indicator2opt1 ,#indicator2opt2{
	/*clear: both;*/
	margin:0;
	padding-top: 10px;
}
#indicator2opt1 ul,#indicator2opt2 ul {
	margin:0 0 17px 10px;
	padding:0;
}
#indicator2opt1 li {
	display:inline;
	font-size:85%;
	background-color:#e4e4cf;
	margin:0 0 0 -5px;
	padding:5px 5px 7px 10px;
}
#indicator2opt1 #current {
	font-weight:700;
	color:#036;
	background-color:#a0c0df;
	background-image:url(/allweb/images/corporate/stepindicator/stepcurrent2opt1.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:5px 10px 17px;
}
#indicator2opt2 li {
	display:inline;
	font-size:85%;
	background-color:#f1d4b8;
	margin:0 0 0 -5px;
	padding:5px 5px 7px 10px;
}
#indicator2opt2 #current {
	font-weight:700;
	color:#fff;
	background-color:#c60;
	background-image:url(/allweb/images/corporate/stepindicator/stepcurrent2opt2.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:5px 10px 17px;
}
#indicator2opt1 .steparrows,#indicator2opt2 .steparrows {
	font-weight:400;
	margin:0 5px 0 0;
	padding:0;
}
#subindicator2 li{
	display:inline;
	font-size:85%;
	margin:0 0 0 -5px;
	padding:5px 5px 7px 10px;
}
#subindicator2 #current{
	font-weight: 700;
}
/*MULTIPLE PAGES OF RESULTS STYLES*/
.resultnav {				/* container for the multi-page results indicator */
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
.resultnav p {
	margin: 2px 0;
	color: #cc6600;
}
.resultnav p span {
	color: #000000;
	margin-left: 8px;
}
.resultnav p a, .resultnav p strong {
	margin-left: 8px;
}
.resultnav p a:link, .resultnav p a:visited, .resultnav p a:active, .resultnav p a:hover {
	color: #336699;
}
