﻿
/*
This CSS File is used to explicitly set the design for newer standards based browsers, 
which cascades over the CSS used in the previous file that accommodates older browsers 
that do not fully support CSS 2.0
*/

html>body #Shell 
{
    width:auto;
    margin:0 21.5em 0 21.5em; 
   /* background:url(book-top.png) top center no-repeat; */
    }
html>body #Content 
{
    width:auto;
    /* background:url(book-bottom.png) center bottom no-repeat; */
    }
html>body #Content div 
{  /* All div's inside #Content will have background and padding, no margin.
        This connects the book from top to bottom. */

    width:auto;
    
    }
    
html>body#Application #Shell .Spacer
{
    height:25px;
    }
html>body#Application #Content .Spacer
{
    height:25px;
    }


html>body .FeaturedItems img 
{
    width:auto;
    height:auto;
    max-width:7em;
    max-height:7em;
    }
html>body .oldbrowserspacing
{
    height:0;
    margin:0;
    padding:0;
    visibility:hidden;
    display:none;
    background:transparent;
    }
html>body #HighlightedItems 
{
    }

html>body #HighlightedItems ul,#HighlightedItems h5
{
    margin-left:auto; 
    margin-right:auto; /* Auto margins are the replacement for <center> tag. */
    }
html>body #HighlightedItems li 
{
    width:13.6em;  /* Needs to match CSS Sizing of #HighlightedItems img. */
    height:13.6em; 
    }

html>body #Footer
{
    width:auto;
    }

html>body #UpgradeBrowser
{
    border:none;
    background:transparent;
    padding:0;
    margin:0;
    visibility:hidden;
    display:none;
    height:0;
    width:0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    #Content div div,#Content div table div
{
    background:transparent;
    }