
/*wikinvest/css/livesearch.css*/
/*nv:preprocess*/
/**
 * Styles for live search
 */

.nvLiveSearchWrapper {
}

.nvLiveSearchPopupSelected {
    background: #F0EEFE;
}
div.nvLiveSearchPopup .nvLiveSearchResult {
    padding: 3px;
    padding-left: 6px;
}
a.nvLiveSearchResultTitle,
a.nvLiveSearchResultTitle:visited,
a.nvLiveSearchResultTitle:hover {
    color: #000;
}
.nvLiveSearchResultReferrers {
    margin-left: 15px;
    font-size: 85%;
    line-height: 1em;
}

.nvLiveSearchResultReferrers,
.nvLiveSearchResultReferrers a:visited,
.nvLiveSearchResultReferrers a:hover,
.nvLiveSearchResultReferrers a {
    color: #878787;
    text-align:left;
}

.nvLiveSearchInput {
    margin-right: 3px;
    vertical-align: bottom;
    width: 250px;
    height: 18px;
    *margin-top: -1px;
    *margin-bottom: 3px;
    font-size: 11pt !important;
}

.nvLiveSearchButton {
}

.nvTracklistLiveSearchButton {
    height: 25px;
    font-size: 13px !important;
}


.nvLiveSearchPopupContainer {
    position: absolute;
    z-index:9048;
    width: 300px;
}

.nvLiveSearchPopup .nvLiveSearchResults{
    background: transparent;
    overflow:hidden;
    text-align:left;
    z-index:9050;
}

.nvLiveSearchPopup ul {
    margin: 0px;
    width: 100%;
    list-style: none;
    list-style-image: none;
}

.nvLiveSearchPopup ul li {
    cursor: default;
    white-space: normal;
	background-color: white;
	margin-bottom: 0px;
	padding-bottom: 0.1em;
}

.nvLiveSearchPopup li.nvLiveSearchHighlight {
  background: #eaf3fb;
}

.nvLiveSearchPopup li span.queryHighlight {
  font-weight: bold;
}

/**
 * Styling of the box with the arrow on top
 */
div.nvLiveSearchPopupContainer {
  border: 0px;
  background: transparent;
  display: none;
}

