.SubNavigationContainer
{
    width: 825px;
    height: 25px;
    padding-left: 5px;
    background-color: #eeeeee;
      z-index: 1;
}

.SubNavigationObjectCountContainer
{
    position: absolute; 
    left: 20px; 
    top: 4px;    
}

.SubNavigationControlContainer
{
    position: absolute; 
    right: 15px; 
    top: 2px;  
}

.TextfieldUserInput
{
    width: 170px;
    border-top: 2px solid #999999;
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    border-left: 2px solid #999999;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    margin: 1px 0 0;
}

