﻿
#pageTitleDiv
{
	width: 100%
}

#pageTitleDiv.pageTitleWithLinkCentre
{
	/*
	* Coordinate with width of the "#linkCentreDiv"
	* in the 0180_LinkCentre_RelatedLinks.css file.
	*/
	width: 78%;
}


/*
* DIV element that surrounds the bread crumbs and any utility links like "printer friendly"
*/
#pageTitle_UtilitiesDiv
{
	width: 100%;	
	margin-left: 0;		
	padding-left: 0;
	margin-bottom: 1em; /* Space between the breadcrumb and the page title text */
}

/*
* Bread crumb that appears over the page title.  This DIV element is nested 
* inside of the pageTitle_UtilitiesDiv.
*/
#pageTitleBreadCrumbDiv
{
	text-transform: lowercase;
	left: 0;
	margin-left: 0;
	padding-left: 0;
}
#pageTitleBreadCrumbDiv span, 
a.breadCrumbLink
{
	font-size: .85em;
}
a.breadCrumbNoLink,
a.breadCrumbNoLink:link,
a.breadCrumbNoLink:hover
{
	color: #333;
	font-size: .85em;
}


/*
* Any controls that are added as children to the PageTitle control will be rendered
* as items within this unordered list.  Typically this will only contain the
* Printer Friendly hyperlink.
*/
#pageTitle_ChildrenUL
{
	/*position:absolute;
	top: 0;
	right: 0;*/
	padding: 0;	
	float: right;	
	MARGIN: 0 5px 0 0;	
	list-style-type: none;
}

#pageTitle_ChildrenUL li
{
	display: inline;
}

span.pageSubTitleText
{
	MARGIN-TOP: -12px;	
	DISPLAY: block;	
	FONT-SIZE: .75em;	
	COLOR: #0082d1;	
	FONT-STYLE: normal;	
	BACKGROUND-COLOR: transparent;
}

/* 
* Optional text that appears immediately underneath the page title text.
* If present a brief 1 sentence purpose of the page and which is pulled
* from the Description attribute from the web.sitemap file.
*/
p.pageTitleDescription 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	padding-bottom: 0; 
	padding-top: 0; 
	margin-top: 0.7em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.9em;
	color: #848684;	
}

/*
* Paragraph element that contains the Last Update label and value.
*/
p.pageTitleLastUpdateP
{	
	font-size: .8em;
	margin-top: 0.7em;
	margin-right: 0;
	margin-left: 1.9em;  /* Same indention as pageTitleDescription above */ 
	margin-bottom: 1.5em;
}

/*
* Nested inside of the "pageTitleLastUpdateP" paragraph, 
* this SPAN surrounds the Label.
*/
span.pageTitleLastUpdateLabel 
{
	font-weight: normal;
	color: #777;
	margin-right: .3em;
}

/*
* Nested inside of the "pageTitleLastUpdateP" paragraph, 
* this SPAN surrounds the Date.
*/
span.pageTitleLastUpdateDate 
{
	font-weight: bold;
}
