/* 
    Document   : __NAME__
    Created on : __DATE__, __TIME__
    Author     : __USER__
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.cellheading{
  font-weight : bold;}

.alert{
  color :red ;}

#calculate{
  font-size : small ;}

#cellInput{
-wap-input-format: "*N" !important;
-wap-input-required: true;
}

.nostyle{
list-style: none;
}


  
