/*********************************************************
 *  Body Style
 *********************************************************/
body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

form.not_block { margin: 0; padding: 0 }

h1.staff_head {
  text-align: right;
  font-size: 16px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  margin: 0;
  padding-right: 4px;
  color: #000000;
  font-weight: bold;
}

.help_head {
  background: #FFFFFF;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
}
.help_head a {
  font-size: smaller;
  color: #000000;
}

/* Using list-style-image because IE has an odd circle list-style-type. */
ul.nav_main { margin-left: 0; padding-left: 0; list-style-type: none; }
ul.nav_main li { margin-bottom: .5em; font-weight: bold; white-space: nowrap; }
ul.nav_main > li.nav_selected:before { white-space: pre-wrap; content: "\bb  " }
ul.nav_sub { margin-left: 0; padding-left: 2em; list-style-type: circle; list-style-image: url("../images/bulleto.gif"); }
ul.nav_sub ul.nav_sub { padding-left: 1em }
ul.nav_sub li { margin-bottom: 0; font-weight: normal; }
ul.nav_sub li.nav_selected { font-weight: bold; list-style-type: disc; list-style-image: url("../images/bulletc.gif"); }

li.report_category { margin-bottom: 1em }

table#main {
  clear: both;
  border-top: solid 15px #668CD9;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
td#sidebar {
  vertical-align: top;
  background: #668CD9;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  border-right: solid 1px #000000;
  width: 160px;
  margin: 0;
  padding: 5px;
  padding-left: 10px;
}
td#help_sidebar {
  vertical-align: top;
  background: #668CD9;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  border-right: solid 1px #000000;
  margin: 0;
  padding: 5px;
  padding-left: 10px;
}
td#content {
  vertical-align: top;
  border-top: solid 1px #000000;
  margin: 0;
  padding: 10px;
  background: #FFFFFF;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
}
div#footer {
  clear: both;
  margin-top: 30px;
  font-family: verdana,arial,helvetica;
  font-size: 10px;
  color: #000000;
  text-align: center;
}

/*********************************************************
 *  Font Styles
 *********************************************************/
font.primary {
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
}
font.alt1 {
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
}
font.alt1tab {
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
}
font.alt2 {
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
}
font.error {
  color: #990000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
}
font.small {
  font-size: 14px;
  font-family: verdana,arial,helvetica;
}
h1 {
  font-size: 16px;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
}

/*********************************************************
 *  Link Styles
 *********************************************************/
a:link {
  color: #0000aa;
}
a:visited {
  color: #0000aa;
}
a.primary:link {
  color: #0000aa;
}
a.primary:visited {
  color: #0000aa;
}
a.alt1:link {
  color: #0000aa;
}
a.alt1:visited {
  color: #0000aa;
}
a.alt2:link {
  color: #000000;
}
a.alt2:visited {
  color: #000000;
}
a.tab:link {
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
  text-decoration: none
}
a.tab:visited {
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
  text-decoration: none
}
a.tab:hover {text-decoration: underline}

/*********************************************************
 *  Table Styles
 *********************************************************/
table.primary {
  border-collapse: collapse;
}
table.border {
  border-style: solid;
  border-color: #000000;
  border-width: 1px
}
table.results {
  width: 100%;
  border-collapse: collapse;
}
table.resultshead {
  width: 100%;
  border-collapse: separate;
  border-top: solid #c9cfde 3px;
  border-bottom: solid #c9cfde 3px;
  clear: both;
}
table.resultshead th {
  text-align: left;
  color: #000000;
  border: none;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  padding: 2px;
}
table.resultshead td {
  text-align: right;
}
table.results td.primary { border-top: none; }

