.rightHeader{
    float:right;
}

.rightHeaderUserDetails{
    float:right;
    width: 200px;
    padding-top: 2px;
    text-align: right;
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis;    /* IE, Safari (WebKit) */
    overflow: hidden;   /* don't show excess chars */
    white-space: nowrap;    /* force single line */
    font-family : arial;
    font-size : 12px;
    color : #2F2F2F;
    line-height : 25px;
}

.leftHeader{
    float:left;
    width: 200px;
}

.headerToolbar{
    /*padding-top:10px;*/
}
.logo
{
    float:left;
}

.rightHeaderLinks
{
    float:right;
    margin-left: 10px;
    top: 14px;
}
.leftHeaderLinks
{
    float:left;
    margin-left: 10px;
    top: 14px;
}
.headerLinks a
{
    text-decoration: none;
    color: #2F2F2F;
}
.headerLinks:hover
{
    background-color: #F0EDE7;
}
.headerButton {
    border-radius : 5px;
    padding : 0 5px;
    font-family : arial;
    font-size : 12px;
    color : #2F2F2F;
    width : 70px;
    border : 1px solid #CECECE;
    height : 25px;
    line-height : 25px;
    border-top-left-radius : 4px;
    border-top-right-radius : 4px;
    cursor : pointer;
    text-align : center;
}
.headerButtonLarge{
    width: auto;
}
