/* --------------------------------------------------------
   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-image: url(../images/initloading.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  height: 18px;
  text-align: left;
}
#doc-body .loading-indicator {
  padding: 10px 10px 10px 38px;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  position: absolute;
  top: 35%;
  left: 43%;
  color: #444444;
  background-image: url(../images/initloading.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  text-align: left;
}
#loading-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: white;
}
#loading {
  padding: 2px;
  position: absolute;
  left: 37%;
  top: 30%;
  z-index: 20001;
  height: auto;
}
#loading .loading-indicator {
  margin: 0;
  padding: 10px;
  background: transparent none repeat scroll 0% 50%;
  color: #444444;
  font-family: tahoma,arial,helvetica;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  height: auto;
  border-color:#A3BAE9 #DFE8F6 #DFE8F6 #A3BAE9;
  border-style:solid;
  border-width:1px;
  width: 230px;
}

