/* 	CSS Document
	Project: CfBT corporate website - 2006
	Authors: Scott Birnie
	Start date: 28/04/06
*/

/* ###################################################

			SUPPORT Stylesheet		

   ###################################################### */

/*User Selectable Styles*/
.Heading2, h2	{color:#990066; font-size:1.1em; font-weight:bolder;}
.Heading3, h3	{color:#990066; font-size:0.9em; font-weight:bolder;}

.Normal,p ,div, p a, li a, td a	{color:#990066;}
p a:hover, ul a:hover, td a:hover
{
	background-color:#F5E5EF;
}
.WhiteText, p.WhiteText a			{color:#FFFFFF;}
p.WhiteText a:hover		{color:#FFFFFF; text-decoration:none; background-color:#990066;}

ul.WhiteText
{
	list-style-image:url(../../../images/b_arrow.gif);
}

ul
{
	list-style-image:url(../../../images/b_sub_support.gif);
}

/*** Emphasis text style for tagline and/or comments  **/
.tagline
{
	font-size:1.5em;
	font-weight:900;
	font-style:italic;
}

/*********  SUPPORT intro panels  **********/

#startMain
{
	background-image:url(../../../images/support_panel_top.jpg);
	background-color:#990066;
}

#sMContainer
{
	clear:both;
	width:100%;
	position:relative;
	padding-bottom:30px;
	_padding-bottom:15px;
	background-image:url(../../../images/support_panel_bott.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#detailMain
{
	background-image:url(../../../images/support_panel_top.jpg);
	background-color:#990066;
}

#detaildualMain
{
	background-image:url(../../../images/support_panel_top.jpg);
	background-color:#990066;
}

/******** SUPPORT - sub section panels  *********/

div.sub_panel
{
	background-color:#F5E5EF;
}

div.sub_panel h1
{
	background-image:url(../../../images/sub_panel_support_top.jpg);
}

div.sub_panel h1, div.sub_panel h1 a, div.sub_panel h1 a:hover
{
	color:#FFFFFF;
}

div.sub_panel ul
{
	color:#990066;
	list-style-image:url(../../../images/b_sub_support.gif);
}

div.sub_panel a
{
	color:#990066;
}

div.sub_panel a:hover
{
	color:#990066;
}

/******** redefine breadcrumb links color  *********/

p.history a, p.history span.historysep
{
	color:#CC7FB2;
}

p.history a:hover
{
	background-color:#990066;
}