/* CSS Document */
body{
margin:0px;
padding:0px;
height:100%;
width:100%;
text-align:center;
font: 12px/130% "Gill Sans", Arial, Helvetica, sans-serif;
background: #000000 url(/images/bgFade.gif) repeat-x fixed left top;
}

#progressPane{
z-index:5000;
position:absolute;
left:0px;
top:5em;
width: 100%;
height: 100%;
color: #eeeeee;
float: none;
clear: both;
}

#progressBar_topLabel{
position: relative;
color: #eeeeee;
display: none;
}

#progressBar_bottomLabel{
position: relative;
top: 1em;
color: #eeeeee;
clear: both;
}

#progressBar_bg{
position:absolute;
left:50%;
top:50px;
width:300px;
height:20px;
border:1px solid #000;
background-color:#eeeeee;
margin-left:-150px;
margin-top:-20px;
text-align:center;
}

#progressBar_outer{
position:absolute;
left:0px;
top:0px;
width:0px;	
height:100%;
overflow:hidden;	
}

#progressBar{
position:absolute;
left:0px;
top:0px;
width:300px;
height:100%;
z-index:5000;
background: #999999;
filter: Alpha(Opacity=0, FinishOpacity=100,Style=1,StartX=0, StartY=0, FinishX=200,FinishY=20) ;
}

#progressBar_txt{
color:#000;
z-index:10000;
width:100%;
height:100%;
left:0px;
top:0px;
position:absolute;	/* Same as height of progress bar */
font: 12px/20px "Gill Sans", Arial, Helvetica, sans-serif;
}