/*  

	JC : 19 Aug 2005 : Because the styling of the search results page has not been
	implemented correctly each site contains the full styling required; rather than 
	puuting core styling in one css in CORE and then tweaking with a local css. This
	File is a one step fix allowing me to style (add the corner images for search tabs)
	in one place and carry forward to all sites without the need to edit each.

*/

/* make the tabs relative so we can absolutely place the elements therein */
div.SearchPageTabCommon, div.SearchPageTabSectionSelected, div.SearchPageTabSectionNotSelected, td.SearchPageTabSectionNotSelected
{
	position:relative;
}

/* top left image */
.SearchTabLeftEnd
{	
	position:absolute;
	top:-1px;
	left:-1px;
	background-image:url("../images/search/SearchTabTopLeft.gif");
	width:10px;
	height:10px;
	line-height:5px;
}

/* top right image */
.SearchTabRightEnd
{
	position:absolute;
	top:-1px;
	right:-2px;
	background-image:url("../images/search/SearchTabTopRight.gif");
	width:11px;
	height:10px;
	line-height:5px;
}