/* Android-friendly CSS */



/* GENERAL SYSTEM-WIDE SETTINGS */

.messageTable /* Used for generic messages/error that should take up full mobile screen but only portion of desktop */
	{
	width: 100%;
	}

.headerTitle
	{
	color: white;
	font-size: 16pt;
	}


B.headerTitle
	{
	font-size: 16pt;
	}


/* LOGIN PAGE */

.loginTable
	{
	width: 100%;
	}
.loginImage /* The size of the login image banner */
	{
	height: 200px;    
	}
.loginFields
	{
	width: 200px;
	}

/* MAIN PAGE */

.headerTable
	{
	width: 100%;
	}

.mainSectionTables
	{
	width: 100%;
	}


* /* Defaults for the entire page unless overriden */
	{
	font-size: 16px;
	}
