#SettingsMain {
    /*margin-top: 20px;*/
    padding-top: 10px;
    width: 100%;
    background-color: #F5F5F5;
}

#PVSAdminTabs {

}

/* in some languages the navigation requires more than one line, so we shrink the line height to fit! */
.multiLineNavItem {
    line-height: 14px !important;
    margin-top: 3px !important;
}

#myPvSystem {
    color: #00AAFF;
    background-color: #F5F5F5;
    font-size: 20px;
    /*font-weight: bold;*/
    /*margin-right: 20px;*/
    padding: 15px 0px 4px 20px;
}


#myPvSystemIcon {
    float: left;
    height: 25px;
    margin-left: 15px;
    margin-right: 12px;
    margin-top: 14px;
}

#PVSAdminTabs ul {
    border: medium none;
    display: block;
    float: left;
    margin: 0 0 0 8px;
    padding: 0;
    width: 153px;
    /*font-size: 25px;*/
    /*font-weight: bold;*/
    color: #4D4D4D;
}

#PVSAdminTabs ul li {
    background-color: #999999;
    border-bottom: 1px solid #F5F5F5;
    clear: left;
    display: block;
    float: left;
    height: 34px;
    margin-left: 3px;
    overflow: hidden;
    top: 0;
    width: 150px;
}

#PVSAdminTabs li a {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    /*font-weight: bold;*/
    height: 100%;
    line-height: 34px;
    padding: 0 0 0 2px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

div.TabContent {
    background-color: #FFFFFF;
    box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.5);
    min-height: 600px;
    min-width: 600px;
    /*width: 820px;*/
    /*overflow: hidden;*/
    position: relative;
    /*height: 100%;*/
    /*width: 100%;*/

}

div.ShadowOverlay {
    background-color: #FFFFFF;
    /*height: 100%;*/
    /*width: 100%;*/
    /*width: 800px;*/
    min-height: 530px;
    /*overflow: hidden;*/
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    position: relative;
    z-index: 5;
    overflow: auto;
    padding: 2px 15px 15px;
    /*overflow-style: scrollbar;*/
    /*height: 640px;*/
    /*width: 640px;*/
}

li.selected {
    background-color: #FFFFFF;
    border-right-width: 1px;
    box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #00AAFF;
    height: 38px;
    line-height: 38px;
    margin-left: 0;
    position: relative;
    width: 133px;
    z-index: 1;
}


#PVSAdminTabs li.notselected {
    border-bottom: 1px solid #999999;
    margin-bottom: 2px;
}

#PVSAdminTabs li.notselected a:hover {
    background-color: #F5F5F5;
    border: 1px solid #999999;
    color: #00AAFF;
    display: block;
    font-size: 11px;
    height: 100%;
    line-height: 34px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

#PVSAdminTabs li.selected {
    background-color: #FFFFFF;
    border-right-width: 1px;
    box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #00AAFF;
    height: 38px;
    line-height: 38px;
    margin-left: 0;
    position: relative;
    width: 153px;
    z-index: 1;
}

#PVSAdminTabs ul li.selected a {
    border-right-width: 1px;
    color: #00AAFF;
}


