/* --------------------------------------------------------
   Copyright (c) 2005-2008 FeyaSoft Inc. All Rights Reserved.
   
   Description:
   This is main CSS file for myActivity application 
   
   Author:
   Fenqiang Zhuang
   -------------------------------------------------------- */

.loading-indicator {
    font-size:11px;    
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}

#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}

#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
    background: white;
}

#loading img {
    margin-bottom:5px;
}

#loading .loading-indicator{	
	color:#555;
	font:bold 13px helvetica,arial,tahoma,sans-serif;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}

#loading-msg {
	background: transparent url(../images/heartbeat.gif) no-repeat right bottom;	
	height: 25px;
}
