/* ---------------------------------------------------------------------------------------- */
/* This overwrites the screen offScreen for IE on the Pocket PC (PPC) or SmartPhone (SP)	*/

.offScreen {
   display: none;
} 

/* ---------------------------------------- */
/* This overwrites the above for Opera Mini	*/

head+body .offScreen {
	display: block;
}
