@media screen
{
	body { font-size:125%; }
	.menuShortcuts li { background-position: left 3px; }
	.menuShortcuts li.last { background-position: left 8px; }
	.menuShortcuts li a { background-position: right 8px; }
	.menuFlyout li:hover, .menuFlyout span.selected {background-position: right 0.4em;}
    .quickSearchField, .fullSearchField { height:17px; }
    .quickSearchButton { height:21px; width: 50px; }
	
    .orgChartView li a:hover, .orgChartView li a.selected {background-position: 15px -2px;}
    .orgChartView li li li a:hover, .orgChartView li li li a.selected {background-position: 0px 0px;}
    
    #Logo {background: transparent url(Default/images/ft_logo_medium.gif) no-repeat 0.4em 0.5em;}
    #Logo img { visibility:hidden; }
    #WrapperArea { background-position:left 3em; }
    
    #MenuBackground
    {
        background-image: url(Default/images/menu_bg_medium.png);
        background-repeat:repeat-y;
        
    }
    
    .ContextMenu5L
    {
        background-image: url(Default/images/menu_bg_medium.png);
        background-repeat:repeat-y;
        
    }
}

