@charset "utf-8";
/* BRAEHEAD IMAGES FOR STANDARDS COMPLIANT BROWSERS CSS Document */

/* ****************** HEADER ******************* */

#logoLink{
	background: url(/site/gfx/logoBlack.png) no-repeat;	
}

#searchBox{
	background: url(/site/gfx/searchboxShim.png) repeat-y;
}

#searchBoxBase{				
	background: url(/site/gfx/searchboxBase.png) no-repeat bottom left;
}

#itemTickerContainerTop{
	background: url(/site/gfx/latestNewsBarShadTop.png) repeat-x;	
}

#itemTickerContainerBase{
	background: url(/site/gfx/latestNewsBarShadBase.png) repeat-x #FFFFFF;
}

#registerButton a{
	background: url(/site/gfx/regButton.png) no-repeat;
}

#logoutButton a{
	background: url(/site/gfx/updateButton.png) no-repeat;
}

/* ****************** CENTRAL CONTENT PLACEHOLDER HOME ******************* */

#contentPanelHomeTop, .textBoxContentTopFlash{
	background: url(/site/gfx/centralBoxShadTop.png) no-repeat;
}

#contentPanelHomeMid, .textBoxContentMidFlash{
	background: url(/site/gfx/centralBoxShadShim.png) repeat-y;
}

#contentPanelHomeBot, .textBoxContentBotFlash{
	background: url(/site/gfx/centralBoxShadBase.png) no-repeat;
}


/* ****************** CONTENT PLACEHOLDERS ******************* */

.placeholderTop{
	background: url(/site/gfx/featureBoxShadTop.png) no-repeat;
}

.placeholderMid{
	background: url(/site/gfx/featureBoxShadShim.png) repeat-y top left;
}

.placeholderBot{
	background: url(/site/gfx/featureBoxShadBase.png) no-repeat;
}

/* ****************** MAIN CONTENT ******************* */

#mainImage {
	background: url(/site/gfx/subpage/mainImageBG.png) no-repeat;
}

/* ****************** STORE AND JOB SEARCH ******************* */

#searchList li{
	background: url(/site/gfx/storeJobSearch/qsearchButtonShadBase.png) no-repeat bottom left;
}

#searchList li a:link, #searchList li a:visited, #searchList li a:hover, #searchList li a:active{
	background: url(/site/gfx/storeJobSearch/qsearchButtonShadTop.png) no-repeat top left;
}

#searchButtonContainer, .searchButtonContainer{
	background: url(/site/gfx/storeJobSearch/submitButtonShadBase.png) no-repeat bottom left;
}

#searchSubmitButton, .searchSubmitButton{
	background: url(/site/gfx/storeJobSearch/submitButtonShadTop.png) no-repeat top left;
}

.giftCardInfo{
	background: url(/site/gfx/storeJobSearch/giftCard.png) no-repeat;
}

#job-search-list li{
	background: url(/site/gfx/storeJobSearch/qsearchButtonShadLnBase.png) no-repeat bottom left;
}

#job-search-list li a:link, #job-search-list li a:visited, #job-search-list li a:hover, #job-search-list li a:active{
	background: url(/site/gfx/storeJobSearch/qsearchButtonShadLnTop.png) no-repeat top left;
}

/* ****************** STORE SEARCH RESULTS ******************* */

.storeResultsTop{
	background: url(/site/gfx/storeJobSearch/storeLogoShadBoxTop.png) no-repeat top left;
}

.storeResultsMid{
	background: url(/site/gfx/storeJobSearch/storeLogoShadBoxShim.png) repeat-y top left;
}

.storeResultsBot{
	background: url(/site/gfx/storeJobSearch/storeLogoShadBoxBase.png) no-repeat top left;
}

.giftCard{
	background: url(/site/gfx/storeJobSearch/giftCard.png) no-repeat;
}


/* ****************** LIST ITEMS ******************* */

.listContainerImage .listContainerTop{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxWTop.png) no-repeat;
}

.listContainerImage .listContainerMid{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxWShim.png) repeat-y top left;
}
	
.listContainerImage .listContainerBot{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxWbase.png) no-repeat;
}


.listContainerText .listContainerTextTop{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxWTop.png) no-repeat;
}
		
.listContainerText .listContainerTextMid{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxWShim.png) repeat-y top left;
}
		
.listContainerText .listContainerTextBot{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxWbase.png) no-repeat;
}

/* .listContainerText .listContainerTextTop{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxOrTop.png) no-repeat;
}
		
.listContainerText .listContainerTextMid{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxOrShim.png) repeat-y top left;
}
		
.listContainerText .listContainerTextBot{
	background: url(/site/gfx/subpage/thumbFeatureShadBoxOrBase.png) no-repeat;
}
*/


