/* ================ PAGE SETUP ================ */
body {  
   margin: 0;  
   padding: 0;  
   width: auto;  
   max-width: none;  
   background-attachment: fixed;  
   background: #e5e5e5;
   text-align: center;
}

body > div {
   text-align: left;
}

body.SelectSlice {  
   text-align: left;
 }
div.ModalManager {
	min-width: 270px;
}

body.MobileMode > div.ManagerContainer {
   width: inherit;
   min-width: 270px;
}

div.MessagePanel{
   width: 950px;
}

div.PageWrapper {    
   position: relative;  
   width: auto;  
   display: inline-block;
 background: #FFF;  
   -moz-box-shadow: 0px 0px 6px #666;  
   -webkit-box-shadow: 0px 0px 6px #666;  
   box-shadow: 0px 0px 6px #666;  
   border-radius: 2px;  
   overflow: visible; }


/* ============== HIDE HEADER ============== */

div.StepInfoHeader {
   display: none;
}

/* ================ SIDEBAR ================ */
div.Sidebar {
    margin: 10px 10px 10px 10px;
}

.SidebarSectionDevelopment {
    background: #FFF;
}

/* ================ FOOTER ================ */
.footer {
   margin-top: 10px;
   text-align: center;
   color: #003A64; }

.footer a {
   color: #003A64; }