﻿.menu
{
    visibility: hidden;
    display: none;    
}

/* Fund Controls */
div.fundControlSeperatorBar
{
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-left: none;
    border-right: none;
}

div.fundControlContainerBorders
{
    border-bottom-left-radius: 0;        
    border-bottom-right-radius: 0;   

	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chartNotAvailableBox
{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Fund Controls End */


