/* Style for Suite Scheduler Express Plus */
/* Copyright 2005-2006 Suite Scheduler Inc */

/* ---- Standard Page ---- */

body {
  background: white;
}

body, td, a, p, .h {
  font-family: arial,sans-serif;
  font-size: 12px;
}

.h {
  font-size: 20px;
}

a {
  text-decoration: none;
}

a.navigation {
}

p.form_error {
  color: red;
  margin: 0px 0px 3px 0px;
}

.copyright {
  font-style: italic;
  font-size: 80%;
  text-align: left;
  margin: 30pt 0 0 0;
}

.wide_button {
  width: 108pt;
}

.late {
  color: red;
}

.instructions {
  font-size: small;
}

.draft {
  color: gray;
}

.pending {
  color: green;
}

.approved {
  color: #000080;
}

.denied {
  color: red;
}

tr.even {
  background: white;
}

tr.odd {
  background: #f0f0f0;
}


/* ---- Error Pages ---- */

.error_title {
}

.error_body {
  font-style: italic;
  color: red;
}


/* ---- Navigation ---- */

table.navigation_bar {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  empty-cells: show;
  margin: 0 0 12pt 0;
}

td.navigation_cell, td.navigation_fill {
  background: #ffffff;
  border: 1px solid;
}

td.navigation_cell {
  width: 60pt;
  text-align: center;
  margin: 1px;
}

td.navigation_fill {
  width: auto;
}


