.list tr.odd_hi td {
       background-color: #f40;
}

.list tr.even_hi td {
        background-color: #f80;
}

.voucherdiv {
 margin: 8px 3px 8px 3px;
 border: 1px solid #999;
 padding: 5px;
 width: 165px;
 float: left;
 display: inline;
 font-family:sans-serif;
 font-size:10pt;
}

.normal 
{
font-family:sans-serif;
font-size:100%;
}

.small 
{
font-family:sans-serif;
font-size:80%;
}
.large 
{
font-family:sans-serif;
font-size:140%;
line-height: 140%
}

.fieldWithErrors{
  float: left;
  background: #F30031;
  padding: 2px;
}

.checks .fieldWithErrors{
  padding: 0px;
}

.fieldWithErrors noinput {
  border: 2px solid #F30031;
  padding: 0;
}
.fieldWithErrors noselect {
  border: 2px solid #F30031;
  padding: 0;
}

.formError {
  padding: 3px;
  color: #F30031;
  XX_background-color: #CF2E4D;
  display: table;
}

table.form select 
{
    margin-top: -2px;
    width: 255px;
}

table.form input
{
    margin-top: -2px;
    width: 255px;
    float: left;
    text-align: left;
}

table.form input.left
{
  xx_border: none;
  width: 14px;
}

@page { size: landscape; }
