/* Styles specific to the DataWeb application - this file contains all the styles that appear in the HTML editor for project page editing */
/* $Id: dataweb_user.css,v 1.1 2007/06/22 01:35:56 max Exp $ */

/* In a project page, the list of the data groups under the photo */
/* This is also used in the projects for pages other than the front page */
/* for the list of pages at the top of the page */
.PageContentsTable, .PageContentsTable:visited
    {
    font-size: 10pt;
    font-weight: bold;
    color: #244A9F;
    text-align : center;
    }

/* The title for an attribute group */
.ProjectAttributeGroupTitle
    {
    color: #FFFFFF;
    background-color: #244A9F;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    }

/* The name for an attribute section */
.ProjectAttributeSectionTitle
    {
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: 7px;
    }

/* A subtitle in a project section */
.ProjectAttributeSectionSubtitle
    {
    color: #244A9F;
    background-color: #FFFFFF;
    text-align: left;
    padding-top: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    }

/* The value of a GroupData, typically a paragraph of text */
.GroupData
    {
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    }

/* For data tables in a project */
.ProjectDataTable
    {
    border: 0px double #000000;
    padding: 5px;
    }

/* A title row in a data table */
.ProjectDataTableRowTitle
    {
    border: 0px solid #000000;
    padding: 5px;
    background-color: #DDDDDD;
    font-weight: bold;
    }

/* A row in a data table */
.ProjectDataTableRow
    {
    border: 0px solid #000000;
    padding: 5px;
    background-color: #DDDDDD;
    }

/* An alternate row in a data table */
.ProjectDataTableRowAlt
    {
    border: 0px solid #000000;
    padding: 5px;
    background-color: #A7B7D9;
    }

