/*****************************************************************************

  AllThingsEmail -- Reference

  css/content.css

  $Id: content.css 11 2004-06-04 13:09:25Z sqrt $

*****************************************************************************/

div.box {
  margin-bottom: 10px;
  border: 1px dotted #707070;
  padding: 0;
}

div.box h1 {
  margin: 1px;
  padding: 2px;
  font-size: 100%;
  font-weight: bold;
  background-image: url(/img/bg-title.png);
  color: #707070;
}

div.box > p {
  margin: 4px;
}

div.box table {
  width: 100%;
}

div.box table th {
  text-align: right;
  width: 10%;
}

/****************************************************************************/

div#bc {
  border: 1px dotted black;
  padding: 4px;
  margin-top: 4px;
}


/****************************************************************************/

div.abstract {
  border: 1px dotted #707070;
  padding: 2px;
}

div.abstract p {
  margin: 0.5ex;
}


/****************************************************************************/

div#wiki {
/*  border: 1px solid #e0e0e0;*/
  border: 1px solid #0000a0;
  background-color: #f0f0f0;
  padding: 4px;
  margin: 20px 0px 10px 0px;
}


div#wiki table#wiki_header {
  width: 100%;
  padding: 2px;
}

div#wiki td#wiki_title {
  text-align: left;
  font-weight: bold;
}

div#wiki td#wiki_info {
  text-align: right;
}

div#wiki_body {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  padding: 4px;
  color: #0000a0;
}

div#wiki table#wiki_footer {
  width: 100%;
  padding: 2px;
}

div#wiki td#wiki_links {
  text-align: left;
}

div#wiki td#wiki_last_change {
  text-align: right;
}

p.wikinote {
  color: #0000a0;
}


/*****************************************************************************

  Standard list

*****************************************************************************/

table.stdlist {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #808080;
}

table.stdlist th {
  color: #f0f0f0;
  background-color: #808080;
  padding: 2px;
}

table.stdlist td {
  vertical-align: top;
  padding: 2px;
}

table.stdlist tr.stripe0 td {
  background-color: #f0f0f0;
}

table.stdlist tr.stripe1 td {
  background-color: #e4e4e4;
}

p.orderby {
  background-color: #808080;
  color: #f0f0f0;
  padding: 2px;
}

p.orderby a:link, p.orderby a:visited {
  color: #f0f0f0 !important;
}

p.orderby a:hover {
  background-color: #808080 !important;
}


/** THE END *****************************************************************/
