/*
 * Style Related to ANGELICO
 */
table.bq_table {
  border        : solid 1px silver;
  font-family   : tahoma, sans-serif;
  font-size     : 11px;
  color         : #666666
}

td.bq_header {
  background    : url(../../logbook/css/mac/images/bg_header.gif); /* #ebebeb */
  border-bottom : 1px solid #cccccc;
  font-weight   : bold;
  padding       : 3px 5px;
  text-align    : center
}

td.row_1 {
  background    : #ededed
}

p.paging {
  font-family   : tahoma, sans-serif;
  font-size     : 11px;
  color         : #666666
}

td.row_2 {
  background    : #99cccc /* #dedede */
}

td.row_1, td.row_2 {
  padding       : 3px 5px;
  border-bottom : 1px solid #cccccc
}

form {
  margin        : 0px
}

table.fm_table {
  border        : solid 1px silver;
  font-family   : tahoma, sans-serif;
  font-size     : 11px;
  color         : #666666
}

td.td_1 {
  background    : #ebebeb;
  border-bottom : 1px solid #cccccc;
  font-weight   : bold;
  padding       : 3px 5px
}

td.td_2 {
  background    : white;
  border-bottom : 1px solid #cccccc;
  padding       : 3px 5px
}

div.htmlarea {
  border        : solid 1px silver
}

input, select {
  border        : solid 1px gray;
  font-family   : tahoma, sans-serif;
  font-size     : 11px;
  color         : #666666
}

.noborder {
  border        : none
}

.error {
  text-align: center;
  font-weight: bold;
  color: red
}

.noerror {
  text-align: center;
  font-weight: bold;
  color: blue
}