﻿.detail
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:10px;
	background-color:#fff;
	border:solid 2px #000;
	padding:4px;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}


/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
}

/* cell styles */
.detailgrid td
{
    cursor: default;
    height: 20px;
    color: #000;
    padding: 2px 8px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #f2e8da;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f2e8da;
    font-size: small;
}
.TextBox
{
    font-family: lucida grande,arial,helvetica,sans-serif;
    font-size: 10px;
}
.tdTextBox
{
    padding-right: 20px;
}
.tdLabel
{
    text-align: right;
}

