﻿/* 
 Provided by Shahin@themorningoutline.com Under GNU GPL
 For more inforamtion visit swww.themorningoutline.com
 */

body
{
    text-align:center; height:95%;

}

.divContainer
{     
    text-align: right;
    font-size: large;
    position: absolute;
    visibility: visible;
    width:100%;    
/*    filter: alpha(opacity=50); 
    -khtml-opacity: 0.5; 
    -moz-opacity:0.5;
    opacity = 0.75; */
    vertical-align: middle;
    display: inline;
    height: 100%;
    background-color:#d0d0d0;
   /* border-right: white thick outset; 
    border-top: white thick outset; 
    border-left: white thick outset;
    border-bottom: white thick outset;  */
    z-index:99999;  
    }

.divLoaderBack
{
	color: #ffffff;
	font-size: 10px;
	height: 22px;
	visibility: visible;
	width: 510px;
	vertical-align: middle;
	text-align: left;
	margin: auto;
	top: 45%;
	position: relative;
	background-image: url(images/loading_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}
.divLoaderProgress
{
    background-image: url(images/loading_bar.jpg);
    color: gray;
    padding: 0;
    position: relative;
    visibility: visible;
    height: 22px;
    width: 0px;
}

.divLoadingStat
{
    background-color: Transparent;
    /*border-color: #ffffff; */
    color: #000000;
    padding: 5px 0px 0px 5px;
    position: relative;
    visibility: visible;
    border-width: medium;
    width: 100%;
    height: 22px;
    text-align: center;
    margin-bottom: 15px;
    top:45%;

}

