.textResizeMore
{
    font-family:helvetica;
    font-size:0.9em;
    font-weight:bold;
    color:#0068a5;
    cursor: pointer;
}

.textResizeMoreDisabled
{
    font-family:helvetica;
    font-size:0.9em;
    font-weight:bold;
    color:#5E5E5E;
    cursor: pointer;
}

.textResizeLess
{
    font-family:helvetica;
    font-size:0.9em;
    color:#0068a5;
    cursor: pointer;
    font-weight:bold;
}

.textResizeLessDisabled
{
    font-family:helvetica;
    font-size:0.9em;
    color:#5E5E5E;
    cursor: pointer;
    font-weight:bold;
}

.textResizeSeparator
{
    font-size:1em;
    font-weight:bold;
    color:#5E5E5E;
    margin-left:0.4em;
    margin-right:0.4em;
}

.textResizeLabel
{
    font-size:10px;
    font-weight:bold;
    color:#5E5E5E;
}
