/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* -------- styles available in editor ----------*/
	.CssHeadingDoNotUse
	{
		EditMenuName: GENERAL;
	}
	.introduction
	{
		font-weight: bold;
		EditMenuName: ....................Introduction;
	}
	h1, .heading1
	{
		font-size:large;
		font-family: Verdana, Arial, Frutiger, "HelveticaNeue MediumExt";
		color: #7d7d7d;
		display: inline;
		EditMenuName: ....................Heading 1;
	}
	h2, .heading2
	{
		font-weight: bold; 
		font-size: 12pt; 
		color: Black;
		EditMenuName: ....................Heading 2;
	}
	h3, .heading3
	{
		font-weight: bold;
		font-size: 10pt;
		color: Black;
		EditMenuName: ....................Heading 3;
	}
	body, .body
	{
		text-align: left; 
		font-family: Verdana, Frutiger, Tahoma;
		font-size: 11px;
		line-height:16px;
		color: Black;
		EditMenuName: ....................Body;		
	}
	p
	{
			margin-bottom:20px;	
	}	
	.CssHeadingDoNotUse
	{
		EditMenuName: IMAGES;
	}	
	.imagetext 
	{
		font-style: italic; 
		font-size: 0.9em; 
		EditMenuName: ....................Image Text;
	}
	.CssHeadingDoNotUse
	{
		EditMenuName: HOMEPAGE;
	}	
	.HomepageLeftMenuText
	{
		padding: 0px 8px 0px 8px;
		font-size:larger;
		color: White;		
		EditMenuName: ....................Left Menu Text;
		
		/* this value is taken from #leftmenudiv in XBrowserStructure.css to avoid white text on a white background when editing */
		background-color: #000099; /* NHS Dark Blue (primary) */
	}

	.TrustLogoText
	{	
		position: relative;
		float: right;		
		margin-right: 10px;		
		EditMenuName: ....................Trust Logo Text;
	}
	.TrustLogoTextTopLine
	{	
		font-size: larger;		
		font-weight: bold;
		text-align: right;
		EditMenuName: ....................Trust Logo Text Top Line;
	}
	.TrustLogoTextBottomLine
	{	
		/* use relative positioning as text align to right does not appear to work for firefox */
		position:absolute;
		right: 0px;
		color: #0066CC; /*NHS Blue*/			
		text-align: right;
		EditMenuName: ....................Trust Logo Text Bottom Line;
	}	
	.TrustLogoImage
	{		
		float: right;
		EditMenuName: ....................Trust Logo Image;
	}
	.CssHeadingDoNotUse
	{
		EditMenuName: RECRUITMENT HOMEPAGE;
	}
	.RecruitmentHomepageMainImage
	{		
		text-align: center;
		EditMenuName: ....................Main Image;
	}
	.RecruitmentHomepageImage
	{
		text-align: center;
		white-space: nowrap; /* avoid wrapping images onto next line */
	}
	.RecruitmentHomepageImage img
	{			
		position: relative;
		top: -10px;
		padding-right: 16px;
		padding-left: 16px;
		EditMenuName: ....................Image;
	}
	.RecruitmentHomepageWelcomeTextLarge
	{
		color:  #0066CC; /*NHS Blue*/
		text-align: center;
		font-size: large;
		EditMenuName: ....................Welcome Text Large;
	}	
	.RecruitmentHomepageWelcomeText
	{
		color:  #0066CC; /*NHS Blue*/
		text-align: center;
		font-size: larger;
		EditMenuName: ....................Welcome Text;
	}	
	.RecruitmentHomepageWelcomeTextSeparator	
	{
		clear: both;
		margin: 0.5em 0em 0.5em 0em;
		background-color: #0066CC; /*NHS Blue*/
		color:  #0066CC; /*NHS Blue*/
		height: 2px;
		EditMenuName: ....................Welcome Text Horizontal Rule;
	}
	.RecruitmentHomepageContainer
	{
		margin-left: auto; 
		margin-right: auto;
		width: 800px;
		text-align: center;
		EditMenuName: ....................Container area for text and images;
	}	
	
	a.footer
	{
		font-size: 1em;
		color: black;
		text-decoration: none;
		margin: 0px 0px 0px 0px;		
	}


	a.footer:hover
	{
		color: red; /*NHS Yellow*/
		text-decoration: none;
	}

/* --------- Image format ----------- */
	img.shadow
	{
		position: relative;
		EditMenuName: Shadow;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
	}
	img.opacity
	{
		position: relative;
		EditMenuName: Semi transparent;
		filter: alpha(opacity=40,finishopacity=24,style=3);
	}
	img.fliph
	{
		position: relative;
		EditMenuName: Flip horisontally;
		filter: fliph;
	}
	img.flipv
	{
		position: relative;
		EditMenuName: Flip vertically;
		filter: flipv;
	}
	img.dashedborder
	{
		position: relative;
		border: dashed 1px grey;
		EditMenuName: Dashed border;
	}
	img.circularfade
	{
		position: relative;
		EditMenuName: Circular fade;
		filter: alpha(opacity=100,finishopacity=0,style=2);
	}

	
/* ----------- Misc ---------------------------------------------- */

/*@import "XBrowserStructure.css";*/
	/* menu content in left column. Defined in XBrowserStructure, redefined here so it appears in the editor.  */
	#leftmenudiv
	{
		
	}

