﻿/*

SCREECH: OVERVIEW OF COLORS:

Blue box background			#d2e5ec
Blue box title & border		#578ba3
Orange box title			#ff780d
Title Mouse over			#fdc765
Body mouseover				#ff780d
Red heading					#a61c19
white						#ffffff
black						#000000

*/

/* Nav Menu */

.clsNavigationBoxOuterTable
{
	border: 1px solid #578ba3;
	background-color: #d2e5ec;
	margin-bottom: 5px;
}

.clsNavigationBoxTitleBar
{
	margin-top: 0px;
	background-color: #578ba3;
	padding: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 0.80em;
	padding-left: 22px;
	background-image: url("http://downloads.moneyfacts.co.uk/datascreen/images/efx/efx_titlebullet.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-align: left;
	height: 20px;
}

.clsNavigationTitleLbl
{
	color: #ffffff;
	float: left;
}

.clsNavigationTitleLbl:HOVER
{
	color: #fdc765;
}

.clsNavigationBoxBullet
{
	width: 10px;
	padding-left: 3px;
}

.clsNavigationBoxItem
{
	color: #a61c19;
	color: #000000;
	font-weight: normal;
	font-family: arial;
	font-size: 0.7em;
	padding-left: 3px;
}

.clsNavigationBoxItem a
{
	color: #000000;
}

.clsNavigationBoxItem a:HOVER
{
	color:	#ff780d;
}

.clsNavigationTool
{
	float: right;
}

.clsNavigationBox_Tree
{
	color: #a61c19;
	color: #000000;
	font-weight: normal;
	font-family: arial;
	font-size: 0.7em;
	padding-left: 3px;
}

.clsNavigationBox_Tree a
{
	color: #000000;
}

.clsNavigationBox_TreeNode:HOVER
{
	color: #ff780d;
}

/* End Nav Menu */

/* Central Menu */

.clsCentralBoxOuterTable
{
	border: 1px solid #c8cfd6;
	background-color: #ffffff;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 4px;
	width: 277px;
	float: left;
}

.clsCentralBoxTitleBar
{
	margin-top: 0px;
	background-color: #ff780d;
	padding: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 17px;
	background-image: url("http://downloads.moneyfacts.co.uk/datascreen/images/efx/efx_bullet_titlesmall.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-align: left;
	height: 17px;
}

.clsCentralTitleLbl
{
	color: #ffffff;
	float: left;
}


