﻿/* Progressbar
----------------------------------*/
.ui-ContainerProgress
{
    z-index: 10002;
    position: absolute;
    outline-style: none;
    outline-color: invert;
    outline-width: 0px;
    width: 400px;
    background: white url('../images/SatrackLogo.png') no-repeat 50% 30%;
    height: auto;
    display: block;
}
.ui-progressbar
{
	height: 2em;
	text-align: left;
}
.ui-progressbar .ui-progressbar-value
{
	margin: -1px;
	height: 100%;
}
.ui-progressbar-image
{
    border: none;
    background: transparent url('../images/SatrackLoad.gif') no-repeat 50% 90%;
    height: 145px;
    width: 100%;
}

/* PopUp Progress */
.PopUpProgressModal
{
	position: absolute;
	display: block;
	top: 100;
	left: 0;
	width: 100%;
	height: auto;
	background: White; /*opacity: .30; 	filter: Alpha(Opacity=30);*/
	z-index: 2000;
}
.PopUpProgressImage
{
	border: none;
	position: absolute;
	background-color: transparent;
	background-image: url('Loaders/BrokenRing.gif');
	width: 84px;
	height: 64px;
	z-index: 2005;
}