﻿/* 
 Provided by Shahin@themorningoutline.com Under GNU GPL
 For more inforamtion visit swww.themorningoutline.com
 */
 
.divContainer
{
	text-align: right;
	font-size: large;
	position: absolute;
	visibility: visible;
	width: 50%; /*  filter: alpha(opacity=75 );     -moz-opacity: 0.75;     opacity = 0.75; */
	vertical-align: middle;
	display: inline;
	height: 50%;
	left:200px;
	top:200px;
	background-color: Transparent;
	z-index: 99999;
}

.divLoaderBack
{
	background-color: #ffffff;
	color: #ffffff;
	font-size: x-small;
	height: 61px;
	visibility: visible;
	width: 176px;
	margin-top: 15px;
	vertical-align: middle;
	text-align: left;
	margin: auto;
	top: 50%;
	/*background-image: url(../image/loader.gif);*/
	background-repeat: no-repeat;
	position: relative;
}
.divLoaderProgress
{
	color:White;
	padding: 5px,0px,0px,5px;
	position: relative;
	visibility: visible;
	height: 1px;
	width: 0px;
}

.divLoadingStat
{
	background-color: Transparent;
	border-color: #ffffff;
	color: #ffffff;
	padding: 5px,0px,0px,5px;
	position: relative;
	visibility: visible;
	border-width: 0px;
	width: 100%;
	height: 10px;
	text-align: center;
	margin-bottom: 15px;
	top: 50%;
}

