/* 
    Document   : cda_card
    Created on : Mar 28, 2010, 3:04:31 PM
    Author     : nkahn
    Description: manage display of animal cards.
*/

/* CDA Animal card
------------------------------------------------------------------ */
#card
{
    font-family: "Bookman Old Style";
}

#card .title
{
    font-weight: bold;
}

#card #gallery, #card #ident, #card #physical, #card #perso, #card #history,
#card #home, #card #contact
{
    border-top: 1px dotted #E57F21;
}

#card #contact
{
    border-bottom: 1px dotted #E57F21;
}
