/* CSS Document 

@file   forms.css
@short  style differences for forms
@author Jo-Anne Steenbeeke
@date   23-aug-2006 

@changelog (should contain version.release, date, initials, short description)
  01.01  23-aug-2006  JSt  Initial release

*/
/* ------------------------------ forms niv 1 ------------------------------ */
form.f
{
  font: 9pt Arial, sans-serif;
  margin: 1ex 0;
}

form.f table
{
  float:left;
  font: 9pt Arial, sans-serif;
  margin-left: 35px;
  width: 480px;
}

form.f table td.h
{
  text-align: left;
  width:160px;
}

form.f table td.i
{
  width:240px;
}

form.f hr.ruler 
{
 margin: 1px auto 0 0;
 width: 99%;
}

/* --------------------------- forms niv 2 --------------------------- */
form.f input.std, 
form.f select, 
form.f textarea
{
  width: 90%;
}

form.f input.dt, 
form.f input.nmr
{
  width: 60%;
}

form.f table td.h span 
{
  display:block;
  float:left;
  margin:0; 
  width: 83%;
}

/* --------------------------- forms niv 3 --------------------------- */
form.f table td.h span.v,
form.f table td.h span.p,
form.f table td.h span.pp,
form.f table td.h span.h,
form.f table td.h span.hp 
{
 text-align: right;
 width: 15%;
}

form.f table td.h span.v, 
form.f table td.h span.pp, 
form.f table td.h span.hp
{
  color:red;
  display:block;
}

form.f table td.h span.p, form.f table td.h span.h
{
  display:none;
}

