html {
    height: 100%;
}

body {
    color: #232F2F;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    min-width: 950px;
}

#performance-wrapper {
    height: auto !important;
    margin: 0px auto;
    min-height: 100%;
    padding: 0px 0px 50px 0px;
    background: url('./www-styles/images/bgnoise.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.performance-container {
    max-width: 1500px;
    padding: 0 2%;
    width: 96%;
    margin: 0 auto;
}

.performance-container-internal {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 20px 2% 30px;
}

#performance-header {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    min-width: 950px;
}

#performance-menu-container {
    background-color: #414852;
    height: 30px;
}

#performance-menu {
    margin: 0px auto;
    padding: 0px;
}

#performance-menu li {
    color: #ccc;
    float: left;
    margin: 0px;
    list-style: none;
    padding: 0px;
    position: relative;
    z-index: 20;
}

#performance-menu li a {
    display: block;
    padding: 5px 30px;
    height: 20px;
}

#performance-menu li.performance-dropdown a {
    padding-right: 40px;
    width: 130px;
}

#performance-menu a, #performance-menu a:link, #performance-menu a:hover, #performance-menu a:active {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.performance-dropdown {
    background: url("./www-styles/images/big_arrow_white_down.gif") no-repeat scroll 90% 51% rgba(0, 0, 0, 0);
}

#performance-menu > li:hover > ul, .sub-menu:hover, #performance-menu > li:hover > ul, .sub-menu:active {
    display: block;
}

#performance-menu li > ul {
    display: none;
    left: 0px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px;
    height: 300px;
    background-color: #414852;
    box-shadow: 10px 10px 50px #414852;
    z-index: -1;
}

#performance-menu li > ul li {
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 30px;
}

#performance-menu li.performance-dropdown ul.performance-submenu a {
    display: block;
    width: 190px;
    padding: 5px;
    margin: 0px;
}

#performance-menu li.performance-dropdown ul.performance-submenu a.edit_product_menu {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 0;
    width: auto;
    padding: 2px 4px;
    height: auto;
    font-size: 10px;
    background-color: #414852;
    color: #ffffff;
    border: 1px solid #676D75;
    opacity: 0.6;
}

#performance-menu li.performance-dropdown ul.performance-submenu a.edit_product_menu:hover {
    opacity: 1;
    background-color: #676D75;
    border: 1px solid #676D75;
}

#performance-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#performance-footer {
    background-image: url('./www-styles/images/random_grey_variations.png');
    color: #CCCCCC;
    padding: 10px 5%;
    text-align: left;
    width: 90%;
}

#performance-footer a, #performance-footer a:link, #performance-footer a:hover, #performance-footer a:active {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

#performance-logout {
    margin-top: 20px;
    text-align: right;
    float: right;
    margin-right: 30px;
    font-weight: bold;
    font-size: 14px;
}

#performance-logo {
    width: 165px;
    margin: 20px;
    float: left;
}

.TBtr {
    background-color: #EDEDED;
}

.TRtr2 {
    background-color: #fff;
}

.performance-tabs {
    height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.performance-tabs li {
    float: left;
    height: 30px;
    margin: 5px 5px 0;
    padding: 0;
}
.performance-tabs a {
    background-color: #E8EAF4;
    border: 1px solid #E0E3F6;
    color: #0040AF;
    display: block;
    font-size: 14px;
    height: 19px;
    padding: 5px;
}

.performance-tabs a.active, .performance-tabs a:hover {
    background-color: #FFFFFF;
}

.TBtable {
    background-color: #fff;
}

#performance-menu li > ul li.dropdown-column-1 {
    margin-left: 0px;
    float: none;
}

#performance-menu li > ul li.dropdown-column-2 {
    margin-left: 200px;
    float: none;
}

#performance-menu li > ul li.dropdown-column-3 {
    margin-left: 400px;
    float: none;
}

#performance-menu li > ul li.dropdown-column-4 {
    margin-left: 600px;
    float: none;
}

#performance-menu li > ul li.dropdown-column-5 {
    margin-left: 800px;
    float: none;
}

#performance-menu li > ul li.dropdown-column-new {
    margin-top: -300px;
}


