/* 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             {font-size:small;}
	p, ul, ol {margin:0 0 1em 0;}
	TD              {font-size:small;}
	BODY			{margin:0px; padding:0px;}
	
	#Content ol {list-style-type:decimal}
	#Content ul {list-style-type:disc;}
	#Content li {margin-left:30px}
	#Content a {color:#0066FF;}

/* jobs plugin */
tr.VacanciesLightBg3 td {border-bottom:1px solid #ddd; }
/* search results */
.searchForm table {border:1px solid #ddd; background:#e8e8e8;}
.searchForm table table {border:0px;}
.searchResult {border-bottom:1px solid #999; margin-bottom:5px; padding-bottom:5px;}
.searchResult a {text-decoration:underline;}

/* --- Hide these when in the editor --- */
#Content ul#topnav li .sub  {display:none;}