/* Word Compatibility Styles */
/* These styles alter the default html behaviour to be more like MS Word */

	FORM			{margin-top:0px; margin-bottom:0px;}
	ul              
	{
		list-style-type:none;
		list-style-image:url('../../../../images/eh-golf/backgrounds/content-bullet-ff.gif');
		#list-style-image:url('../../../../images/eh-golf/backgrounds/content-bullet-ie.gif');
		margin-top:15px;
		margin-bottom:0px;
		font-size:85%;
		padding-left:12px;
		#padding-left:12px;
		#margin-left:5px;
	}
		li
		{
			margin-bottom:0px;
			margin-top:8px;
		}
	OL				{margin-top:0px; margin-bottom:0px;}
	BLOCKQUOTE		{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 */
	/* Font sizes for this section are now defined in separate optional style sheets to support user font 
	scaling */
	
	
	/*
    * Note that althought this is compiled to a separate file in the css directory, it's also 
    * compiled into the main stylesheet and isn't normally used - it's only present to allow 
    * fonts to be loaded in Firefox if editing the stylesheet in an off-site editor.
    */
    @font-face {
      font-family: 'Geometric415BT-MediumA';
      src: url("../fonts/geometric415/128FB3_0.eot");
      src: url("../fonts/geometric415/128FB3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/geometric415/128FB3_0.woff") format("woff"), url("../fonts/geometric415/128FB3_0.ttf") format("truetype"), url("../fonts/geometric415/128FB3_0.svg#wf") format("svg");
    }

    @font-face {
      font-family: 'Geometric415BT-MediumItalicA';
      src: url("../fonts/geometric415/128FB3_1.eot");
      src: url("../fonts/geometric415/128FB3_1.eot?#iefix") format("embedded-opentype"), url("../fonts/geometric415/128FB3_1.woff") format("woff"), url("../fonts/geometric415/128FB3_1.ttf") format("truetype"), url("../fonts/geometric415/128FB3_1.svg#wf") format("svg");
    }
	
	
	
	
	
	P               {margin:0px;}
	
	BODY			{font-family:Geometric415BT-MediumA,Arial,Verdana,Helvetica, Sans-Serif; margin:0px; padding:0px;}

	img {border:0px;}

/* Accessibility */
	/* Used to hide additional information provided for users who do not have visual 
	context (e.g. screen reader users) */
	.invisible-access
	{
		display:inline;
		position:absolute;
		left:-3000px;
		width:1px;
		height:1px;
		text-decoration:none;
	}

/* 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%; background-color: #000000;} /* 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 white;} /* Table border style */
	     
	table.ImmTS_Default th	{}						/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align:middle;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}						/* Apply style to data cells */
	

