form
{
  margin: 0;
  padding: 0;
}
input.editbutton
{
  border: 0;
  cursor: pointer;
  font-size: 11px;
  margin: -1px 0 0 0;
  padding: 0;
  text-decoration: underline;
}
.even input.editbutton
{
  background: #ffffff;
}
.odd input.editbutton
{
  background: #cccccc;
}
form.inlineform
{
  display: inline;
  margin: 0;
  padding: 0;
}
input.linkbutton
{
  background: #ffffff;
  border: 0;
  cursor: pointer;
  display: inline;
  font-size: 13px;
  margin: -1px -2px 0 -2px;
  padding: 0;
  text-decoration: underline;
}

#libsearch
{
  background: #cccccc;
  border: 1px solid #000000;
  font-size: 11px;
  margin: 25px 0 10px 0;
  padding: 3px 5px;
  white-space: nowrap;
  width: 445px;
  -moz-border-radius: 8px;
}
#libsearch input, #libsearch select
{
  border-color: #999999;
  font-size: 11px;
  margin: 0 2px;
}
#libsearch input.textinput
{
  padding: 0 2px;
  -moz-border-radius: 4px;
}
#libsearch select
{
  border: 1px solid #000000;
}

table#booklist
{
  border-collapse: collapse;
  empty-cells: show;
  margin: 10px 0;
}
table#booklist td, table#booklist th
{
  padding: 0 2px;
}
table#booklist td, table#booklist th, table#booklist th div
{
  font-size: 11px;
}
#booklist th 
{
  border-bottom: 1px solid #000000;
  text-align: left;
  white-space: nowrap;
}
table#booklist th.tablefoot
{
  background: #999999;
  border-top: 1px solid #000000;
}

tr.even { background: #ffffff; }
tr.odd { background: #cccccc; }

table#booklist .moreinfo table
{
  margin-left: 30px;
}
table#booklist .moreinfo table th
{
  border-bottom: none;
  text-align: right;
}
table#booklist .moreinfo table th, table#booklist .moreinfo table td
{
  font-size: 10px;
}
table#booklist a.morelink
{
  cursor: pointer;
  text-decoration: underline;
}

#editform input
{
  font-size: 11px;
  margin: 1px 2px;
}
#editform th
{
  padding: 1px 2px 0 0;
  text-align: right;
  white-space: nowrap;
}

#loginbox
{
  background: #cccccc;
  border: 1px solid #000000;
  font-size: 11px;
  margin: 10px 0;
  padding: 3px 5px;
  white-space: nowrap;
  width: 250px;
  -moz-border-radius: 8px;
}
#loginbox th
{
  text-align: right;
}
#loginbox th, #loginbox td
{
  padding: 0 4px;
}
#loginbox input, #loginbox select
{
  border-color: #999999;
  font-size: 11px;
  margin: 0 2px;
}
#loginbox input.textinput
{
  padding: 0 2px;
  -moz-border-radius: 4px;
}
#loginbox select
{
  border: 1px solid #000000;
}

.error
{
  color: #cc0000;
  font-size: 12px;
  font-weight: bold;
}

@media print
{
  table#booklist a:link { text-decoration: none; }
  table#booklist td { padding: 2px 2px 0px 2px; }
  table#booklist th.tablefoot { display: none; }
}

