body {
    font: 15px/1.231 arial,helvetica,clean,sans-serif;
    background-color: #FFF;
}

/**
    Nextgen stuff
*/

/*
header
*/
.zone_global_primary_header, .simplified_primary_header {
    height: 130px;
    overflow: auto;
    padding: 0;
    width: 100%;
}

.ng-top-links {
    font-size: 12px;
    padding: 0 0 5px 0;
    margin-right: 10px;
}

.ng-top-links ul {
    list-style: none;
    text-align: right;
    padding: 0px !important;
    margin: 0 0 0 20px;
}

.ng-top-links ul li.first {
    background: none;
    padding: 0;
}
.ng-top-links ul li {
    display: inline;
    background: url(/share/images/bottom-nav-divider.gif) no-repeat bottom left;
    padding: 0 0 0 6px;
}

ul li {
    list-style: disc outside;
}

.ng-top-links a {
    color: #666666;
    text-decoration: none;
}
.ng-top-links a:hover {
    text-decoration: underline;
}

#zoneAssignmentGlobalPrimaryHeader_1, #zoneAssignmentGlobalPrimaryHeader_2, #zoneAssignmentGlobalPrimaryHeader_3, #zoneAssignmentGlobalPrimaryHeader_4, #zoneAssignmentGlobalPrimaryHeader_5, #zoneAssignmentGlobalPrimaryHeader_6 {
    padding: 0;
    vertical-align: top;
}

.ng-header-development {
	background: url(../images/bg_header_dev.png) repeat-x;	
    border: 1px solid #d9d9d9;
    height: 91px;
    width: 1006px;
}

.ng-header-development:after {
  position: absolute;
  top: 100px;
  left: 450px;
  font-size: 16px;
  font-weight: bold;
  color: #777777;  
  content: "Env: Development";
}

.ng-header-staging {
	background: url(../images/bg_header_staging.png) repeat-x;	
    border: 1px solid #d9d9d9;
    height: 91px;
    width: 1006px;
}

.ng-header-staging:after {
  position: absolute;
  top: 100px;
  left: 450px;
  font-size: 16px;
  font-weight: bold;
  color: #777777;  
  content: "Env: Staging";
}

.ng-header-production {
	background: url(../images/bg_header_prod.png) repeat-x;	
    border: 1px solid #d9d9d9;
    height: 91px;
    width: 1006px;
}


.ng-header-production:after {
  position: absolute;
  top: 100px;
  left: 450px;
  font-size: 16px;
  font-weight: bold;
  color: #777777;  
  content: "Env: Production";
}

.ng-header-logout {
	background: url(../images/bg_header_prod.png) repeat-x;	
    border: 1px solid #d9d9d9;
    height: 91px;
    width: 1006px;
}

.ng-header-logo {
	position: absolute;
	top: 45px;
	left: 20px;
}

/**
    Footer
*/

.zone_global_footer {
    margin-top: 25px;
    clear: left;
    width: 100%;
}

.ng-maincontainer-bottom {
    background: url('/share/images/bg_maincontainer_bottom.png') no-repeat scroll left top transparent;
    height: 12px;
    margin: 0;
    font-size: 1px;
}

.ng-bottom-links a {
    color: #666666;
}
.ng-bottom-links ul li.first {
    background: none;
    padding: 0 7px 0 8px !important;
}
.ng-bottom-links ul li {
    display: inline;
    background: url(/share/images/bottom-nav-divider.gif) no-repeat bottom left;
    padding: 0 7px 0 8px !important;
}
.ng-bottom-links ul {
    list-style: none;
    text-align: center;
    padding: 0px !important;
}
.ng-bottom-links {
    font-size: 10px;
    margin: 10px 0;
}

.ng-social-icons {
    text-align: center;
    margin: 0 auto;
}

.ng-copyright-zone {
    width: 650px;
    text-align: center;
    color: #a5a5a5;
    font-size: 10px;
    margin: 0 auto 0 auto;
    padding: 5px 0 42px 0;
}


/**
Sidebar stuff
**/

.ng-navmenu-frame {
    background: url('https://knowledge.nextgen.com/pe/SkinImageDisplayServlet/10112742/155503/bg_main_gradient.png') repeat-x scroll left bottom transparent;
    border: 1px solid #E0E0E0;
    border-radius: 9px 9px 9px 9px;
    float: left;
    padding: 20px;
    margin: 0 0 10px 0;
    /*width: 170px;*/
    width: 100%;
}
.ng-navmenu-title {
    color: #555555;
    font-size: 1.6em;
}
.ng-navmenu-subtitle {
    color: #852339;
    font-size: 14px;
    padding: 12px 0px 6px 0px;
}
.ng-navmenu {
    font-size: 12px;
    margin-left: -20px;
    color: #555555;
    width: 200px;
}
.ng-navmenu ul {
    list-style: none;
    text-align: left;
    padding: 0px !important;
}
.ng-navmenu ul li {
    display: inherit;
    padding: 3 0 3 0px;
    list-style-type: none;
}
.ng-navmenu a {
    font-size: 12px;
    color: #555555;
}
/* I added this one */
.ng-navmenu-frame ul {
    margin-left: 20px;
}