._PageControl {
    border: 1px solid #CDCABB;
    overflow: hidden;
}

._PageControlTabsContainer {
    background: #DDDDDD;
    //vertical-align: bottom; 
    padding-top: 10px;
    min-height: 20px;
    overflow: hidden;
}

._PageControlContentContainer {
    background: #EFF0EC;
    /*height: 100%;*/
    overflow: auto;
}
._PageControlTab, ._PageControlTabActive, ._PageControlTabOver {
    display: inline;
    border-top: 1px solid #91A7B4;
    border-left: 1px solid #91A7B4;
    border-right: 1px solid #91A7B4;
    background: #FCFCFE;
    
    -moz-border-radius-top-left:3px;
    -webkit-border-radius-top-left:3px;
    border-top-left-radius:3px;
    -moz-border-radius-top-right:3px;
    -webkit-border-radius-top-right:3px;
    border-top-right-radius:3px;

    
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    
    
    margin-right: 1px;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    cursor: pointer;
}

._PageControlTabActive {
    font-weight: bold;
    border-top: 3px solid #FFC83C;
    margin-right: 0px;
}

._PageControlTabOver {
    background: #FAFAFC;
    border-top: 3px solid #FFC83C; 
}

._PageControlContent {
    overflow: auto;
    /*height: 100%;*/
}
