/*
*	Purpose: 
*		Stylesheet that contains specific rules to displaying Healthwise 
*		content in the Healthwise content viewer.  Most rules are imported
*		from 'screen.css' with a few rules that are overridden
*		in this stylesheet.  We are only overriding rule elements that are
*		specific to pathing to the Healthwise XML product media directory.  
*/


@import url("screen.css");

/*  Start: NavStack div - "Topic Contents" list  */
div.NavStack {
	background-image: url(../hwxml/media/interface/navbg.gif); /* ../../../media/ */
}

.NavStackItemCurrent {
	background: url(../hwxml/media/interface/arrow_r_gray.gif) no-repeat; /* ../../../media/ */
}
/*  End: NavStack div - "Topic Contents" list  */

/*  Start: Related Topics div - "See Also"  */
div.RelatedTopics {
	background-image:url(../hwxml/media/interface/seealsobg.gif); /* ../../../media/ */
}
/* End: Related Topics div - "See Also"  */

/* Start: Condition Center elements  */
#ConditionCenterMenu {
	background-image: url(../hwxml/media/interface/seealsobg.gif); /* ../../../media/ */
}
/* End: Condition Center elements  */

/* Start: Condition Center - Take Action list  */ 
#TakeAction {
	background-image: url(../hwxml/media/interface/seealsobg.gif); /* ../../../media/ */
}
/* End: Condition Center - Take Action list  */

/* Start: Condition Center elements  */
#MakeWiseDecision {
	background-image: url(../hwxml/media/interface/seealsobg.gif); /* ../../../media/ */
}
/* End: Condition Center elements  */

/* Start: A to Z List Pages */
#ListLetterPairs {
	background-image:url(../hwxml/media/interface/seealsobg.gif); /* ../../../media/ */
}
/* End: A to Z List Pages */