/* crusader's got style */

body, h1, h2, h3, p, hr, table {
  background-color: white;
  font-family: verdana, arial, helvetica, 'sans serif';
}

input, select { background-color: #eee; }

/* standard tables ('standard' class not defined--probably not necessary) */
table {
  background-color: #ddd;
  border-collapse: separate;
  border-spacing: 0;
}
td { border: 1px solid #fff; padding: 7pt; }
th { border: 1px solid #fff; padding: 7pt; }
#table_column_header { text-decoration: underline; }
#table_column_header_r { text-decoration: underline; text-align: right; }

/* subtables are mini-tables within standard table cells */
.subtable table {
  border-collapse: separate;
  border-spacing: 0;
}
.subtable td, .subtable th { border: 0; padding: 4pt; }

.invite_letter table, .invite_letter tr, .invite_letter th { background: #fff; }
.invite_letter { border: 1px solid black; }

#field_label { text-align: right; vertical-align: top; }

.transcript { border: 0; padding: 5pt; }

.style1 {
  font-size: 10px;
}

.style2 {
  font-size: 16px;
  font-weight: bold;
  color: #DA4636;
  font-family: verdana, arial, helvetica, 'sans serif';
}

.style3 {
  font-size: 36px;
}

.style4 {
  font-size: 14px;
}

.style5 {
  font-family: verdana, arial, helvetica, 'sans serif';
}

.style7 {
  color: #FFFFFF;
}

#attention { color: red; }

