/* 

PALM.com
Filename: js-enabled-styles.css

Author: Laurel Fulford


The purpose of this file is to be used to hide or 
display items only when JS is enabled. 

In theory this styling should be handled by the JS itself
but because mojo doesn't trigger until DOM load this can
result in a flicker - this CSS it to work around that
------------------------------------------------*/

/*
Hides no JS error
------------------------------------------------*/

#no-javascript-error {
	display: none;
	visibility: hidden;
}

/*
Hides sifr'd text
------------------------------------------------*/

/*
Hiding transparent PNG before change
------------------------------------------------*/

* html img.ie6-pngFix {
	filter: alpha(opacity=1);
}

