/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse:  separate;
  border-spacing:   1px;
}
/* --------------------------------- */
/* CSStdPersistent.css               */
/* --------------------------------- */
/* Created       2003-01-09          */
/* Issued        2003-09-13          */
/* Modified      2009-08-28          */
/* Copyright (c) 2003-2009 by        */
/* Philip Shaw, all rights reserved. */
/* --------------------------------- */
th, .SupraHeading, .CrossHeading {
  text-align:       left;
}
.SizeData, .Probability, .Controls,
.Percent, .PerAnnum {
  text-align:       right;
}
td.B, td.C, td.Y, td.N, td.NA, td.W,
td.H, .TestData, .SubHeading,
.SuperHeading{
  text-align:       center;
}
.TestData {
  padding:          2px;
}
.Accesskey{
  text-decoration:  underline;
}
.B{
  color:            #000;
  background:       #F00;
}
td.BarData{
  width:            100px;
  padding:          2px 0px 2px 0px;
  margin:           0;
  vertical-align:   middle;
}
.C{
  color:            #000;
  background:       #FF0;
  vertical-align:   middle;
}
.Category {
  text-align:       right;
}
.H{
  color:            #FF0;
  background:       #000;
  vertical-align:   middle;
}
.N{
  color:            #000;
  background:       #F60;
  vertical-align:   middle;
}
.NA{
  color:            #000;
  background:       #EEE;
  vertical-align:   middle;
}
.Notice {
  padding:          0.5em 1em;
  color:            #000;
  background:       #FFCCCC;
  border:           double red 3px;
}
.W{
  color:            #FF0;
  background:       #C00;
}
.Y{
  color:            #000;
  background:       #090;
  vertical-align:   middle;
}
.SubHeading{
  color:            #000;
  background:       #999;
}
.SuperData{
  color:            #333;
  background:       #FFC;
  border-top:       solid 1px #000;
  border-bottom:    solid 1px #000;
}
.SuperData code {
  white-space:      nowrap;
}
.SuperHeading {
  color:            #000;
  background:       #CCC;
}
.SupraHeading {
  border-top:       solid 1px #000;
  border-bottom:    solid 1px #000;
}
table.AdRates {
  clear:            none;
  padding:          0em;
}
table.AdRates caption {
  margin-bottom:    0.5em;
  padding-top:      0.2em;
  color:            #000;
  background:       transparent;
}
table.AdRates .SubHeading,
table.AdRates th {
  border-bottom:    solid 1px #999;
}
table.AdRates th,
table.AdRates td {
  border-right:     solid 1px #999;
}
.Select, .Rate, .Placement {
  border-bottom:    solid 1px #999;
}
.Total {
  border-bottom:    double 3px #666;
}
.EquivalentUnitCost {
  color:            #000;
  background:       #EEE;
  text-align:       center;
}
.ActualUnitCost {
  color:            #000;
  background:       #FFC;
  text-align:       center;
}
.Select {
  text-align:       center;
}
.Subtotal {
  color:            #000;
  background:       #EEE;
  text-align:       right;
  border-bottom:    double 3px #999;
}
.Discount {
  color:            #000;
  background:       #F9F9F9;
  text-align:       right;
  border-bottom:    solid 1px #666;
}
.Rate, .Total {
  color:            #000;
  background:       #EEF;
  text-align:       right;
}
.Odd .Rate, .Odd .Total {
  color:            #000;
  background:       #E6E6F6;
}
.element {
  color:            blue;
  background:       transparent;
}
.att-name {
  color:            #009;
  background:       transparent;
}
.att-value {
  color:            teal;
  background:       transparent;
}
.comment {
  color:            green;
  background:       transparent;
}
.UpDownButton {
  width:            20px;
  height:           18px;
  clear:            left;
  float:            left;
}
.RemoveButton {
  width:            18px;
  height:           18px;
  clear:            none;
  float:            left;
}
