﻿/**************************
* PROGRESS BAR OVERRIDES
**************************/
.ui-progressbar-value
{
    background-image: url(images/pbar.png);
    border-color: #236299;
}

.ui-progressbar-value[animated=true]
{
    background-image: url(images/pbar-ani.gif);
    border-color: #236299;
}


/**************************
* VIS TIMELINE STYLES
**************************/
/* top and bottom bar */
.timeline-panel.timeline-background:first-child {
    background-color: #003366; /* menu-header-container background-color */
    z-index: -1;
}
/* middle section */
.timeline-panel.timeline-background.timeline-horizontal {
    background-color: white;
    z-index: -1;
}
/* text in axis */
.timeline-time-axis .timeline-text {
    color: #ffffff; /* menu-header color */
}
