@media screen, print { 

  div#timeedit.required
  {
    background-color:#f0f080;
    border:1px solid #a0a0a0;
  }  
  
  div#timeedit.readonly {
    background-color:#e0e0e0;
    border:1px solid #a0a0a0;
  }
  
  div#timeedit.disabled {
    color:#888888;
    border:1px solid #a0a0a0;
  }
  
  div#timeedit {
    border:1px solid #a0a0a0;
    font-size:11px;
    font-family:'xTrebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  }

  div#innertimeedit.required
  {
    background-color:#f0f080;
  }  
  
  div#innertimeedit.readonly {
    background-color:#e0e0e0;
  }
  
  div#innertimeedit.disabled {
    color:red;
  }
  
  div#innertimeedit {
  }
}

