﻿.progressBlockGray {
    width: 200px;
    height: 99px;
    background-image: url('../IMAGES/ProgressGray.png');
    position: inherit;
}

.progressBlockOrange {
    width: 200px;
    height: 99px;
    background-image: url('../IMAGES/ProgressOrange.png');
    position: inherit;
}

.progressBlockBlue {
    width: 200px;
    height: 99px;
    background-image: url('../IMAGES/ProgressBlue.png');
    position: inherit;
}

.arrow {
    width: 30px;
    height: 6px;
    background-image: url('../IMAGES/arrow.png');
    position: inherit;
}

.arrowBig {
    width: 60px;
    height: 6px;
    background-image: url('../IMAGES/arrowBig.png');
    position: inherit;
}
.progressBlockDiv {
    left: 5px;
    /*   width: 1000px;*/
    top: 300px;
    position: absolute;
    background-color: antiquewhite;
}

.verticalscroll {
    overflow-y: auto; /*Show vertical scroll bar*/
    overflow-x: hidden; /* Hide horizontal scroll bar*/
}