/* typography */

body,
input,
textarea
{
  font: 13px "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

/* collapse 'm all */

table
{
  border-collapse: collapse;
}

/* content markup */

.content table
{
  margin: 1em 0;
}
.content table th,
.content table td
{
  border: 1px solid #ccc;
  padding: 1px .5em;
}
.content table th
{
  font-weight: bold;
  background-color: #ccc;
}
.content table.plain th,
.content table.plain td
{
  border: none;
  padding: 0 1em 0 0;
  text-align: left;
  vertical-align: top;
}
.content table.plain th
{
  background-color: transparent;
}
.content blockquote
{
  margin: 1em 0 1em 2em;
  padding: 0 0 0 .5em;
  border-left: 2px solid #ccc;
}
.content hr
{
  margin: 1em 0;
  border: none;
  background-color: #666;
  height: 1px;
}
.content .nowrap
{
  white-space: nowrap;
}

.content .caption
{
  display: block;
  margin: 0 0 0 -1px;
  padding: 2px 0 0 0;
  color: #888;
  line-height: 12px;
}
/* fix for IE */
* html .content .caption
{
  padding: 0;
}
.content .caption
{
  font-size: .8em;
}