/* Word Compatibility Styles */
/* These styles alter the default html behaviour to be more like MS Word */

	FORM			{margin-top:0px; margin-bottom:0px;}

/* Global Styles */
	
	/* The DIV, P and TD styles should be the same as the "normal" content style. P has a margin of 0px to make it behave the same as a DIV tag, as the Immediacy Editor currently uses P's and DIV's interchangeably */
	DIV             {}
	P               {margin:0px; font-size:small;}
	TD              {font-size:small;}
	
	BODY			{margin:0px; padding:0px;}


	/* These styles used in the supplied templates */
	#utilitylinks A	{font-size:small; color:#444444; font-weight:normal;}
	#utilitylinks A:hover	{color:#999999;}
	
	#footer		  A {font-size:small; font-weight:normal; text-transform:lowercase;}
	#footer		  A:hover	{}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{padding:0px; width:100%; border-collapse:collapse;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} /* Table border style */
	     
	table.ImmTS_Default th	{}						/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}						/* Apply style to data cells */
	
	/* Hugh James Themed Table */
	table.ImmTS_hughJames		{} /* Overall table style */

	table.ImmTS_hughJames th, 
	table.ImmTS_hughJames td	{padding:2px; margin:2px; vertical-align:top;} /* Cell padding and spacing styles */

	table.ImmTS_hughJames, 
	table.ImmTS_hughJames th, 
	table.ImmTS_hughJames td	{} 
	     
	table.ImmTS_hughJames th	{background-color:#b42c38; color:White;} 
	table.ImmTS_hughJames tr	{}
	table.ImmTS_hughJames td	{color:black; border-bottom:1px solid #666;}


/* Plugin Styles */

	/* SiteMap */
	DIV.sitmp0				{padding:2px; font-size:110%; background-color:#f3f3ff;}
	DIV.sitmp1				{padding:2px; font-size:90%;}
	DIV.sitmp2				{padding:2px; font-size:90%;}
	A.sitmpA0				{font-weight:bold;}
	A.sitmpA0:hover			{}
	A.sitmpA1				{font-weight:normal;}
	A.sitmpA1:hover			{}
	A.sitmpA2				{font-weight:normal;}
	A.sitmpA2:hover			{}

/*Vacancies2*/
.VacanciesDarkBg {background-color:#66CC66;}
.VacanciesLightBg1 {background-color:#66CCcc;}
.VacanciesLightBg2 {background-color:#99ee99;}
.VacanciesLightBg3 {background-color:#ffffff;}