/* PROVIDER SEARCH */

A.providerSearchNavButton {
	background: #E46B00 url(/img/navArrowWhiteOver.gif) no-repeat 240px center;
	color: #FFFFFF;
}

.contentHolderWithRightColumn .content {
	padding: 4px 4px 0 0;
	width: 723px;
}


UL.steps {
	display: block;
	height: 35px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #E46B00;
	margin-bottom: 4px;
}

UL.steps LI {
	display: block;
	width: 120px;
	height: 19px;
	margin: 0;
	padding: 8px 20px 8px 5px;
	float: left;
	background: #007EBD url(/img/smallArrow.gif) no-repeat 120px 13px;
	border-right: 3px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
UL.steps LI.last {
	width: 111px;
	padding: 8px 10px 8px 10px;
	border-right: none;
	background-image: none !important;
}



UL.steps LI SPAN {
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
}

UL.steps LI.selected {
	background: #E46B00 url(/img/smallArrowOrange.gif) no-repeat 120px 13px;
	cursor: default;
}
UL.steps LI.selected SPAN {
	text-decoration: none;
	font-weight: bold;
}


.currentStep {
	padding: 20px 28px;
}

.currentStep H4 {
	margin: 0;
}

.previousSteps {
	padding: 10px 28px;
	background: #F2F5D8;
	font-size: 12px;
}
.previousSteps .step {
	width: 100%;
	padding: 5px 0;
	overflow: hidden;
	clear: left;
	line-height: 1.6em;
}
.previousSteps .step H5 {
	display: inline;
	width: 12ex;
	float: left;
	margin: 0;
	color: #6B6A65;
	font-size: 13px;
	white-space: nowrap;
}
.previousSteps STRONG {
	display: inline-block;
	white-space: nowrap;
	padding-left: 10px;
}
.previousSteps .stepContent {
	float: left;
	width: 550px;
}

/*
.formNote {
	display: block;
	padding: 2px;
	width: 350px;
	background: #F9FAEA;
	color: #000000;
	font-style: italic;
}
*/
.formNote {
	display: block;
	padding: 2px 3px;
	width: 335px;
	background: #FDF7E8;
	color: #000000;
	font-style: italic;
	border: 1px solid orange;
}
.formRow H5 {
	margin: .5em 0 0 0;
}
.formRow .label {
	width: 14ex;
	font-size: 1em;
}
.formRow .topLabel {
	font-size: 1em;
}
.formRow IMG {
	display: none;
}
.formSubmitRow {
	text-align: left;
	padding-left: 15ex;
}


/* ADVANCED SEARCH ************************************************************ */
.AdvancedToggle {
	padding: 0 0 0 20px;
	background: url(img/icon_plus.gif) no-repeat 0 1px;
	cursor: pointer;
}
.AdvancedToggle:hover {
	color: #007EBD;
}
.AdvancedToggleOpened {
	background: url(img/icon_minus.gif) no-repeat 0 1px !important;
}


/* ERRORS ******************************************************************** */
TABLE.ValidationErrors {
	background: #FDF7E8;
	border: 1px solid #FFA305;
margin-bottom: 4px;
}



