/*

	content.fes-ug.css
	
	common settings used for content display
	
*/

/* Image Placement */

	img.Left, img.Right, div.ImageContainerLeft, div.ImageContainerRight
	{
		margin-top: 0.3em;
		margin-bottom: 0.3em;
	}
	
	img.Left, img.Right, div.ImageContainerLeft img, div.ImageContainerRight img
	{
		font-size: 100%;
		font-weight: bold;
		line-height: 1.25em;
		font-style: italic;
		font-family: 'Trebuchet MS', Helvetica, sans-serif;
	}
	
	img.Left
	{
		float: left;
		margin-right: 1.5em;
	}
	
	img.Right
	{
		float: right;
		margin-left: 1.5em;
	}
	
	div.ImageContainerLeft
	{
		float: left;
		margin-right: 1.5em;
	}
	
	div.ImageContainerRight
	{
		float: right;
		margin-left: 1.5em;
	}
	
	div.ImageContainerCaption
	{
		 font-size: 84%;
	}
	
	div.ImageContainerRight div.ImageContainerCaption, div.ImageContainerLeft div.ImageContainerCaption
	{
		text-align: right;
	}

/* END Image Placement */

span.ImageFullViewIcon
{
	padding-left: 18px;
	background-image: url('/_site/_img/icon/icon-enlarge.png');
	background-repeat: no-repeat;
	background-position: left 1px;
}

div.ImageFullViewCaption
{
	position: absolute;
	top: 0.5em;
	left: 1em;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 116%;
	letter-spacing: 1px;
}

/* Images on Contact Us Page */

	/* Set image size to speed up page display */
	img.ContactPreview
	{
		width: 175px;
		height: 131px;
	}
	
	/* Set image size to enable tooltip to position
	 * itself properly before the image is loaded */
	img.ContactFullView
	{
		width: 420px;
		height: 315px;
	}

/* END Images on Contact Us Page */

/* Table of Contents on top of pages */

	div.PageToC
	{
		font-size: 84%;
		line-height: 1.5em;
		margin-bottom: 2em;
		background: #F4F5F9;
		padding-bottom: 0.25em;
	}
	
	div.PageToCHeader
	{
		font-weight: bold;
		color: #646B7A;
		border-bottom: 1px solid #DDDDDD;
		margin-bottom: 0.25em;
		font-variant: small-caps;
	}

/* END Table of Contents on top of pages */

/* Continuative Links Box */

	div.ContinuativeLinksBox
	{
		float: right;
		width: 24em;
		margin-top: 0.15em;
		margin-bottom: 0.75em;
		margin-left: 1.5em;
		border: 1px solid #9FB2CE;
		font-size: 92%;		
	}
	
	div.ContinuativeLinksBoxHeader
	{
		font-weight: bold;
		color: #F4F5F9;
		background: #9FB2CE;
		padding: 0.25em 0.5em 0.4em 0.75em;
	}
	
	div.ContinuativeLinksBoxContent
	{
		color: #646B7A;
		background: #F4F5F9;
		padding: 0.75em 0.5em 0.75em 0.75em;
	}

/* END Continuative Links Box */

/* Admin Box */

	div#TCMS_Admin_ShowPanel
	{
		background: #F3F5F9; /* lightest FES background colour */
	}

/* END Admin Box */