


*
{
  font-family: Arial, Verdana, sans-serif;
}

.bold_text
{
  font-weight: bold;
}

.formErrors 
{
  color: #D91818;
  font-weight: bold;
  text-align: left;
}

.general_error
{
  color: #D91818;
  font-weight: bold;
}

#breadcrumb_bar
{
  border: 0px solid #AAAAAA;
  border-bottom: 1px solid #DADADA;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 1px;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

#breadcrumb_bar.no_bottom_line
{
  border-bottom: 0px solid #DADADA;
  padding-bottom: 5px;
}

#breadcrumb_bar img
{
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 2px;
  margin-top: -2px;
  padding-top: -2px;
}

h1
{
  font-size: 18px;
}

h2
{
  font-size: 14px;
}

h3
{
  
}

table
{
  margin: 5px 40px 3px 0;
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif;
  line-height: normal;
  border-spacing: 10px;
}

table td, table th
{
  padding: 0 0 0 0;
  margin: 0px;
  text-align: center;
}

table h3
{
  padding: 0;
  margin: 0;
}

table, th, td
{
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
}

/* The cell-filler class is used to make sure that the TOOLTOP ANCHOR area takes up the entire table cell */
.cell_filler
{
  display: block;
  padding: 4px 10px 4px 10px;
}

.popover-header
{
  font-weight: bold;
}

.popover-body
{
  font-weight: bold;
  font-size: 20px;
}



