﻿/* Profile.css
----------------------------------------------- */

.profile .heading
{
  text-align: center;
}

/* =PedigreeChart
----------------------------------------------- */
#PedigreeChart
{
  border-collapse: collapse;
  margin: 0 1em;
  max-width: 530px;
  padding: 1em;
}

#PedigreeChart td
{
  border: 0;
  margin: 0;
  padding: 0;
}

#PedigreeChart td.sire, #PedigreeChart td.dam
{
  font-size: 0.8em;
  padding-right: 2px;
}

#PedigreeChart td.h
{
  background: url(Images/pedigreechart_h.png) left 50% repeat-x;
}

#PedigreeChart td.v
{
  background: url(Images/pedigreechart_v.png) left 50% no-repeat;
}

#PedigreeChart td.name
{
  background: url(Images/pedigreechart_h.png) right 50% no-repeat;
  font-size: 1em;
  width: 30%;
}

#PedigreeChart td.last
{
  background-image: none;
}

#PedigreeChart a
{
  background-color: White;
  border-bottom-width: 0;
  line-height: 1.2em;
  padding-right: 2px;
}

#PedigreeChart input
{
  width: 90%;
}

