﻿/* Global Search Area */
#GlobalSearchArea
{
	display: none;
}
/* START - Publishing Toolbar */
#PublishingConsole
{
	display: none;
}
#ctl00_SPNavigation_ctl01_toggleContainerColorBar
{
	display: none;
}
/* FINISH - Publishing Toolbar */

/* Breadcrumb */
#onetidPageTitleAreaTable
{
	display: none;
}
/* Crest Header Image */
.CrestImageArea img
{
	border: none;
	border-width: 0;
}
/* Welcome Header Image */
.IntranetImageArea img
{
	border: none;
	border-width: 0;
}
/* START - Footer Information */
#FooterInformation
{
	display: none;
}
.ms-pagebottommarginright
{
	display: none;
}
.ms-pagebottommarginleft
{
	display: none;
}
.ms-pagebottommargin
{
	display: none;
}
.ms-bodyareapagemargin
{
	display: none;
}
/* FINISH - Footer Information */

/* 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 - Custom Content Query WebPart Formatting for Committees */
#CommitteeTitle
{
	width: 25%;
	vertical-align: top;
}
#CommitteeHouse
{
	width: 15%;
	vertical-align: top;
}
#CommitteeStatus
{
	width: 10%;
	vertical-align: top;
}
#CommitteeNotes
{
	width: 35%;
	vertical-align: top;
}
#CommitteeParliamentType
{
	width: 15%;
	vertical-align: top
}	
/* FINISH - Custom Content Query WebPart Formatting for Committees */
	