table.buttons {
  margin: 0 0 0 auto;
  padding: 0;
  border-collapse: separate;
  background: white;
}
table.buttons td {
  background-color: #c9cfde;
  /* Hide from IE5/Mac \*/
  border-color: #c9cfde;
  border-style: outset;
  border-width: 1px;
  /* End hiding */
  padding: 4px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
table.buttons input {
  border: none;
  color: #000000;
  background: #c9cfde;
  padding: 0;
  margin: 0;
  font-weight: bold;
  white-space: normal;
}
table.buttons input:hover { text-decoration: underline; }
table.buttons a {
  color: #000000;
  text-decoration: none;
}
table.buttons a:hover { text-decoration: underline; }
table.buttons a:visited { color: #000000; }

table.biblio_view {
  margin-top: 8px;
  margin-bottom: 8px;
}
table.biblio_view td {
  padding: 1px 4px;
}
table.biblio_view td.name {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}
table.biblio_view td.value {
  text-align: left;
  vertical-align: top;
}
th {
  background-color: #c9cfde;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  padding: 2;
  border-style: solid;
  font-weight: normal;
  border-color: #000000;
  border-width: 1px;
  height: 1
}
th.rpt {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 11px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  padding: 2;
  border-style: solid;
  border-color: #000000;
  border-width: 1;
  text-align: left;
  vertical-align: bottom;
}
td.primary {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  padding: 2;
  border-style: solid;
  border-color: #000000;
  border-width: 1px
}
tr.subhead td {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  padding: 1px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
}
td.rpt {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 11px;
  font-family: verdana,arial,helvetica;
  padding: 2;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-left-color: #000000;
  border-left-width: 1;
  border-right-style: solid;
  border-right-color: #000000;
  border-right-width: 1;
  text-align: left;
  vertical-align: top;
}
td.primaryNoWrap {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  padding: 2;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  white-space: nowrap
}

.title {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2;
  margin: 0;
  text-align: left;
}
.title .hours { float: left; margin: 0 }
.title dt { font-weight: bold }
.title dd { margin: 0 15px }
.title h1 {
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
}
hr#end_title {
  clear: both;
  height: 1px;
  width: 100%;
  background: black;
  border: none;
  padding: 0;
  margin: 0;
}

td.alt1 {
  background-color: #668CD9;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  padding: 2;
  border-style: solid;
  border-color: #000000;
  border-width: 1px
}
td.noborder {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 13px;
  font-family: verdana,arial,helvetica;
  padding: 2;
}
/*********************************************************
 *  Form Styles
 *********************************************************/
input { vertical-align: middle }
input.button {
  background-color: #c9cfde;
  /* Hide from IE5/Mac \*/
  border-color: #c9cfde;
  border-style: outset;
  border-width: 1px;
  /* End hiding */
  /* padding: 2; */
  font-family: verdana,arial,helvetica;
  font-size: 12px;
  padding: 0px 6px;
  color: #000000;
  text-decoration: none;
}
input.navbutton {
  background-color: #c9cfde;
  /* Hide from IE5/Mac \*/
  border-color: #c9cfde;
  border-style: outset;
  border-width: 1px;
  /* End hiding */
  /* padding: 2; */
  font-family: verdana,arial,helvetica;
  color: #000000;
  text-decoration: none;
}
input.button:hover, input.navbutton:hover { text-decoration: underline }
input {
  background-color: #FFFFFF;
  /* Hide from IE5/Mac \*/
  border-color: #FFFFFF;
  /* End hiding */
  padding: 0px;
  scrollbar-base-color: #668CD9;
  font-family: verdana,arial,helvetica;
  color: #000000;
}
textarea {
  background-color: #FFFFFF;
  /* Hide from IE5/Mac \*/
  border-color: #FFFFFF;
  /* End hiding */
  padding: 0px;
  scrollbar-base-color: #668CD9;
  font-family: verdana,arial,helvetica;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
}
select {
  background-color: #FFFFFF;
  /* Hide from IE5/Mac \*/
  border-color: #FFFFFF;
  /* End hiding */
  padding: 0px;
  scrollbar-base-color: #668CD9;
  font-family: verdana,arial,helvetica;
  color: #000000;
}

input[disabled] {
  background-color: #668CD9;
  color: #000000;
}

a.small_button {
  background-color: #c9cfde;
  /* Hide from IE5/Mac \*/
  border-color: #c9cfde;
  border-style: outset;
  border-width: 1px;
  /* End hiding */
  /* padding: 2; */
  font-family: verdana,arial,helvetica;
  color: #000000;
  font-size:12px;
  padding: 1px 6px;
  text-decoration: none;
}
a.small_button:hover { text-decoration: underline; }
a.small_button:visited { color: #000000; }

div.current_mbr {
  float: right;
  border: solid 3px #c9cfde;
  background: #668CD9;
  padding: 4px;
  margin: 0 0 4px 4px;
}
div.current_mbr a { font-weight: bold }

div.biblio_images { clear: both; float: right; margin: 4px }
div.biblio_image { text-align: center; margin-bottom: 20px }

/* Booking Calendars */
table.calendar {
  font-family: serif;
  font-size: 12px;
  margin: 0 auto; padding: 0;
  text-align: center; /* for IE */
  background: white;
  color: black;
  width: 95%;
}
table.calendar td { font-size: 14px }
table.calendar td.calendarHeader { font-size: 12px; font-weight: bold; }
.calendarDayNames { border-bottom: solid black 1px; }
table.calendarMonth { margin: 5px auto; border-collapse: collapse; }
.calendarToday { border: solid black 1px; }
.calendarOpen, .calendarClosed, .calendarUnknown {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
.calendarClosed {
  color: #c0c0c0;
}
.bookedSome { font-weight: bold; }
.bookedMany { color: #006500; font-weight: bold; }
.bookedAll { background: #72b05f; }

strong.new_item { color: #cc0000; font-style: italic; font-weight: bold }

/* The border property here works around a bug in Firebird 0.6, 0.7
 * and maybe others.  Without it, the previous cell has no bottom
 * border.
 */
td#searchsubmit { border: solid white 1px; padding-left: 12px }

