/*User Selectable Styles*/
.Heading1,H1     {font-size:150%; font-family:,Arial,Helvetica; background-color:#E7E7E7; color:#222299; padding:3px 8px 6px 8px; font-weight:bold;; margin:0; border:0; margin-bottom:10px; border:1px solid #B0BDDE;}
.Heading2,H2     {font-size:120%; font-family:Arial,Helvetica; color:#003399; font-weight:bold;}
.Heading3,H3     {font-size:100%; font-family:Arial,Helvetica; color:#003399; font-weight:bold;}
.Normal          {text-align:justify; font-size:x-small;}
.Caption1        {color:#000066; font-family:Arial,Helvetica;						font-size:x-small;	font-weight:bold;}
.Caption2        {color:#000000; font-family:Arial,Helvetica;						font-size:x-small;	font-weight:normal; font-style:italic;}
.Caption3        {color:#000066; font-family:Verdana,Arial,Helvetica;				font-size:x-small;}
.Caption4		 {color:#ffffff; font-family:Arial,Helvetica;						font-size:x-small;	font-weight:bold;}
.ListHeadingBar  {font-size:100%; font-family:,Arial,Helvetica; background-color:#B1A291; color:#FFFFFF; padding:3px 8px 6px 8px; font-weight:bold;; margin:0; border:0; margin-bottom:10px; border:1px solid #B0BDDE;}

/* Top Menu Styles */
span.menuBar		{color:#ffffff; font-family:Arial,Verdana,Helvetica; font-weight:bold; font-size:x-small;}
span.menuitem		{color:#000070; font-family:verdana,Arial,Helvetica; font-size:xx-small;}
span.menuitemsel	{color:#ffffff; font-family:verdana,Arial,Helvetica;}
/*fakemeu is used to create a dummy menu for wysiwyg effect in the web editor*/
#fakemenu			{color:#ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:0.7em; padding-top:12px;}
#smsidemenu			{position:absolute; top:100px;}

/* Mozilla Fix for problem with header section not attaching to top */
#header	{border-top:1px solid #7183C3;}

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{background-color:#eeeeff;} /* 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.ImmTS_Default th	{background-color:#ccccFF; color:black;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}

/*Top Drop Down Menu Color Selection Styles */

	/* All Level Styles*/
	#topdropmenu			{border-top:1px solid #7183C3; background:#003399;}	
	#topdropmenu a			{}
	#topdropmenu a:hover	{}

	/* Level 0 Styles */
	#topdropmenu UL UL.L0			{}	/* level 0 "leaf" properties - not really a leaf since its the top level */
	#topdropmenu a.L0hc				{color:#FFFFFF; border-right:1px solid #7183C3; background:#003399 url(../../../images/dnArwGrey.gif) right center no-repeat;}  /* level 0 item with children properties. defines background color and bullet image */
	#topdropmenu a.L0nc				{color:#FFFFFF; border-right:1px solid #7183C3; background:#003399;} /* level 0 item with no children properties. defines background color*/
	
	#topdropmenu a.L0hc:hover		{color: #000000; background:#D5DCF5 url(../../../images/dnArwGrey.gif) right center no-repeat;}	/* hover effect for level 0 with children */
	#topdropmenu a.L0nc:hover		{color: #000000; background:#D5DCF5;} /* hover effect for level 0 with no children */

	
	/* Level 1 Styles */
	#topdropmenu UL UL.L1			{border:1px solid black;}
	#topdropmenu a.L1hc				{color:#000000; background:#e5e5e5 url(../../../images/rtArwGrey.gif) right center no-repeat;}
	#topdropmenu a.L1nc				{color:#000000; background:#e5e5e5;}
	
	#topdropmenu a.L1hc:hover		{color:#000000; background:#ffffff url(../../../images/rtArwGrey.gif) right center no-repeat;}	
	#topdropmenu a.L1nc:hover		{color:#000000; background:#ffffff;}

	/* Level 2 Styles */
	#topdropmenu UL UL.L2			{border:1px solid black;}
	#topdropmenu a.L2hc				{color:#000000; background:#d8d8d8 url(../../../images/rtArwGrey.gif) right center no-repeat;}
	#topdropmenu a.L2nc				{color:#000000; background:#d8d8d8;}
	
	#topdropmenu a.L2hc:hover		{color:#000000; background:#ffffff url(../../../images/rtArwGrey.gif) right center no-repeat;}	
	#topdropmenu a.L2nc:hover		{color:#000000; background:#ffffff;}