﻿.ProgressDisplay
{
    font-weight: bold;
}

.ProgressDisplay .StatusMessage
{
    margin: 1px;
    height: 1.5em;
}

.ProgressDisplay .ProgressBar
{
    background-color: rgb(204, 204, 204);
}

.ProgressDisplay .ImageButton
{
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    background-color: inherit;
}

.ProgressDisplay .ImageButton img
{
    border-width: 2px;
    border-style: outset;
    border-color: white;
    margin: 0px;
    padding: 0px;
    height: 1.5em;
    vertical-align: top;
}

#progressDisplayCenterer
{
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#progressDisplay
{
    vertical-align: middle;
    width: 100%;
}

#barTd
{
    width: 100%;
}

#statusDiv
{
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

#barDiv, #barDetailsDiv
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0pt;
    left: 0pt;
    z-index: -1;
    height: 100%;
    width: 75%;
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}