/* Drop Shadow Popup Box */

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td {
    /**
     * Important is necessary because table tr td's inside the article
     * get their padding from a rule that includes the id of the article div,
     * thus getting higher precedence than this rule which only has a class
     * name in it
     */
  padding: 0px !important;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.ml,
div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.mr {
  width: 8px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.tl, div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.t, div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.tr,
div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.ml, div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.mr, div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td div.arrow,
div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.bl, div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.b, div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.br {
	background: url(http://cdn.wikinvest.com/partner/Forbes/wikinvest/images/sprites/livesearch_sprite.png); /*Contains Alpha*/
	_background: none;
	_display: none;
	background-repeat: no-repeat;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table {
	_border: solid 1px #B6B6B6;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.tl {
	background-position: 0px 0px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.tr {
	background-position: -8px 0px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.bl {
	background-position: -16px 0px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.br {
	background-position: -24px 0px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.ml {
	background-position: -32px 0px ;
	background-repeat: repeat-y;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.mr {
	background-position: -40px 0px;
	background-repeat: repeat-y;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td div.arrow {
	background-position: -48px 0px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.t {
	background-position: -62px 0px ;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.b {
	background-position: -2062px 0px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.br,
div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.bl {
  height: 9px;
  width: 8px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.b {
  height: 9px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.tr,
div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.tl {
  height: 9px;
  width: 8px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.t,
div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td.arrow {
  height: 9px;
}

div.nvLiveSearchPopupContainer div.shadowPopupBox table tr td div.arrow {
  width: 14px;
  height: 9px;
  position: relative;
  left: 30px;
}

/* /wikinvest/css/livesearch.css*/

/*frontend/mashup/ui/TickerBoardComponent/portfolio2col/portfolio2col.css*/
/*nv:preprocess */
div.nv-tickerboard { font-family: Arial, Sans-Serif; font-size: 12px; color: #232f68; width: 620px; height: 420px; line-height: 15px; display: block !important; }
div.nv-tickerboard img { border: 0px; }
div.nv-tickerboard a { text-decoration: none; }
div.nv-tickerboard a:hover { text-decoration: underline; }
div.nv-tickerboard a, div.nv-tickerboard a:visited, div.nv-tickerboard a:link, div.nv-tickerboard a:hover { color: #232f68; }
div.nv-tickerboard .nv-price-change-up { color: #008c00 !important; }
div.nv-tickerboard .nv-price-change-down { color: #993300 !important; }
div.nv-tickerboard div.nv-tickerboard-title-container { height: 40px; }
div.nv-tickerboard div.nv-tickerboard-heading-line { font-family: Georgia; font-size: 18px; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; color: #666666; }
div.nv-tickerboard td.nv-tickerboard-heading { vertical-align: top; }
div.nv-tickerboard div.nv-tickerboard-timestamp { color: #999999; font-size: 10px; padding-top: 4px; }
div.nv-tickerboard table.nv-tickerboard-title { width: 100%; }
div.nv-tickerboard td.nv-tickerboard-heading { width: 270px; }
div.nv-tickerboard td.nv-tickerboard-heading-right { width: 252px; vertical-align: top; }
div.nv-tickerboard td.nv-tickerboard-ad { width: 88px; padding-left: 10px; }
div.nv-tickerboard div.nv-tickerboard-search table.nv-search-table { width: 250px; height: 30px; border: 1px solid #d5d5d5; }
div.nv-tickerboard div.nv-tickerboard-search td.nv-search-cell-textbox { width: 249px; padding-top: 4px\0/; *padding-top: 4px; }
div.nv-tickerboard div.nv-tickerboard-search input { -webkit-background-clip: padding-box; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 12px !important; border: 0px none; padding: 0px 30px 0px 3px; background-image: url('data:image/gif;base64,R0lGODlhDgARANUAAACW7nXK9juz873l+yCo8OH1/ZvZ+GTE9Q2e8DKw8lTA9YvR+M/t/Knd+fT6/gCc73HI9u74/gmc7zex8YbQ90e59MLo/Bil8KHe+WnF9pfW+LPh+iau8tfx/Qui8CKq8Q+i8P///5/c+X3M9kS38juw8lzA9crq++r3/ovV+bnj+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHACEALAAAAAAOABEAAAaEwJBQODBdJAJNZCh0BB4XU0YAKDGYAUCmI4xgQIlliOFRMIUYAEVIeVjOIUflIzw84EKIRJh5iM8ZeyEiDyJwBR8kQigcHFxMdipDAxIEKQ4hFlQQTCceAA+hDx4LTCgJABMaEAcUj0MQAAgbeEIboQG1IQUcqZi1IwAgJ7ohDQQGxSFBADs='); *background-image: url(http://cdn.wikinvest.com/partner/Forbes//frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/search-glass-blue.gif); background-repeat: no-repeat; background-position: 98% 45%; width: 216px !important; font-family: Arial; outline: none; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopupContainer { width: 250px; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopup { background-color: white; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopup ul { padding: 0px; margin: 0px; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopup div.nvLiveSearchResultReferrers { display: none; }
div.nv-tickerboard table.nv-content-table { width: 100%; margin-bottom: 10px; }
div.nv-tickerboard td.nv-content-table-left { width: 250px; padding: 0px 20px 0px 0px; }
div.nv-tickerboard div.nv-tab-content { height: 290px; }
div.nv-tickerboard td.nv-content-table-right { width: 350px; }
div.nv-tickerboard div.nv-overview-tab-control ul.nv-tabs-container, div.nv-tickerboard div.nv-overview-tab-control div.nv-tab-content { width: 250px; }
div.nv-tickerboard ul.nv-tabs-container { border: none 0px; border-bottom: solid 5px #d6d6d6; height: 34px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab { height: 19px; background-color: white; border: none 0px; padding: 5px 0px 0px 0px; text-align: center; font-size: 10px; color: #0f2d5f; margin-top: 10px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab:hover { text-decoration: underline; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-overview { width: 40px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-intl { width: 43px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-commodities { width: 88px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-currency { width: 45px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-portfolio { width: 79px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-portfolio-watchlist { width: 80px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-portfolio-movers { width: 60px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-spacer { height: 10px; margin: 7px 0px; width: 1px; background-color: #c2c2c2; border-left: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; margin-top: 17px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-spacer-adjacent { background-color: white; border-left: 1px solid white; }
div.nv-tickerboard ul.nv-tabs-container li.nv-selected-tab { background-color: #d6d6d6; font-size: 11px; font-weight: bold; -webkit-background-clip: padding-box; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-background-clip: padding-box; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; color: #333333; }
div.nv-tickerboard ul.nv-tabs-container li.nv-selected-tab:hover { text-decoration: none; }
div.nv-tickerboard div.nv-tickerboard-poweredby { float: left; width: 260px; height: 16px; font-size: 10px; color: #999999; }
div.nv-tickerboard div.nv-tickerboard-poweredby img { position: relative; top: 2px; border: 0px none !important; }
div.nv-tickerboard div.nv-data-disclaimer { text-align: right; padding-top: 3px; font-size: 10px; color: #999999; }
div.nv-tickerboard div.nv-data-disclaimer a { color: #999999; }
div.nv-tickerboard li.nv-intab-authlink { display: block; float: right; font-size: 10px; height: 15px; padding-top: 5px; text-align: right; width: 160px; line-height: 12px; }

/* /frontend/mashup/ui/TickerBoardComponent/portfolio2col/portfolio2col.css*/

/*frontend/mashup/ui/TickerBoardComponent/portfolio2col/performanceContent.css*/
div.nv-perf-content { border: solid 1px #cccccc; width: 248px; height: 288px; }
div.nv-perf-content div.nv-perf-graph-controls { height: 18px; font-size: 10px; padding-top: 7px; border-bottom: solid 1px #cccccc; }
div.nv-perf-content div.nv-perf-graph-controls table { margin-left: 10px; height: 10px; width: 140px; margin: auto; }
div.nv-perf-content div.nv-perf-graph-controls td { padding: 0px 4px; text-align: center; border-right: solid 1px #d3d3d3; cursor: pointer; }
div.nv-perf-content div.nv-perf-graph-controls td.nv-disabled { cursor: default; color: #cccccc; }
div.nv-perf-content div.nv-perf-graph-controls td.nv-last { border-right: 0px none; }
div.nv-perf-content div.nv-perf-graph-controls td.nv-selected { color: #666666; font-weight: bold; text-decoration: underline; cursor: default; }
div.nv-perf-content div.nv-perf-graph-controls td.nv-first { padding-left: 0px; }
div.nv-perf-content div.nv-perf-graph-legend { height: 20px; padding-top: 10px; }
div.nv-perf-content div.nv-perf-graph-legend table { margin: auto; }
div.nv-perf-content div.nv-perf-graph-legend td.nv-legend, div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-you { color: black; font-weight: bold; }
div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-change, div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-you-change { font-weight: bold; padding-left: 5px; width: 35px; }
div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-you-change { padding-right: 5px; }
div.nv-perf-content div.nv-perf-graph-legend .nv-change-up { color: #008c00 !important; }
div.nv-perf-content div.nv-perf-graph-legend .nv-change-down { color: #993300 !important; }
div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-key, div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-you-key { height: 7px; padding: 0px 1px; width: 12px; font-size: 1px; line-height: 1px; }
div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-key div, div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-you-key div { background-color: #fab001; height: 2px; width: 10px; }
div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-you-key { padding-top: 3px; height: 4px; }
div.nv-perf-content div.nv-perf-graph-legend td.nv-legend-you-key div { background-color: white; border-top: dotted 2px #4a82d7; }
div.nv-perf-content div.nv-perf-graph { width: 100%; height: 100px; text-align: center; }
div.nv-perf-content div.nv-perf-graph div.nv-no-chart { color: #999999; font-size: 11px; padding-top: 40px; }
div.nv-perf-content div.nv-perf-graph img.nv-spinner { margin-top: 45px; width: 16px; height: 11px; }
div.nv-perf-content table.nv-perf-table { width: 100%; background-color: #f0f0f0; height: 132px; }
div.nv-perf-content table.nv-perf-table td { height: 25px; border-bottom: solid 1px #cccccc; font-size: 11px; cursor: pointer; }
div.nv-perf-content table.nv-perf-table tr:hover td { background-color: #f7f7f7; }
div.nv-perf-content table.nv-perf-table tr.nv-perf-you td { height: 27px; }
div.nv-perf-content table.nv-perf-table tr.nv-last td { height: 26px; border-bottom: none 0px; }
div.nv-perf-content table.nv-perf-table td.nv-desc { font-weight: bold; font-size: 12px; color: #0f2d5f; width: 88px; padding-left: 4px; }
div.nv-perf-content table.nv-perf-table tr.nv-perf-you td.nv-desc { width: auto; }
div.nv-perf-content table.nv-perf-table td.nv-price { color: #818181; text-align: right; width: 50px; padding-right: 10px; }
div.nv-perf-content table.nv-perf-table td.nv-price span.nv-stream-change-up { background-color: #d9eada; color: #00aa00; }
div.nv-perf-content table.nv-perf-table td.nv-price span.nv-stream-change-down { background-color: #e5cad1; color: #cc0000; }
div.nv-perf-content table.nv-perf-table div.nv-signin { font-size: 10px; float: right; font-weight: normal; padding-right: 5px; text-align: right; width: 180px; height: 16px; padding-top: 2px; }
div.nv-perf-content table.nv-perf-table td.nv-change { text-align: right; }
div.nv-perf-content table.nv-perf-table td.nv-change, div.nv-perf-content table.nv-perf-table td.nv-change-percent { color: black; font-weight: bold; }
div.nv-perf-content table.nv-perf-table td.nv-change-percent { text-align: right; padding-right: 4px; }
div.nv-perf-content table.nv-perf-table tr.nv-perf-row-selected td { background-color: white; cursor: default; }
div.nv-perf-content table.nv-perf-table tr.nv-perf-row-selected:hover td { background-color: white; }

/* /frontend/mashup/ui/TickerBoardComponent/portfolio2col/performanceContent.css*/

/*frontend/mashup/ui/TickerBoardComponent/portfolio2col/moversContent.css*/
/*nv:preprocess */
div.nv-movers { padding: 0px 0px 3px 5px; height: 279px; border: solid 1px #cccccc; }
div.nv-movers div.nv-movers-loading { color: #999999; text-align: center; padding-top: 120px; }
div.nv-movers tr.nv-header-row td { color: #666666; font-size: 11px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
div.nv-movers td.nv-mover-cell { width: 99px; vertical-align: top; }
div.nv-movers td.nv-gainers-cell { padding-right: 9px; }
div.nv-movers table.nv-mover-table { width: 100%; }
div.nv-movers table.nv-mover-table td { height: 25px; border-bottom: solid 1px #e5e5e5; }
div.nv-movers table.nv-mover-table td.nv-ticker-cell { color: #0f2d5f; font-size: 13px; font-weight: bold; width: 43px; }
div.nv-movers table.nv-mover-table td.nv-change-cell { text-align: right; font-weight: bold; background-repeat: no-repeat; background-position: 0% 45%; }
div.nv-movers table.nv-mover-table tr.nv-header-row td { height: 35px; }
div.nv-movers td.nv-gainers-cell td.nv-change-cell, div.nv-movers td.nv-gainers-cell td.nv-change-percent-cell { color: #008c00; }
div.nv-movers td.nv-gainers-cell td.nv-change-cell { background-image: url('data:image/gif;base64,R0lGODlhDQAPAMQAAK/GrL3Ou9noxL7Uq+jv4LfNq8bcq8jZu9/rzcPYrL3QrrTHru7z6Mvdu8vgq9zpyeDr08Xeve/35v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHABMALAAAAAANAA8AAAVI4CSOyGiagiOc5uO8DztBjmEb0EncPDHuhoRwmPAxiImBcsloOJfQg3SkqFoVLEVhy81yuyfuYrxgLQBodPl0TqNZgbg8MAoBADs='); *background-image: url(http://cdn.wikinvest.com/partner/Forbes//frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/up-arrow.gif); }
div.nv-movers td.nv-losers-cell td.nv-change-cell, div.nv-movers td.nv-losers-cell td.nv-change-percent-cell { color: #993300; }
div.nv-movers td.nv-losers-cell td.nv-change-cell { background-image: url('data:image/gif;base64,R0lGODlhDQAPAMQAANGTkdiopu+7ut+UkvPZ2NutrO60suWVk/HQz9WTkuOpp/DHxvXi4uKopuSvru+9tf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHABAALAAAAAANAA8AAAVDICQWQVkWYgolQOuqIuu28JrceI3v+n7Xg6BwkHI0GkOhQuFgJJ8MCOEpJKQQh6z2gIAttodFDSLQCsYiw8GATp1hIQA7'); *background-image: url(http://cdn.wikinvest.com/partner/Forbes//frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/down-arrow.gif); }
div.nv-movers table.nv-mover-table td.nv-no-tops { border-bottom: none 0px; }
div.nv-movers td.nv-promo-cell { padding-top: 5px; }
div.nv-movers td.nv-promo-cell div { width: 134px; height: 276px; background-repeat: no-repeat; background-image: url('data:image/gif;base64,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'); *background-image: url(http://cdn.wikinvest.com/partner/Forbes//frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/movers-promo.gif); }
div.nv-movers td.nv-promo-cell div img { border: 0px none !important; cursor: pointer; }
div.nv-movers td.nv-promo-cell div img.nv-movers-sign-up { margin: 127px 0px 0px 25px; width: 99px; height: 22px; }
div.nv-movers td.nv-promo-cell div img.nv-movers-sign-in { margin: 29px 0px 0px 24px; width: 46px; height: 13px; }

div.nv-movers-loggedin { padding: 0px 5px 3px 5px; }
div.nv-movers-loggedin td.nv-mover-cell { width: 164px; }
div.nv-movers-loggedin table.nv-mover-table td.nv-ticker-cell { width: 60px; }
div.nv-movers-loggedin table.nv-mover-table td.nv-change-cell { padding-right: 5px; padding-top: 3px; font-size: 11px; height: 22px; font-weight: normal; }
div.nv-movers-loggedin table.nv-mover-table td.nv-change-percent-cell { text-align: left; padding-top: 3px; width: 50px; font-size: 11px; height: 22px; font-weight: bold; }

/* /frontend/mashup/ui/TickerBoardComponent/portfolio2col/moversContent.css*/

/*frontend/mashup/ui/TickerBoardComponent/portfolio2col/portfolioContent.css*/
/*nv:preprocess */
div.nv-portfolio div.nv-holdings-empty { padding-top: 40px; text-align: center; color: #999999; font-size: 12px; font-weight: bold; }
div.nv-portfolio div.nv-holdings-empty button { background: #7cb046; border-color: #abcd9f #486f3b #486f3b #abcd9f; border-width: 1px; border-style: solid; font-weight: bold; color: white; font-size: 12px; padding: 2px 6px; min-width: 100px; *width: 100px; font-family: "Lucida Grande", tahoma, verdana, sans-serif; width: 105px; margin-top: 10px; }
div.nv-portfolio div.nv-holdings-empty button:hover { background: #60944f; }
div.nv-portfolio div.nv-holdings-empty button:active { border-color: #486f3b #abcd9f #abcd9f #486f3b; }
div.nv-portfolio div.nv-holdings-error { color: #999999; padding-top: 40px; text-align: center; }
div.nv-portfolio div.nv-holdings-incomplete { background-color: #ffffcc; border: 1px solid #ffff01; border-top: 0px none; border-bottom: 0px none; font-size: 10px; text-align: left; padding-left: 8px; height: 21px; padding-top: 7px; }
div.nv-portfolio div.nv-holdings-incomplete a { font-weight: bold; }
div.nv-portfolio div.nv-portfolio-loading { color: #999999; text-align: center; padding-top: 120px; }
div.nv-portfolio div.nv-portfolio-holdings-container { border: solid 1px #cccccc; height: 288px; overflow: auto; }
div.nv-portfolio table.nv-portfolio-holdings-table { width: 100%; *width: 331px; }
div.nv-portfolio table.nv-portfolio-holdings-table td { border-bottom: solid 1px #e5e5e5; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-header-row td { height: 19px; color: #666666; font-size: 10px; background-color: #f0f0f0; border-bottom: solid 1px #cccccc; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-header-row td.nv-cell-chart span { cursor: pointer; text-decoration: none; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-header-row td.nv-cell-chart span.nv-selected { font-weight: bold; cursor: default; text-decoration: underline; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-source-row td { height: 20px; color: #333333; background-color: #f9f9f9; font-size: 11px; font-weight: bold; vertical-align: middle; padding-left: 5px; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-first-source-row td { height: 20px; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-holdings-row { height: 25px; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-ticker { padding-left: 5px; width: 65px; font-weight: bold; font-size: 13px; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-header-row td.nv-cell-ticker { font-weight: normal; font-size: 10px; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-price { width: 55px; color: black; text-align: right; padding-right: 20px; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-price span.nv-stream-change-up { background-color: #d9eada; color: #00aa00; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-price span.nv-stream-change-down { background-color: #e5cad1; color: #cc0000; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-change { width: 54px; font-size: 11px; text-align: right; color: black; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-change-percent { width: 50px; text-align: left; color: black; font-weight: bold; font-size: 12px; text-align: right; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-header-row td.nv-cell-change { text-align: center; font-weight: normal; width: 104px; padding-right: 10px; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-change-up td.nv-cell-change, div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-change-up td.nv-cell-change-percent { color: #008c00; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-change-up td.nv-cell-change { background-image: url('data:image/gif;base64,R0lGODlhDQAPAMQAAK/GrL3Ou9noxL7Uq+jv4LfNq8bcq8jZu9/rzcPYrL3QrrTHru7z6Mvdu8vgq9zpyeDr08Xeve/35v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHABMALAAAAAANAA8AAAVI4CSOyGiagiOc5uO8DztBjmEb0EncPDHuhoRwmPAxiImBcsloOJfQg3SkqFoVLEVhy81yuyfuYrxgLQBodPl0TqNZgbg8MAoBADs='); *background-image: url(http://cdn.wikinvest.com/partner/Forbes//frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/up-arrow.gif); background-repeat: no-repeat; background-position: 0% 45%; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-change-down td.nv-cell-change, div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-change-down td.nv-cell-change-percent { color: #993300; }
div.nv-portfolio table.nv-portfolio-holdings-table tr.nv-change-down td.nv-cell-change { background-image: url('data:image/gif;base64,R0lGODlhDQAPAMQAANGTkdiopu+7ut+UkvPZ2NutrO60suWVk/HQz9WTkuOpp/DHxvXi4uKopuSvru+9tf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHABAALAAAAAANAA8AAAVDICQWQVkWYgolQOuqIuu28JrceI3v+n7Xg6BwkHI0GkOhQuFgJJ8MCOEpJKQQh6z2gIAttodFDSLQCsYiw8GATp1hIQA7'); *background-image: url(http://cdn.wikinvest.com/partner/Forbes//frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/down-arrow.gif); background-repeat: no-repeat; background-position: 0% 45%; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-chart { width: 80px; text-align: center; }
div.nv-portfolio table.nv-portfolio-holdings-table td.nv-cell-chart img { width: 50px; height: 15px; }

div.nv-portfolio-message div.nv-portfolio-holdings-container { height: 260px; }

div.nvui-pop { font-family: Arial, Sans-Serif; font-size: 11px; max-width: 300px; _width: 300px; }
div.nvui-pop div.nv-pop-header { font-weight: bold; padding-bottom: 5px; }

/* /frontend/mashup/ui/TickerBoardComponent/portfolio2col/portfolioContent.css*/

/*frontend/mashup/ui/TickerBoardComponent/portfolio2col/css/portfolioSignInContent.css*/
/*nv:preprocess*/
.nv-start-now-button { color: white; background-color: #069eec; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-weight: normal; font-size: 14px; letter-spacing: 1px; padding: 15px 22px; line-height: 1em; cursor: pointer; position: absolute; }
.nv-start-now-button:hover { background-color: #0089d3; }

/* /frontend/mashup/ui/TickerBoardComponent/portfolio2col/css/portfolioSignInContent.css*/

/*frontend/mashup/ui/TickerBoardComponent/portfolio2col/css/portfolioSignInContent.preview.css*/
/*nv:preprocess*/
/*nv:preprocess */
div.nv-tickerboard { font-family: Arial, Sans-Serif; font-size: 12px; color: #232f68; width: 620px; height: 420px; line-height: 15px; display: block !important; }
div.nv-tickerboard img { border: 0px; }
div.nv-tickerboard a { text-decoration: none; }
div.nv-tickerboard a:hover { text-decoration: underline; }
div.nv-tickerboard a, div.nv-tickerboard a:visited, div.nv-tickerboard a:link, div.nv-tickerboard a:hover { color: #232f68; }
div.nv-tickerboard .nv-price-change-up { color: #008c00 !important; }
div.nv-tickerboard .nv-price-change-down { color: #993300 !important; }
div.nv-tickerboard div.nv-tickerboard-title-container { height: 40px; }
div.nv-tickerboard div.nv-tickerboard-heading-line { font-family: Georgia; font-size: 18px; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; color: #666666; }
div.nv-tickerboard td.nv-tickerboard-heading { vertical-align: top; }
div.nv-tickerboard div.nv-tickerboard-timestamp { color: #999999; font-size: 10px; padding-top: 4px; }
div.nv-tickerboard table.nv-tickerboard-title { width: 100%; }
div.nv-tickerboard td.nv-tickerboard-heading { width: 270px; }
div.nv-tickerboard td.nv-tickerboard-heading-right { width: 252px; vertical-align: top; }
div.nv-tickerboard td.nv-tickerboard-ad { width: 88px; padding-left: 10px; }
div.nv-tickerboard div.nv-tickerboard-search table.nv-search-table { width: 250px; height: 30px; border: 1px solid #d5d5d5; }
div.nv-tickerboard div.nv-tickerboard-search td.nv-search-cell-textbox { width: 249px; padding-top: 4px\0/; *padding-top: 4px; }
div.nv-tickerboard div.nv-tickerboard-search input { -webkit-background-clip: padding-box; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 12px !important; border: 0px none; padding: 0px 30px 0px 3px; background-image: url('data:image/gif;base64,R0lGODlhDgARANUAAACW7nXK9juz873l+yCo8OH1/ZvZ+GTE9Q2e8DKw8lTA9YvR+M/t/Knd+fT6/gCc73HI9u74/gmc7zex8YbQ90e59MLo/Bil8KHe+WnF9pfW+LPh+iau8tfx/Qui8CKq8Q+i8P///5/c+X3M9kS38juw8lzA9crq++r3/ovV+bnj+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHACEALAAAAAAOABEAAAaEwJBQODBdJAJNZCh0BB4XU0YAKDGYAUCmI4xgQIlliOFRMIUYAEVIeVjOIUflIzw84EKIRJh5iM8ZeyEiDyJwBR8kQigcHFxMdipDAxIEKQ4hFlQQTCceAA+hDx4LTCgJABMaEAcUj0MQAAgbeEIboQG1IQUcqZi1IwAgJ7ohDQQGxSFBADs='); *background-image: url(http://cdn.wikinvest.com/partner/Forbes//frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/search-glass-blue.gif); background-repeat: no-repeat; background-position: 98% 45%; width: 216px !important; font-family: Arial; outline: none; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopupContainer { width: 250px; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopup { background-color: white; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopup ul { padding: 0px; margin: 0px; }
div.nv-tickerboard div.nv-tickerboard-search div.nvLiveSearchPopup div.nvLiveSearchResultReferrers { display: none; }
div.nv-tickerboard table.nv-content-table { width: 100%; margin-bottom: 10px; }
div.nv-tickerboard td.nv-content-table-left { width: 250px; padding: 0px 20px 0px 0px; }
div.nv-tickerboard div.nv-tab-content { height: 290px; }
div.nv-tickerboard td.nv-content-table-right { width: 350px; }
div.nv-tickerboard div.nv-overview-tab-control ul.nv-tabs-container, div.nv-tickerboard div.nv-overview-tab-control div.nv-tab-content { width: 250px; }
div.nv-tickerboard ul.nv-tabs-container { border: none 0px; border-bottom: solid 5px #d6d6d6; height: 34px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab { height: 19px; background-color: white; border: none 0px; padding: 5px 0px 0px 0px; text-align: center; font-size: 10px; color: #0f2d5f; margin-top: 10px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab:hover { text-decoration: underline; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-overview { width: 40px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-intl { width: 43px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-commodities { width: 88px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-currency { width: 45px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-portfolio { width: 79px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-portfolio-watchlist { width: 80px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-portfolio-movers { width: 60px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-spacer { height: 10px; margin: 7px 0px; width: 1px; background-color: #c2c2c2; border-left: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; margin-top: 17px; }
div.nv-tickerboard ul.nv-tabs-container li.nv-tab-spacer-adjacent { background-color: white; border-left: 1px solid white; }
div.nv-tickerboard ul.nv-tabs-container li.nv-selected-tab { background-color: #d6d6d6; font-size: 11px; font-weight: bold; -webkit-background-clip: padding-box; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-background-clip: padding-box; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; color: #333333; }
div.nv-tickerboard ul.nv-tabs-container li.nv-selected-tab:hover { text-decoration: none; }
div.nv-tickerboard div.nv-tickerboard-poweredby { float: left; width: 260px; height: 16px; font-size: 10px; color: #999999; }
div.nv-tickerboard div.nv-tickerboard-poweredby img { position: relative; top: 2px; border: 0px none !important; }
div.nv-tickerboard div.nv-data-disclaimer { text-align: right; padding-top: 3px; font-size: 10px; color: #999999; }
div.nv-tickerboard div.nv-data-disclaimer a { color: #999999; }
div.nv-tickerboard li.nv-intab-authlink { display: block; float: right; font-size: 10px; height: 15px; padding-top: 5px; text-align: right; width: 160px; line-height: 12px; }

.nv-signin-preview { position: absolute; overflow: hidden; height: 280px; background-image: url("/frontend/mashup/ui/TickerBoardComponent/portfolio2col/images/signin-preview.png"); background-repeat: no-repeat; border-bottom: 6px solid #D6D6D6; margin-top: 10px; }
.nv-signin-preview .nv-signin-preview-image { position: relative; width: 350px; height: 150px; background-repeat: no-repeat; background-color: transparent; top: 40px; }
.nv-signin-preview .nv-signin-preview-popup-button { position: absolute; top: 92px; left: 105px; width: 140px; height: 45px; cursor: pointer; }
.nv-signin-preview .nv-start-now-button { font-size: 13px; right: 0px; top: 207px; padding: 15px 12px; }

/* /frontend/mashup/ui/TickerBoardComponent/portfolio2col/css/portfolioSignInContent.preview.css*/

/*common/ui/element/pop/pop.css*/
.nvui-pop { margin: 10px auto; padding: 8px; position: absolute; visibility: hidden; z-index: 10; }
.nvui-pop .nvui-pop-pointy-in, .nvui-pop .nvui-pop-pointy-out { position: absolute; border-width: 10px; border-style: solid; width: 0px; height: 0px; _display: none; }
.nvui-pop .nvui-pop-mouseover { position: absolute; height: 20px; border-width: 0px; border-style: solid; }
.nvui-pop .nvui-pop-title { display: none; }

.nvui-pop-v-top .nvui-pop-pointy-in { bottom: -19px; }
.nvui-pop-v-top .nvui-pop-pointy-out { bottom: -22px; }
.nvui-pop-v-top .nvui-pop-mouseover { bottom: -19px; }

.nvui-pop-v-bottom .nvui-pop-pointy-in { top: -19px; }
.nvui-pop-v-bottom .nvui-pop-pointy-out { top: -22px; }
.nvui-pop-v-bottom .nvui-pop-mouseover { top: -19px; }

.nvui-pop-h-left .nvui-pop-pointy-in, .nvui-pop-h-left .nvui-pop-pointy-out { left: 10px; }
.nvui-pop-h-left .nvui-pop-mouseover { left: 0px; }

.nvui-pop-h-right .nvui-pop-pointy-in, .nvui-pop-h-right .nvui-pop-pointy-out { right: 10px; }
.nvui-pop-h-right .nvui-pop-mouseover { right: 0px; }

.nvui-pop-white { background: white; border: 2px solid #dddddd; }
.nvui-pop-white.nvui-pop-v-top .nvui-pop-pointy-in { border-color: white transparent transparent transparent; }
.nvui-pop-white.nvui-pop-v-top .nvui-pop-pointy-out { border-color: #dddddd transparent transparent transparent; }
.nvui-pop-white.nvui-pop-v-bottom .nvui-pop-pointy-in { border-color: transparent transparent white transparent; }
.nvui-pop-white.nvui-pop-v-bottom .nvui-pop-pointy-out { border-color: transparent transparent #dddddd transparent; }

.nvui-pop-grey { background: #fafafa; border: 2px solid #dddddd; }
.nvui-pop-grey.nvui-pop-v-top .nvui-pop-pointy-in { border-color: #fafafa transparent transparent transparent; }
.nvui-pop-grey.nvui-pop-v-top .nvui-pop-pointy-out { border-color: #dddddd transparent transparent transparent; }
.nvui-pop-grey.nvui-pop-v-bottom .nvui-pop-pointy-in { border-color: transparent transparent #fafafa transparent; }
.nvui-pop-grey.nvui-pop-v-bottom .nvui-pop-pointy-out { border-color: transparent transparent #dddddd transparent; }

.nvui-pop-white .nvui-pop-close, .nvui-pop-grey .nvui-pop-close { cursor: pointer; float: right; color: #dddddd; margin-left: 10px; }
.nvui-pop-white .nvui-pop-title, .nvui-pop-grey .nvui-pop-title { font-weight: bold; font-size: 13px; overflow: hidden; color: black; margin-bottom: 5px; }
.nvui-pop-white .nvui-pop-title .nvui-pop-title-text, .nvui-pop-grey .nvui-pop-title .nvui-pop-title-text { float: left; }
.nvui-pop-white.nvui-pop-v-top .nvui-pop-pointy-in, .nvui-pop-grey.nvui-pop-v-top .nvui-pop-pointy-in { border-color: white transparent transparent transparent; }
.nvui-pop-white.nvui-pop-v-top .nvui-pop-pointy-out, .nvui-pop-grey.nvui-pop-v-top .nvui-pop-pointy-out { border-color: #dddddd transparent transparent transparent; }
.nvui-pop-white.nvui-pop-v-bottom .nvui-pop-pointy-in, .nvui-pop-grey.nvui-pop-v-bottom .nvui-pop-pointy-in { border-color: transparent transparent white transparent; }
.nvui-pop-white.nvui-pop-v-bottom .nvui-pop-pointy-out, .nvui-pop-grey.nvui-pop-v-bottom .nvui-pop-pointy-out { border-color: transparent transparent #dddddd transparent; }

.nvui-pop-black { background: black; border: 2px solid black; color: white; opacity: 0.75; }
.nvui-pop-black .nvui-pop-close { cursor: pointer; float: right; color: #dddddd; margin-left: 10px; }
.nvui-pop-black .nvui-pop-title { font-weight: bold; font-size: 13px; overflow: hidden; margin-bottom: 5px; }
.nvui-pop-black .nvui-pop-title .nvui-pop-title-text { float: left; }
.nvui-pop-black.nvui-pop-v-top .nvui-pop-pointy-in { border-color: black transparent transparent transparent; }
.nvui-pop-black.nvui-pop-v-top .nvui-pop-pointy-out { border-color: black transparent transparent transparent; }
.nvui-pop-black.nvui-pop-v-bottom .nvui-pop-pointy-in { border-color: transparent transparent black transparent; }
.nvui-pop-black.nvui-pop-v-bottom .nvui-pop-pointy-out { border-color: transparent transparent black transparent; }

.nvui-pop-pale-green { background: #eeffff; border: 3px solid #cedddd; }
.nvui-pop-pale-green.nvui-pop-v-top .nvui-pop-pointy-in { border-color: #eeffff transparent transparent transparent; }
.nvui-pop-pale-green.nvui-pop-v-top .nvui-pop-pointy-out { border-color: #cedddd transparent transparent transparent; }
.nvui-pop-pale-green.nvui-pop-v-bottom .nvui-pop-pointy-in { border-color: transparent transparent #eeffff transparent; }
.nvui-pop-pale-green.nvui-pop-v-bottom .nvui-pop-pointy-out { border-color: transparent transparent #cedddd transparent; }

/* /common/ui/element/pop/pop.css*/

/*common/ui/element/overlay/overlay.css*/
.nvui-o { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 10000; }
.nvui-o.nvui-o-fixed { position: fixed; }
.nvui-o .nvui-o-trans { position: absolute; width: 100%; height: 100%; background: white; opacity: 0.5; filter: alpha(opacity=50); }
.nvui-o .nvui-o-msg { position: absolute; }
.nvui-o .nvui-o-msg-fixed { position: fixed; }
.nvui-o .nvui-o-msg-white { padding: 10px 20px; font-size: 13px; color: #26262c; text-align: center; font-weight: bold; background: white; border: 2px solid #f7f7f7; -webkit-background-clip: padding-box; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.nvui-o-dark .nvui-o-trans { background: black; }

/* /common/ui/element/overlay/overlay.css*/

/*frontend/mashup/ui/css/tabs.css*/
ul.nv-tabs-container { list-style-type: none; list-style-image: none; margin: 0px; padding: 0px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #b2b2b4; _position: "relative"; _top: "1px"; }
ul.nv-tabs-container li.nv-tab { float: left; display: block; border-style: solid; border-width: 0px 0px 1px 1px; border-color: #b2b2b4; background-color: #f1f1f1; text-align: center; cursor: pointer; color: black; }
ul.nv-tabs-container li.nv-tab-spacer { float: left; display: block; }
ul.nv-tabs-container li.nv-first-tab { border-left: 0px; }
ul.nv-tabs-container li.nv-selected-tab { background-color: white; border-bottom: solid 1px white; }

div.nv-tab-content { display: none; }

div.nv-selected-tab-content { display: block; }

/* /frontend/mashup/ui/css/tabs.css*/
