/* 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             {color:#111144; font-size:small;}
P               {color:#111144; margin:0px; font-size:small;}
TD              {color:#111144; font-size:small;}

/* These styles used in the supplied templates */
#utilitylinks A	{font-size:small; color:#444444; font-weight:normal;}
#utilitylinks A:hover	{color:#999999;}

/* 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 */

/* Plugin Styles */
/* These styles are used by plugins through out the site. */
	/* SiteMap */
	DIV.sitmp0 img		{padding:2px  6px 0 0}
	DIV.sitmp0              {padding:2px; }
	DIV.sitmp1				{padding:2px; }
	DIV.sitmp2				{padding:2px; }