﻿/*
Description: Styles for a simple DetailsView table.
*/

/* Main selector for the details view table element. */
.DetailsView_SignIn
{
    border: solid 0px #469F57;
    caption-side: top;
    table-layout: auto;    
    margin-bottom: 15px;
}

/* The caption row. */
.DetailsView_SignIn caption
{
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    width: auto;  
    white-space: nowrap;  
    font-size: 125%;
    color: #48A65A;
}

/* Links in the caption row. */
.DetailsView_SignIn caption a
{
    font-size: .75em;
}

/* All table cells. */
.DetailsView_SignIn td
{
    padding: 4px 4px 4px 4px;
}

/* Labels within data cells. */
.DetailsView_SignIn td span
{
}

/* Necessary to reset the padding for nested elements. */
.DetailsView_SignIn td td
{
    padding: 0;
    border: 0;
}

/* Field header cells. */
.DetailsView_SignIn td.HeaderCell
{
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    font-size: 80%;
    color: #2D6738
}

/* Button rows. */
.DetailsView_SignIn td.buttonRow
{
    text-align: right;
}
