/*
AUTHOR:				Steve Seaquist, Trusted Mission Solutions, Inc., for the US Small Business Administration. 
DATE:				06/19/2012
DESCRIPTION:		CSS classes that make jQuery Mobile a little easier to use at SBA. 
NOTES:				Contains everything static. For any dynamic, we'll be using an inline style tag. 
INPUT:				None. 
OUTPUT:				CSS classes unique to the profile page. 
REVISION HISTORY:	06/19/2012, SRS:	Original implementation. 
*/

div[data-role=content],
div[data-role=footer]
	{
	padding:							10px;
	}

.hideifjqm_inline, .hideifjqm
	{
	display:							inline;
	}
.hideifjqm_block
	{
	display:							block;
	}
.showifjqm
	{
	display:							none;
	}
h1.showifjqm,
h2.showifjqm,
h3.showifjqm,
h4.showifjqm,
h5.showifjqm,
h6.showifjqm
	{
	display:							none;
	}
