/*
*************************************************************************************************
 Customer:  RBS Chartered Accountants
 
 Author:   Maryse Borgès - MSO.net
 Copyright:  Copyrighted 2009 (c) MSO.net
 
 File:   home.css
 Description: Stylesheet used with the home page only
 
 Mod History: 	01/12/2009 - MSO7410 - File Created
 				03/12/2009 - MSO7410 - Changed the style for HOME_widgetLinkInner (because of Safari Mac). MB.
				21/01/2010 - MSO7410 - Changed the bright red to a darker one (Newsletter 'More' link). MB.
     			26/01/2010 - MSO7410 - Changed the font-size of the main boxes text links. MB.
 
*************************************************************************************************
*/
.HOME_AreYouBox
{
	background-image: url(bg_are_you.gif);
	width: 990px;
	height: 277px;
	text-align: left;
}
.HOME_AreYouIntroText
{
	position: relative;
	top: 70px;
	left: 60px;
	font: 1.2em Arial;
	font-size: 16px;
}
.HOME_AreYouItem
{
	float: left;
	width: 159px;
	margin-right: 22px;
	z-index: 5;
	position: relative;
}
.HOME_AreYouItemLink
{
	text-align: center;
	padding-top: 5px;
	font-size: 0.9em;
}
.HOME_AreYouItemLink a, .HOME_AreYouItemLink a:visited, .HOME_AreYouItemLink a:active
{
	text-decoration: none;
	font-weight: bold;
}
.HOME_AreYouItemLink a:hover
{
	text-decoration: underline;
}

.HOME_AreYouItemImage
{
	width: 157px;
	height: 105px;
}
.HOME_AreYouItemImage a img
{
	border: 1px solid #b9b9b8;
}
.HOME_AreYouItemImage a:hover img
{
	border: 1px solid #ed1c24;
}

.HOME_widgetBox
{
	float: left;
	width: 201px;
}
.HOME_widgetTitle
{
	border:1px solid #e6e6e6;
	background-color: #f0f0f0;
	height: 26px;
}
.HOME_widgetTitleText
{
	padding: 4px 0px 0px 5px;
	font-weight: bold;
}
.HOME_widgetDetails
{
	padding: 5px 0px 0px 6px;
}
.HOME_widgetLink
{
	padding-top: 7px;
}
.HOME_widgetLinkInner
{
	font: 0.8em Arial;
	height: 12px;
	overflow: hidden;
}
.HOME_widgetLinkInner a, .HOME_widgetLinkInner a:visited, .HOME_widgetLinkInner a:active
{
	text-decoration: none;
}
.HOME_widgetLinkInner a:hover
{
	text-decoration: underline;
}
.HOME_widgetMoreLink
{
	padding: 6px 5px 0px 0px;
	font: 0.8em Arial;
	color: #971b0a;
}
.HOME_widgetMoreLink a, .HOME_widgetMoreLink a:visited, .HOME_widgetMoreLink a:active
{
	text-decoration: none;
	color: #971b0a;
}
.HOME_widgetMoreLink a:hover
{
	text-decoration: underline;
}

/*  Classes for market data widget*/
.HOME_widgetMarketData
{
	font: 0.8em Arial;
	color: #2f2e2e;
}
.HOME_widgetMarketItem
{
	padding-top: 2px;
}
.up
{
	color: #2ab20f;
}
.down
{
	color: #eb1313;
}
.no-change
{

}
