/* Styles specific to the DataWeb application - this file contains all the styles that appear in the HTML editor for contact editing */
/* $Id: dataweb_contact.css,v 1.1 2007/06/22 01:35:56 max Exp $ */

/* The table used to display the full information for a contact */
.ContactTable
    {
    color: #000000;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    border: 0px solid #888888;
    text-decoration: none;
    }

/* The caption for an item in a contact information page */
.ContactTableCaption
    {
    background-color: #CCCCCC;
    border: 0px solid #888888;
    }

/* A value in a contact information page */
.ContactTableValue
    {
    background-color: #FFFFFF;
    border: 0px solid #888888;
    }
