﻿/* Hide all table captions and header and footer rows for input form layout tables */
.input_form caption, .input_form thead, .input_form tfoot
{
  display: none;
}
.display_form caption, .display_form thead, .display_form tfoot
{
  display: none;
}

/* messages */

.user_message
{
  font-weight: bold;
}

.user_error
{
  color: Red;
  font-weight: bold;
}

.framed
{
  background: #F7F6F3;
  border: 1px solid #E2E2FE;
  margin: 0px 0px 10px 0px;
}

/* detail pages */
.framed_left_centre
{
  font-family: Verdana;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 10px;
  width: 300px;
  line-height: 1.5em;
  font-size: 75%;
  color: #626D7B;
}

/* tables */

.form_table_labels
{
  float: left;
  font-weight: bold;
}
.form_table_seperator
{
  float: left;
  width: 20px;
}
.form_table_fields
{
  float: left;
}
