/*
	This css is enabled if min-width criteria is met from MPC_TMPL_JQMOBILE_MENU_ver410.css
	OR 
	"Always show menu" checkbox is checked in dlweb mobile
*/

	#menu_logo {
		height: 50px;
		width: 220px;
		
		display: block;
    		margin-left: auto;
   		margin-right: auto;
		
		margin-bottom: 10px;
	}
	.dlweb-footer {
		display: none !important;
		/*
		position: absolute;
		bottom: 0;
		padding-bottom: 0;
		width: 100%;	
		*/
	}

	.dlweb-menu-button, #menu_MENUHELPDIV {
		display: none !important;
	}

	.dlweb-navmenu-panel {
		/*z-index: 1001;*/
		visibility: visible;			
		position:fixed;				/* added by Hank*/
		/*position: relative;*/			/* removed by Hank*/
		/*position: fixed;*/
		left: 0;
		top: 0;
		/*float: left;*/			/* removed by Hank*/
		
		background: none;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		transform: none !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		
		/* test none resizing menu */
		/*
		width: 30%;
		*/
		width: 270px;
		height: 99.9%;
	}

	/* added by Hank*/
	.dlweb-navmenu-panel.ui-panel-closed {
		/* max-height: 100%; */
		/* overflow: hidden; */
		visibility: visible !important;
		/* left: 0; */
		clip: auto !important;
	}
	.dlweb-navmenu-panel .ui-panel-inner {
		position: absolute;
		top: 1px;
		left: 0;
		right: 0;
		bottom: 0px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	/* end - added by Hank*/

	/*.dlweb-content {*/
	.dlweb-page, .ui-selectmenu.ui-page {
		/*
		width: 75% !important;
		position: absolute !important;
		right: 0 !important;
		top: 0 !important;
   		left: auto !important;
		*/
		/*padding-left: 1%;
		padding-right: 1%;*/
		
		
		
		padding-top: 2em;
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		

		/* test none resizing menu */
		/*
		width: 68% !important;
		left: auto !important;
		*/

		/*left: 300px !important;*/
		/* hank - Jan 12 - changed from left to margin-left*/
		margin-left: 300px !important;

		width: auto !important;
		max-width: 1000px !important;
	}
	.dlweb-header {
		position: absolute !important;
		right: 0 !important;
		top: 0 !important;
   		/*left: auto !important;*/
		/*margin-left: 10px;*/
		/*
		width: 67% !important;
		padding-top: 2em;
		padding-left: 5%;
		padding-right: 3%;
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		*/
	}
	.ui-dialog .dlweb-header {
		position: static !important;
	}
	.dlweb-label-small, .dlweb-label-small * {
		font-size: 16px !important;
		font-weight: normal !important;
	}
	.ui-panel-inner {
		top: 0px;
		position: fixed;
		width: 254px;
		height: 99.9%;
	}
	/* column#1, top -margin for labels (so they align properly) */
	li .dlweb-label-small p {		/* O4W ver4.10 */
		padding-top: .6em;		/* O4W ver4.10 */
	}					/* O4W ver4.10 */






