@charset "utf-8";
/* CSS Document */

body {
    border: none;
}
.contentSection {
    background: #fff;
    -moz-box-shadow:0 0 8px #aaa;
    -webkit-box-shadow:0 0 8px #aaa;
    box-shadow:0 0 8px #aaa;
    border: 1px solid #d6d3d6;
    border-top-width:0;
    padding: 0 7px 0;
}
.globalNavHeader a:link {
    text-decoration: none
}
a:link {
    color:#0075be;
}
a:hover, a:active {
    color:#8C9A00;
}
/* =============================     header     ============================= */
.globalNavHeader {width:984px; position:relative; z-index:1000}
.globalNavHeader ul, .globalNavHeader li {margin:0; padding:0}
.skip {
    position: absolute;
    top: -20px
}
#toolsMenu {
    padding: 5px 0 2px 0;
    font-size: 91.66%;
    text-align: right
}
#toolsMenu a {
    text-decoration: none;
    padding: 0 7px 3px;
    border-right: 1px dotted #949494;
    font-size: 11px;
}
#toolsMenu a:hover, #toolsMenu a:active {
    text-decoration: none;
}
#toolsMenu a.last {
    border:none;
}
#toolsMenu li, #breadCrumb .trail li {
    display: inline
}
#toolsMenu .home {
    background: url("/e/online/gif/icons.png") 0 -489px no-repeat;
    padding-left: 20px;
}
#toolsMenu a.home:hover {
    background-position: 0 -513px;
}
#toolsMenu .MyLink {
    padding-left: 10px
}
#toolsMenu .MyLink a {
    background: url('/e/online/gif/icons.png') 0 -533px no-repeat;
    padding-left: 20px;
}
#toolsMenu .MyLink a:hover {
    background-position: 0 -553px;
}
.BMOservices {
    position: relative
}
.BMOservices ul {
    position: absolute;
    background: #fff;
    border-bottom:1px solid #0079c1;
    top:17px;
    width: 160px;
    left: -1px;
    display: none;
    z-index: 11;
}
#toolsMenu .BMOservices ul li {
    display: list-item;
    list-style-type: none;
    text-align: left;
}
#toolsMenu .BMOservices ul li.first {
    font-size: 4px;
    border:none
}
#toolsMenu .BMOservices ul a {
    border:1px solid #0079c1;
    border-width:0 1px;
    padding: 2px 0 2px 7px;
    display: block
}
.BMOservices ul a:hover {
    background: #f7f4ee;
}
#header {
    background: #0079c1;
    border: 1px solid #0079c1;
    /*position: relative;*/
    text-align: left
}
.accountSelection {
    margin: 30px 10px 0 0;
    line-height: 25px
}
.quote {
    position: absolute;
    margin-top: -60px;
    right: 5px;
    z-index:700;
}
.quote input {
    width:160px;
}
.quote .WSODbutton {
    background-image: url('/e/online/gif/searchQuoteButton.png')
}
.quote .WSODbuttonFR {
    background-image: url('/f/online/gif/searchQuoteButton.png')
}
/* =============================    navigation    ============================= */
#mainNavigation {
    list-style:none;
    font-weight:bold;
    height:31px;
    width:100%;
    margin: 0;
    padding: 0;
    background: url("/e/online/gif/mainNavBG.png") repeat-x;
    position: relative;
    z-index:600;
}
#mainNavigation li {
    float:left;
    position: relative;
}
#mainNavigation a {
    display:block;
    color:#fff;
    line-height:31px;
    padding:0 9px;
    text-decoration: none;
}
#mainNavigation a:hover {
    color:#0079C1;
    background:#fff;
}
#mainNavigation .topLevel, #mainNavigation .topLevelLast, #mainNavigation .IE {
    text-align:center;
    font-size:13px;
    border-right:1px solid #0079c1;
}
#mainNavigation ul {
    background:#fff;
    list-style:none;
    position:absolute;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    border:1px solid #0079c1;
    border-top:none;
    display:none;
    text-align:left;
    font-size:13px;
    width:270px;
    margin: 0 0 0 -1px;
    padding: 0;
    _width:200px;  /* IE6 only */
    zoom:1;
    z-index:600;
}
#mainNavigation ul li {
    float:none;
    _zoom:1; /* IE6 only */
}
#mainNavigation ul a {
    white-space:nowrap;
    line-height:30px;
    _line-height:25px;/* IE6 only */
    font-weight:700;
    color:#0079c1;
}
#mainNavigation ul a:hover, #mainNavigation ul a:hover {
    color:#8C9A00;
    background:#F7F4EE;
    display:block
}
#mainNavigation ul a.indentText {
    padding-left:25px;
    font-weight:100;
    line-height:25px
}
#mainNavigation .selected {
    color:#0079C1;
    background:#fff;
}
#mainNavigation .selected a {
    color: #0079c1;
}
/* =============================    bread Crumb    ============================= */
#breadCrumb {
    background: url("/e/online/gif/crumbBG.png") repeat-x top left;
    border:1px solid #c5c5c5;
    border-top: none;
    height: 31px;
    position: relative;
    zoom:1
}
#breadCrumb .home {
    background: url("/e/online/gif/icons.png") 0 -488px no-repeat;
    padding-left: 20px;
}
#breadCrumb .trail {
    margin-left: 10px
}
#breadCrumb .trail a {
    color:#0079c1;
}
#breadCrumb .trail a:hover {
    color:#8c9a00;
}
#breadCrumb .trail a.home:hover {
    background-position: 0 -512px;
}
#breadCrumb .trail li {
    line-height: 31px;
    padding-right: 25px;
    background: url("/e/online/gif/icons.png") right -608px no-repeat;
}
#breadCrumb .trail .currentPage {
    background: none;
    font-weight: 700
}
#breadCrumb .button {
    margin: 8px 10px 0 0;
}
.currentPage br {display:none}

.streamer {
    text-align: right;
    line-height: 31px;
    padding-right: 10px
}
.streamer a {
    color:#0079c1;
}
.streamer a:hover {
    color:#8c9a00;
}
#clientNavWSOD {z-index:16000}
.BMOlogo, .logobmofr {margin: 0 0 10px}

/* 
	$Log$
	Revision 1.5  2014/09/16 19:07:52  tmujje
	merge IL Aug (Sep 11th release) release (prod_v35_20140911) to head
	
	Revision 1.4.40.1  2014/07/25 18:16:12  ssree01
	CR4832:FOT:WSOD Changes to add Trade button
	
	Revision 1.4  2013/05/29 18:14:19  jxie
	merge prod_v21_20130525 from branch to head
	
	Revision 1.2.4.1  2013/04/08 15:18:18  jxie
	Merge branch_ILStability_rel6_v1 to branch_eConfirm_v1
	
	Revision 1.2.2.1  2013/03/27 02:03:57  jxie
	Merge post_prod_v19_20130321 to branch_ILStability_Rel6_v1
	
	Revision 1.1.2.4  2013/03/06 15:35:57  fwong
	PL3584(DR3484) - Double scroll bars are displayed after light box is closed on log in
	
	Revision 1.1.2.3  2013/03/04 20:48:31  fwong
	PL3588(DR3484) - 	Model Portfolio Trading screen does not align properly. The issue may all different model portfolio types
	
	Revision 1.1.2.2  2013/02/21 15:13:32  fwong
	PL3562(DR3484) - Bread crumbs have strange red lines
	
	Revision 1.1.2.1  2013/02/20 15:31:33  fwong
	PL3556(DR3484) - Move menu CSS to a new file called navigation.css instead of putting it inside global.css
	
*/
 