/*  CSS used for non-specified platforms */

/* GLOBAL */

.defaultBody /* This is the default font if nothing else specified */
	{
	font-size: 40px;
	color: #990000;
	}

.loginImage /* The size of the login image banner */
	{
	height: 100px;   
	}

.messageTable /* Used for generic messages/error that should take up full mobile screen but only portion of desktop */
	{
	width: 400px;
	}



/* MAIN PAGE */

.headerTable
	{
	width: 100%;
	}

.mainSectionTables
	{
	width: 80%;
	}

/* MOBILE WALK */

/* MOBILE WALK*/

.mobileWalkTable
	{
	width: 90%;
	}

.mobileWalkAddressListTable
	{
	width: 600px;
	}

/* Task Manager */

.TaskManagerWidth
	{
	width: 70%;
	}
