/*
 * Original Design: Emmanuel Fleury
 *
 * Copyright 2006 Emmanuel Fleury
 *
 * Free to use for any purpose as long as the proper credits are given
 * for the original design work.
 *
 * o Version 1.0, March, 10, 2006
 *      - First release
 *
 */

#content table.bibliography th {
  text-align:left;
  vertical-align:top;
  padding-right:10px;
}

table.bibliography span.authors {
  font-style:italic;
  quotes:'' '.';
}

table.bibliography span.authors:before {
  content:open-quote;
}

table.bibliography span.authors:after {
  content:close-quote;
}

table.bibliography span.title {
  font-weight:bold;
  quotes:'' '.';
}

table.bibliography span.title:before {
  content:open-quote;
}

table.bibliography span.title:after {
  content:close-quote;
}

table.bibliography span.journal {
  quotes:'' ', ';
}

table.bibliography span.journal:before {
  content:open-quote;
}

table.bibliography span.journal:after {
  content:close-quote;
}

table.bibliography span.conference {
  quotes:'In Proceedings of the ' ', ';
}

table.bibliography span.conference:before {
  content:open-quote;
}

table.bibliography span.conference:after {
  content:close-quote;
}

table.bibliography span.address {
  quotes:'' ', ';
}

table.bibliography span.address:before {
  content:open-quote;
}

table.bibliography span.address:after {
  content:close-quote;
}

table.bibliography span.id {
  quotes:'' ', ';
}

table.bibliography span.id:before {
  content:open-quote;
}

table.bibliography span.id:after {
  content:close-quote;
}

table.bibliography span.pages {
  quotes:'pages ' ', ';
}

table.bibliography span.pages:before {
  content:open-quote;
}

table.bibliography span.pages:after {
  content:close-quote;
}

table.bibliography span.publisher {
  quotes:'' '. ';
}

table.bibliography span.publisher:before {
  content:open-quote;
}

table.bibliography span.publisher:after {
  content:close-quote;
}

