@media only screen {
	body {
		visibility: hidden;
		background-color: #fff;
		background-image: none;
	}

	iframe {
		width: 100%;
		height: 1400px;
		border: 0;
	}

	#myframe, #myframeContainer {
		width: 100%;
		height: 600px;
		border: 0;
	}

	#header {
		position: relative;
		left: auto;
		width: 100%;
		height: 120px;
		background-image: none;
	}

	#compositeBanner {
		float: left;
		position: relative;
		overflow: hidden;
		height: 120px;
		z-index: 2;
	}

	#spinLogo {
		position: relative;
		top: 10px;
		right: -59px;
	}

	#logoBanner {
		position: absolute;
		z-index: 1;
		top: 15px;
		left: 1110px;
		width: 371px;
		height: 98px;
		background-image: url(images/MTLogoNew.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	#tabsBackground {
		border-radius: 0;
		/*background-color: lightsteelblue;*/
		/*    background: linear-gradient(#e2e9f4, #5c86c4);*/
		/*background: linear-gradient(lightsteelblue, lightsteelblue);*/
		/*background-repeat: repeat-x;*/
		/*background-size: auto auto;*/
	}

	#tabs {
		/*position: relative;*/
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		/*top: 110px;*/
		border-style: none;
		border-radius: 0;
		border-width: 0;
		padding: 0;
	}

	#tabPageContainer {
		display: table;
		border-collapse: separate;
		border-spacing: 2px 5px;
		width: 100%;
		/*margin-top: 5px;*/
		background-color: white;
	}

	#leftContentContainer {
		display: table-cell;
		/*width: 225px;*/
		width: 210px;
		height: 500px;
		margin: 5px 0 0 0;
		vertical-align: top;
		background-color: #eef4f4;
	}

	#leftNavContainer {
		position: relative;
	}

	#rightContentContainer {
		display: table-cell;
		vertical-align: top;
		width: 225px;
		height: 500px;
		right: 0px;
		margin: 5px 0 0 0;
		background-color: gray;
	}

	#headlinesDiv {
		position: relative;
		margin: 20px 5px 5px 0px;
	}

	.headLines {
		position: relative;
	}

	#tabContentContainer {
		float: left;
		position: relative;
		width: 100%;
		min-height: 1220px;
		margin: 0 20px 0 0;
		/*margin: 2px		 auto 0 auto;*/
		background-color: white;
		/*border: 1px solid gray !important;*/
	}

	#footerContainer {
		/*		position: relative;*/
		height:150px;
		/*top: 190px;*/
	}

	#footerTable {
		position: absolute;
		margin: 0 auto;
		width: 100%;
	}

	.article {
		max-width: 100%;
		margin: 0 15px;
	}

	#articleFrame {
		/*		height: 1500px;*/
		/*position: absolute !important;*/
		/*height: 100%;*/
	}

	.navButtonsDiv { position: relative; overflow: hidden; margin: 10px; padding: 0; }

	#navButtons, #quickLinks {
		/*margin: 20px;*/
		border: none;
		/*border: 1px solid #444;*/
		border-radius: 10px;
		/*box-shadow: 10px 10px 5px #888888;*/
		width: 200px;
		padding: 15px 0 15px 0;
	}

	#navButtons li a, #quickLinks li a {
		min-width: 120px;
		border: 1px solid #ccc;
		margin: 0;
		text-align: right;
	}

	.lh {
		padding-bottom: 3px;
		font-variant: small-caps;
		font-weight: bold;
		text-align: center !important;
		color: white;
		background-color: #4771a9;
	}

	.highlightMenuItem {
		background-color: #e9eff7;
		border-color: #777 !important;
	}

	#docLink li a:hover {
		background-color: #e9eff7;
	}

	.dualHeading {
		color: #FFCC33;
		background: #5984C3 url('images/gradient.png');
	}

	.reman { width: 100%; }
	.imageBox { width: auto; }

	.selectedMenuItem { color: black !important; background-color: #e9eff7 !important; }
}