/* 
	Highlight the targeted post using just the horrible default markup produced by SMF.
	
	Author:		Esseb (www.esseb.com)
	Date:		2007-09-30
	Comments:	Works fine in Opera 9+, Firefox 2+, and Safari 3+.
				
				For obvious reasons it does not work in Internet Explorer.
				
				The CSS could be simpler, if it weren't for an obscure Safari bug.
*/

a[name="new"] ~ form > table > tbody > tr:first-child > td > table > tbody > tr > td[class^="windowbg"],
a[name="new"] + table td[class^="windowbg"] {
	background: #CCAA7C;
}