@charset "utf-8";


#bodyDiv {
    min-width:              320px;
    
}

#sidebarDiv {
    width:                  10em;
}

#outerContentDiv {
    margin-left:            10em;
}

#contentDiv {
    font-size:                  larger;
}


#franchiseDiv {
    background-color:       transparent;
    height:                 100px;
    display:                inline;
    
    background-image:       none;
    
    padding-left:                20px;
    padding-right:              20px;
    padding-bottom:             0;
    margin:                 0;
}

#franchiseLogoImg {
    margin:                 0;
    padding:                0;
}

#contentHeightDiv {
    display:                none;
}


/* ** Main Menu ** */
#headerDiv ul .SSCMenuCurrentPage {
    background-color:       transparent;
    background-image:       none;
}
/* ** End Main Menu ** */

/* ** Sidebar Menu ** */
/* ** End Sidebar Menu ** */


#footerDiv {
    font-size:              xx-small;
}


.SSCDebugMessageOutput {
    overflow:                   auto;
    height:                     auto;
}

