/* ----------------------------------------------------------
Site: programmes
Filename: s-ie-png.css
URL: 
Author: Peter Barclay
Version: 2008.03.31
Description: Layout and cosmetic
Comments: This stylesheet is only used by Internet Explorer browsers 6 and below (also Opera 5). Its purpose 
is to extend any declarations in other stylesheets that use transparent PNGs, 
as these require additional rules specific to IE<7 to achieve effective transparency.
---------------------------------------------------------- */

/* Fixes bug where links lose their interactivity apparently when there's a png background */
#prg-bookmark ul {
	position:relative;
}


/* Shared by all page types
------
*/
		.your-selector-name {
			bac\kground-image: url('/cs/vision/progs/1/css/styles/f/your-file-name.png'); /* PNG24 support. ie4/5 op5 css backslash filter - http://centricle.com/ref/css/filters/tests/sbmh/ */
			_bac\kground-image: none;  /* negate bg-image on != ie6 . http://www.daltonlp.com/daltonlp.cgi?item_id=217 */
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/cs/vision/progs/1/css/styles/f/your-file-name.png');
		}

/* Pagetype-specific
------
*/

	/* Index-type pages: */



		
	/* Subindex-type pages: */


	
	/* Content pages: */