﻿/* Global Search Area */      
.SplashSearchArea{
	display:none;
}
/* START - Publishing Toolbar */
	#PublishingConsole{
		display:none;
	}
	#ctl00_SPNavigation_ctl01_toggleContainerColorBar{
		display:none;
	}
/* FINISH - Publishing Toolbar */

/* Breadcrumb */
#onetidPageTitleAreaTable{
	display:none;
}
/* Header Images */
.SplashHeaderImage img {
	border: none;
	border-width: 0;
}
/* Top Navigation */
.SplashTopNavigation{
	display:none;
}
/* START - Main Content */
	/* Removes the main content areas border */
	.ms-bodyareaframe, ms-bodyareacell{
		border: none !important;
		border-width: 0 !important;
	}
	/* Append the URL text to any URL - requires IE7 and above to work */
	a:link:after, a:visited:after {
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	}
/* FINISH - Main Content */

/* START - Additional Page Zones */
	.SplashLeftCentre{
		display:none;	
	}
	.SplashRightCentreDivider{
		display:none;	
	}
	.SplashHowDoI{
		display:none;	
	}
	.SplashLeftFooter{
		display:none;
	}
/* FINSH - Additional Page Zones */
