/***********************************************************************************************/
/* FP main styles */

/***********************************************************************************************/
/* header */
h1 {
	background: #2e4ebf url('/_assets/images/logo-fp.gif') 0 50% no-repeat;
}
h1 a {
	width: 670px;
}

/* subnav positions ! MANUALLY UPDATE UPON SUBNAV CHANGE ! */
#subnav-td .submenu {
	margin-left: 7em;
}
#subnav-markets .submenu {
	margin-left: 3em;
}
#subnav-business .submenu {
	margin-left: 20em;
}
#subnav-working .submenu {
	margin-left: 45em;
}
#subnav-reports .submenu {
	margin-left: 20em;
}
#subnav-magazine .submenu {
	margin-left: 51em;
}

/* stockbar */
iframe#stockbar {
	width: 100%;
	height: 22px;
}
#stockbar ul {
	font-family: Arial, sans-serif;
	list-style-type: none;
	width: 964px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: #ccc 1px solid;
}
#stockbar ul li {
	float: left;
	display: block;
	width: 128px;
	padding: 0 4px;
	margin: 0.333em 0;
	border-right: #ccc 1px solid;
}
#stockbar ul li.last {
	border-right: none;
}
#stockbar ul li p {
	font-size: 0.833em; /* 10px */
	line-height: 1.2em;
	text-align: center;
	margin: 0.09em 0 0 0;
}
#stockbar ul li p strong {
	color: #029;
	margin-right: 0.25em;
}
#stockbar ul li p.up, #stockbar ul li p.down {
	padding-right: 16px;
}
#stockbar ul li p.up {
	background: url('http://www.nationalpost.com/_assets/images/arrow-up-small.gif') 100% 50% no-repeat;
}
#stockbar ul li p.down {
	background: url('http://www.nationalpost.com/_assets/images/arrow-down-small.gif') 100% 50% no-repeat;
}
#stockbar a, #stockbar a:hover, #stockbar a:visited {
	color: #000;
	text-decoration: none;
	cursor: default; /* no js state */
}
#stockbar_box {
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 200px;
	height: 160px;
	padding: 0;
	margin: 0;
	background: #fff url('/_assets/images/loader.gif') 50% 50% no-repeat;
	border: #000 1px solid;
	overflow: hidden;
}

/***********************************************************************************************/
/* sidebar */

/* stock quote */
#stock_quote {
	margin-bottom: 2px;
}
#stock_quote form .box {
	width: 50px;
	margin-right: 5px;
}
#stock_quote form select.box {
	width: 50px;
}
#stock_quote form button {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#stock_quote .logo-stockgroup {
	vertical-align: bottom;
	display: -moz-inline-stack;
	display: inline-block;
	width: 50px;
	height: 18px;
	padding-top: 2px;
	margin-left: 0.5em;
	background: url('../images/logo-stockgroup.gif') no-repeat;
}
#stock_quote .logo-stockgroup span {
	display: none;
}

/* your portfolio */
#portfolio form {
	margin-bottom: 9px;
}
#portfolio .box {
	width: 120px;
	margin-right: 5px;
}
#portfolio button {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
/* new */
#portfolio .sponsor {
	font-size: 0.833em;
	text-align: right;
}
.sponsor .logo-scotia_capital {
	height: 1.2em;
	padding-right: 76px;
	background: url('/_assets/images/logo-scotia_capital.gif') right 50% no-repeat;
}
.sponsor .logo-scotia_capital span {
	display: none;
}

/***********************************************************************************************/
/* other */

/* stockgroup bar */
.stockgroup-bar {
	background: #ededed;
}
.stockgroup-bar form {
	padding: 1em 0 0.25em 0;
}
.stockgroup-bar form input.box {
	vertical-align: bottom;
	width: 150px;
}
.stockgroup-bar ul.inline {
	font-size: 0.9167em;
	display: table;
	margin: 0 auto;
}
.stockgroup-bar ul.inline li {
	text-align: center;
	display: table-cell;
	width: 160px;
}
.stockgroup-bar #logo-stockgroup {
	vertical-align: bottom;
	display: -moz-inline-stack;
	display: inline-block;
	width: 50px;
	height: 18px;
	margin: 0 0 0.25em 1em;
	background: url('../images/logo-stockgroup.gif') 0 50% no-repeat;
}
.stockgroup-bar #logo-stockgroup span {
	display: none;
}

