/*
 $LastChangedBy: stevea $
 $LastChangedDate: 2008-10-21 16:34:31 +0100 (Tue, 21 Oct 2008) $
 $Rev: 549 $
 */

/*User Selectable Styles*/
.Heading1       {font-size:2em; color:#000000;}
.Heading2       {font-size: 1.1em;font-weight: bold; color: #0272b1;}
.Heading3       {font-size: 1em;font-weight: bold;color: #000000;}



.Normal          {}


#immpalette {
            /* These colours show in the Immediacy Editor Colour Picker*/
            
            }
/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{background-color:transparent;border:1px solid #0072ae;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:3px; margin:2px;} /* Cell padding and spacing styles */

	
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{
    border:1px solid #0072ae;
   
    } 
	     
	table.ImmTS_Default th	{background-color:#0072ae; color:#FFFFFF;font-weight:bold;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}


