/* File: dca.css */
div.navigation-toolbar-holder {
    height: 39px;
    width: 100%;
    background-color: #fdfdfd;
    position: relative;
    top: 0;
    left: 0;
    right: 250px;
    z-index: 100;
    border-top: 3px solid #37BBEC;
    border-bottom: 1px solid #E3E3E3;
}

div.dashButton {
    border-radius: 5px;
    color: white;
    background-color: #04323F;
    padding: 5px 8px 5px 8px;
    min-width: 50px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    FONT-SIZE: 14px;
    behavior: url(css/PIE.htc);
    position: relative;
}

div.loginButton {

    width: 80px;
    background: #1398D9;
    padding: 6px;
    border: 0px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -icab-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(css/PIE.htc);
    outline: 0px;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
}


