﻿.id_viewfunds{
	background:#425D73;
	color:#fff;
	width:418px;
}

.id_viewfunds table.id_tabs{
   width:418px;
}
	
.id_viewfunds table.id_tabs td{
	padding:5px 0;
	text-align:center;
	font-family:georgia;
	border-top:4px solid #96A199;
	background:#6F8496;
	color:#fff;
	font-size:1.6em;
}

.id_viewfunds table.id_tabs td.last{
	background:#6F8496;
	color:#fff;
	border-top:4px solid #96A199;
}

.id_viewfunds table.id_tabs td.on{
   background:#425D73;
   color:#fff;
	border-top:4px solid #DCD087;
}

.id_viewfunds_sub{
	padding:15px 20px 0px 20px;
}

div.my_tracked_funds_wrapper{
	padding:15px 10px 5px 10px;
}

.id_viewfunds table.id_fundslinks {
   margin-bottom:15px;
}

.id_viewfunds table.id_fundslinks td {
   color:#fff;
   padding-right:5px;
}

.id_viewfunds table.id_fundslinks td.on {
   color:#DCD087;
}

.id_viewfunds table.id_fundslinks td.nolink {
   color:#DCD087;
}

.id_viewfunds table.id_fundslinks a:link, .id_viewfunds table.id_fundslinks a:visited{
	color:#fff;
	text-decoration:underline;
}

.id_viewfunds table.id_fundslinks a:hover{
	text-decoration:none;
}

.id_viewfunds td a{

	color:#fff;
}

.id_viewfunds td a:hover{
	color:#DCD087;
}

/* slider */
/* slider - background */
div.client_slider 
{
   width: 300px;
   z-index:50;
}

div.client_slider_4
{
   background: url(../Images/Home/slider_background_4.gif) no-repeat left;
}

div.client_slider_5
{
   background: url(../Images/Home/slider_background_5.gif) no-repeat left;
}

div.client_slider ul
{
   list-style: none none outside;
   padding: 0px;
   margin: 0px;
   -moz-user-select:none;
}

/*  slider - each tab */
div.client_slider ul li
{
   cursor: pointer;
   float: left;
   height: 44px;

   padding: 0px;
   border: 0px none;
}

div.client_slider_4 ul li.tab_first
{
   width: 50px;
}

div.client_slider_4 ul li.tab_last
{
   width: 50px;
}

div.client_slider_4 ul li.tab_middle
{
   width: 100px;
}

div.client_slider_5 ul li.tab_first
{
   width: 37px;
}

div.client_slider_5 ul li.tab_last
{
   width: 38px;
}

div.client_slider_5 ul li.tab_middle
{
   width: 75px;
}

/*  slider -  handle */
div.client_slider ul li div.handle
{
   background: url(../Images/Home/slider_handle.gif) no-repeat;
   width: 11px;
   
   height: 24px;
   margin-top: 5px;
}

div.client_slider_4 ul li.tab_first div.handle, div.client_slider_5 ul li.tab_first div.handle
{
   margin-left: 0px;
}

div.client_slider_4 ul li.tab_middle div.handle
{
   margin-left: 44px;
}

div.client_slider_4 ul li.tab_last div.handle
{
   margin-left: 39px;
}

div.client_slider_5 ul li.tab_middle div.handle
{
   margin-left: 33px;
}

div.client_slider_5 ul li.tab_last div.handle
{
      margin-left: 27px;
}

/* slider pop-up */
div.id_slider{
	position:relative;
}

div.slider_pop
{
	position:absolute;
	top:40px;
	left:-20px;
	width:418px;
	background:#425D73;
}

div.slider_pop div.slider_sheet{
   padding: 15px;
}

div.slider_pop table{
	font-size:1.1em;
}

div.slider_pop ul{
	margin:0;
	padding:0;
	list-style:none;
}

div.slider_pop td
{
	padding:4px 7px;
	border-bottom:1px;
}

div.slider_pop td.data
{
   border-bottom:1px solid #6F8496;
   width:49%;
}
div.slider_pop td.bottom
{
   border-bottom:none;
}

div.slider_pop td a:link,div.slider_pop li a:visited{
	font-size:1em;
}
		
div.id_risk_disclaimer
{
   font-size: 9px; 
   border-top: 1px solid #6F8496; 
   padding-top: 7px;
}


