/* **************************************************************************** */
/* * Filename: 		finance_ORS.css															* */
/* * Title: 			ORS stylesheet							 						* */
/* * Description:  	Provides layout definitions for all elements on website  * */
/* * 						in JFM 											* */
/* * Author:			Simon McKone Vertex DPS Web Solutions							* */
/* * Date:				06 September 2005														* */
/* **************************************************************************** */

/* breadcrumb for section which user is in - reflects divisional branding colour */
#logoBar {
	background-color: #0099CC;
/*	background-image: url(../images/divisionLogos/financial.gif);*/
}
#commonFooter {
	background-color: #0099CC;
}
#breadCrumbs a.current:link {
	color: #0099CC;
	text-decoration: none;
}
#breadCrumbs a.current:link:hover {
	color: #0099CC;
	text-decoration: underline;
}
#breadCrumbs a.current:visited {
	color: #0099CC;
	text-decoration: none;
}
#breadCrumbs a.current:visited:hover {
	color: #0099CC;
	text-decoration: underline;
}
/* breadcrumb for section which user is in - reflects divisional branding colour */
/* ****************** contains brand messages for homepage */

/* Page Content START
======================================================================== */
#pageContent h1 {
	color: #0099CC;
}
#pageContent h2 {
	color: #0099CC;
}
#pageContent h3 {
	color: #0099CC;
}
#pageContent h4 {
	color: #0099CC;
}
#pageContent a {
	color: #0099CC;
}
/* Page Content END
======================================================================== */
/* Case Studies START
======================================================================== */
#caseStudies h2.pageRight {
	color: #0099CC;	
}
/* Case Studies END
======================================================================== */

/* News START
======================================================================== */
#news h2.pageRight {
	color: #0099CC;
}
/* News END
======================================================================== */

/* Articles and Papers START
======================================================================== */
#articlesPapers h2.pageRight {
	color: #0099CC;
}
/* Articles and Papers END
======================================================================== */

/* Whats on START
======================================================================== */
#whatsOn h2.pageRight {
	color: #0099CC;
}
/* Whats on END
======================================================================== */
/* Links START
======================================================================== */
#links h2.pageRight {
	color: #0099CC;
}
/* Links on END
======================================================================== */
/* Register for information START
======================================================================== */
#registerInformation h2.pageRight {
	color: #0099CC;
	}
#registerInformation a {
	color: #0099CC;
}
/* Register for information END
======================================================================== */
/* Content Menu Styles - Colours STARTS
==================================================================================== */
#menu ul li ul li {
	background-color: #0099CC;
}
#menu ul li ul li ul li {
	background-color: #17BAE5;
	background-image: url(../images/menuBullets/fin_Lev3whiteBullet.gif);
}
#menu ul li ul li ul li a:link {
	color: #FFFFFF;
}
#menu ul li ul li ul li a:visited {
	color: #FFFFFF;
}
#menu ul li ul li ul li a:link:hover {
	color: #FFFFFF;
}
#menu ul li ul li ul li a:visited:hover {
	color: #FFFFFF;
}
#menu ul li ul li ul li ul li a:link {
	color: #333333;
}
#menu ul li ul li ul li ul li a:visited {
	color: #333333;
}
#menu ul li ul li ul li ul li a:link:hover {
	color: #333333;
}
#menu ul li ul li ul li ul li a:visited:hover {
	color: #333333;
}
#menu ul li ul li ul li ul li {
	background-color: #6BCBEC;
	background-image: url(../images/menuBullets/fin_Lev4whiteBullet.gif);
}
#menu ul li ul li ul li ul li ul li{
	background-color: #A8DDF3;
	background-image: url(../images/menuBullets/fin_Lev5whiteBullet.gif);
}
/* Content Menu Styles - Colours ENDS
==================================================================================== */
#pageContentInsert h2 { 
	color: #0099CC;
}
#pageContentInsert h3 { 
	color: #0099CC;
}
/* Content Page Footer Insert Title START
==================================================================================== */
#pageFooterInsertTitle {
	color: #0099CC;
}
/* Content Page Footer Insert Title END
==================================================================================== */
#pageFooterInsertText li {
	background-image: url(../images/financeBullet.gif);
}
#menu li.rootMenu {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 38px;	
	text-indent: 16px;
	padding: 0;
	margin: 0;
	background-color: #0099CC;
	background-image: none;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* RSS FEED - START
====================================================== */

table#pricingTable{
  border-collapse: collapse;
  font: 71%/1.6 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

tr.jfmrss {
	border-top: 1px solid #ccc;
}

td.jfmrss {
  border-left: 1px solid #ccc;
  border-top: 1px dashed #e4e4e4;
}
td.jfmrsshead {
  border-top: 1px dashed #e4e4e4;
  background-color: #e4e4e4;
}

td.jfmrssleft {
  border-top: 1px dashed #e4e4e4;
}

thead.jfmrss {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  font-weight: bold;
}

th.jfmrss {
  text-align: left;
  font-weight: bold;
  padding: 0.1em 1em;
  border-bottom: 1px solid #ccc;
}

th.jfmrss, td.jfmrss {
  padding: 0.1em 1em;
}

.jfmrss_odd {
  background-color:#edf5ff;
}

/* RSS FEED- END
====================================================== */



/* ****************** #content - middle general page content column */
/* 04/12/06 - James has requested to extent content width for JFM - there is no right hand menu for JFM */

#content {
	float: left;
	width: 540px;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding: 0 10px 0 10px;
	border-right: none;
}


