﻿div.no_tracked_funds
{
	font-size:1.3em;
	padding:43px;
}

div.id_risk_category_name
{
   width:100%;
   text-align:center;
   font-family:georgia;
   font-size:1.4em;
   font-weight:bold;
}

a.build_link{
	color:#ffffff;
	text-decoration:underline;
	padding-left:17px;
	background:url(../Images/Home/edit_list.gif) no-repeat left;
}

a.build_link:hover{
	text-decoration:none;
}

div.tracked_funds_scroller
{
   height:150px;
	overflow:auto;
	margin-bottom:15px;
}

/*
   Styles that apply to both the view and the edit tables
*/
table.tracked_funds_table,
table.tracked_funds_table_header
{
	width:375px;
}

table.tracked_funds_table{
	margin-bottom:12px;
}

table.tracked_funds_table_header th{
	padding:3px 8px 8px 8px;
	font-weight:bold;
	font-size:10px;
}

table.tracked_funds_table td{
	font-size:13px;
	padding:3px 8px;
}

table.tracked_funds_table tr.reg{
	background-color:#4F687D;
}

table.tracked_funds_table tr.reg td{
	border-top:1px solid #556E81;
	border-bottom:1px solid #556E81;
}

table.tracked_funds_table tr.alt{
	background-color:#425D73;
}

table.tracked_funds_table td.selected,  table.tracked_funds_table tr.alt td.selected{
	background-color:#96A4B1;
}

/*
   Styles that apply to only the view table, not the edit one
*/
table.view_tracked_funds_table td
{
   cursor:pointer;
}

table.view_tracked_funds_table td.name,
table.view_tracked_funds_table_header th.name{
	width:171px;
}

table.view_tracked_funds_table td.symbol,
table.view_tracked_funds_table_header th.symbol{
	width:45px;
}

table.view_tracked_funds_table td.nav,
table.view_tracked_funds_table_header th.nav{
	width:40px;
}

table.view_tracked_funds_table td.change,
table.view_tracked_funds_table_header th.change{
	width:60px;
}

table.view_tracked_funds_table span.data_neg{
   color:#DDA09D;
   padding-left: 10px;
   background: url("../Images/Global/price_arrow_down_8_light.gif") no-repeat left 7px;
}

table.view_tracked_funds_table span.data_zero{
   color:#B6E2BF;
}

table.view_tracked_funds_table span.data_pos{
   color:#B6E2BF;
   padding-left: 10px;
   background: url("../Images/Global/price_arrow_up_8_light.gif") no-repeat left 6px;
}

table.view_tracked_funds_table td.pos{
	color:#C4F5C9;
}

table.view_tracked_funds_table td.neg{
	color:#DF9F9F;
}

/*
   Styles that apply to only the edit table, not the view one
*/
table.edit_tracked_funds_table td.check,
table.edit_tracked_funds_table_header th.check
{
	width:50px;
	text-align:center;
}

table.edit_tracked_funds_table td.name,
table.edit_tracked_funds_table_header th.name
{
	width:207px;
}

table.edit_tracked_funds_table td.name{
   padding-top:5px;
}

table.edit_tracked_funds_table td.fundclass,
table.edit_tracked_funds_table_header th.fundclass
{
	width:85px;
}

table.edit_tracked_funds_table td.fundclass{
   padding-top:3px;
}

table.tracked_funds_table tr td table.class_selector
{
   width:100%;
   height:20px;
}

table.tracked_funds_table tr td table.class_selector td.inner{
   text-align:center;
   padding:1px 0px 0px 1px;
   border:none;
}

table.tracked_funds_table tr td table.class_selector td.selected_fund_class{
   background-image:url(../Images/Home/tracked_class_bg.gif);
   background-position:center 1px;
   background-repeat:no-repeat;
}

table.tracked_funds_table tr td table.class_selector td.selected_fund_class a{
   color:#455560;
}

div.tracked_funds_footer{
	margin-bottom:5px;
	padding-left:9px;
	padding-right:22px;
}

div.edit_button_bar
{
   text-align:right;
   padding-bottom:10px;
}

