/*User Selectable Styles*/

.yellowText14 
{
    font-size: 14px;
    color: #FC0;
}

.yellowText16
{
    font-size: 16px;
    color: #FC0;
}

.darkgrayText12
{
    font-size: 12px;
    color: #333;
}

.darkgrayText10
{
    font-size: 10px;
    color: #333;
}

.grayText12
{
    font-size: 12px;
    color: #666;
}

.grayText10
{
    font-size: 10px;
    color: #666;
}

.redText12
{
    font-size: 12px;
    color: #cc0033;
}

.redText11
{
    font-size: 11px;
    color: #cc0033;
}

h1     {
	position:relative;
	height: 35px;
	width: 280px;
	color: #ffcc00;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	padding-right: 15px;
	line-height: 1.4;
}

/*.Heading1     {
	color: #ffcc00;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	line-height: 1.4;
} */

.Heading2,H2     {	
	color: #000000;
	font-weight:bold;
	font-size: 16px;
	line-height: 20px;
}

.Heading3,H3     {color:#000000; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:100%; font-weight:bold;}
.Normal          {color:#000000; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:12px;}
.Caption1        {color:#000000; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:small; font-weight:bold;}
.Caption2        {color:#000000; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:small; font-weight:normal; font-style:italic;}
.Caption3        {color:#000000; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:small;}
.Caption4		 {color:#ffffff; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:small; font-weight:bold;}

/* 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:#cc0033; color:white;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}

/* Template Colour Styles */
/* Changes the colour of sections of the page dependant on the style sheet in use */

#header	{background-color:#7183C3;  border-bottom:1px solid #7183C3; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#687BBE', EndColorStr='#DFEFFF');}
#left	{background-color:#eeeeee; border-right:1px solid #7183C3;}

/* Mozilla Fix for problem with header section not attaching to top */
#header	{border-top:1px solid #7183C3;}

/*Side Menu Color Selection Styles */

	/* All Level Styles*/
	#sidemenu			{background-color:#eeeeee;}
	#sidemenu .head		{color:#ffffff; background-color:#687BBE;}	
	#sidemenu a			{}
	#sidemenu a:hover	{}

	/* Level 0 Styles */
	#sidemenu a.L0					{color:#000000; background:#eeeeee;}					/* defines level 0 link */
	#sidemenu a.L0 SPAN.hc			{background-image:url(../../../images/rtArwGrey.gif);}  /* defines level 0 bullet for children */
	#sidemenu a.L0 SPAN.nc			{background-image:url(../../../images/sqBltGrey.gif);}  /* defines level 0 bullet for no children */

	#sidemenu a.L0sel				{color:#000000; background:#a5a5a5;}					/* defines level 0 if selected page */
	#sidemenu a.L0sel SPAN.hc		{background-image:url(../../../images/rtArwWhite.gif);} /* defines level 0 bullet for children if selected page */
	#sidemenu a.L0sel SPAN.nc		{background-image:url(../../../images/sqBltWhite.gif);} /* defines level 0 bullet for no children if selected page*/
	#sidemenu a.L0sel:hover			{color:#000000; background:#a5a5a5;}					/* in this case effectively suppresses the hover effect for selected pages */
	
	#sidemenu a.L0:hover			{color:#000000; background:#D5DCF5;}					/* defines the level 0 hover effect */
	#sidemenu a.L0:hover SPAN.hc		{background-image:url(../../../images/rtArwGrey.gif);}  /* defines the level 0 hover bullet for children */
	#sidemenu a.L0:hover SPAN.nc		{background-image:url(../../../images/sqBltGrey.gif);}  /* defines the level 0 hover bullet for no children */
	
	/* Level 1 Styles */	
	#sidemenu a.L1					{color:#000000; background:#dddddd;}
	#sidemenu a.L1 SPAN.hc			{background-image:url(../../../images/rtArwGrey.gif);}
	#sidemenu a.L1 SPAN.nc			{background-image:url(../../../images/sqBltGrey.gif);}

	#sidemenu a.L1sel				{color:#000000; background:#a5a5a5;}
	#sidemenu a.L1sel SPAN.hc		{background-image:url(../../../images/rtArwWhite.gif);}
	#sidemenu a.L1sel SPAN.nc		{background-image:url(../../../images/sqBltWhite.gif);}
	#sidemenu a.L1sel:hover			{color:#000000; background:#a5a5a5;}
	
	#sidemenu a.L1:hover			{color: #000000; background:#D5DCF5;}	
	#sidemenu a.L1:hover SPAN.hc		{background-image:url(../../../images/rtArwGrey.gif);}
	#sidemenu a.L1:hover SPAN.nc		{background-image:url(../../../images/sqBltGrey.gif);}

	/* Level 2 Styles */
	#sidemenu a.L2					{color:#000000; background:#d5d5d5;}
	#sidemenu a.L2 SPAN.hc			{background-image:url(../../../images/rtArwGrey.gif);}
	#sidemenu a.L2 SPAN.nc			{background-image:url(../../../images/sqBltGrey.gif);}

	#sidemenu a.L2sel				{color:#000000; background:#a5a5a5;}
	#sidemenu a.L2sel SPAN.hc		{background-image:url(../../../images/rtArwWhite.gif);}
	#sidemenu a.L2sel SPAN.nc		{background-image:url(../../../images/sqBltWhite.gif);}
	#sidemenu a.L2sel:hover			{color:#000000; background:#a5a5a5;}

	#sidemenu a.L2:hover			{color: #000000; background:#D5DCF5;}	
	#sidemenu a.L2:hover SPAN.hc		{background-image:url(../../../images/rtArwGrey.gif);}
	#sidemenu a.L2:hover SPAN.nc		{background-image:url(../../../images/sqBltGrey.gif);}
	
/*Top Drop Down Menu Color Selection Styles */

	/* All Level Styles*/
	#topdropmenu			{border-top:0px solid #ffffff; background:#000000;}	
	#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:0px solid #ffffff; border-left:1px solid #ffffff; background:#000000; text-decoration: none; color:#ffffff; padding:0px 10px; line-height:17px; height:20px; border-bottom:6px solid #cc0033; font-size: 12px; font-weight:bold;} /*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:0px solid #ffffff; border-left:1px solid #ffffff; background:#000000;} /* level 0 item with no children properties. defines background color*/
	
	#topdropmenu a.L0hc:hover		{color: #d30e45; background:#ffd457 url(../../../images/dnArwGrey.gif) right center no-repeat;}	/* hover effect for level 0 with children */
	#topdropmenu a.L0nc:hover		{color: #d30e45; background:#ffd457;} /* 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:#ffffff url(../../../images/rtArwGrey.gif) right center no-repeat;}
	#topdropmenu a.L1nc				{color:#000000; background:#ffffff;}
	
	#topdropmenu a.L1hc:hover		{color:#d30e45; background:#ffd457 url(../../../images/rtArwGrey.gif) right center no-repeat;}	
	#topdropmenu a.L1nc:hover		{color:#d30e45; background:#ffd457;}

	/* 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;}
	



/* ========= Adler Specific Styles ========================================= */


.footerText 
{
	font-size: 10px;
	color: #ffffff;
}

a.footerText 
{
	font-size: 10px;
	color: #ffffff;
}

a.footerText:hover 
{
	font-size: 10px;
	color: #cc0033;
	text-decoration: underline;
}


.breadcrumbs
{
	width: 100%;
	padding: 5px;
	font-weight: bold;
	/*background-color: #949599; */
}

a.breadcrumbs:hover 
{
	color: #cc0033;
	font-weight: bold;
	text-decoration: underline;
}

.title 
{
	color: black;
	font-weight: bold;
	font-size: 17px;
	line-height: 18px;
}

.heading 
{
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
}

.specheader 
{
	color: #cc0033;
	font-weight: bold;
}