/** Add css rules here for your application. */
#c2cwf-title {
  color: white;
  font-family: tahoma, arial, sans-serif;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  padding: 4px 0 6px 4px;
}

#c2cwf-title-appname {
  color: white;
  font-family: tahoma, arial, sans-serif;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  white-space: no-wrap;
  padding: 0px 0 0px 0px;
}

#c2cwf-title-username {
  color: white;
  font-family: tahoma, arial, sans-serif;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  width: 100%;
  white-space: no-wrap;
  text-align: right;
  padding: 0px 0 0px 0px;
}


#c2cwf-header {
  background: #1E4176 url(hd-bg.gif) repeat-x scroll 0pt;
  border: 0pt none;
  padding-left: 3px;
}

#c2cwf-header2 {
  background: white;
  border: 0pt none;
  padding-left: 3px;
}

#loading {
  position: absolute;
  left: 45%;
  top: 40%;
  margin-left: -45px;
  padding: 2px;
  z-index: 20001;
  height: auto;
  border: 1px solid #ccc;
}
 
#loading a {
  color: #225588;
}
 
#loading .loading-indicator {
  background: white;
  color: #444;
  font: bold 13px tahoma, arial, helvetica;
  padding: 10px;
  margin: 0;
  height: auto;
}
 
#loading .loading-indicator img {
  margin-right:8px;
  float:left;
  vertical-align:top;
}
 
#loading-msg {
  font: normal 10px arial, tahoma, sans-serif;
}

.c2cfilestore {
  font-size: .8em;
  width: 100%;
  border: none;
  background-color: #fff;
  overflow: auto;
  
}
.c2cfilestore tr:nth-child(odd) {
  background-color: #eeece6;
}

